/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SHR";
	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;
}
a:focus{
	outline: none;
}

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_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.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{
	background-color: #094192;
}

.header-1{
	height: 147px;
	border-bottom: 1px solid #265ea7;
}

.logo{
	width: 413px;
	margin-top: 31px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 236px;
	margin-top:51px;
	position: relative;
	background-image: url(../images/search.png);
	padding: 3px 0;
	padding-left: 25px;
	padding-right: 50px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	border:0;
	font-size: 16px;
	color: #333;
	padding: 4px 0px;
}


.search input[type="image"]{
	position: absolute;
	width: 18px;
	right:16px;
	top: 15px;
}



.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 10%;
	text-align: center;
}
.nav>ul>li+li{
	padding-left: 1px;
}

.nav>ul>li>a{
	display: block;
	font-size: 20px;
	color: #fff;
	height:63px;
	line-height: 63px;
	font-family: "SHR";
	background-color: #094192;
	transition: background-color .3s;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	background-color: #265ea7;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0%;
	width: 100%;
	/*margin-left: -65px;*/
	top:100%;
	z-index: 600;
	display: none;
	background-color: #094192;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	text-align: center;
	font-family: "SHR";
	background-color: #094192;
	transition: background-color .3s;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #265ea7;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	bottom: 55px;
	height: 0;
}
.fafa .flex-control-nav li{
	margin:0 4px;
}
.fafa .flex-control-paging li a{
	width: 28px;
	height: 28px;
}


.main1{
	padding: 75px 0 85px;
	background-image: url(../images/main1-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main1-1{
	width: 662px;
	margin-right: 79px;
}

.title-11{
	margin-bottom: 35px;
}
.title-11-1{
	font-size: 38px;
	color: #222;
	font-family: "SHR";
	line-height: 1;
	font-weight: bold;
}

.title-11-2{
	font-size: 16px;
	color: #b98a39;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "SHR";
	font-style: italic;
	padding-left: 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/bb.png);
}

.title-11 a.fr{
	font-size: 16px;
	color: #b98a39;
	line-height: 1;
	font-family: "SHR";
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 100% center;
	background-image: url(../images/fr.png);
	white-space: nowrap;
	padding-right: 30px;
	margin-top: 42px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 47.648%;
}


.main1-1-con{
	height: 271px;
	background-color: #ffffff;
	border-bottom: 4px solid #c8ab7a;
	padding: 21px 35px 0;
	padding-right: 65px;
	position: relative;
}
.main1-1-con::before{
	position: absolute;
	width: 27px;
	height: 20px;
	content:"";
	background-image: url(../images/yin.png);
	background-repeat: no-repeat;
	background-position: center 0;
	top: 26px;
	right: 22px;
}

.main1-1-con-p{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 12.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.main1-1-con-p p{
	margin:0;
	text-indent: 2em;
}



.main1-2{
	overflow: hidden;
}

.main1-2 .gushi-list dd{
	width: 48%;
}








.main2{
	background-image: url(../images/main2-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main2-2{
	width: 576px;
	height: 555px;
	position: relative;
}



.main2-2-div{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/main2-title-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.main2-2-div .title-11{
	position: absolute;
	left: 25%;
	right: 0;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	background-image: url(../images/main2-2-title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 15%;
	padding-top: 48px;
}

.main2-2-div .title-11 .fl{
	float: none;
}

.main2-2-div .title-11 a.fr{
	float: none;
	display: inline-block;
	margin-top: 22px;
}

.title-11.title-11-bai .title-11-1{color: #fff;}
.title-11.title-11-bai .title-11-2{color: #fff;background-image: url(../images/bbh.png);}
.title-11.title-11-bai a.fr{color: #fff;background-image: url(../images/frh.png);}



.main2-1{
	overflow: hidden;
	padding-right: 50px;
	padding-top: 30px;
}

.main2-1-list dl{
	margin:0;
	margin-left: -8%;
}

.main2-1-list dd{
	float: left;
	width: 42%;
	margin-left: 8%;
	padding-top: 45px;
	position: relative;
}

.main2-1-nian{
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
  font-size: 18px;
	font-family: "SHR";
	/*font-weight: bold;*/
	line-height: 1;
	color: #b98a39;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.main2-1-date{
	font-size: 18px;
	font-family: "SHR";
	/*font-weight: bold;*/
	line-height: 1;
	color: #b98a39;
}


.main2-1-line{
	height: 8px;
	position: relative;
	margin-top: 8px;
	padding: 4px 8px 0;
}
.main2-1-line span{
	display: block;
	height: 1px;
	background-color: #ad8240;
	opacity: 0.34;
}
.main2-1-line::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	background-image: url(../images/q.png);
	content:"";
}

.main2-1-line::after{
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 8px;
	background-image: url(../images/q.png);
	content:"";
}


.main2-1-h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #222;
	height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 8px;
	padding-left: 25px;
}
.main2-1-h1 a:hover{
	color: #b98a39;
}










.main3{
	padding: 70px 0 75px;
	background-image: url(../images/main3-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
}

.main3-1-list dl{
	margin:0;
}

.main3-1-list dd{
	float: left;
	width: 25%;
	padding-left: 4px;
}

.main3-1-list dd:nth-child(1){
	width: 50%;
	padding-left: 0;
}
.main3-1-list dd:nth-child(2),
.main3-1-list dd:nth-child(3){
	padding-bottom: 4px;
}

.main3-1-list dd:nth-child(1) .main3-1-item .imgbox_a{
	padding-bottom: 75%;
}
.main3-1-item .imgbox_a{
	padding-bottom: 75.3%;
}
.main3-1-item .imgbox_a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  background-image: url(../images/yy1.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
}


.main3-2{
	margin-top: 75px;
}


.main3-2-list .item{
	background-color: #fff;
	padding: 12px;
}

.main3-2-item{
	border:1px solid #efe9e4;
	background-color: #fcfcfb;
	padding: 28px 20px 25px;
}

.main3-2-h1{
	font-size: 18px;
	font-family: "SHR";
	/*font-weight: bold;*/
	line-height: 1;
	font-style: italic;
	color: #b98a39;
	position: relative;
}
.main3-2-h1::after{
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #d5c4ab;
	content:"";
	right: 0;
	left: 110px;
}
.main3-2-h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #222;
	height: 3.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 22px;
}
.main3-2-h2 a:hover{
	color: #b98a39;
}

body{
	overflow-x: hidden;
}


.main3-2-list .owl-nav button.owl-prev{
  position: absolute;
  left:-55px;
  top: 50%;
  margin-top: -11px;
  width: 13px;
  height: 22px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}

.main3-2-list .owl-nav button.owl-next{
	position: absolute;
	right:-55px;
	top: 50%;
	margin-top: -11px;
	width: 13px;
	height: 22px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
	z-index: 50;
}










/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
	position: relative;
	z-index: 30;
}
#footer::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 13px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/wq.png);
	content:"";
}

.footer-1{
	padding: 70px 0 60px;
}

.foo-logo{
	width: 413px;
	margin-top: 30px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo-lx{
	margin-left: 165px;
	width: 360px;
}

.foo-h1{
	font-size: 18px;
	color: #fff;
	line-height: 1;
}
.foo-h1 img{
	margin-top: -3px;
	margin-right: 9px;
}

.foo-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	font-weight: 100;
	margin-top: 25px;
}
.foo-p p+p{
	margin-top: 10px;
}
.foo-p p{
	margin:0;
}


.foo-yq{
	margin-left: 60px;
	width: 268px;
}
.foo-yq-sel{
	margin-top: 25px;
}
.foo-yq-sel+.foo-yq-sel{
	margin-top: 17px;
}
.foo-yq-sel select:focus{
	outline: none;
}
.foo-yq-sel select{
	display: block;
	width: 100%;
	height: 48px;
	background-color: rgba(255,255,255,0.15);
	color: #fff;
	border:1px solid #476ea8;
	border-radius: 5px;
	appearance:none;
	padding-left: 20px;
	background-image: url(../images/jt2.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}

.foo-yq-sel select option{
	color: #333;
}

.er{
	width: 120px;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	margin-top: 15px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}


.footer-2{
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	line-height: 1.8;
	padding: 16px 0;
	border-top: 1px solid #325e9d;
}


/**************************************************************/
/*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%;
	background-color: #0b4293;
	z-index: 1001;
	background-image: url(../images/header-bg.jpg);
}
.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: 250px;
   margin-left: 15px;
   margin-top:11px;
}

.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: 429px;
	position: relative;
	z-index: 5;
}

.mianbaoxie-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(29,100,180,0.73);
	z-index: 30;
}
.mianbaoxie{
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #fff;
	padding-left: 428px;
}
.mianbaoxie img{
	margin-top: -3px;
	margin-right: 12px;
}
.banner-2-bg{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.erji{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/erji-bg.jpg);
	position: relative;
	z-index: 30;
}

.erji-bai{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	/*background-color: #fff;*/
	background-image: url(../images/baidi.png);
}
.menu{
	width: 315px;
	margin-right: 80px;
	min-height: 1px;
	padding: 60px 0 160px;
	border-left: 1px solid #dfdfdf;
	position: relative;

}

.menu-title{
	position: absolute;
	right: -80px;
	left: 0;
	top: -84px;
	background-color: #043d90;
	border-top-right-radius: 45px;
}

.menu-title-con{
	height: 84px;
	line-height: 84px;
	position: relative;
	padding-left: 15px;
}
.menu-title-con span{
	font-size: 34px;
	color: #fff;
	font-family: "SHR";
	position: relative;
	z-index: 15;
	font-weight: bold;
}
.menu-title-con i{
	font-size: 40px;
	color: #fff;
	font-family: "SHR";
	position: absolute;
	z-index:5;
	opacity: 0.1;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;

}


.menu-title-lan{
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	background-color: #043d90;
}







.menu-list ul{
	margin:0;
}
.menu-list li{
	border-bottom: 1px solid #dfdfdf;
}
.menu-list li>a{
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	padding: 20px 40px 20px 33px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 280px 30px;
}

.menu-list li>a:hover{
	color: #043d90;
}

.menu-list li.cur>a{
	background-color: #dfe6ee;
	color: #043d90;
	background-image: url(../images/jiao1h.png);
}




.erji-content{
	overflow:hidden; 
	min-height: 1000px;
	background-image: url(../images/baidi.png);
	padding: 60px 0 90px 60px;
}
.erji-title{
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 35px;
}
.erji-title .fl{
	line-height: 1;
	font-size: 26px;
	color: #043d90;
	font-family: "SHR";
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #043d90;
	position: relative;
	top: 1px;
}
.about1{
	font-size: 0;
}
.about1-1{
	margin-right: 16px;
}
.about1-2{
	overflow: hidden;
}

.about2{
	margin-top: 30px;
	font-size: 18px;
	color: #333;
	line-height: 2.2;
}

.about2 p{
	margin:0;
}

.gushi-list{
	overflow: hidden;
}
.gushi-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.gushi-list dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
}

.gushi-item .imgbox_a{
	padding-bottom: 67.57%;
}
.gushi-item .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	content:"";
	z-index: 10;
	background-image: url(../images/yy1.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
.gushi-h1{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom:15px;
	z-index: 30;
	padding: 0 25px;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	font-size: 18px;
}

.fenye{
	text-align: center;
	margin-top: 60px;
}
.fenye ul{
	margin:0;
}
.pagination > li > a,
.pagination > li > span {
  color: #043d90;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #043d90;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #043d90;
  border-color: #043d90;
}


.lingdao-list ul{
	margin:0;
}

.lingdao-list li{
	float: left;
	width: 50%;
	padding-right: 35px;
	border-bottom: 1px dashed #dddcdc;
}

.lingdao-list li:nth-child(even){
	padding-right: 0;
	padding-left: 35px;
}

.lingdao-item{
	padding: 40px 0;
}

.lingdao-list li:nth-child(1) .lingdao-item,
.lingdao-list li:nth-child(2) .lingdao-item{
	padding-top: 10px;
}



.lingdao-pic{
	width: 160px;
	margin-right: 32px;
}

.lingdao-pic .imgbox_a{
	padding-bottom: 125%;
}

.lingdao-con{
	overflow: hidden;
	padding-top: 8px;
}

.lingdao-h1{
	font-size: 22px;
	color: #043d90;
	font-weight: bold;
	line-height: 1;
}

.lingdao-h2{
	font-size: 18px;
	color: #333;
	line-height: 1.4;
	margin-top: 10px;
}

.lingdao-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:15px;
}

.more11{
	font-size: 14px;
	color: #666;
	background-repeat: no-repeat;
	background-position:60px center;
	background-image: url(../images/more11.png);
	margin-top: 30px;
}

.more11 a:hover{
	color: #043d90;
	font-weight: bold;
}


.tongzhi-list dl{
	margin:0;
}

.tongzhi-list dd{
	border-bottom: 1px dashed #e1e0df;
}

.tongzhi-list dd+dd{
	margin-top: 30px;
}

.tongzhi-date{
	font-size: 14px;
	color: #999;
	font-family: "SHR";
	font-style: italic;
	line-height: 1;
	margin-right: 25px;
}

.tongzhi-date span{
	display: inline-block;
	font-size: 2em;
	font-family: "SHR";
	color: #222;
	font-weight: bold;
	margin-right: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #a8a8a8;
}

.tongzhi-con{
	overflow: hidden;
	padding-top:8px; 
}

.tongzhi-a{
	font-size: 18px;
	color: #222;
}

.tongzhi-a a:hover{
	font-weight: bold;
}

.tongzhi-list dd:hover .tongzhi-date{color: #043d90;}
.tongzhi-list dd:hover .tongzhi-date span{color: #043d90;border-color: #043d90;}
.tongzhi-list dd:hover .tongzhi-a{color: #043d90;}

.gonggao-list dl{
	margin:0;
}

.gonggao-list dd{
	padding: 30px 0;
	border-bottom: 1px dashed #e1e0df;
}
.gonggao-list dd:nth-child(1){
	padding-top: 0;
}

.gonggao-pic{
	width: 269px;
	margin-right: 35px;
}

.gonggao-pic .imgbox_a{
	padding-bottom: 72.12%;
}

.gonggao-con{
	overflow: hidden;
	padding-top: 10px;
}

.gonggao-h1{
	font-size: 22px;
	color: #222;
	font-weight: bold;
	line-height: 1;
}
.gonggao-h1 a:hover{color: #043d90;}
.gonggao-h2{
	font-size: 16px;
	color: #043d90;
	line-height: 1.4;
	margin-top: 20px;
}
.gonggao-h2 img{
	margin-top: -3px;
	margin-right: 9px;
}
.gonggao-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:25px;
}


.news-xx-h1{
	font-size: 30px;
	font-weight: bold;
	color: #222;
	text-align: center;
}

.news-xx-h2{
	font-size:14px;
	color: #999;
	margin-top: 20px;
	line-height: 1.6;
	text-align: center;
}

.news-xx-con{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px dashed #e7e7e7;
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin:15px 0 25px;
	padding: 35px 0 50px;
	text-align: justify;
}
.search-list.tongzhi-list dd{
	padding:0 0 15px;
}
.search-list .tongzhi-con{
padding-top:0px; 
}
.search-list .tongzhi-date{
	margin-top: 5px;
}
.news-xx-con img{
	display: block;
	margin:0 auto 10px;
}

.news-xx-page .fl,.news-xx-page .fr{
	max-width: 48%;
	font-size: 16px;
	color: #333;
}

.news-xx-page a:hover{
	color: #043d90;
}