.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	background: #d00e05;
}
.nav > ul {
	height: 100%;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	
} 
.nav > ul li {
	position: relative;
	float: left;
	width: 100px;
	text-align: center;
}
.nav > ul li a {
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.nav > ul li.current {
	background: url(http://124.225.159.126/static/img/homeIcons.png) no-repeat;
	background-position: -8px -506px;
/* 	transition: all .2s;
	-webkit-transition: all .2s; */
}
.nav > ul li.current a,
.nav > ul li:hover a {
	color: #fcb103; 
}
.nav > ul li .nav-item-child {
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	z-index: 9;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}
.nav > ul li:hover .nav-item-child {
	display: block;
}
.nav > ul li .nav-item-child dd {
	height: 30px;
	line-height: 30px;
	margin-left: 0;
}
.nav > ul li .nav-item-child dd:hover {
	color: #fff;
	background-color: #d00e05;
}
/* .nav > ul li .nav-item-child dd a {
	color: #000;
} */

.wrap {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.wrap-left {
	width: 330px;
}
.wrap-right {
	width: 950px;
}
.leftblock {
	margin-bottom: 20px;
	background: url(../img/leftBlockBg.jpg) repeat;
}
.yy-notice {
	height: 320px;
}
.leftblock > .title {
	height: 49px;
	line-height: 48px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../img/homeIcons.png) no-repeat;
	background-position: 135px -620px;
}
.leftblock > .title span {
	font-size: 18px;
	font-weight: bold;
	color: #d00e05;
	padding-left: 20px;
	padding-right: 18px;
	border-bottom: 3px solid #D00E05;
}
.leftblock > .title a {
	color: #09f;
	margin-right: 16px;
	cursor: pointer;
}
.notice-list {
	height: 270px;
	margin-left: 20px;
	margin-right: 16px;
}
.notice-list li {
	line-height: 44px;
	border-bottom: 1px dashed #dfdfdf;
}
.notice-list li:last-child {
	border-bottom: 0;
}
.notice-list li a {
	display: block;
	width: 98%;
	height: 44px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.department-list {
	clear: both;
	height: 550px;
	margin-left: 20px;
	padding-top: 10px;
  padding-bottom: 16px;
}
.department-list a {
	float: left;
	display: block;
	width: 132px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: url(../img/homeIcons.png) no-repeat;
	background-position: -1068px -798px;
	cursor: pointer;
}
.other-list {
	height: 924px;
	width: 256px;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.other-list a {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	font-family: "楷体";
	font-weight: bold;
	color: #9c3d3d;
	margin-bottom: 14px;
	background-image: url(../img/homeIcons.png);
	background-repeat: no-repeat;
	background-position: -7px -715px;
	cursor: pointer;
}
/* .other-list a:first-child {
	line-height: 1.2;
} */
.other-list a:hover {
	color: #000;
	background-color: #fff;
}
.other-list span {
  display: block;
  width: 150px;
  text-align: left;
  margin-left: 70px;
}
.contact-address {
	padding-bottom: 12px;
	margin-left: 20px;
}
.contact-address img {
	width: 288px;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 16px;
}
.contact-address p {
	font-size: 16px;
	margin-bottom: 10px;
  line-height: 1.6;
}
.rightblock {
	width: 948px;
	margin-bottom: 20px;
	border: 1px solid #dfdfdf;
}
.yy-news {
	height: 318px;
}
.yy-specialist {
	height: 370px;
}
.yy-listblock {
	height: 372px;
}
.yy-other-nav {
	height: 256px;
}
.newsPic {
	display: block;
	width: 320px;
	height: 281px;
	margin-top: 18px;
	margin-left: 22px;
}
.newsText {
	width: 280px;
	height: 288px;
	line-height: 29px;
  margin-top: 13px;
	margin-left: 22px;
	overflow: hidden;
}
.newsText a {
	color: #09f;
	cursor: pointer;
}
.newsList {
	width: 288px;
	height: 318px;
	background: url(../img/homeIcons.png) no-repeat;
	background-position: -307px -508px;
}
.rightblock-title {
	height: 46px;
	line-height: 46px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
}
.newsList > .title {
	border-bottom: 0;
	background: url(../img/homeIcons.png) no-repeat;
	background-position: -1209px -862px;
}
.rightblock-title span {
	color: #D00E05;
	font-size: 18px;
	font-weight: bold;
	margin-left: 22px;
}
.rightblock-title a {
	color: #09f;
	margin-right: 16px;
	cursor: pointer;
}
.newsList > .title a {
	color: #09f;
	margin-right: 20px;
}
.newsList > ul {
	margin: 16px 8px 0 22px;
}
.newsList > ul li {
	line-height: 40px;
}
.newsList > ul li a {
	display: block;
	width: 98%;
	height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.specialist {
	position: relative;
	width: 911px;
	height: 265px;
	margin: 29px auto;
	background: transparent url(../img/homeIcons.png) no-repeat;
  background-position: -641px -506px;
}
.specialist-list {
	
}
.layui-carousel>[carousel-item]:before {
	color: transparent;
}
.layui-carousel-ind {
	top: -330px;
	text-align: right;
}
.layui-carousel-ind li {
	width: 12px;
  height: 12px;
}
.layui-carousel-ind li.layui-this {
  background-color: #d00e05;
}
.specialist-list li {
	position: absolute;
	width: 911px;
	height: 223px;
  padding-top: 24px;
	background-color: transparent !important;
}

.specialist-list li a {
	float: left;
	display: block;
	width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  cursor: pointer;
}
.specialist-list li img {
	display: block;
	width: 152px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
.specialist-list li .name {
	display: block;
	font-size: 18px;
	margin-top: 12px;
}
.specialist-list li .job {
	display: block;
	height: 22px;
  overflow: hidden;
}
.slider-point {
	position: absolute;
	right: 0;
	top: -68px;
	z-index: 9;
}
.slider-point span {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background-color: #d0d0d0;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	cursor: pointer;
}
.slider-point span.current {
	width: 18px;
	height: 18px;
	background-color: #a7051a;
}	
.rightblock-list-left {
	width: 454px;
	padding-left: 20px;
}
.rightblock-list-right {
	width: 453px;
	padding-left: 20px;
	border-left: 1px dashed #dfdfdf;
}
.rightblock > ul,
.newsList > ul,
.yy-notice > ul {
	position: relative;
}
.layui-icon-loading:before,
.layui-icon-loading-1:before{
	  position: absolute;
    content: '\e63d';
    left: 50%;
    top: 50%;
    width: 100px;
    line-height: 20px;
    margin: -10px 0 0 -50px;
    text-align: center;
    color: #c2c2c2 !important;
    font-family: layui-icon !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.yy-listblock > ul {
	height: 295px;
	padding-top: 16px;
  padding-bottom: 14px;
}
.yy-listblock > ul li {
	line-height: 42px;
}
.yy-listblock > ul li a {
	display: block;
	width: 98%;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.other-nav-list {
	padding-top: 26px;
	padding-left: 22px;
}
.other-nav-list a {
	display: inline-block;
	width: 150px;
	height: 42px;
	margin-right: 76px;
	margin-bottom: 20px;
}
.other-nav-list img {
	width: 100%;
	height: 100%;
}
.yy-listblock > ul li:hover a,
.newsList > ul li:hover a,
.notice-list li:hover a,
.department-list a:hover {
	color: #d00e05;
}

.detail-list-right {
	width: 900px;
	min-height: 700px;
	padding: 18px 24px 36px;
	border: 1px solid #f4f0d7;
	box-shadow: 0 0 8px #f9f7eb;
}
.news-list-box {
	position: relative;
	min-height: 600px;
}
.news-list-box li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
	border-bottom: 1px solid #f1e1bd;
}
.news-list-box li a {
	float: left;
	display: block;
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.news-list-box li a:before {
	display: block;
	float: left;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: 21px;
	margin-right: 10px;
	margin-left: 4px;
	border-radius: 50%;
	background-color: #96403f;
}
.news-list-box li a:hover {
	color: #d00e05;
}
.news-list-box li span {
	display: block;
	float: right;
	color: #999;
	margin-right: 4px;
}
.bread {
	width: 1300px;
  margin-left: auto;
  margin-right: auto;
	height: 34px;
	line-height: 30px;
	padding-left: 18px;
	border-bottom: 1px solid #f1e1bd;
	margin-bottom: 20px;
	background: url(../img/icons.png) no-repeat;
	background-position: 0 2px;
}
.bread a {
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
}
.bread a:before {
	content: '';
	padding: 6px 8px;
	margin-right: 14px;
	background: url(../img/icons.png) no-repeat;
	background-position: 0 -70px;
}

.oaui-page {
	padding-bottom: 10px;
	margin-top: 38px;
	height: 40px;
	line-height: 40px;
}
.pageshow > li{
  float: left;
  height: 28px;
	line-height: 27px;
	font-size: 16px;
  padding: 0 10px;
  margin-top: 6px;
	margin-right: 8px;
	border-radius: 3px;
  cursor: pointer;
}
.pageshow .pageItem{
  background-color: #fff;
}
.pageshow .pageItemActive {
  background-color: #964043;
  color:#fff;
}
.pageshow .pageItem:hover {
  background-color: #964043;
  color:#fff;
}
.pageshow .pageItemDisable{
  background-color: #fff;
}

.page select.pageNlist {
	height: 28px;
	line-height: 27px;
	margin-top: 6px;
	margin-right: 8px;
	padding-left: 4px;
	border: 1px solid #ccc;
	font-family: "微软雅黑";
}
.totalpage {
	margin-right: 8px;
}
.page .jumpto {
	margin-right: 10px;
}
.page .jumpto input {
	display: inline-block;
	width: 32px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: "微软雅黑";
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #964043;
	background-color: #fff;
	border-radius: 3px;
}
.page .go {
	width: 34px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin-top: 8px;
	border: 1px solid #964043;
	background-color: #964043;
	border-radius: 3px;
	cursor: pointer;
}

.article {
	text-align: center;
}
.article-title {
	line-height: 2.5;
	font-size: 24px;
}
.article-info {
	line-height: 42px;
	border-bottom: 1px solid #f1e1bd;
}
.article-info span {
	font-size: 16px;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
}
.article-content {
	position: relative;
	width: 844px;
	min-height: 700px;
	padding: 16px 24px 16px 32px;
	text-align: left;
}
.article-content p {
	text-indent: 2em;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.article-content img {
	display: block;
	max-width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.layui-form-wrap {
	width: 1100px;
	padding: 50px 100px;
	margin: 0 auto;
	background-color: #f7f7f7;
}
.layui-form-item { 
	margin-bottom: 20px;
}
.layui-btn {
	cursor: pointer;
}

.layui-form-select dl dd.layui-this {
	background-color: #1890ff;
}
.search-result {
	padding: 0 32px 20px;
	font-size: 18px;
	font-weight: bold;
}
.search-list {
	padding: 0 32px;
}
.download {
	background-color: #f7f7f7;
}
.download-list li a:before { 
	width: 20px;
	height: 20px;
	margin-top: 13px;
	margin-right: 10px;
	margin-left: 4px;
	border-radius: 0;
	background: url(../img/download.png) no-repeat;
}
.download-list li:hover {
	background-color: #f0e1be1c;
}

.download-title {
	text-align: center;
	margin-bottom: 32px;
	padding-top: 16px;
	padding-bottom: 36px;
	border-bottom: 1px solid #ddd;
}
#goback {
	display: none;
	cursor: pointer;
}
#goback:hover {
	color: #fcb103;
}
.erweima {
	position: fixed;
	top: 50%;
	right: 0;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	margin-top: -80px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}
.erweima span {
	position: absolute;
	top: 0;
	right: 0;
	color: #d00e05;
	font-size: 12px;
	font-weight: 700;
	font-family: arial;
	padding: 5px 8px;
	cursor: pointer;
}
.erweima img {
	display: block;
	width: 160px;
	height: 160px;
}
.to-top-btn {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9;
	width: 44px;
	height: 44px;
	background: url(../img/toTop.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.layui-laypage a, .layui-laypage span {
	font-size: 16px;
}
.exportPic {
	width: 120px;
	text-align: center;
	margin: 42px 20px 0 32px;
	font-weight: bold;
}
.exportPic img {
	width: 100%;
	margin-bottom: 6px;
}

.expertors {
	padding: 20px;
  background: #f8f8f6;
	margin-top: 24px;
}
.expertors > ul {
	
}
.expertors > ul > li {
	display: inline-block;
    width: 152px;
    height: 230px;
    text-align: center;
    margin: 18px 22px;
    border: 1px solid #f4f0d7;
		cursor: pointer;
}
.expertors > ul > li:hover {
	background: #fff;
	border: 1px solid #f4f0d7;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.expertors > ul > li img {
	display: block;
	width: 152px;
	height: 160px;
	margin: 0 auto 10px;
	opacity: .9;
}
.expertors > ul > li:hover img {
	opacity: 1;
}
.expertors > ul > li .div1 {
	font-size: 18px;
  margin-top: 12px;
  margin-bottom: 2px;
}
.expertors > ul > li .div2 {
	height: 22px;
  overflow: hidden;
}
.copyUrl{
	cursor: copy;
}
.nav > ul li.lastCurrent{
	width: 168px;
}

.xunshizu {
	position: fixed;
	top: 50%;
	right: 0;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	margin-top: -200px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}
.xunshizu span {
	position: absolute;
	top: 0;
	right: 0;
	color: #d00e05;
	font-size: 12px;
	font-weight: 700;
	font-family: arial;
	padding: 5px 8px;
	cursor: pointer;
}
.xunshizu img {
	display: block;
	width: 160px;
	height: 80px;
}