﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #313131;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff url(../images/body_bg.jpg) no-repeat center bottom;
}
ul li {
	list-style-type:none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #2764b3;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
	border-bottom: 1px dotted #ccc;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}

input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.blank30 {
	width: 100%;
	height: 30px;
	clear: both;
	overflow: hidden;
}
.blank38 {
	width: 100%;
	height: 30px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}
/*end*/

/**顶部**/
#header {
	width: 100%;
	height: 160px;
	float: left;
	position: relative;
	z-index: 9999;
	background: url(../images/top_bg.jpg) no-repeat center;
	background-size: cover;
	background-position: 100% 50%;
}
#logo {
	float: left;
}
#logo img {
	height: 95px;
	margin: 35px 0;
}
#header_right {
	float: right;
}
.language {
	float: right;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
	margin-top: 57px;
	background: url(../images/language_li.jpg) no-repeat center;
}
.language ul {
}
.language li {
	display: inline;
}
.language li a {
	font-size: 16px;
	color: #fff;
	margin: 0 12px;
}
.language li a:hover {
	color: #eb9917;
}
/*end*/

/*search*/
.search_m {
	display: none;
}
#search, .search_m {
	float: right;
	width: 225px;
	position: relative;
}
.search_m {
	width: 70%;
	margin: 15px 15%;
}
#search form {
	margin: 0;
	padding: 0px;
	width: 100%;
	float: left;
}
.skw {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 12px;
	font-size: 14px;
	color: #999;
	background: #fff;
	border: 0;
	border-radius: 3px;
}
.sub {
	float: left;
	width: 37px;
	height: 30px;
	border: 0px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
/*end*/

/*menu*/
#navigate {
	float: left;
	width: 100%;
	height: 47px;
	background: #fdfdfd;
	box-shadow: 1px 1px 12px #012b50;
	border-bottom:1px solid #ddd;
	/*filter: alpha(Opacity=50); opacity: .9;*/
}
#navigate ul li {
	float: left;
	width: 10%;
	height: 47px;
	line-height: 47px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #666;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#navigate ul li a:hover, #navigate ul li .current {
	background: #d2ebfd;
	color: #694f25;
}
#nav_bottom {
	float: left;
	width: 100%;	
}
#navigate ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	padding: 7px 14px 18px 14px;
	background: #0064a2;
	z-index: 9999;
}
#navigate ul li ul li {
	width: 100%;
	float: none;
	border-bottom: 1px dashed #6ab0dc;
	background: none;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
#navigate ul li ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: none;
}
#navigate ul li ul li a:hover {
	background: none;
	color: #eb9917;
}
/*end*/

/*mobile menu*/
.navbar-toggle {
	margin: 25px 0px 0 0;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.mobile_nav {
	display: none;
	background: #eb9917;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.mobile_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mobile_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
.mobile_nav ul li a {
	padding-left: 10px;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
}
.mobile_nav ul li a:hover, .mobile_nav ul li a:active {
	background: #fcf4e7;
	color: #694f25;
}
.mobile_nav ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	display: none;
}
.mobile_nav ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mobile_nav ul ul li a {
	padding: 0;
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
}
.mobile_nav ul li a img {
	height: 25px;
}
.mobile_nav ul li i {
	position: absolute;
	top: 12px;
	right: 5px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile_nav ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.png);
}
.mobile_nav ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.png);
}
/*flash*/

.slideBox {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
	height: 445px;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #fff;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul .on {
	background: #2764b3;
}
/* .slideBox .prev{position:absolute; left:10px; top:50%;margin-top:-37.5px; display:none; width:49px; height:75px; background:url(../images/left.png) no-repeat left top; cursor:pointer;}
.slideBox .next{position:absolute; right:10px; top:50%;margin-top:-37.5px; display:none; width:49px; height:75px; background:url(../images/right.png) no-repeat left top; cursor:pointer;} */
/*end*/


/*  综合新闻 */
#ibox {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
#ibox1 {
	float: left;
	width: 100%;
}
.home_top {
	float: left;
	width: 100%;
	height: 50px;
	background: url(../images/home_top.png) repeat-x left bottom;
}
.home_top h3 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #2764b3;
}
.home_top a {
	float: right;
	display: block;
	width: 55px;
	height: 20px;
	background: url(../images/home_more.jpg) no-repeat center;
	margin: 15px 8px 0 0;
}
.ibox1_con {
	float: left;
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
}
#ad {
	float: left;
	width: 650px;
	position: relative;
}
#ad .slideBox .bd li {
	height: 370px;
}
#ad .slideBox .hd ul li {
	display: none;
}
#ad .ad_title {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	/* background: rgba(0,0,0,0.8); */
	padding: 0 58px 0 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: left;
}
#ad .slideBox .prev {
	position: absolute;
	right: 34px;
	bottom: 16px;
	display: block;
	width: 11px;
	height: 12px;
	background: url(../images/left.png) no-repeat left top;
	cursor: pointer;
	z-index: 3;
}
#ad .slideBox .next {
	position: absolute;
	right: 13px;
	bottom: 16px;
	display: block;
	width: 11px;
	height: 12px;
	background: url(../images/right.png) no-repeat left top;
	cursor: pointer;
	z-index: 3;
}
#ad .ad_title:hover {
	text-decoration: underline;
}
#ibox1_right {
	float: right;
	width: 590px;
	margin-top: 10px;
}
.ibox1_item {
	float: left;
	width: 100%;
	padding: 8px 0 9px 0;
	border-bottom: 1px dashed #dcdcdc;
	
}
.ibox1_item_title {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	
	
}
.ibox1_item_title a {
	font-size: 20px;
	font-weight:bold;
	color: #444;
	text-decoration:none;
	
}
.ibox1_item_des {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-top: 5px;
}
.ibox1_item_time {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.ibox1_item:nth-child(1) {
	padding-top: 0;
}
.ibox1_item:hover .ibox1_item_title a {
	color: #2764b3;
	text-decoration: underline;
}
/* 通知公告 */
#ibox2 {
	float: right;
	width: 295px;
}
.ibox2_top {
	float: left;
	width: 100%;
	height: 49px;
	background: #2764b3 url(../images/ibox2_top1.jpg) no-repeat left center;
	background-size: contain;
}
.ibox2_top h3 {
	float: left;
	line-height: 49px;
	font-size: 24px;
	color: #fff;
	padding-left: 12px;
}
.ibox2_top a {
	float: right;
	line-height: 49px;
	font-size: 14px;
	color: #fff;
	padding-right: 45px;
	background: url(../images/ibox2_top2.jpg) no-repeat right center;
}
.ibox2_top a:hover {
	color: #ec9917;
}
.ibox2_con {
	float: left;
	width: 100%;
	margin-top: 4px;
}
.ibox2_item {
	float: left;
	width: 100%;
	padding: 10px 0 7px 0;
	border-bottom: 1px dashed #ccc;
}
.ibox2_item_time {
	float: left;
	width: 60px;
	height: 69px;
	background: #eeeeee;
	color: #8e8e8e;
	overflow: hidden;
	text-align: center;
}
.ibox2_item_time h3 {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #8e8e8e;
	border-bottom: #d7d7d7 1px solid;
}
.ibox2_item_time span {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background: #e3e3e3;
}
.ibox2_item_right {
	float: right;
	width: 490px;
}
.ibox2_item_title {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.ibox2_item_title a {
	font-size: 18px;
	color: #444;
}
.ibox2_item_des {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	padding-right: 2px;
	overflow: hidden;
}
.ibox2_item:hover .ibox2_item_title a {
	color: #2764b3;
	text-decoration: underline;
}
/* 科研动态 */
#research {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 20px 0 20px 0;
	background: url(../images/c_bg.jpg) no-repeat center top #f6f6f6;
}
.research_row {
	margin-left: -15px;
	margin-right: -15px;
}
.news_box {
	float: none;
	
	padding: 0 15px;
}
.news_top {
}
.news_top h3 {
	margin-left: 0;
}
.news_top a {
	background: url(../images/news_more.png) no-repeat center;
	margin: 15px 0 0 0;
}
.news_con {
	float: left;
	
}
.news_item {
	float: left;
	width: 100%;
	margin: 16px 0 0 0;
}
.news_item_img {
	float: left;
	width: 27.8%;
	height: 110px;
	background-size: cover;
	background-position: 50% 50%;
}
.news_item_right {
	float: right;
	width: 70.2%;
	padding: 0 10px 8px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.news_item_title {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #2764b3;
	overflow: hidden;
	padding-right: 10px;
}
.news_item_des {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	margin-top: 3px;
}
.news_item_time {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.news_item:hover .news_item_title {
	text-decoration: underline;
}
/* 快速导航 */
.row-a3{padding-top: 38px;}

.g-t1{overflow: hidden;height: 40px;
	background: url("../images/home_top.png") repeat-x left bottom;
	font-size: 24px;
	color: #2764b3;
}
.m-silde3{margin: 0 -16px;padding-top: 28px;}
.m-silde3 .con{display: block;margin: 0 16px;}
.m-silde3 .pic{padding-top: 43%;height: 0;position: relative;overflow: hidden;}
.m-silde3 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block; transition: 0.3s;}



.m-silde3 .pic:hover img{
    transform: scale(1.1);
}



.m-silde3 .slick-dots{position: absolute;left: 0;width: 100%;bottom: -20px;
	text-align: center;z-index: 99;
}
.m-silde3 .slick-dots li{display: inline-block;margin-right: 6px;}
.m-silde3 .slick-dots li button{display: block;width: 10px;height: 10px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;
    border: 0;cursor: pointer;border-radius: 50%;padding: 0;
}
.m-silde3 .slick-dots li.slick-active button{background-color: #ff4c19;}

.row-a3{/* padding-bottom: 45px; */}
.m-list3{overflow: hidden;padding-top: 37px;}
.m-list3 li{width: 10%;float: left;}
.m-list3 .con{display: block;text-align: center;}
.m-list3 .icon{width: 68px;height: 68px;margin: 0 auto 18px;
	display: block;position: relative;border-radius: 50%;
	background-color: #fff;background-repeat: no-repeat;background-position: center;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list3 .icon:after{content: '';position: absolute;top: -6px;right: -6px;
	width: 80px;height: 80px;border: 1px solid #4479c2;border-radius: 50%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list3 h4{font-size: 16px;color: #333;font-weight: normal;}
.m-list3 .icon1{background-image: url(../images/ico/i-a.png);}
.m-list3 .icon2{background-image: url(../images/ico/i-b.png);}
.m-list3 .icon3{background-image: url(../images/ico/i-c.png);}
.m-list3 .icon4{background-image: url(../images/ico/i-d.png);}
.m-list3 .icon5{background-image: url(../images/ico/i-f.png);}
.m-list3 .icon6{background-image: url(../images/ico/i-s.png);}
.m-list3 .icon7{background-image: url(../images/ico/i-se.png);}
.m-list3 .icon8{background-image: url(../images/ico/i-ei.png);}
.m-list3 .icon9{background-image: url(../images/ico/i-n.png);}
.m-list3 .icon10{background-image: url(../images/ico/i-m.png);}
.m-list3 .icon11{background-image: url(../images/ico/i-t.png);}
.m-list3 .con:hover .icon1{background-image: url(../images/ico/i-a-on.png);}
.m-list3 .con:hover .icon2{background-image: url(../images/ico/i-b-on.png);}
.m-list3 .con:hover .icon3{background-image: url(../images/ico/i-c-on.png);}
.m-list3 .con:hover .icon4{background-image: url(../images/ico/i-d-on.png);}
.m-list3 .con:hover .icon5{background-image: url(../images/ico/i-f-on.png);}
.m-list3 .con:hover .icon6{background-image: url(../images/ico/i-s-on.png);}
.m-list3 .con:hover .icon7{background-image: url(../images/ico/i-se-on.png);}
.m-list3 .con:hover .icon8{background-image: url(../images/ico/i-ei-on.png);}
.m-list3 .con:hover .icon9{background-image: url(../images/ico/i-n-on.png);}
.m-list3 .con:hover .icon10{background-image: url(../images/ico/i-m-on.png);}
.m-list3 .con:hover .icon11{background-image: url(../images/ico/i-t-on.png);}
.m-list3 .con:hover .icon{background-color: #f5763f;}
.m-list3 .con:hover .icon:after{border-color: #f5763f;}
/* 友情链接 */
#link {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.link_box {
	float: left;
	width: 100%;
	min-height: 160px;
	background: url(../images/link_bg.jpg) no-repeat center bottom;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	box-shadow: 1px 2px 7px #a3b79e;
}
.link_top {
	width: 140px;
	height: 165px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -2px;
}
.link_con {
	float: left;
	width: 100%;
	padding: 0 0 0 165px;
}
.link_item {
	float: left;
	width: 70%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 18px 0;
	background: url(../images/link_item.jpg) no-repeat right center;
}
.link_item a {
	font-size: 14px;
	color: #666;
}
.link_item span {
	float: left;
	width: 23%;
	clear: both;
}
.link_item ul {
	float: left;
	list-style-type: none;
	width: 77%;
}
.link_item ul li {
	float: left;
	list-style-type: none;
}
.link_item ul li a {
	margin: 0 5px;
}
.link_item ul li a:hover {
	color: #2764b3;
}
.link_item ul li span {
	width: 2px;
	height: 30px;
	background: url(../images/link_item_li.jpg) no-repeat center;
}
.link_right {
	float: left;
	width: 30%;
	padding: 18px 0;
}
#tel {
	float: left;
	font-size: 24px;
	color: #666;
	height: 60px;
	line-height: 60px;
	padding-right: 48px;
	padding-left: 25px;
}
#tel span {
	font-size: 30px;
	color: #2764b3;
	line-height: 40px;
	font-weight: bold;
	display: block;
}
#search2 {
	float: right;
	padding-right: 25px;
}
#search2 .skw2 {
	float: left;
	width: 298px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	box-shadow: inset 0 0 2px #ededed;
	font-size: 14px;
	color: #999;
	text-indent: 14px;
	background: #f6f6f6;
}
#search2 .sub2 {
	float: left;
	width: 47px;
	height: 40px;
	background: #e29010 url(../images/search2.jpg) no-repeat center;
	margin-left: 9px;
	border: 0;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #2764b3;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}
#copy_txt {
	float: left;
	width: 100%;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.png) no-repeat 0px 0px;
	position: absolute;
	left: 736px;
	top: 55px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 34px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 150px;
	width: 150px;
}
/*end*/
/*内页banner*/
.ny_banner{ width:100%;text-align:center;display: inline-block;}
.ny_banner img{width:auto;height:auto;max-width:100%;max-height:100%;}

/*left*/
#left {
	width: 280px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
}
.left_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #2764b3;
}
.left_top h3 {
	float: left;
	line-height: 60px;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #FFF;
	padding-left: 22px;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	display: block;
}
.type_list li a {
	color: #333;
	background: url(../images/left_0.png) no-repeat right center;
	font-size: 14px;
	display: block;
	
	
}
.type_list li a:hover {
	color: #2764b3;
	background: url(../images/left_1.png) no-repeat right center;
}
.type_list li a.current {

	color: #2764b3;
	background: url(../images/left_1.png) no-repeat right center;
}
.type_list li.second_cat {
}
.type_list li.second_cat a {
	background: url(../images/left_2.png) no-repeat left center;
	padding: 0 10px;
}
.type_list li.second_cat a:hover {
	background: url(../images/left_4.png) no-repeat left center;
}
.type_list li.second_cat a.current {
	background: url(../images/left_4.png) no-repeat left center;
}
.type_list2 li a {
	margin: 0 22px 0 12px;
	background: url(../images/left_2.png) no-repeat left center;
	text-indent: 10px;
}
.type_list2 li a:hover {
	color: #2764b3;
	background: url(../images/left_4.png) no-repeat left center;
}
/*end*/

/*right*/
#right {
	width: 880px;
	float: right;
}
#right_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: url(../images/home_top.jpg) repeat-x left bottom;
	background-size: contain;
}
#right_top h3 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #2764b3;
}
#right_top h3 a {
	color: #2764b3;
}
#right_top dd {
	float: right;
        padding-top: 20px;
}
#right_top dd li {
	display: inline-block;
	margin: 0 3px;
	color: #999;
	font-size:13px; color:#999; background:url(../images/home.png) no-repeat left center; padding-left:20px;
}
#right_top dd li a {
	color: #999;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;/*overflow-x:hidden;*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
/*end*/


.loaction_content{border-bottom:1px solid #d2d2d2; height:31px; line-height:31px;}
.left .loaction{font-size:13px; color:#999; background:url(../images/home.png) no-repeat left center; padding-left:20px; }
.possplit{background:url(../images/jt.png) no-repeat right center;text-indent: 22px;background-position: center;width: 10px;display: inline-block; border: 0px solid red; padding: 0 10px;}
/*news*/
.art_list {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px dashed #d5d5d5;
	cursor: pointer;
}
.art_img {
	float: left;
	width: 25%;
}
.art_img img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.art_right {
	float: right;
	width: 73%;
}
.art_right2 {
	width: 100% !important;
}
.art_title {

	width: 100%;


}
.art_title a {
	background:url(../images/dot.png) no-repeat left 8px;
	padding-left: 20px;
}
.art_title p {
	float: left;
	width: 77%;
	font-size: 16px;
	overflow: hidden;
	line-height: 32px;
	height: 32px; 
	margin: 0;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.art_title span {
	float: left;
	text-align: right;
	width: 23%;
	line-height: 32px;
	height: 32px; 
	font-size: 14px;
	color: #888;
}

.art_right2 .article_more {
	display: block;
}
.article_more {
	margin: 20px 0 0 0;
	display: none;
}
.article_more a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.article_more a p {
	line-height: 40px;
}
.art_list:hover {
	border-bottom: 1px dashed #2764b3;
}
.art_list:hover .art_title a {
	color: #2764b3;
}
.art_list:last-child {
	border-bottom: 0;
}
.news_left {
	float: left;
	width: 76%;
}
.news_right {
	float: right;
	width: 21%;
}
.news_right a {
	display: block;
	margin: 15px 0;
}
.news_right img {
	width: 100%;
	height: auto;
}
.articleList {
	width: 100%;
	float: left;
}

.articleList .time {
	float: right;
}
.articleTitle {
	font-size: 22px;
	text-align: center;
	margin-top: 5px;
	color: #1A79B9;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 30px 0;
	line-height: 200%;
	font-size: 16px;
        text-indent:34px;
}
.articleInfo img {
	max-width: 100%;
}
.paging_content p{font-size:16px; text-indent:34px; line-height:28px; padding:5px 0;color:#666;}
.zs_back_up_div {border-bottom: 1px solid #999;border-top: 1px solid #888;display: block;font-size: 14px;height: 52px;line-height: 52px;width:100%;text-align:center;  margin:30px 0 50px;}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 auto;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	color: #fff;
}
.button:active {
	position: relative;
	top: 1px;
}
.green {
	color: #fff;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
}
/*end*/



/*page*/
.wp_paging_w6 ul li{list-style-type:none;}
.wp_paging {display: block; margin: 0;  list-style: none; font-size: 14px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #6a6a6a; float: right; margin:18px 0;}
.wp_paging input {font-size: 14px; *font-size:100%;}
.wp_paging li {display: inline-block;  float: left; line-height: 25px; height: 25px;list-style-type:none;}
.wp_paging li span, .wp_paging li a {display: inline-block; float: left; margin: 0 8px;}
.wp_paging li em {font-style: normal; font-weight: bold; padding: 0 4px;}
.wp_paging li a {cursor: pointer; color: #666; line-height: 25px; height: 25px;}
.wp_paging li a.pagingJump {color: #666;}
.wp_paging li a:hover {color: #e6b41d;}
.wp_paging li a span {margin: 0;}
.wp_paging li input {font-size: 12px; *font-size:100%; width: 24px; height: 15px; line-height: 15px; border: 1px solid #d5d5d5; background: #fff; margin-top: 4px; text-align: center;}
.wp_paging li input:focus {outline: none;}
.wp_entry img { max-width:940px; _width::expression(this.width>640?"640px":this.width+"px");}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
#zd{width: 90%; margin: 0 auto; }	
#zd table tr:first-child{background:#0066CC; color:#fff;font-weight:bold; text-align: center;} /*第一行标题蓝色背景*/
#zd table{border-top:1pt solid #C1DAD7;border-left:1pt solid #C1DAD7;margin: 0 auto; width: 100%;} 
#zd td{ padding:10px 20px; border-right:1pt solid #C1DAD7;border-bottom:1pt solid #C1DAD7;font-size:16px;}
#zd tr{background:#ffffff;}
#zd tr:nth-of-type(odd){ background:#F5FAFA;} /* odd 标识奇数行，even标识偶数行 */
#zd tr:hover{ background: #E0F0F0;} /*鼠标悬停后表格背景颜色*/
/*end */
@media screen and (min-width: 1210px) {
.container {
	width: 1300px;
}
}
@media screen and (max-width: 1210px) {
#header {
	height: auto;
}
#logo img {
	height: 70px;
	margin: 30px 0;
}
.language {
	margin-top: 17px;
}
#navigate ul li a {
	font-size: 16px;
}
.slideBox .bd li {
	height: auto;
}
#ibox1 {
	width: 100%;
}
#ibox2 {
	width: 25%;
}
#ad {
	width: 45%;
}
#ibox1_right {
	width: 53%;
}
.ibox2_item_time {
	width: 20.3%;
}
.ibox2_item_right {
	width: 78%;
}
.home_top h3, .ibox2_top h3 {
	font-size: 20px;
}
#ad .slideBox .bd li {
	height: auto;
}
#link {
	display: none;
}
#right_top {
	background-size: initial;
}
#right_top h3 {
	font-size: 20px;
}
}
@media screen and (max-width: 1200px) {
#right {
	width: 680px;
}
}
@media screen and (max-width: 992px) {
#logo img {
	height: 45px;
	margin: 30px 0;
}
#navigate ul li a {
	font-size: 14px;
}
.language {
	margin-top: 3px;
}
.language li a {
	font-size: 14px;
}
.slideBox .bd li {
	height: 300px;
}
#ibox1, #ibox2 {
	width: 100%;
}
#ibox1_right {
	margin-bottom: 15px;
}
.ibox2_item_time {
	width: 12%;
}
.ibox2_item_right {
	width: 86%;
}
.news_box {
	width: 100%;
}
#left {
	width: 100%;
}
#right {
	width: 100%;
}
#right_con {
	min-height: auto;
}
.left_list2 {
	display: none;
}
.m-list3 li{width: 20%;margin-bottom: 20px;}
.row-a3{padding-bottom: 15px;}
.m-list3 h4{font-size: 14px;}
}
@media screen and (max-width: 760px) {
#logo img {
	height: 45px;
	margin: 15px 0;
}
#navigate {
	display: none;
}
.mobile_nav {
	display: block;
}
.language {
	display: none;
}
.slideBox .bd li {
	height: 250px;
}
#search {
	display: none;
}
#ad {
	width: 100%;
}
#adBox {
	background: #fff;
}
#adBox .bd {
	width: 80%;
	margin: 0 auto;
}
#ad .ad_title {
	text-align: center;
	padding: 0 16px;
}
#ad .slideBox .prev {
	left: 0;
	top: 50%;
	margin-top: -17px;
	width: 30px;
	height: 37px;
	background: url(../images/left.png) no-repeat left top;
	background-size: contain;
}
#ad .slideBox .next {
	right: 0;
	top: 50%;
	margin-top: -17px;
	width: 30px;
	height: 37px;
	background: url(../images/right.png) no-repeat left top;
	background-size: contain;
}
#ibox1_right {
	width: 100%;
	margin: 20px 0;
}
#ibox {
	margin: 20px 0 0 0;
}
#research {
	padding: 20px 0 0 0;
}
.news_box:nth-child(2) {
	margin-top: 20px;
}
.art_author {
	display: none;
}
.articleTitle {
	font-size: 18px;
}
.articleInfo {
	width: 100%;
	padding: 30px 0;
	line-height: 200%;
	font-size: 14px;
}
.search_m {
	display: block;
}
.row-a1 .col-l{margin-bottom: 20px;}
.m-list3 li{width: 20%;margin-bottom: 20px;}
}
@media screen and (max-width: 480px) {
.slideBox .bd li {
	height: 200px;
}
.ibox2_item_time {
	width: 20.3%;
}
.ibox2_item_right {
	width: 78%;
}
#ad .slideBox .bd li {
	height: 250px;
}
#logo img {
	height: 40px;
	margin: 15px 0;
}
.news_item_img {
	height: 85px;
}
.news_item_time {
	display: none;
}
.pro_list {
	padding: 0 8px;
}
.pro_row {
	margin-left: -8px;
	margin-right: -8px;
}
.left_top {
	height: 50px;
	line-height: 50px;
}
.left_top h3 {
	line-height: 50px;
	font-size: 18px;
}
.type_list li {
	height: 35px;
	line-height: 35px;
}
.type_list li a {
	height: 35px;
}
.main {
	padding: 20px 0;
}
.blank30 {
	height: 20px;
}
.articleTitle {
	font-size: 16px;
	margin-top: 5px;
}
.articleAuthor {
	padding: 0;
}
.productRight {
	width: 100%;
	text-align: center;
}
.productDes {
	display: none;
}
.productImg {
	width: 100%;
}
.productTitle {
	line-height: 35px;
}
.art_title {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
.art_des {
	line-height: 20px;
	max-height: 40px;
}
.art_right {
	width: 67%;
}
.art_img {
	width: 30%;
}
.m-list3 .icon{width: 50px;height: 50px;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.m-list3 .icon:after{width: 60px;height: 60px;top: -6px;right: -6px;}
#zd td{ font-size:12px;}
}
@media screen and (max-width: 400px) {
#logo img {
	height: 35px;
}
.navbar-toggle {
	margin: 17px 0 0 0;
}
.slideBox .bd li {
	height: 160px;
}
}
@media screen and (max-width: 321px) {
#logo img {
	height: 30px;
}
.navbar-toggle {
	margin: 13px 0 0 0;
}
.slideBox .bd li {
	height: 120px;
}
#ad .slideBox .bd li {
	height: 200px;
}
.articleTitle {
	font-size: 18px;
}
.articleInfo {
	width: 100%;
	padding: 30px 0;
	line-height: 200%;
	font-size: 14px;
}
#zd td{ font-size:12px;}
}



.index_tz_bg{ width:100%; height:530px; margin:0 auto; margin-top:30px; background:#f6f4f2 url(../images/index_new_bg.jpg) no-repeat center top;}
.index_tz_zong{ width:1250px; margin:0 auto; padding-top:40px;}

.xueshu_zong{ width:610px; height:360px; float: right;}
.tongzhi_zong{ width:610px; height:360px; float:left;}
.tongzhi_biao_z{ width:600px; height:50px; margin-bottom: 20px;}
.tongzhi_biao_tittle{ width:500px; height:35px; line-height:35px;font-size:26px; color:#2764b3;text-align:left; float:left;padding-left:10px;margin-bottom:15px;}
.tongzhi_biao_tittle span{font-size:20px; color:#cccccc; text-align:left; padding-left:10px;}
.tongzhi_biao_more{ width:80px; height:35px; line-height:35px;font-size:12px; color:#999;text-align:right; float:left;}
.tongzhi_biao_more a{ color:#999;}
.tongzhi_biao_more a:hover{ color: #FF0000;}

.tongzhi_list{ width:580px;height:350px;  padding-top:10px; background:#FFFFFF; margin-top:20px; margin-left:10px;}
.tongzhi_list li { width:560px; margin:0 auto;color:#666666;font-size:16px;line-height:50px;border-bottom:#f6f4f2 1px solid;}
.tongzhi_list li a {color:#666666;}
.tongzhi_list li a:hover {color: #FF0000;}
.tongzhi_list li span { float:left; color:#666; padding-right:5px;}


.col_list{}

.col_menu {width: 260px;float:left;margin-right:-260px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}

.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:2;  color:#333;}

.col_news_list.listcon.szdw .news_list.list2 li .news_box {
    border: 1px solid #eee;
    margin: 0 8px;
}

.col_news_list.listcon.szdw .news_list.list2 {
    margin: 0 -8px;
}
.col_news_list.listcon.szdw  .news_imgs {
    float:none;
    width: 60%;
    min-width: 150px;
}
.szdw .news_title a {
    word-break: normal;
    text-indent: 1rem;
    font-size: 18px;
    font-weight: bold;
    color: #0054a5;
    
    margin-top:20px;
	text-align:center;
    }
.szdw .news_title {
	text-align:center;
    width:100%;
   
}

.main2 {
    background: url(images/main3.jpg) no-repeat center bottom;
    background-size:cover;
    position: sticky;
    padding-bottom: 50px;
}
.main2 .ml {
    float: left;
    width: 530px;
}

.main2 .mr {
    float: right;
    width: 730px;
}
.post-15 .news_list li.news:nth-child(2) {
    background: #49acdc;
}
.post-15 .news_list li.news:nth-child(3) {
    background: #f19b63;
}
.post-15 .news_list li.news:nth-child(4) {
    background: #a692eb;
}
.post-15 .news_list li.news {
    background: #53c9bc;
    width: calc(50% - 18px);
    margin-bottom: 36px;
    padding: 30px 30px 50px;
    box-sizing: border-box;
}

.post-15 .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-15 .news_title , .post-15 .news_title a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp:2;line-clamp:2;
    -webkit-box-orient:vertical;box-orient:
    vertical;
    display:-webkit-box;
    display:box;
}

.post-15 .news_date {
    color: #fff;
    margin-top: 38px;
}

.col_news_list.listcon.szdw .news {
    width: 33.3%;
}

.col_news_list.listcon.szdw .news_list.list2  li {
    float: left;
    margin-bottom: 10px;
} 






.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1200px;margin:0 auto;} /**页面全局宽度**/

#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {
    position: relative;
}
.mbox {}

.main1{}
.main1 .inner{padding:10px 0px 0px;min-height: 700px;}
.main1 .ml{position: relative;width: 816px;float:left;margin-top: 45px;}
.main1 .mc{float:left; width:380px;margin-left:30px;}
.main1 .mr{float:right;width: 420px;}

.main4{background: #fff;}
.main4 .inner{}
.main4 .ml{float:left; width:530px;}
.main4 .mr{float:right;padding-top:25px;}
.main4 .mr .mlink{}
/**标题栏新闻窗口**/
.post {}
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 105px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {  margin:0 auto;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1;line-height: 105px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size: 16px; cursor:pointer;font-weight: bold;color: #d69141;} 
.post .more_btn a{color:#666;} 
.post .more_btn a:hover{color:#666;} 
/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 0px solid #146cc1;}
.post1 .tt .tit {}
#container-1 .post1 .tt .tit {
}
.post1 .tt .tit .title {display:inline-block;font-size: 30px;font-weight:bold;color: #0053b1;cursor:pointer;}
.post1 .tt .tit .title.selected {color:#0f429b;}
.post1 .more_btn a{color:#1826a5;}
/*带图标标题*/
.post2 { }
.post2 .tt {}
.post2 .tt .tit {padding-left:24px; background:url('images/new1_icon.png') no-repeat left center;}
.post2 .tt .tit .title {font-size: 16px;font-weight:bold;color: #18267d;cursor:pointer;}
.post2 .con {}
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center; } 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {font-weight:bold; color: #1B2EA3;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}
/*标题切换hover*/
.post4 {}
.post4 .tt {border-bottom:1px solid #57b8ef;}
.post4 .tt .tit {border-bottom:0px;}
.post4 .tt .tit .title {display:inline-block;margin-right:20px;color: #333;border-bottom:3px solid #fff;cursor:pointer;}
.post4 .tt .tit .title.selected { border-bottom: 3px solid #0074B3;  color:#000;}
.post4 .more_btn a{color:#1826a5;}
/*左标题右内容*/
.post5 {background:#1826a5;}
.post5 .tt {float:left;width: 120px;margin-right: -120px;position:relative;}
.post5 .tt .tit {float:none;margin-top: 26px;width:100%;font-size: 18px;}
.post5 .tt .tit .title {text-align:center;color: #fff;}
.post5 .more_btn{display:inline-block;position:absolute;left:0;right:0;bottom: -54px;z-index:100;height:auto;text-align:center;margin-top: 0px;} 
.post5 .more_btn a{line-height: 45px;color: #fff;}
.post5 .con{padding:0;position:relative;}
.post5 .con .conbox{margin-left: 120px;padding-left: 15px;background: #fff;}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:0px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 60px;height: 28px;line-height:28px;margin-top:3px;margin-right: -70px;font-family:"Microsoft YaHei";border-radius:4px;background: #146cc1;text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{display:inline-block;padding: 0 4px;font-size: 18px;color: #fff;}
.rili .news_list li.news .news_date .news_days{display:inline-block;height: 26px;padding: 0 6px;color: #18267d;border-radius:0px 4px 4px 0px;background: #fff;vertical-align:top;border:1px solid #146cc1;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:70px;}
.rili .news_list li.news .news_title{line-height: 34px;margin-top: 0px;color:#000;} 
.rili .news_list li.news .news_text{line-height: 20px; margin-top:0px;font-size: 12px;olor:#666;}
/*日历新闻样式2*/
.rili2{}
.rili2 .con{ padding:0px 0px; margin-top:0px; margin-left:10px;}
.rili2 .news_list {}
.rili2 .news_list li.news{
    padding: 9px 10px;
    background: #fff;
    margin-bottom: 7px;
}
.rili2 .news_list li.news.n1{}
.rili2 .news_list li.news .news_date{float: left;width: 70px;margin-right:-70px;text-align:center;border: 1px solid #e5e5e5;padding: 0px 7px;}
.rili2 .news_list li.news .news_date .news_year{line-height: 42px;font-size: 30px;color: #0053b1;  transition:all 0.4s ease-in-out;font-weight: bold;font-family: fantasy;border-bottom: 1px solid #bfbfbf;}
.rili2 .news_list li.news .news_date .news_days{line-height: 26px;font-size: 13px;color: #0053b1;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left: 90px;padding: 7px 0px;} 
.rili2 .news_list li.news .news_title , .rili2 .news_list li.news .news_title a{line-height: 28px;font-size: 18px;color: #333333;font-weight: bold;overflow: hidden;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;box-orient: vertical;display: -webkit-box;display: box;} 
.rili2 .news_list li.news:hover .news_date .news_year{transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news:hover .news_date .news_days{}
/*标题文*/
.news_text{}
.news_text .news_list {}
.news_text .news_list li.news{margin-bottom:10px;} 
.news_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.news_text .news_list li.news .news_text{line-height:22px;font-size: 13px;}
.news_text .news_list li.news .news_time{line-height: 28px;font-size: 13px;}
/*图列表*/
.news_tu{}
.news_tu .con{padding: 12px 0px;}
.news_tu .news_list { margin:0px -10px;}
.news_tu .news_list li.news{float:left;width:25%;}
.news_tu .news_list li.news .news_box{margin:0px 10px; transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{opacity:.85; filter:Alpha(opacity=85);}
.news_tu .news_list li.news .news_imgs{padding-top:75%;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_tu .news_list li.news .news_title{line-height: 45px;height:45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;} 
.news_tu .news_list li.news .news_title a{}
/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{margin-bottom:10px;}
.tu_text .news_list li.news .news_imgs{float: left;width: 160px; margin-right:-175px;}
.tu_text .news_list li.news .news_imgs a{height: 120px; display:table-cell; vertical-align:middle; background-color:#efefef;}
.tu_text .news_list li.news .news_imgs img{width:100%; height:auto; }
.tu_text .news_list li.news .news_wz{width:100%;} 
.tu_text .news_list li.news .news_wz .news_con{margin-left:175px; padding: 0px 0px; position:relative;} 
.tu_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.tu_text .news_list li.news .news_text{line-height:22px; font-size:12px;}
.tu_text .news_list li.news .news_time{line-height: 26px; font-size:12px;}
/*文字图标链接*/
.link_text {margin-bottom:0px;}
.link_text .news_list{margin:0 -5px;}
.link_text .news_list li.news{float:left;width:20%;text-align:center;}
.link_text .news_list li.news .news_box{margin:0 5px;}
.link_text .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3;}
.link_text .news_list li.news .link_icon:hover{background-color:#666;}
.link_text .news_list li.news .link_con{display:block;line-height:30px;color:#fff;}
/*图标链接*/
.link_icon {margin-bottom:0px;}
.link_icon .news_list{margin:0 -10px;}
.link_icon .news_list li.news{float:left;width:20%;text-align:center;border:none;}
.link_icon .news_list li.news .news_box{margin:0 10px;}
.link_icon .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3; opacity:1; filter:Alpha(opacity=100);}
.link_icon .news_list li.news .link_icon:hover{background-color:#1b2ea3; opacity:.8; filter:Alpha(opacity=80);}
.link_icon .news_list li.news .link_icon .icon{width: 35px;height: 34px;margin: 10px 0px;border:0px solid red;}
.link_icon .news_list li.news.i1 .link_icon .icon{background-position: 0px 0px;}
.link_icon .news_list li.news.i2 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i3 .link_icon .icon{background-position: -169px 0px;}
.link_icon .news_list li.news.i4 .link_icon .icon{background-position: -258px 0px;}
.link_icon .news_list li.news.i5 .link_icon .icon{background-position: -335px 0px;}
.link_icon .news_list li.news.i6 .link_icon .icon{background-position: -421px 0px;}
.link_icon .news_list li.news.i7 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i8 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news .link_con{display:block;line-height:30px;color:#000;}

/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 62px;width: 60px;background:url(images/slickarrow2.png) no-repeat;top: 50%;margin-top:-30px;border:0px solid #d4d8d9;border-radius:50%;outline: none;}
.slick-prev {left: -95px;background-position: 0px 0px;}
.slick-prev:hover {background-position: 0px 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next {right: -95px;background-position: right 0px;}
.slick-next:hover { background-position: right 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}

.post-33{}
.post-33 .con{}
.post-33 .news_list{}
.post-33 .news_list li.news{padding-left:18px; background:url('images/news_biao.png') no-repeat 3px center;}

.post-41{}
.post-41 .con{padding:15px 0;}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 400px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 260px;float:left;margin-right:-260px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #0f429b;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding: 20px 20px;margin:0 auto;width:auto;display: flex;}
.article {width: 70%;flex: 1;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #182880;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry {margin:0 auto;overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer {background: #0054a5;}
#footer .inner {padding: 32px 0px 30px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;margin-right: 388px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}
#footer .inner p{font-size: 16px;line-height: 30px; font-weight:normal;text-align:left;color: #fff;}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:5px;}
.wp-search {position: relative;border: 1px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0;line-height: 22px;background: none;color: #FFFFFF;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:32px;height: 30px;border:0;outline: 0;background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 80px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 33px; width: auto; min-width:180px; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}

.post-11 .focus .focus-title {height: 34px;line-height: 34px;padding: 0 15px; font-size: 18px;}
.post-11 .focus .focus-title-bar {height: 34px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background-color: #000;}

.post-11 .focus .focus-pagination {position:absolute;right: 80px;bottom: 4px;}
.post-11 .focus .focus-page {width: 8px;height: 8px;line-height: 20px;font-size:12px;border-radius: 0px;background-color: #fff;color: #000;border-radius: 50%;margin-right: 5px;}
.post-11 .focus .focus-page span {}
.post-11 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}

.post-14 .news_title a , .post-14 .news_title {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

.news_date {
    font-size: 18px;
    color: #333333;
}

.post-14 .con {
}
.post-11 {
    /* position: absolute; */
    /* top: 100px; */
    /* max-width: 816px; */
    /* width: 816px; */
}
.main2 {
    background: url(images/main3.jpg) no-repeat center bottom;
    background-size:cover;
    position: sticky;
    padding-bottom: 50px;
}
.main2 .ml {
    float: left;
    width: 530px;
}

.main2 .mr {
    float: right;
    width: 730px;
}
.post-15 .news_list li.news:nth-child(2) {
    background: #49acdc;
}
.post-15 .news_list li.news:nth-child(3) {
    background: #f19b63;
}
.post-15 .news_list li.news:nth-child(4) {
    background: #a692eb;
}
.post-15 .news_list li.news {
    background: #53c9bc;
    width: calc(50% - 18px);
    margin-bottom: 36px;
    padding: 30px 30px 50px;
    box-sizing: border-box;
}

.post-15 .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-15 .news_title , .post-15 .news_title a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp:2;line-clamp:2;
    -webkit-box-orient:vertical;box-orient:
    vertical;
    display:-webkit-box;
    display:box;
}

.post-15 .news_date {
    color: #fff;
    margin-top: 38px;
}



.main3.wrapper .inner {
max-width:1920px;
    width: auto;
}

.post-16 {
    width: 50%;
}

.post.post1.post-17.mbox {
    position: absolute;
    right: 0px;
    width: 55%;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/main3-r.jpg) no-repeat center bottom;
    background-size: cover;
}


.post-16 {
    width: 50%;
}

.post.post1.post-17.mbox {
    position: absolute;
    right: 0px;
    width: 55%;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/main3-r.jpg) no-repeat center bottom;
    background-size: cover;
    height: 80%;
    z-index: 1;
    padding: 20px 175px 0px 100px;
    box-sizing: border-box;
}
.post-17 .tt .tit .title {
    color: #fff;
}

.post-17 .more_btn .more_text, .post-17 .more_btn a {
    color: #fff;
}
.post-17 .news_title, .post-17 .news_title a {font-size:20px;line-height:30px;font-weight:bold;color:#fff;margin-bottom:50px;}

.post-17 .news_text , .post-17 .news_text a {
    font-size: 17px;
    line-height: 2;
    color: #fff;
}
.szdw .news_titles a {
    word-break: normal;
  
    font-size: 18px;
    font-weight: bold;
    color: #0054a5;
    display: inline-block;
}
.post-18 .news_list li.news {
    width: 33.33%;
    background: #e5eff9;
    padding: 35px 40px;
    transform: translateY(-72px);
    position: relative;
    z-index: 3;
    float: left;
    box-sizing: border-box;
}
.post-18 .news_title {
    font-size: 20px;
    line-height: 26px;
    color: #171717;
    font-weight: bold;
    min-height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

.post-18 .news_date {
    font-size: 16px;
    color: #0053b1;
    border-bottom: 2px solid #dcdcdc;
    line-height: 110px;
}
.foot_bottom {
    background: #003f7b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    padding: 16px 0px;
}
.footer h1 {
    font-size: 16px;
    line-height: 63px;
    color: #fff;
}

.footer .links a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.foot-right ul {
    display: flex;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
}
.foot-right li {margin-left:28px;}
.post-14 .news_list li.news {
    margin-bottom: 70px;
}

.zxdt {margin-top: 115px;padding-left: 50px;}

.zxdt h1 {
    font-size: 22px;
    color: #182880;
    line-height: 36px;
    padding-bottom: 20px;
}
         .wp_articlecontent * {
  

}
.col_news_list.listcon.szdw .news {
    width: 33.3%;
}

.col_news_list.listcon.szdw .news_list.list2  li {
    float: left;
    margin-bottom: 10px;
} 



/*.main .maincon .wrapper:nth-child(2n) .mod{opacity:0;transition:.6s cubic-bezier(.11,.46,.25,1);transform:translateX(-50%)}.main .maincon .wrapper:nth-child(2n-1) .mod{opacity:0;transition:.6s cubic-bezier(.11,.46,.25,1);transform:translateX(50%)}.main .maincon .wrapper.animated .mod{opacity:1!important;transform:unset!important}*/
p.arti_metas2 {
    text-align: right;
}

/*.search-con{display:none;}*/
body{position:relative;}
.layer {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #000000b5;display:none;}
.layer .layer-inner{position:relative;width: 100%;height: 100%;}
.layer .layer-inner .layer-mod{position:absolute;top:50px;width:100%;}
.layer .layer-inner .layer-mod .shutdown{text-align:right;margin-right:50px;}
.layer .close{font-size:30px;color:#fff;}
.layer .searchbox{width: 80%;margin: 0 auto;margin-top: 20%;}

.wp_search #keyword {
    width: 100% !important;
    line-height: 3;
    font-size: 22px;
    font-family: '微软雅黑';
    height: auto;
}
.wp_search table {
    width: 100%;
}
.wp_search {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
}

.wp_search .search {
    background-color: transparent;
    width: 74px;
    height: 74px;
}
div#searchplus {
    padding: 5px 10px;
}
.maincon {
    overflow: hidden;
}
.col_news_list.listcon.szdw .news_list.list2 li .news_box {
    border: 1px solid #eee;
    margin: 0 8px;
}

.col_news_list.listcon.szdw .news_list.list2 {
    margin: 0 -8px;
}
.main1 .ml .post .more_btn {
    z-index: 50;
    position: absolute;
    line-height: 30px;
    right: 3px;
    bottom: 0;
}

.main1 .ml .post .more_btn .more_text, .main1 .ml .post .more_btn a {
    color: #fff;
}
.post-17 .news_text {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
}
table.xyfc td span {
    height: 30px;
    margin: 5px 10px;
    display: block;
    text-align: justify;
    line-height: 30px !important;
    box-sizing: border-box;
}

table.xyfc td span:after {
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}

.index_xg_zong{ width:1250px; height:500px; margin:0 auto; margin-top:50px;}

.xuegong_bg{width:1250px; height:440px; margin:0 auto; margin-top:30px;}

.index_xinwen_biao_z{ width:1250px; height:35px;}
.index_xinwen_biao_tittle{ width:600px; height:35px; line-height:35px;font-size:26px; color:#2764b3;text-align:left; float:left;}
.index_xinwen_biao_tittle span{font-size:18px; color:#ccc; text-align:left; padding-left:5px;}
.index_xinwen_biao_more{ width:60px; height:35px; line-height:35px;font-size:14px; color:#666;text-align:right; float:right;}
.index_xinwen_biao_more a{ color:#666;}
.index_xinwen_biao_more a:hover{ color: #FF0000;}


.xuegong_con2{width:400px; height:440px; float:none; margin-left:10px;}
.xuegong_con{width:400px; height:440px; float:none;}
.xuegong_pic{width:360px; height:240px; vertical-align:middle; display: table-cell; text-align:center;}
.xuegong_pic img{ border:0;}

.xuegong_biao{ width:380px; height:50px; color:#3e3f40;font-size:18px; font-weight:bold; line-height:50px;}
.xuegong_biao a{ color:#3e3f40;}
.xuegong_biao a:hover{ color: #2764b3;}

.xuegong_text{ width:360px; height:80px; color:#333;font-size:16px; line-height:22px;text-align:left;}
.xuegong_text a{ color:#6e6c6c;}
.xuegong_text a:hover{ color: #2764b3;}

.xuegong_bon{ width:360px; height:40px; color:#2764b3;font-size:20px; font-weight:bold;line-height:40px;text-align:left; float:left;}
.xuegong_bon a{color:#2764b3; border-top:#2764b3 1px solid;display:block;}
.xuegong_bon a:hover{ color: #2764b3;border-top:#2764b3 1px solid;}
.xuegong_bon span{ width:100px; height:40px;font-size:14px;float:right;text-align: right; font-size:14px;line-height:40px; font-weight:normal;}
.xuegong_bon span a{ color:#2764b3;}
.xuegong_bon span a:hover{ color: #2764b3;}

