/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SH";
	src:url("../fonts/SourceHanSerifCN-Regular-1.otf");
}

/*主站变灰*/
/*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)
}
*/


/*百度百科變灰*/
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{
	height: 124px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 70px;
}
#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.logo{
	width: 573px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 19px;
}


.search{
	position: relative;
	margin-left: 21px;
	width:164px;
	
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	background-color:transparent;
	border:0;
	border:1px solid rgba(255,255,255,0.5);
	font-size: 14px;
	color: #fff;
	line-height: 1.428571;
	padding: 6px 0px;
	padding-left:13px;
	padding-right: 35px;
	border-radius: 999em;
}

.search input[type="text"]::placeholder { /* 标准 */
  color: rgba(255,255,255,0.5);
}

.search input[type="image"]{
	position: absolute;
	right: 10px;
	top: 9px;
	width: 14px;
}

.header-a{
	width:106px;
}
.header-a a{
	display: block;
	border:1px solid rgba(255,255,255,0.5);
	font-size: 14px;
	color: rgba(255,255,255,0.68);
	border-radius: 999em;
	text-align: center;
	height: 34px;
	line-height: 32px;
	white-space: nowrap;
}
.header-a a:hover{
	font-weight: bold;
}
.header-a a img{
	margin-top: -3px;
	margin-right: 4px;
}
.nav{
	margin-top: 26px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 23px;
}
.nav>ul>li>a{
	display: block;
	height: 45px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	width: 22px;
	height: 4px;
	background-color: #fff;
	left: 50%;
	margin-left: -11px;
	bottom: 0;
	content:"";
	opacity: 0;
	border-radius: 4px;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.cur>a::after{
	opacity: 1;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	top:100%;
	z-index: 600;
	display: none;
	width:120px;
	margin-left: -60px;
	background-color: #0e57a7;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #0c4b8f;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 60px;
}
.fafa .flex-control-paging li a{
	width: 28px;
	height: 28px;
}

.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 60px 0 75px;
}

.main1-1{
	width: 30.6%;
}

.title-11-1{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	font-family: "SH";
	font-style: italic;
	padding-left: 93px;
	background-repeat: no-repeat;
	background-position:18px center;
	background-image: url(../images/title-11-1-bg.png);
}

.title-11-2{
	font-size: 38px;
	color: #222;
	font-family: "SH";
	font-weight: bold;
	line-height: 1;
	margin-top: 3px;
}
.title-11-2 span{
	color: #06549f;
}

.title-11 a.fr{
	font-size: 14px;
	color: #666;
	padding-right: 57px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/frbg.png);
	margin-top: 35px;
}

.title-11 a.fr:hover{
	color: #06549f;
}

.main1-div{
	background-color: #fff;
	box-shadow: 0 1px 10px 1px rgba(0,60,123,0.35);
	margin-top: 25px;
	padding: 25px 25px 35px;
	height: 615px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 58.6%;
}


.main1-1-con{
	margin-top: 31px;
}

.main1-1-h1{
	font-size: 21px;
	color: #06549f;
	font-weight: bold;
	font-family: "Times New Roman";
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/date2.png);
	line-height: 19px;
	position: relative;
}
.main1-1-h1::after{
	position: absolute;
	width: 16px;
	height: 5px;
	right: 0;
	top: 9px;
	content:"";
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main1-1-h1::before{
	position: absolute;
	left: 133px;
	height: 1px;
	right: 30px;
	top: 50%;
	content:"";
	background-image: url(../images/line1.png);
	background-repeat: repeat-x;
	background-position: 0 center;
}

.main1-1-h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin:20px 0 12px;
}

.main1-1-h2 a:hover{
	color: #06549f;
}

.main1-1-p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.main1-1-line{
	height: 22px;
	position: relative;
	background-image: url(../images/bg002.png);
	background-repeat: no-repeat;
	background-position:0 center;
	margin-top: 13px;
}

.main1-1-line::before{
	position: absolute;
	left: 32px;
	height: 1px;
	right: 0px;
	top: 50%;
	content:"";
	background-color: #06549f;
}

.main1-1-dl dl{
	margin:0;
	padding-top: 10px;

}

.main1-1-dl dd{
	position: relative;
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 51px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left:60px;
	border-bottom: 1px dashed #dfdfdf;
}

.main1-1-dl dd a:hover{
	color: #0e57a7;
}
.main1-1-dl dd span.span_003{
	position: absolute;
	left:0px;
	top: 0;
	font-size: 16px;
	color: #999;
}
.main1-2{
	width:  30.6%;
	margin-left: 4.1%;
}

.main1-3{
	width: 30.6%;
}

.main1 .main1-3 .main1-div{
	border-top: 3px solid #004694;
	padding-top: 10px;
	padding-bottom: 22px;
}



.main1-3-dl dl{
	margin:0;
}

.main1-3-dl dd{
	padding: 20px 33px;
	border-left: 1px solid #dfe0e0;
	position: relative;
}
.main1-3-dl dd::before{
	position: absolute;
	width: 3px;
	height: 45px;
	content:"";
	background-color: #dfe0e0;
	left: -2px;
	top: 50%;
	margin-top: -22px;
	transition: .3s;
}

.main1-3-dl dd:hover::before{
	background-color: #0265c3;
	height: 100%;
	margin-top: 0;
	top: 0;
}

.main1-3-dl dd:hover .main1-3-h1{
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 16px;
}

.main1-3-dl dd:hover .main1-3-h2{
	font-weight: bold;
	color: #0265c3;
}




.main1-3-dl dd+dd{
	border-top: 1px solid #dfe0e0;
}

.main1-3-h1{
	font-size: 14px;
	color: #0354a6;
	line-height: 16px;
}
.main1-3-h2{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 8px;
}

.main2{
	background-image: url(../images/main2-bg.jpg);
	padding: 55px 0;
}



.main2-div{
	position: relative;
	padding-left: 90px;
}
.main2-title{
	position: absolute;
	left: 0;
	top: 0;
}
.main2-title1-wp {
	padding-right: 15px;
	background-image: url(../images/yw.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.main2-title1{
	font-size: 34px;
	color: #fff;
	width: 1em;
	line-height: 1.1;
	font-family: "SH";
	font-weight: bold;
}

.main2-title2{
	font-size:14px;
	color: rgba(255,255,255,0.6); 
	width: 1em;
	line-height: 1.2;
	margin-left: 12px;
}
.main2-title2 img{
	margin:3px auto 0;
	display: block;
}
.main2-title2 a:hover{
	color: #fff;
}


.main2-list-wp{
	margin:0 auto;
	width: 1200px;
}
.main2-list{
	padding: 0 25px;
}
.main2-list .item{
	font-size: 0;
	text-align: center;
}
.main2-list .item>a{
	display: inline-block;
	vertical-align: top;
}
.main2-list .item>a:hover{
	font-weight: bold;

}
.main2-ico{
	width: 131px;
	margin:0 auto;
}


.main2-h1{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	line-height: 1;
}

.main2-list .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 50%;
  margin-top: -20px;
  width: 23px;
  height: 41px;
  background-image: url(../images/left2.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
}

.main2-list .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 50%;
  margin-top: -20px;
  width: 23px;
  height: 41px;
  background-image: url(../images/right2.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  background-size: 100%;
}














.main3{
	background-color: #fff;
	padding: 65px 0 70px;
}

.main3 .title-11-1{
	padding-left: 0;
	background-image: none;
}


.mm35{
	margin-top: 35px;
}

.tui1-pic{
	width: 216px;
	margin-right: 26px;
}
.tui1-pic .imgbox_a{
	padding-bottom: 68.98%;
}
.tui1-con{
	overflow: hidden;
}

.tui1-h1{
	font-size: 16px;
	color: #06549f;
}

.tui1-h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin:15px 0 25px;
}
.tui1-h2 a:hover{
	color: #06549f;
}
.tui1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
}
.main3-list1{
	padding-top: 33px;
}
.main3-list1 dl{
	margin:0;
	padding-top: 10px;
	border-top: 1px solid #dee2e5;

}

.main3-list1 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	height: 18px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left:25px;
	padding-right: 115px;
	background-image: url(../images/main3-list1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-top: 20px;
}

.main3-list1 dd a:hover{
	color: #0e57a7;
}
.main3-list1 dd span.span_002{
	position: absolute;
	right:0px;
	top: 0;
	font-size: 16px;
	color: #999;
}
.main4{
	background-image: url(../images/main4-bg.jpg);
	padding: 70px 0 90px;
	overflow: hidden;
}





.title-11-hua{
	margin-top: 20px;
}
.title-11-hua a{
	float: left;
	width: 120px;
	background-color: #fff;
	border-radius: 999em;
	font-size: 18px;
	color: #999;
	text-align: center;
	height: 39px;
	line-height: 39px;
	transition: background-color .3s,color .3s;
}
.title-11-hua a+a{
	margin-left: 15px;
}
.title-11-hua a.cur{
	background-color: #06549f;
	color: #fff;
}

.main4-div{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}

.main4-div-con{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0;
}

.main4-div-con.cur{
	position: relative;
	left: 0;
}







.main4-list .item{
	padding: 10px;
}
.main4-item{
	display: block;
	background-color: #fff;
	padding: 12px;
	padding-right: 20px;
	box-shadow: 0 1px 10px 1px rgba(0,60,123,0.35);
}

.main4-pic{
	width: 131px;
	margin-right: 30px;
}
.main4-pic .imgbox_a{
	padding-bottom: 132.82%;
}
.main4-con{
	overflow: hidden;
	padding-top: 10px;
}
.main4-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.main4-item:hover .main4-h1{
	color: #06549f;
}
.main4-h2{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}

.main4-p{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	margin-top: 15px;
	overflow: hidden;
}
.main4-a{
	width: 16px;
	margin-top: 20px;
}

.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-36px;
    top: 50%;
   	margin-top: -8px;
    width: 9px;
    height: 16px;
    background-image: url(../images/left1.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:-36px;
    top: 50%;
    margin-top: -8px;
    width: 9px;
    height: 16px;
    background-image: url(../images/right1.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer-bg.jpg);
}
.footer-1{
	padding: 70px 0 45px;
}

.er{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 140px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}


.foo1{
	width: 515px;
}

.foo1 dl{
	margin:0;
}

.foo1 dd{
	font-size: 16px;
	color: #fff;
	padding-left: 45px;
	line-height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.foo1 dd+dd{
	margin-top: 13px;
}


.foo2{
	margin-left: 130px;
	width: 660px;
	padding-top: 10px;
}

.foo2 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.foo2 dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.foo2 dd select:focus{
	outline: none;
}
.foo2 dd select{
	display: block;
	width: 100%;
	border:0;
	background-color: rgba(255,255,255,0.14);
	color: #fff;
	font-size: 16px;
	height: 46px;
	border-radius: 4px;
	padding-left: 15px;
}
.foo2 dd select option{
	color: #333;
}
.footer-2{
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	border-top: 1px solid rgba(255,255,255,0.18)
}




/**************************************************************/
/*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: #0e57a7;

}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
    margin-left: 15px;
    margin-top: 19px;
}

.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: 422px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 600px;
	background-image: url(../images/erji-bg.jpg);
	padding-bottom: 55px;
	position: relative;
	z-index: 50;
}

.menu{
	width: 275px;
	margin-top: -100px;
}

.menu-h1{
	height:176px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/menu-h1.jpg);
	padding-left: 55px;
	padding-top: 40px;
	position: relative;
}
.menu-h1::after{
	position: absolute;
	width: 1px;
	background-color: #afe1f8;
	left: 55px;
	bottom: 0;
	height: 50px;
	content:"";
}
.menu-h1_1{
	font-size: 36px;
	color: #fff;
	line-height: 1;
}

.menu-h1_2{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-top: 17px;
}

.menu-list dl{
	margin:0;
	padding-top: 19px;
}
.menu-list dd+dd{
	margin-top: 4px;
}
.menu-list dd>a{
	display: block;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #333;
	padding-left: 47px;
	background-color: #edf3f9;
	position: relative;
}

.menu-list dd>a::after{
	position: absolute;
	width: 6px;
	height: 13px;
	right: 25px;
	top: 26px;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-list dd>a:hover{
	color: #0e57a7;
}
.menu-list dd.cur>a{
	background-image: linear-gradient(to right, #edf4fe , #85ade1);
	color: #0e57a7;
}

.menu-list dd.cur>a::after{
	background-image: url(../images/jiao1h.png);

}




.erji-content{
	width: 1270px;
	padding-top: 55px;
}
.erji-title{
	border-bottom: 1px solid #eae9e9;
}
.erji-title .fl{
	line-height: 1;
	font-size: 28px;
	font-weight: bold;
	color: #0e57a7;
	border-bottom: 3px solid #0e57a7;
	padding-bottom: 24px;
	position: relative;
	top: 1px;
}

.mianbaoxie{
	font-size: 16px;
	color: #999;
	padding-left: 28px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 7px;
}

.mianbaoxie a:hover,
.mianbaoxie span{
	color: #0e57a7;
}

.list01 dl{
	margin:0;
}

.list01 dd{
	padding: 35px 0;
	border-bottom: 1px dashed #dadada;
}

.list01-pic{
	width: 326px;
	margin-right: 45px;
}

.list01-pic .imgbox_a{
	padding-bottom: 66.87%;
}

.list01-con{
	overflow: hidden;
	padding-top:15px; 
}

.list01-h1{
	font-size: 22px;
	color: #222;
}

.list01-h1 a:hover{
	color: #0e57a7;
}

.list01-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;max-height: 3.6em;
	overflow: hidden;
	margin:25px 0 35px;
}

.list01-h2{
	font-size: 16px;
	color: #0e57a7;
	padding-left: 28px;
	background-image: url(../images/date1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.fenye{
	text-align: center;
	margin-top: 90px;
}

.fenye ul{
	margin:0;
}


.list02 dl{
	margin:0;
	padding-top: 25px;
}

.list02 dd{
	position: relative;
	font-size: 18px;
	color: #333;
	height: 68px;
	line-height: 67px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 32px;
	padding-right: 125px;
	border-bottom: 1px dashed #d4d4d4;
	background-image: url(../images/list02.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}

.list02 dd a:hover{
	color: #0e57a7;
}
.list02 dd span.span_001{
	position: absolute;
	right:5px;
	top: 0;
	font-size: 16px;
	color: #999;
}

.list03 dl{
	margin:0;
	padding-top: 15px;
}

.list03 dd{
	float: left;
	width: 50%;
	padding: 35px 0;
	border-bottom: 1px dashed #dadada;
}

.list03-pic{
	width: 160px;
}
.list03-pic .imgbox_a{
	padding-bottom: 125%;
}
.list03-con{
	overflow: hidden;
	padding: 5px 30px 0;
}

.list03-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.list03-h1 a:hover{
	color: #0e57a7;
}
.list03-h2{
	font-size: 18px;
	color: #333;
	margin-top: 7px;
}

.list03-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	max-height: 3.6em;
	margin-top: 20px;
	overflow: hidden;
}

.more11{
	margin-top: 25px;
	font-size: 14px;
	color: #666;
}
.more11 img{
	margin-top: -3px;
	margin-left: 5px;
}
.more11 a:hover{
	color: #0e57a7;
}

.list04 dl{
	margin:0;
	margin-left: -3%;
}

.list04 dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.list04-pic .imgbox_a{
	padding-bottom: 75%;
}

.list04-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 18px;
}

.danpian{
	padding-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: 16px;
	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: 20px;
	border-top: 1px solid #bbbbbb;
}

.dan-a{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 46%;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0e57a7;
}


.sanji-dl{
	padding: 10px 0 5px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	min-width: 115px;
	margin-right: 12px;
	margin-top: 15px;
}

.sanji-dl dd>a{
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 15px;
	text-align: center;
	background-color: #ededed;
}
.sanji-dl dd.cur>a,
.sanji-dl dd>a:hover{
	background-color: #0e57a7;
	color: #fff;
}
