/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*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{
	
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/body.jpg);
}





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: relative;
	z-index: 998;
}


.header-1{
	height:164px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}

.header-1 .container{
	position: relative;
}

.header-a{
	position: absolute;
	right: 0;
	top: 33px;
	width: 273px;
}
.header-a dl{
	margin:0;
}
.header-a dd{
	float: right;
	font-size: 14px;
	color: #fff;
	padding-left:24px ;
	background-repeat: no-repeat;
	background-position: left center;
}
.header-a dd+dd{
	margin-right: 20px;
}
.header-a dd a:hover{
	color: #BC3034;
}


.logo{
	margin-top:37px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	position: relative;
	width: 265px;
	height: 45px;
	background-image: url(../images/search.png);
	padding: 0 50px 0 25px;
	margin-top:72px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	width: 100%;
	border:0;
	height: 45px;
	padding: 8px 0px;
	background-color: transparent;
	font-size: 14px;
	color: #333;
	line-height:  1.42857143;
}
.search input[type="image"]{
	position: absolute;
	right: 17px;
	top: 12px;
}

.header-2{
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/header-2.png);
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 9.090909090909%;
	text-align: center;
}

.nav>ul>li>a{
	display: block;
	height: 59px;
	line-height: 58px;
	font-size: 16px;
	color: #000;
	position: relative;
	border-bottom:1px solid #e1e1e1; 
}


.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	color: #7587b9;
	font-weight: bold;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #7587b9;
	color: #fff;
}









/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fbanner .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	height: 517px;
}
.fbanner .slides>li img{
	display: none;
	width: 100%;
}
.fbanner .flex-control-nav{
	display: block;
	bottom: 40px;
	font-size: 0;
	height: 0;
}

.fbanner .flex-control-paging li a{
	width: 13px;
	height: 13px;
}

.fbanner .flex-control-nav li{
	margin:0 5px;
}

.main{
	
}


.title-11{
	background-image: url(../images/title-11.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 76px;
	padding-top:17px;
	margin-bottom: 40px;
}
.title-11 h1{
	margin:0;
	font-size: 28px;
	color: #7687b9;
	font-weight: bold;
}

.title-11 h2{
	margin:0;
	font-size: 14px;
	color: #333333;
	margin-top: 6px;
	text-transform: uppercase;
}

.main1{
	padding: 45px 0 120px;
	background-color: #f9f9f9;
	position: relative;
}

.main1 .container{
	position: relative;
	z-index: 35;
}

.main1::after{
	height: 645px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main1-bg.png);
	content:"";
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 15;
	bottom: -34px;
}


.main1-1{
	width: 381px;
	margin-right: 24px;
}

.main1-1 .imgbox_a{
	padding-bottom:89.76%;
}
.main1-1 .imgbox_a h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	margin:0;
	font-size: 16px;
	z-index: 25;
	background-image: url(../images/heidi2.png);
	text-align: center;
}

.main1-2{
	overflow: hidden;
}

.main1-2-item{
	width: 47.8%;
}

.main1-2-pic .imgbox_a{
	padding-bottom: 67.19%;
}

.main1-2-con{
	background-color: #fff;
	padding: 20px 10px;
	border-bottom: 3px solid #cccccc;
}
.main1-2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main1-2-con h1 a:hover{
	color: #7687b9;
}
.main1-2-con h2{
	margin:0;
	font-size: 12px;
	color: #666;
	line-height:15px;
	height: 15px;
	overflow: hidden;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-top: 20px;

}



.main1-4{
	overflow: hidden;
}



.main1-4-item{
	width: 48.11%;
}

.main1-4-item-h1{
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #7587b9;
	font-weight: bold;
}

.main1-4-list{
	background-color: #fff;
	padding: 0 15px;
}
.main1-4-list dl{
	margin:0;
}
.main1-4-list dd{
	padding: 15px 0;
}
.main1-4-list dd+dd{
	border-top: 1px solid #eaeaea;
}
.main1-4-list dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main1-4-list dd h1 a:hover{
	color: #7587b9;
}

.main1-4-list dd h2 {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  margin-top: 11px;
}








.more1{
	width: 155px;
	height: 81px;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	margin:40px auto 0;
}
.more1>a{
	display: block;
	height: 43px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.more1>a:hover{
	font-weight: bold;
}
.main1-bottom{
	margin-top: 45px;
}

.main1-3 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -60px;
}

.main1-3 dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	background-color: #fff;
	padding: 15px 15px 25px 115px;
	position: relative;
	margin-top: 60px;
}

.main1-3-date{
	width: 82px;
	height: 82px;
	background-color: #7587b9;
	text-align: center;
	padding-top: 14px;
	position: absolute;
	left: 15px;
	top: -18px;
}

.main1-3-date h1{
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.main1-3-date h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	margin-top: 7px;
}

.main1-3-con{
	overflow: hidden;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	height: 3.2em;
}
.main1-3-con:hover{
	color: #7587b9;
}






.main2{
	padding: 50px 0 60px;
}
.main2-1-left{
	width: 414px;
	height: 486px;
	background-image: url(../images/main2-1-left.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 95px 30px 0;
}

.main2-1-left h1{
	margin:0;
	font-size:28px;
	color: #fff; 
}
.main2-1-left h1::after{
	display: block;
	width: 18px;
	height: 3px;
	content:"";
	background-color: #fff;
	margin-top: 23px;
}
.main2-1-left h2{
	margin:0;
	font-size:14px;
	color: #fff; 
	line-height: 1.5;
	padding: 20px 0 15px;
}
.main2-1-left h3{
	margin:0;
	font-size:17px;
	color: #fff; 
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	font-weight: bold;
}
.main2-1-left p{
	margin:0;
	font-size:14px;
	color: #fff; 
	line-height: 1.5;
	margin-top: 30px;
}
.main2-1-left p+p{
	margin-top: 7px;
}

.more3{
	margin-top: 65px;
}
.more3 a{
	display: block;
	width: 141px;
	height: 43px;
	line-height: 43px;
	padding-left: 51px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/more3.png);
	font-size: 12px;
	color: #526db7;
}
.more3 a:hover{
	font-weight: bold;
}







.main2-1-right{
	width: 757px;
	float: right;
}

.main2-1-right ul{
	margin:0;
	margin-top: -4%;
	margin-left: -3%;
}
.main2-1-right li{
	background-color: #fff;
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 4%;
	padding: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
}
.main2-1-right li h1{
	margin:0;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main2-1-right li h1 a:hover{
	color: #526db7;
}
.line{
	height: 20px;
	padding-left:22px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/line-bg.png);
	margin:15px 0;
}

.line::before{
	position: absolute;
	content:"";
	left: 22px;
	height:2px;
	right: 0;
	z-index: 15;
	background-color: #e6e6e6;
	top: 12px;
}

.line::after{
	position: absolute;
	content:"";
	left: 22px;
	height:2px ;
	width: 17px;
	z-index: 25;
	background-color: #526db7;
	top: 12px;
}


.main2-1-right dl{
	margin:0;
}

.main2-1-right dd{
	font-size: 12px;
	color: #666;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.5;
}
.main2-1-right dd+dd{
	margin-top: 10px;
}






.mmm50{
	margin-top:50px;
}

.main2-2-div{
	width: 47.9%;
}

.title-22 h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #7687b9;
}

.title-22 a.fr{
	font-size: 12px;
	color: #333;
	margin-top: 6px;
}

.title-22 a.fr:hover{
	color: #7687b9;
}
.main2-pic{
	margin-top: 32px;
}
.main2-pic .imgbox_a{
	padding-bottom: 30.96%;
}

.list001{padding-top: 28px;}
.list001 dl{
	margin:0;
}

.list001 dd{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	padding-right:75px;
	height: 20px;
	line-height: 20px;
}

.list001 dd+dd{
	margin-top: 13px;
}

.list001 dd a{
	font-size: 14px;
	color:#000;
}
.list001 dd span{
	font-size: 14px;
	color:#000;
	position: absolute;
	right: 0px;
	top: 0;
}
.list001 dd a:hover{
	color:#7687b9;
}


.main3{
	padding: 0px 0 115px;
}

.main3-list1 .pic-item {
    margin-top: 0px;
}
.main3-list2-wp{
	margin-top: 26px;
}
.main3-list2 .imgbox_a{
	padding-bottom: 31.25%;
	border:1px solid #b6b6b6;
	background-color: #f9f9f9;
}






.main2-3-pic .imgbox_a{
	padding-bottom: 60.86%;
}
.main2-3-con{
	padding-top: 17px;
}
.main2-3-con h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #626262;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main2-3-con h1 a:hover{
	color: #7587b9;
}
.main2-3-con h2{
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color: #adadad;
	padding: 13px 0 10px;
}

.main2-3-con p{
	margin:0;
	font-size: 14px;
	color: #777777;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.more15{
	margin-top: 15px;
}

.more15 a{
	font-size: 16px;
	color: #7587b9;
	font-weight: bold;
}


.main2-4-date{
	width: 82px;
	height: 82px;
	background-color: #7587b9;
	text-align: center;
	padding-top: 14px;
	margin-right: 20px;
}

.main2-4-date h1{
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.main2-4-date h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	margin-top: 7px;
}



.main2-4-list dl{
	margin:0;
	margin-left: -3%;
}

.main2-4-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-bottom: 40px;
	padding: 10px;
	border:1px solid #b8b8b8;
}

.main2-4 .more1{
	margin-top: 0;
}


.main2-4-con{
	overflow: hidden;
	padding-top: 15px;
	padding-right: 5px;
}

.main2-4-a{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main2-4-a a:hover{
	color: #7587b9;
}

.main2-5-1{
	width: 576px;
	margin-right: 40px;
}

.main2-5-1 .imgbox_a{
	padding-bottom: 64.24%;
}

.main2-5-1 .imgbox_a h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  padding-right: 95px;
  color: #fff;
  margin: 0;
  font-size: 14px;
  z-index: 25;
  background-image: url(../images/heidi2.png);
  
}

.fmain2-5-1 .flex-control-nav{
	text-align: right;
	padding-right: 15px;
	bottom: 17px;
}

.fmain2-5-1 .flex-control-nav li{
	margin:0;
}

.fmain2-5-1 .flex-control-nav li+li{
	margin-left: 8px;
}



.main2-5-2{
	overflow: hidden;
}

.main2-5-2 dl{
	margin:0;
}

.main2-5-2 dd{
	border-bottom: 1px solid #e5e5e5;
	padding: 21px 0;
}

.main2-5-2 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-right: 100px;
}

.main2-5-2 dd h1 a:hover{
	color: #7587b9;
}

.main2-5-2 dd h1 span{
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	color: #999;
}
.main2-5-2 dd p{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	padding-top: 300px;
}


.footer-1-dl{
	padding-bottom: 32px;
	border-bottom: 1px solid #9badde;
}

.footer-1-dl dl{
	margin:0;
}

.footer-1-dl dd{
	float: right;
	width: 215px;
	margin-left: 15px;
}

.footer-1-div{
	padding: 35px 0;
	background-image: url(../images/flogo.png);
	background-repeat: no-repeat;
	background-position: center 35%;
}

.footer-1-div-right{
	width: 258px;
	margin-top: 6px;
}

.er{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 113px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}

.footer-1-div-left h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.footer-1-div-left p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 15px;
}

.footer-2{
	background-color: #596995;
	padding: 10px 0;
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
}
/**************************************************************/
/*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: #7587b9;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../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: 4px 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:230px;
	margin-left: 15px;
	margin-top: 9px;
}

.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: 75px;
}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 219px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.erji-top{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}

.erji-top-h1{
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #7587b9;
	font-weight: bold;
	padding: 0	10px;
	position: relative;
}

.erji-top-h1::after{
	position: absolute;
	content:"";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #7587b9;
}

.mianbaoxie{
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #a2a2a2;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
	padding-left: 22px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #7587b9;
}

.erji-bottom{
	padding: 30px 0;
}

.menu{
	width: 249px;
	margin-right: 47px;
}

.menu-h1{
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #7587b9;
}

.menu-list{
	border: 1px solid #dad9de;
	border-top:0;
	background-color: #f7f7f9;
}
.menu-list dl{
	margin:0;
}

.menu-list dd+dd{
	border-top: 1px solid #e9e8eb;
}
.menu-list dd>a{
	display: block;
	padding: 12px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.menu-list dd>a:hover,.menu-list dd.cur>a{
	color: #7587b9;
}

.menu-pic{
	margin-top: 23px;
}

.menu-pic .imgbox_a{
	padding-bottom: 103.21%;
}
.erji-content{
	overflow: hidden;
	min-height:660px;
}

.pic-list{
	overflow: hidden;
}

.pic-list .row{
	margin-top: -30px;
}

.pic-item{
	margin-top: 30px;
}
.pic-item h1{
	margin:0;
	font-size: 16px;
	text-align: center;
	padding: 	15px;
	background-color: #efefef;
	color: #333;
}
.pic-pic .imgbox_a{
	padding-bottom: 65.6%;
}
.pic-item:hover h1{
	color: #7587b9;
}

.fenye{
	text-align: center;
	margin-top: 35px;
}

.fenye ul{
	margin:0;
}





.jiaoyu-list dl{
	margin:0;
}

.jiaoyu-list dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian1.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:95px;
	height: 53px;
	line-height: 52px;
	border-bottom: 1px dotted #cecfd1;
}


.jiaoyu-list dd a{
	font-size: 16px;
	color:#000;
}
.jiaoyu-list dd span{
	font-size: 16px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
}
.jiaoyu-list dd a:hover{
	color:#7587b9;
}

.danpian{
	padding-bottom: 50px;
}
.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 #ddd;
	padding: 10px 0 15px;

}




.danpian-con{
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}

.danpian-con,.danpian-con *{
	/*font-size: 15px!important;
	color: #666!important;*/
	line-height: 2!important;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 15px;
	color:#333;
}

.dan-a a:hover{
	color:#7587b9;

}

.duiwu-li+.duiwu-li{
	margin-top: 35px;
}

.duiwu-title{
	background-color: #f7f7f9;
	padding: 15px 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.duiwu-title::before{
	position: absolute;
	content:"";
	width: 4px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	left: 14px;
	background-color: #7587b9;
}
.duiwu-dl{
	padding-top: 15px;
}
.duiwu-dl dl{
	margin:0;
	margin-left: -2%;
}

.duiwu-dl dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-top: 2%;
}
.duiwu-dl dd.wj{
width: 48%;

}
.duiwu-dl dd>a{
	display: block;
	height: 48px;
	line-height: 46px;
	border:1px solid #ececec;
	font-size: 16px;
	color: #000;
	text-align: center;
	background-color: #fff;
}
.duiwu-dl dd>a:hover{
	color: #fff;
	border-color: #7587b9;
	background-color: #7587b9;
}







.lingdao-list {
  margin-bottom:45px;
}
.lingdao-list ul{
	margin:0;
	padding-bottom: 150px;
}

.lingdao-list li{
	border-bottom: 1px dashed #cfcfcf;
	padding: 0	30px;
           float:left;
width:50%;
}

.lingdao-list li dl{
	margin:0;
}

.lingdao-list li dd{
	
	padding-left: 24px;
	height: 54px;
	line-height: 54px;
	
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.lingdao-list li dd a{
	font-size: 16px;
	color:#333;
}

.lingdao-list li dd a:hover{
	color:#7587b9;
}