*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
body {
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	background: #fff;
	height: auto;
	overflow-x: hidden;
}
a {
	color: #282828;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;cursor: pointer;
}
a:hover, a:focus {
	color: #D0021B;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #3C5AA9;}
input:-moz-placeholder{ color: #3C5AA9;}
input::-moz-placeholder{ color: #3C5AA9;}
input:-ms-input-placeholder{ color: #3C5AA9;}


.left {
	float: left;
}
.right {
	float: right;
}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.bh { display:block; overflow:hidden;}
.img-hover:hover {
    opacity: 0.8;
}

.lanmumt {margin-top: 15px;}
@media (max-width: 991px){
	.mobmt {margin-top: 15px;}
	.mobmt20 {margin-top: 20px;}
	.mobpadding {padding: 0;}
	.mobmargin {margin: 0;}
}
@media (max-width: 767px){
	.lanmumt {margin-top: 0;}
	.mobmt22 {margin-top: 22px;}
}

@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1310px) {
  .container{
    width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container{
    width: 1350px;
  }
}


.nrhei {font-size: 16px; line-height: 34px; font-family: \5FAE\8F6F\96C5\9ED1; color: #595959;}
h2 { color:#005896;}
.clear{clear:both;}
.column_nr { display:block; overflow:hidden; float:left; width:100%;}
.column_gd { display:block; overflow:hidden;}
.border-not { background:#fdfdfd; border-left:#ededed solid 1px; 
	border-right:#ededed solid 1px; border-bottom:#ededed solid 1px;}
.imgborder { border:#e6e6e6 solid 0px;margin-bottom:18px;}
.imgbox { padding:15px 15px 0 15px;}
.imglink { border:#ff9600 solid 1px;margin-bottom:18px;padding: 15px 6px;
background: -moz-linear-gradient( 90deg, rgb(255,235,217) 0%, rgb(255,254,253) 100%);
background: -webkit-linear-gradient( 90deg, rgb(255,235,217) 0%, rgb(255,254,253) 100%);
background: -o-linear-gradient( 90deg, rgb(255,235,217) 0%, rgb(255,254,253) 100%);
background: -ms-linear-gradient( 90deg, rgb(255,235,217) 0%, rgb(255,254,253) 100%);
background: linear-gradient( 0deg, rgb(255,235,217) 0%, rgb(255,254,253) 100%);
}


/*---------------common---------------------*/
.sidebar {overflow: hidden;}
.sidebar .title {margin-bottom: 0px;
	position: relative;
	background: #D0021B; 
	font-size: 20px;
	font-weight: 700;
	color:#ffffff;
	margin-top: 0;
	border-top: #f08519 solid 0px;
	overflow: hidden;
	text-transform:uppercase;
	line-height: 34px;
    padding: 10px 15px}
.sidebar .title img{ display: inline-block; float: left; margin:17.5px 10px 17.5px 25px;}

@media (max-width:1390px) {
	.sidebar .title{ font-size:18px;}
} 
@media (max-width:1290px) {
	.sidebar .title{ font-size:16px;}
} 
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
} 

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	color: #00409a;font-size: 15px;
}
.table-bordered {
	border-color: #e6e6e6;
}
/*tbody {
	background-color: #ffffff;
}*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #dedede;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.dl-horizontal dd {
		margin-left: 150px;
	}
	.dl-horizontal dt {
		max-width: 120px;
	}
}


/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 0px;
	background-color: transparent;
	border-color: transparent;
}
.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	z-index: 102;
	/* border: 1px solid transparent;  */
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;
	padding: 17px 29px;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; color: #ffffff;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #0d80e8;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #ffffff;
	/* background:rgba(132, 0, 88, 0.4)!important;
	     filter:Alpha(opacity=40); 
	background-color: #840058; */
	/*border: 1px solid #f1f1f1; */
	/*border-bottom: 1px solid transparent; */
	background:none;
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
	
}

.main-navigation .navbar-nav > .open > a > span,
.main-navigation .navbar-nav > .open > a:hover > span,
.main-navigation .navbar-nav > .open > a:focus > span{
	position: absolute;
	bottom: 0;
	display:block;
	width: 100%;
	height: 4px;
	left: 0;
	background: #018EFF;
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
    min-width: 188px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background:#A30000;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
	border: 0px;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 15px 20px;
	font-size: 17px;
	font-weight:700;
	color: #fff;
	/* border-bottom: 1px solid #0f6abb; */
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #D0021B;
	color: #fff;
	border-color: transparent;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: 0;
	left: 100% !important;
	padding-top: 0;
	margin-left: 0px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	/* border-top: 1px solid #0f5092; */
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	/*top: 96%;*/
	width: 100%;
	padding: 0;
}

/* mega menu menu items */
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.mega-menu .menu > li > a {
	padding: 5px 0;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 0px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mega-menu .menu > li:last-child > a {
	border-bottom: none;
}
.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
	padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	color: #ffffff;
	border-color: #f1f1f1;
	text-decoration: none;
}

.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #e84c3d;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}
.dropdown .dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 12px;
	margin-left: 0;
	visibility: visible;
	color: #fff;
}
.dropdown .dropdown.open>a:before {
	color: #f2fbff;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	/* border-color: #F6FAFC; */
	    position: absolute;
    right: 1px;
    top: -70px;
    border: 0;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background:none;
	border:0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 28px;
	height: 3px;
	margin-top: 6px;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{ border:0; box-shadow: none;}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	
	/* first level menu */
	.navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	
	/* layout fixes */
	.main-navigation .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0px;
		left: auto;
	}
}

/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.main-navigation .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .navbar-nav {
		float: left !important;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -243px;
		width: 940px;
	}
}

/* Medium desktop devices */
@media (max-width: 1280px){
	.navbar-default .navbar-nav > li > a{padding: 17px 11px;}
}

@media (max-width: 1199px){
	.navbar-default .navbar-nav > li > a {
		padding:  17px 36px;
	}
}
@media (max-width: 991px){
	.navbar-default .navbar-nav > li > a {
		padding:  17px 18px; 
	}
}
@media (max-width: 768px){
	.header-top .data { font-size:12px;}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 6.3px;
		font-size:13px;
	}
	.dropdown-menu > li > a {padding: 8px 8px;font-size: 13px;}
	.dropdown .dropdown>a:before {top: 9px;}
	.dropdown-menu {min-width: 166px;}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/* first level menu item */
	.main-navigation .navbar-nav > li {
		margin: 0px; 
		/* background:url(xgs_navline.png) no-repeat left; */
	}
	.main-navigation .navbar-nav > li:first-child {
		margin: 0;
		background:none;
	}
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -293px;
		width: 1140px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #e84c3d;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 0px solid #f1f1f1;padding: 10px 20.5px;font-size: 18px;
	}
	.subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #141414;
	}
	.light .subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #ddd;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		/* background:rgba(208, 2, 27, 0.6)!important; */
	     filter:Alpha(opacity=60); 
		background-color: #6586da;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background:rgba(132, 0, 88, 0.4)!important;
     filter:Alpha(opacity=40); 
	background-color: #840058;
	border-top: #840058  solid 1px;

	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 15px 15px 15px 20px;
		color: #ffffff;
		font-size: 16px;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 12px;
	}
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}
.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}
.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}
.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
	margin: 0;
	min-height: 0;
	background: transparent;
	border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
	padding: 10px 10px;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
	border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #e84c3d;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.subfooter .navbar-nav {
		float: none;
		margin: 15px 0;
		text-align: center;
	}
	.subfooter .navbar-nav > li {
		float: none;
		padding: 5px 0;
	}
	.subfooter .navbar-default .nav > li > a {
		padding: 0px 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.subfooter {
		text-align: left;
	}
	.subfooter .navbar-nav {
		float: right;
		margin: 0;
		text-align: left;
	}
	.subfooter .navbar-nav > li {
		float: left;
		padding: 0;
		margin-top: 4px;
	}
	.subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #333333;
	}
	.light .subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #999999;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* subfooter nav */
	.subfooter .navbar-default .navbar-toggle:hover,
	.subfooter .navbar-default .navbar-toggle:focus {
		background-color: transparent;
		border-color: #888;
	}
	.light .subfooter .navbar-default .navbar-collapse {
		border-color: #ddd;
	}
	.subfooter .navbar-default .navbar-collapse {
		border-color: #000000;
	}
}



/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #67BCFF;
	z-index: 1005;
	display: none;
	line-height: 50px;
}
.scrollToTop img{
	display:inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}
	.scrollToTop img{
		width: 28px;
	}
}




/*---------------网站头---------------------*/
.webheader{ background: url(2021yxh_topbg.png) top center no-repeat ; padding-top: 18px;}
.left_logo{ display:inline-block; margin: 2px 0 123px; }
.right_yl a{ color:#00207C; margin-left: 20px; margin-top: 0;}
.right_yl a:hover{ color:#517CEB; }
.btn_ser{ float:right;
	background:none; 
	border: 0; 
	margin-left: 45px;}
.right_yl{ float:right; }
.pc_none{ display:none;}

.search_cent{ display:none;    
    position: relative; }
.search_cent input[type="text"]{
    border-radius: 15px;
    border: 0;
    width: 100%;
    height: 32px;
    outline: 0;
	padding-left: 15px;
	padding-right: 35px;
}
.search_cent input[type="button"]{
	background: url(2021yxh_search.png) top center no-repeat ;
	width: 20px;
	height: 20px;
	position: absolute;
	border: 0;
	right: 8px;
	top: 6px;
}


@media (min-width: 1921px){
  .webheader{
		background: url(2021yxh_topbg.png) top center no-repeat ;
		background-size: cover;
	}
}
@media (max-width: 1280px){
	.head_title p img{ max-width: 90%; }
}
@media (max-width: 1199px){
	

}
@media (max-width: 991px){

}
@media (max-width: 767px){
	.container-fluid{ background:none; position:relative; padding-right: 0;}
	.navbar.navbar-default{ min-height: 0; }
	.titlea { margin: 55px 0 25px;}
	.titleb{ margin-bottom: 25px; }
	.head_title .titleb img{ max-width: 80%; }
	.mob_none{ display:none;}
	.pc_none{ display:block;}
	.left_logo{ margin-bottom: 50px; }
}

@media (max-width: 600px){
	.webheader .col-md-2{ margin-top: 20px; }
	.navbar-default .navbar-toggle {
    right: 1px;
    top: -70px;}
    .mob_searchblock .searchbox{ top: 13.7%; }

}
@media (max-width: 500px){
	.mob_searchblock .searchbox{ top: 11.8%; }
	.webheader .logo { margin-bottom:16px;}
	.webheader .col-md-2{ padding-left: 0; margin-top: 16px; }
	.mob_searchblock button{ width: 35px; }
	.navbar-default .navbar-toggle { padding: 0 ;margin:0;
    right: 0px;
    top: -50px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 26px; }
	.left_logo{ margin-bottom: 36px; }
	.right_yl{
		position: absolute;
	    top: 27px;
	    right: 20px;
	}

}
@media (max-width: 450px){
	.mob_searchblock .searchbox{ width: 94%; margin: 0 3%; }
	.mob_searchblock .searchbox{ top: 12%; }
	.titlea { margin: 50px 0 20px;}
	.mob_searchblock button{ width: 30px; }
	.navbar-default .navbar-toggle {
    right: 1px;
    top: -42px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 20px; margin-top: 3px;}
    .ky_fhzs{ margin-right:0; }
}
@media (max-width: 380px){
	.mob_searchblock .searchbox{ top: 12.2%; }
	.mob_searchblock button{ width: 27px; }
	.navbar-default .navbar-toggle {
    right: 0;
    top: -38px;}
    .btn_ser{ margin-left: 20px; }
    .right_yl a{margin-left: 7px;}
}
@media (max-width: 365px){
	.right_yl a{ margin-left: 2px;}
}
@media (max-width: 320px){
	.mob_searchblock .searchbox{ top: 12.8%; }
	.mob_searchblock button{ width: 24px; }
	.navbar-default .navbar-toggle {
    right: 0;
    top: -38px;
	padding-right: 4px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 17px;}
	
}

/* 导航*/
.djzt_nav{
	background:rgba(9, 50, 156, 0.7)!important;
	     filter:Alpha(opacity=70); 
	     background:#09329C;
    
     width: 100%;
     margin-top: -56px;
 }
/* .navbar-right li a.cur{ background:none;} */
.tex_nanv{ float: right; 
	font-size: 15px; 
	color:#EDBA82; 
	line-height: 56px;
	padding-right: 20px;
}

@media (min-width: 768px){
	.djzt_nav .navbar-nav > li{
		float:none;
		display:inline-block;}
	.djzt_nav .navbar{ width: auto; }
	.djzt_nav .navbar-nav{ width: 100%; }
	.navbar-default .navbar-nav > li > a{ position: relative; }
	.navbar-default .navbar-nav > li > a:hover{ background:none; color:#f5f5f5;}
	.navbar-default .navbar-nav > li > a span{
		background: url(2021yxh_navbg.png) right center; 
		height: 12px;
		position: absolute;
		display:block;
		right: 0;
		top:50%;
		margin-top: -6px;
		width: 1px;}
}

@media (max-width: 1199px){

	.tex_nanv{ display:none; }
}

@media (max-width: 767px){
	.djzt_nav{ margin-top: 0; }

}



/*---------------区域背景---------------------*/

.firstpart {overflow: hidden;padding: 37px 0 0 0;}
.secondpart {}
.thirdpart {background: #0c568e;overflow: hidden;padding: 30px 0 20px 0;}
.fourthpart {padding: 40px 0;}



@media (min-width: 1230px){
	.gjboth_cent .container,
	.gjbtm_cent .container{width: 1200px; padding:0;}
}
@media (min-width: 1310px) {
    .gjboth_cent .container,
	.gjbtm_cent .container{width: 1240px;padding:0;}
}
@media (min-width: 1400px) {
  	.gjboth_cent .container,
	.gjbtm_cent .container{ width: 1240px;padding:0; }
}



@media (max-width: 767px){
	
}



/*---------------焦点图&新闻---------------------*/
.hotnews{ overflow: hidden; }
.hotnews .newsbg{  }

.host_more{ display:block; 
	overflow:hidden;
	padding-right:6px;
}
.host_more a{ font-size: 15px; 
	line-height: 26px; 
	color:#D0021B; 
	font-weight: 700;
}
.host_more a:hover{
	color:#F5A623; 
}
.banner_txtx{ position: absolute;
	background: url(2021yxh_bannerbg.png) no-repeat;
	right:0;
	top: -100%;
	height: 100%;
	display:inline-block;
	width: 741px;
	transition: all 1s ease 0.3s;
}
.swiper-slide-active .banner_txtx{ top: 0; }
.banner_txtx > div{ padding: 20% 20% 0 30%;  position: relative; height: 100%;}
.banner_txtx span{ width: 21px; height: 8px; background:#EDBA82; display:inline-block; }
.banner_txtx h3{
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom: 20px;
}
.banner_txtx p{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
}
.banner_txtx a{ 
	background: url(2021yxh_more.png) no-repeat bottom; 
	width: 82px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	display:inline-block;
	text-align: center;
	position: absolute;
	bottom: 47px;
	left: 30%;
}

@media (min-width: 992px){
	 
}

@media (max-width: 991px){
	 
}
@media (max-width: 767px){
	
}

@media (max-width: 500px){
	.banner_txtx p{ display:none; } 
	.banner_txtx{ width: 100%; } 
}



/* 轮播图片大小控制 */
.banner01{

}
.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
	right:0; 
	width: auto;
	bottom: 24px;
}
.banner01 .swiper-pagination-bullet{ 
	background:none;
	border: 2px solid #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	background:#fff;
}

.flexslider .slides img {
  height: 644px;
  width: 100%;
}
.djban_txt{ 
  padding:20px 20% 20px 30px; 
  font-size: 22px; 
  color:#fff; 
  line-height: 34px;
  font-weight: 700;
  background: url(ba_txtbg.png) repeat-x;
  margin: 0;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.djban_txt:hover{ color:#F5A623; }

@media (min-width: 768px) {
  .djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}
}
.banner01 .swiper-button-next, 
.banner01 .swiper-button-prev{ width: 15px; height: 15px; bottom: 26.5px; top: auto;}
.banner01 .swiper-button-next{ background: url(2021yxh_icon03.png) no-repeat; right: 47%;}
.banner01 .swiper-button-prev{ background: url(2021yxh_icon04.png) no-repeat; left: 47%;}


@media (max-width: 1440px) {
	.flexslider .slides img{ height: 487px; }
	.banner_txtx > div{ padding: 10% 10% 0 36% }
	.banner_txtx a{ left: 36%; }
	.banner01 .swiper-button-next{ right:46.5%; }
}
@media (max-width: 1366px) {
	.flexslider .slides img{ height: 463px; }
	.banner_txtx > div{ padding-top: 7%; }
}
@media (max-width: 1280px) {
	.flexslider .slides img {height: 443px;}

}
@media (max-width: 1199px) {
	.flexslider .slides img {height: 400px;}
	.banner_txtx > div{ padding-top: 4%; }
	.banner_txtx h3{ font-size: 24px; line-height: 34px; }
	.banner01 .swiper-button-next{ right:45.5%; }
	.banner01 .swiper-button-prev{ left:45.8%; }

}
@media (max-width: 991px) {
  .flexslider .slides img {height: 336px;}
  .banner_txtx > div{ padding-top: 2%; }
	.banner_txtx h3{ font-size: 18px; line-height: 24px; margin: 10px 0;}
}

@media (max-width: 767px) {
	.flexslider .slides img {height: 336px;}
    .djban_txt{ padding-right: 10px;  padding-left: 10px; font-size: 18px;}
    .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 5px;}
    .banner01 .swiper-button-next{ display:none; }
	.banner01 .swiper-button-prev{ display:none; }
}
@media (max-width: 600px) {
  .flexslider .slides img {height: 320px;}
  .djban_txt{ padding-top: 0; font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	.flexslider .slides img {height: 220px;}
	.banner_txtx > div{ padding-right:2%; padding-left: 55%; }
	.banner_txtx a{ left: 55%; }
}
@media (max-width: 450px) {
  .flexslider .slides img {height: 236px;}
  .banner_txtx > div{padding-left: 62%;
    padding-top: 5%;}
   .banner_txtx a{ left: 62%; }
  .banner_txtx h3{ font-size: 16px; }
}
@media (max-width: 380px) {
  .flexslider .slides img {height: 197px;}
  .banner_txtx > div{
  	padding-left: 64%;}
    .banner_txtx a{ left: 64%; }
    .banner_txtx h3{ font-size: 14px; }
    .banner_txtx a{ bottom: 20px; }
    .banner_txtx span{ display:none; }
}
@media (max-width: 320px) {
  .flexslider .slides img {height: 163px;}
}


/* 会议简介 */
.huiyijj{ 
	background: url(2021yxh_jsbg.png) no-repeat; margin-bottom: 33px; 

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media (min-width: 1921px) {
   .huiyijj{ background: url(2021yxh_jsbg.png) no-repeat; background-size: cover; }
}
.column_title{ margin-top: 45px; overflow: hidden; padding-bottom: 40px;}
.djzt_tit{
	
}
.lanmu_hy{ 
	background: url(2021yxh_icon07.png) left bottom no-repeat;
	overflow: hidden;
	margin-bottom: 40px;
 }
.lanmu_hy span{ 
	width: 31px; 
	height: 8px; 
	background:#EDBA82;
	display:inline-block;
	margin: 0 0 15px 13px;
}
.lanmu_hy b{
	font-size: 36px;
	font-weight: bold;
	color: #444444;
	line-height: 32px;
	display:block;
	margin: 0 0 27px 24px;
}
.collanmuf{
	padding: 40px 50px 40px 40px;
	border:1px solid #EDBA82;
	border-left: 0;
}
.collanmuf p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	text-indent: 2em;
}

@media (min-width: 992px) {
	.djzt_tit{
		 float: left;
		 width: 33%;}
	.collanmuf{
		float: left;
		width: 67%;}
}
@media (max-width: 767px) {
	.collanmuf{ padding: 15px 15px 10px;}
}


/* 会议日程 */
.kynx_cent{ margin-bottom: 80px; }
.hyrc span{ 
	background:#EB9E48;
}
.index_tab{
	padding-top: 8px;
}
.tabmenu{
	border-top:1px solid #EDBA82;
	margin-bottom: 32px;
}
.tabmenu ul{
	margin: -8px 0 0 0;
	padding-left: 10px;
}
.tabmenu ul li{
	display:inline-block;
	margin-right: 204px;
	cursor: pointer;
}
.tabmenu ul li:last-child{margin-right: 0;}
.tabmenu ul .nomage{margin-right: 0;}
.tabg{
	background: url(2021yxh_icon08.png) top center no-repeat;
	padding-top: 25px;
	display:block;
}
.tabg b{
	border-radius:4px;
	font-size: 18px;
	color: #3C61C2;
	line-height: 25px;
	background:#F7F7F7;
	padding: 9px 19px;
    display: block;
}
.selected{ position: relative; }
.selected .sanjiao{
	width: 16px;
	height: 10px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    background: url(2021yxh_icon10.png) no-repeat;
}
.selected .tabg{
	background: url(2021yxh_icon09.png) top center no-repeat;
}
.selected .tabg b{
	color: #fff;	
	background:#eb9e48;
}

.jh-cent{}
.jh-cent li{ 
	overflow: hidden; 
	padding: 12px 0;
	font-size: 17px;}
.jh-cent li:nth-child(odd){ background:#F4F4F4; }
.left_time{ 
	float: left; 
	width: 13%; 
	text-align: center; 
	font-weight: bold;
	color: #EB9E48;
	line-height: 24px;
}
.rgt_txtcent{ 
	float: left;
	width: 80%;
	font-weight: bold;
	color: #444444;
	line-height: 24px; 
}
.rgt_txtcent p{ margin-bottom: 7px; }

@media screen and (max-width: 1366px){
	.tabmenu ul li{ margin-right: 193px; }
}
@media screen and (max-width: 1280px){
	.tabmenu ul li{ margin-right: 170px; }
}
@media screen and (max-width: 1199px){
	.tabmenu ul li{ margin-right: 96px; }
}
@media screen and (max-width: 991px){
	.tabmenu ul li{ margin-right: 20px; }
	.left_time{ width: 15%; }
	.rgt_txtcent{ width: 85%;}
}
@media screen and (max-width: 500px){
	.left_time{ width: 24%; }
	.rgt_txtcent{ width: 76%;}
	.tabmenu ul li{ margin-right: 2px; }
	.tabg b{ font-size: 14px; padding:8px; }
	.kynx_cent{ margin-bottom: 40px; }
}
@media screen and (max-width: 420px){
	.tabmenu ul{ padding-left: 0; }
	.tabmenu ul li{ width: 90px; text-align: center; }
	.left_time{ width: 30%; }
	.rgt_txtcent{ width: 70%;}
}
@media screen and (max-width: 380px){
	.tabmenu ul li{ width: 79px; }
}
@media screen and (max-width: 365px){
	.tabmenu ul li{ width: 76px; }
}
@media screen and (max-width: 320px){
	.tabmenu ul li{ width: 67px; }
}




/*---------------页尾---------------------*/
.foot { background: url(2021yxh_footbg.png) no-repeat;}
.comon_foot{ background: url(2021yxh_footbg01.png) no-repeat;}
@media (min-width: 1921px) {
   .foot{  background-size: cover; }
	.comon_foot{ background-size: cover; }
}
.links_yxh{
	padding-top: 50px;
	margin-bottom: 85px;
}
.yxh_wl{ margin: 75px -7.5px 0; }
.yxh_wl li{  float: left; width: 50%; padding: 0 7.5px; }

.wj_lunbo{}
.wj_lunbo span{ background: #EB9E48; width: 21px; height: 8px; margin-bottom: 10px; display:inline-block;}
.wj_lunbo h3{ 
font-size: 26px;
font-weight: bold;
color: #FFFFFF;
line-height: 32px;
margin:0 0 20px 0; }

.banner02 .swiper-button-next, 
.banner02 .swiper-button-prev{ width: 27px; height: 27px; margin-top: -13.5px;}
.banner02 .swiper-button-next{ background: url(2021yxh_icon05.png) no-repeat; right: 0;}
.banner02 .swiper-button-prev{ background: url(2021yxh_icon06.png) no-repeat; left: 0;}



.copyright{background: url(2021yxh_icon11.png) repeat-x top;
	display:block;
	 overflow:hidden;
	 color: #fff;
	 font-size: 16px;
	 padding: 40px 0 58px;}
.copyright .cas{ 
	width: 14.6%;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 0; text-align:center;}
.copyright .cas img {}
.copyright .left { width: 53%;
	padding-left: 22px;
	line-height:29px;
	background: url(2021yxh_icon12.png) no-repeat right center;}
.copyright .left a {color:#fff;}
.copyright .right { width: 32.4%; line-height:29px; padding-left: 22px;}


@media screen and (min-width: 992px){
.lk_width01{ width: 53% }
.lk_width02{ width: 47% }
}

@media screen and (max-width: 1290px){
	.copyright{ font-size: 14px; }
}
@media screen and (max-width: 1199px){
	.copyright .cas img{ width:90%; }
	.foot .tophalf{ padding-bottom: 40px; }
	.copyright .cas { margin: 18px 0px 0; }
}
@media screen and (max-width: 991px){
	.foot{ background-size: cover; }
	.links_yxh{ padding-top: 0; }
	.yxh_wl{ margin-top: 40px; margin-bottom: 30px; overflow: hidden; }
	.banner02 img{ width: 100%; }
	.copyright .left { width:100%; margin: 7px; text-align: center; background: none;}
	.copyright .right{ width: 100%;  text-align: center;}
	.copyright .cas{ width:100%; border:0; margin-bottom: 10px;}
	.copyright .cas img{ width: 250px; margin: 0 auto; }
}
@media screen and (max-width: 767px){
.foot .secondhalf {padding: 18px 0;}
.foot .secondhalf img {display: none;}
.copyright .cas { width: 100%; border:0px;margin: 12px 0; }
.copyright .cas img {display: block;margin-right: auto;margin-left: auto;}
.copyright .left { width:100%; text-align: center; margin-top: 0; padding-left: 0;}
.copyright .rightbz {margin: 0 auto;float: none;}
.copyright .rightwx { width: 50%; }
.links_yxh{ margin-bottom: 50px; }
.copyright .right{ display:none; }
.copyright{ padding: 10px 0 12px; }
}
@media screen and (max-width: 320px){
.copyright .rightwx { width:50%;}
}


/* 二级页左侧菜单 */
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  background-color: #F0F7FE;
  padding-bottom: 20px;
}

.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}

.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 11px 12px;
  color: #333;
  /* border-bottom: solid 1px #fff; */
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:700;
  padding-left: 20px;

}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 160%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.6rem;
  padding: 13px 0;
  text-align: center;
  font-weight: 600;color: #7e96c1;
}
.leftNavigation li.active a .leftNavIcon {color: #8ea5c3;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  padding: 0.8rem 0;
  text-align: center;
}
.leftNavigation li a.current{
	color: #f00;
    background: #d0dcf9;
	}
.fa-angle-right:before{ font-size:20px; }
.leftNavigation li a:hover {
	text-decoration:none;  
  background:#d0dcf9; 
}
.leftNavigation li a:hover .leftNavIcon {color: #84c4fe;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #d8e3f0;
}
.leftNavigation li ul li { border-bottom: solid 1px #bfd0e1;}
.leftNavigation li ul li a {
  border-bottom: solid 0px #D0E9F3; font-size:14px; color:#393939; margin-left:30px; padding-left:12px;
}
.leftNavigation li ul li a:hover {
  color: #00398f; text-decoration:none; 
}

.leftNavigation li ul li.active a {
  color: #00348a; 
  text-decoration:none; 
  
}
.leftNavigation li.active > a {
   text-decoration:none;
  background:#E5ECFD;
}
.leftNavigation li.active ul {
  display: block;
}
.leftNavigation > li{ 
	/*border-left: 6px solid #F0F7FE;*/
 }
.leftNavigation > li:hover,
.leftNavigation > li.active {
	/*border-left: 6px solid #D0021B;*/
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#393939; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}

li .menu-cont{ display:none;
	background: #eee;
    padding: 10px 0;}
li .menu-cont .child-title{	
	    font-size: 16px;
    	line-height: 36px;
    	padding: 0 12px 0 40px;
}	
	
	


/* 二级页文字列表 */
.ky_listcent{
	background: url(2021yxh_jsbg.png) #F9F9F9 no-repeat top center;
}
.ky_listcentnobg{
	background: url(2021yxh_jsbg.png) no-repeat top center;
}
@media screen and (min-width: 1921px){
	.ky_listcent,
	.ky_listcentnobg{background-size: cover;}
}
.secondarybox { 
	display:block; 
	overflow:hidden; 
	padding: 15px 15px 20px;}
.new-graphics .yxhpic_lists{ margin-bottom: 174px; }
.ky_listcent .list_hy{margin-top: 27px;}
.list_hy{
	background: url(2021yxh_icon13.png) left bottom no-repeat;
}
.pop_yxh{ overflow: hidden;min-height: 250px;}
.pop_yxhpic{ float: left; margin-right: 25px; }
a.pop_yxhpic img{ width: 180px; height: 240px; }
.pop_yxhtxt{}
.pop_yxhtxt a{ color:#444; }
.pop_yxhtxt h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin: 20px 0;
}
.pop_yxhtxt h4 span{
	border-bottom:1px solid #EDBA82;
	display:inline-block;
	padding-bottom: 8px;
}
.pop_yxhtxt p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.pop_yxhtxt a:hover{ color:#517CEB; }

.ky_seemore{ text-align: center; display:none; }
.ky_seemore button{
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #D7D7D7;
	font-size: 18px;
	font-weight: bold;
	color: #D0021B;
	background:none;}
.ky_seemore button:hover{ background:#D0021B; border:1px solid #D0021B; color:#fff; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }

.ty-graphics{ overflow: hidden; }
.ty-graphics li{ background: #fff;padding:18px; overflow: hidden; margin-bottom: 40px; }

.ty-graphics .pop_yxhtxt h4{ margin-top: 25px; margin-bottom: 9px; }
.ty-graphics .pop_yxhtxt h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 20px 0 10px;
}

.wylinheg{ line-height: 32px; }
.wylinheg *{ font-size: 18px!important; font-family: \5FAE\8F6F\96C5\9ED1!important;}


@media screen and (max-width: 1199px){
	.sidebar .title{ font-size:12px;}
	.leftNavigation li a{ padding-left:16px;}
	li .menu-cont .child-title{ padding-left:28px;}

}
@media screen and (max-width: 991px){
	.sidebar .title{ font-size:15px;}
	.pop_yxhpic{ margin-bottom: 20px; }
	.new-graphics .yxhpic_lists{ margin-bottom: 54px; }
	.pop_yxh{ min-height: 281px;}
	a.pop_yxhpic img{ width: 140px; height: auto; }
}
@media screen and (max-width: 767px){
	.kylist_bg02{ padding:0; }
	.ky_seemore{  display:block; }
	.pop_yxhtxt h4{ margin-top: 15px; }
	.pop_yxh{ min-height: auto;}
}





/*---------------新闻动态---------------------*/
.picnewslist {overflow: hidden;margin: 0 15px 10px 15px;}
.picnewslist li{margin-bottom: 8px; display: block; overflow: hidden; }
.picnewslist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.picnewslist li h2 { font-size:15px; line-height:22px; margin:0 0 8px 0;display: block;}/*text-overflow: ellipsis;white-space: nowrap;*/
.picnewslist li h2 a { color:#383838;font-family: \5FAE\8F6F\96C5\9ED1;}
.picnewslist li h2 a:hover { color:#004ea2; text-decoration:none;}
.picnewslist .news-img{ margin-right: 10px; margin-bottom:8px;}
.picnewslist .news-img img{ max-width: 102px; border:#e4e4e4 solid 1px;}
.picnewslist .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#8e8e8e;}
.picnewslist .news-txt i { font-size: 12px; margin: 0 0 5px 0; color:#009cd1; display:block;font-style: normal;text-align: right;}
.picnewslist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.picnewslist .news-txt p a:hover { color:#15549a;}
.picnewslist .hzfa-img{ margin-right: 10px; margin-bottom:15px;}
.picnewslist .hzfa-img img{ max-width: 112px; border:#e4e4e4 solid 3px;}
.picnewslist .hzfa-txt p { line-height: 1.5; font-size: 12px; margin:0 0 15px 0; color:#8e8e8e;}
@media (max-width: 1199px) {
	.minh {min-height: 98px;}
	.picnewslist li h2 { font-size:14px;}
}
@media (max-width: 991px) {
	.minh {min-height: auto;}
}
@media (min-width: 768px) {
	.picnewslist .news-txt p{ line-height: 20px; height: auto; font-size: 13px; overflow:hidden;}
	.picnewslist .news-img img{ width: 102px; height: 66px;}
	.picnewslist .news-img{ margin-right: 13px;}
	.picnewslist li{margin-bottom: 8px; display: block; overflow: hidden; }
	.picnewslist .hzfa-txt p{ line-height: 20px; height: auto; font-size: 13px; overflow:hidden;}
	.picnewslist .hzfa-img img{ width: 112px; height: 152px;}
	.picnewslist .hzfa-img { margin-right: 15px;}
}
@media (max-width: 767px) {
	.picnewslist .news-img{ margin-bottom:2px;}
	.picnewslist .news-img img{ width: 126px; height:84px;}
	.picnewslist .hzfa-img{ margin-bottom:2px;}
	.picnewslist .hzfa-img img{ width: 106px; height:146px;}
	.picnewslist li h2 {white-space:normal;}
	}
/*-----------------文字列表---------------------*/
.list-tab { overflow:hidden; display:block;}
.list-tab ul{ float:left; width:74%; padding-left:18px;}
.list-tab ul li{overflow:hidden;
	clear:both;
	border-bottom:0px dashed #d4d4d4;
	 width:100%; text-align:left;padding: 0;
margin-bottom:14px;}
.list-tab ul li:last-child{ margin-bottom: 0; }
.list-tab ul li a{ float:left;/*width:88%;*/
	max-width: 85%;overflow:hidden;font-size:15px; 
	color:#444;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding:0 0 0 12px;
	text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-tab ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-tab ul li a:hover {color: #3C61C2; text-decoration: none;}
.list-tab i {float: left;margin: 14px 0 0 8px;}
.list-tab span {color:#AEAFB1; font-size: 12px; font-family:Arial; padding-right: 4px;}
.list-tab span.right {float: right;}
.list-tab .lingt_smbig li{margin-bottom:16px;}

.list-tab .top_newtit a{ width:100%; max-width: 100%;
    white-space: normal;
    padding-left:0;
}
.list-tab .top_newtit a h3{ margin: 0 0 5px; line-height: 25px; font-size: 18px; color:#fff;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px; }
.list-tab .top_newtit a p{ color:#7995bc; font-size: 14px; margin-bottom: 12px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 40px; }
.list-tab .top_newtit a:hover h3{ color:#0096ff;}

.left-txtximg{ float:left; width:26%;  background: #fff;
border-radius: 0 0 6px 6px;}
.left-txtximg img{width:100%;}
.left-txtximg a p{    
	font-size: 15px;
    color: #444;
    margin-top: 10px;
    line-height: 1.6;}
.left-txtximg a:hover p{color: #3C61C2;}	

.events_tab{ position:relative;}
.mores_all{ position:absolute; right:13px; top:11px;}
.mores_all a{ font-size:14px; color:#fff;}
.mores_all a:hover{ color:#D0021B;}

.text_listtime{ margin: 10px 0 45px; }


@media (max-width: 1199px) {
	.list-tab ul li a{max-width: 81%;}
}
@media screen and (max-width: 992px){
.list-tab { height:auto !important;margin-left: 0px;}
}
@media (max-width: 991px) {
.list-tab ul li a{font-size:15px;}
.list-tab span {}
.list-tab i {margin: 10px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-tab ul li{}
.list-tab ul li a {max-width: 100%;white-space: normal;line-height: 24px;background-position: left 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.list-tab span {width:0px; visibility:hidden;display: none;}
}

.list-news { overflow:hidden; display:block;}
.list-news li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;}
.list-news li:nth-child(5n+0) {margin-bottom: 20px;
	padding-bottom: 20px;
 border-bottom: 1px dashed #D8D8D8;}
.list-news li a{ float:left;/*width:86%;*/max-width: 84%;overflow:hidden;font-size:16px;
	line-height:42px; 
	color:#444;background-image: url(qzwh_icon01.png);
	background-repeat: no-repeat;background-position: left 18px;padding-left: 16px;text-overflow:ellipsis; white-space:nowrap; }
.list-news li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-news li a:hover {color:#D0021B;}
.list-news i {float: left;margin: 14px 0 0 8px;}
.list-news span {line-height:40px;color:#666; font-size: 14px; font-family:Arial;}
.list-news span.right {float: right;}
.dw_nanme{ line-height:42px;}

@media (max-width: 1199px) {
	.list-news li a{max-width: 81%;}
}
@media screen and (max-width: 991px){
	.list-news li a{max-width: 73%;font-size:15px;}
	.list-news i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-news ul li{padding: 4px 0;}
.list-news li a {max-width: 100%;white-space: normal;line-height: 24px;background-position: left 10px;}
.list-news span.right {visibility:hidden;display: none;}
.dw_nanme{ line-height:24px;}
}

.list-article { overflow:hidden; display:block;}
.list-article li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;}
.list-article li:nth-child(5n+0) {margin-bottom: 20px;}
.list-article li a{ float:left;/*width:100%;*/max-width: 96%;overflow:hidden;font-size:16px;line-height:33px; color:#383838;background-repeat: no-repeat;background-position: left 14px;padding-left: 14px;text-overflow:ellipsis; white-space:nowrap; }
.list-article li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-article li a:hover {color: #004ea2;}
.list-article i {float: left;margin: 14px 0 0 8px;}
@media screen and (max-width: 1199px){
	.list-article li a{max-width: 95%;}
}
@media screen and (max-width: 991px){
	.list-article li a{max-width: 92%;font-size:15px;}
	.list-article i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-article ul li{padding: 4px 0;}
.list-article li a {max-width:100%;white-space: normal;line-height: 24px;background-position: left 10px;}
}




/*列表页样式*/
.academic-notice{ width:100%;}
.academic-notice dl { margin:0px;}
.academic-notice dd{ overflow: hidden;padding: 20px 0;border-bottom: #dedede solid 1px;}
.academic-notice dd:last-child {margin-bottom: 0px;padding-bottom: 0px;border-bottom: 0px;}
.academic-notice dd span{ float:left;color:#fff;text-align:center;width:66px;
	margin-right:2px;font-size:30px;font-weight: 600;padding: 2px 0 0 0;
	background: #0a87f9;
	font-family: Arial;
    border-radius: 4px;}
.academic-notice dd span b { background: #1c4b86;height: 24px; 
	text-align: center; line-height: 24px;
	 font-size: 14px;font-family: Arial; 
	 display: block; color:#ffffff;
	 border-radius: 0 0 4px 4px;
	 font-weight: normal;
	margin-top: -2px;}
.academic-notice dd .hdtitle { float:left; width:90%; overflow:hidden; display:block; color:#535353;margin-left: 10px; }
.academic-notice dd .hdtitle a{ overflow:hidden; display:block; line-height:20px; 
	color:#333; font-size:16px; text-decoration:none;-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;text-overflow: ellipsis;white-space: normal;}
.academic-notice dd .hdtitle a > img { display: inline-block; margin-left:6px;}
.academic-notice dd .hdtitle a:hover {COLOR: #0b85f5; }
.academic-notice dd .hdtitle p { line-height: 20px; font-size:14px; color:#808080; line-height:18px;margin: 7px 0 0 0;}
@media (max-width: 1199px) {
	.academic-notice dd .hdtitle {width:87%;}
	.academic-notice dd .hdtitle a {font-size: 15px;}
}
@media (max-width: 991px) {
	.academic-notice dd .hdtitle {width:81%;}
}
@media (max-width: 767px) {
	.academic-notice dd .hdtitle {width:74.8%;}
	.academic-notice dd .hdtitle a{ white-space: normal;font-size:14px;}
}
@media (max-width: 392px) {
	.academic-notice dd .hdtitle {width:70.8%;}
}
@media (max-width: 350px) {
	.academic-notice dd .hdtitle {width:66.8%;}
}
/*二级页面侧边样式*/
.jlnotice { margin: 0 15px 18px 15px;}
.jlnotice dl { margin:0px;}
.jlnotice dd{ overflow: hidden;margin-bottom: 17px;padding-bottom: 17px;border-bottom: #d3d3d3 dashed 1px;}
.jlnotice dd:last-child {margin-bottom: 0px;padding-bottom: 0px;border-bottom: 0px;}
.jlnotice dd span{ float:left;color:#ff9c00;text-align:center;width:63px;margin-right:2px;font-size:25px;font-weight: 600;padding: 2px 0 0 0;font-family: Arial;/*font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;*/}
.jlnotice dd span b { background: #0367b2;height: 24px; text-align: center; line-height: 24px; font-size: 12px;font-family: Arial; display: block; color:#ffffff;}
.jlnotice dd .hdtitle { float:left; width:76%; overflow:hidden; display:block; color:#535353;margin-left: 10px; }
.jlnotice dd .hdtitle a{ overflow:hidden; display:block; line-height:20px; color:#383838; font-size:15px; text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-overflow: ellipsis;white-space: nowrap;}
.jlnotice dd .hdtitle a > img { display: inline-block; margin-left:6px;}
.jlnotice dd .hdtitle a:hover {COLOR: #004ea2; }
.jlnotice dd .hdtitle p { font-size:13px; color:#0561a6; line-height:19px;margin: 7px 0 0 0;}
@media (max-width: 1299px) {
	.jlnotice dd{ margin-bottom: 21px;padding-bottom: 21px;}
}
@media (max-width: 1199px) {
	.jlnotice dd .hdtitle {width:71%;}
}







.thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none; 
	padding: 4px;
}
/*---------------细览---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px; background:#fff; padding: 40px 60px;}
#xlmain .wztitle {color: #404040; font-family: \5FAE\8F6F\96C5\9ED1; 
	line-height:36px; text-align:center; font-size: 22px; 
	padding: 0px 0px 2px 0px;font-weight: 700;
margin: 10px 0 20px;}
.lyandtime{ font-size: 14px; color:#9a9a9a; }
#xlmain .qtinfo {color:#666; font-family: \5FAE\8F6F\96C5\9ED1; 
	text-align:left; font-size: 14px;
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .zg_wztxt.textxl p{ font-size: 16px; color:#404040; text-indent: 0; }


#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:20px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;padding: 0 0 10px 0;}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 18px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	    font-size: 16px!important;
    line-height: 34px!important;
    font-family: \5FAE\8F6F\96C5\9ED1!important;
    color: #444!important;
}

.font_txtbh{ float: right;margin: 3px 11px 0 0; }
.share{ float: right; }
.font_txtbh a{ color:#196cbe; }
.enclosure_btm{ margin: 0 0 2px 0; overflow: hidden; padding-top: 10px; }
.next_page{ 
	overflow: hidden; 
	padding:25px 0 0; 
	margin-bottom: 0;
	border-top:1px dashed #D5D5D5; }
.next_page img{ display: inline-block; }
.next_page .left{ width: 50%; }
.next_page .left img{ margin-right: 10px; margin-top: -4px;}
.next_page .right { max-width: 50%; }
.next_page .right img{ margin-left: 10px; margin-top: -4px;}

.enclosure_btm h3{ color:#444;
 font-size: 14px; 
 margin:0;
float:left;
width: 13%;}
.enclosure_btm h3 img{ display:inline-block; }
.enclosure_btm ul{float:left;
width: 87%;}
.enclosure_btm ul li{ margin: 8px 0; 
 padding-left:10px;}
.enclosure_btm ul li a{ color:#2459BC; font-size: 14px; text-decoration:underline; }
.enclosure_btm ul li a:hover{ color:#444; }

@media (min-width: 767px) {
	#xlmain .textxl img {max-width: 100%;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 22px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
	#xlmain{ padding: 30px 20px; }
}

.rcxl {overflow: hidden;}
.rcxl ol, .rcxl li {list-style-type: decimal;}
.rcxl ol {padding-left: 17px;}
.rcxl li {margin-bottom: 12px;line-height: 21px;}
.rcxl p {margin: 0 0 6px 0 !important;}




/*-----------------图文---------------------*/
.graphiclist {overflow: hidden; background: #fff; padding: 10px 30px 40px; margin-bottom: 68px;}

.graphiclist li{margin-bottom: 8px; display: block; overflow: hidden; }
.graphiclist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.graphiclist li h2 { 
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	line-height: 28px;
	margin: 12px 0 8px;
}
.graphiclist .news-img img{ 
	/* border:#e4e4e4 solid 1px; */
}
.graphiclist .news-txt p { font-size: 14px;
font-weight: 400;
color: #444444;
line-height: 26px;}
.graphiclist .news-txt span{font-size: 14px;
font-weight: 400;
color: #444444;
display:block;
margin-bottom: 15px;
line-height: 26px; }
.graphiclist .news-txt i { font-family: Arial;font-size: 14px; margin: 4px 0 0 0; color:#106ece; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; 
	font-size:12px; text-decoration:underline; 
	font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#15549a;}
.graphiclist .learn_more{ font-size: 14px; color:#2561ad; display: inline-block;}
.graphiclist .learn_more:hover{ color:#0d80e8; }
.graphiclist .learn_more img{ float: right;    margin: 2.5px 0 0 5px; }

.graphiclist .news-txt a:hover h2{ color:#444;  }
.graphiclist .news-txt a:hover p,
.graphiclist .news-txt a:hover span{ color:#2459BC; }
hr.picexttx{ border-top: 1px dashed #dadada; margin: 52px 0 45px 0;}

.current_leaders{ margin-bottom: 45px; }
.current_leaders li h2{ font-size: 16px; 
	color:#444444;
font-weight: 700;
margin: 10px 0 15px;}

.current_leaders li h2 b{ color:#3C61C2; 
	font-size: 30px; 
	margin-right: 30px;}
.current_leaders .news-txt span{ font-size: 15px; color: #444; }
.current_leaders li span img{ display:inline-block; margin-right: 12px; } 

.txtlist ul li{ border-bottom:1px solid #979797; padding-bottom: 30px;}




@media (min-width: 768px) {
	.graphiclist .news-txt p{ 
	 font-size: 14px; 
	 /* overflow:hidden;
	 	display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 3;
	 overflow: hidden; */
}
	.graphiclist .news-img img{ width: 332px; height: 190px;}
	.graphiclist .news-img{ margin-right: 20px;}
	.graphiclist li{margin-bottom: 0;padding: 30px 0 0; 
		display: block; overflow: hidden; }
	.graphiclist li h2 { 
		/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */
		line-height: 26px;
		max-height: 52px;
}

.current_leaders li .news-txt p{ 
	margin-bottom: 30px; 
	font-size: 15px; 
	line-height: 2; 
	height:88px ;}
.current_leaders .news-img{ margin-right: 25px;}
.current_leaders .news-img img{ width: 167px; height: 230px;}

}

@media screen and (min-width:768px) and (max-width:991px){
  .graphiclist .news-txt p{-webkit-line-clamp: 2; height: 44px;}
  .current_leaders li .news-txt p{ height: 66px; }
}



.picture_lists{ margin-bottom: 35px; }

@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.graphiclist li{  }
	.graphiclist .news-img img{ width: 173px; height: auto;}
	.graphiclist .news-txt p {  }
	.graphiclist li h2 a { height: 20px; }
	.graphiclist .learn_more{ float: right; }
	.graphiclist .news-txt span{ margin-bottom: 8px; }
	.current_leaders .news-img img{ width: 140px; height: 192px;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:15px;}
	.graphiclist .news-img img{ width: 100%; }
	.graphiclist li{padding: 25px 0 0;
    display: block;
    overflow: hidden;}
	.graphiclist li h2 a {height: auto;
    	white-space: normal;
		line-height: 28px;
		line-height: 22px;}
	.current_leaders li h2 b{ font-size: 20px; margin-right: 20px; }
	.current_leaders .news-img img{ width: 120px; height: 165.5px;}

}

.publication {overflow: hidden;}
.publication li{margin-bottom: 8px; display: block; overflow: hidden; }
.publication li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.publication li h2 { font-size:16px;color: #ffffff;line-height:22px; margin:0 0 8px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-weight: 700;}
.publication li h2 a { color:#383838;font-family: \5FAE\8F6F\96C5\9ED1;}
.publication li h2 a:hover { color:#004ea2; text-decoration:none;}
.publication .news-img { border:#e3e3e3 solid 1px;}
.publication .news-img img{ max-width: 107px; padding: 3px;}
.publication .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#949494;}
.publication .news-txt i { font-size: 12px; margin: 4px 0 0 0; color:#009cd1; display:block;font-style: normal;text-align: right;}
.publication .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.publication .news-txt p a:hover { color:#15549a;}
@media (min-width: 768px) {
	.publication .news-txt p{ line-height: 20px; height: auto; font-size: 13px;}
	.publication .news-img img{ width: 107px; height: 138px;}
	.publication .news-img{ margin-right: 15px;}
	.publication li{margin-bottom: 25px; display: block; overflow: hidden; }
}
@media (max-width: 991px) {
	.publication li{margin-bottom: 20px;}
}
@media (max-width: 767px) {
	.publication .news-img{ margin-bottom:2px;margin-right: 15px;}
	.publication li h2 {white-space:normal;overflow: inherit;}
	}

.zhuzuo {overflow: hidden;}
.zhuzuo li{margin-bottom: 8px; display: block; overflow: hidden; }
.zhuzuo li:nth-last-child(1) {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.zhuzuo li:nth-last-child(2) {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.zhuzuo li h2 { font-size:16px;color: #ffffff;line-height:22px; margin:0 0 8px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-weight: 700;}
.zhuzuo li h2 a { color:#383838;font-family: \5FAE\8F6F\96C5\9ED1;}
.zhuzuo li h2 a:hover { color:#004ea2; text-decoration:none;}
.zhuzuo .news-img { border:#e3e3e3 solid 1px;}
.zhuzuo .news-img img{ max-width: 107px; padding: 3px;}
.zhuzuo .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#949494;}
.zhuzuo .news-txt i { font-size: 12px; margin: 4px 0 0 0; color:#009cd1; display:block;font-style: normal;text-align: right;}
.zhuzuo .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.zhuzuo .news-txt p a:hover { color:#15549a;}
@media (min-width: 768px) {
	.zhuzuo .news-txt p{ line-height: 20px; height: auto; font-size: 13px;}
	.zhuzuo .news-img img{ width: 107px; height: 138px;}
	.zhuzuo .news-img{ margin-right: 15px;}
	.zhuzuo li{margin-bottom: 25px; display: block; overflow: hidden; }
}
@media (max-width: 991px) {
	.zhuzuo li{margin-bottom: 20px;}
}
@media (max-width: 767px) {
	.zhuzuo .news-img{ margin-bottom:2px;margin-right: 15px;}
	.zhuzuo li h2 {white-space:normal;overflow: inherit;}
	}

.new-graphic { margin-top: 10px;padding: 0 2px;}
.new-graphic li {margin-bottom: 30px;}
.new-graphic li .boxstyle {overflow: hidden;
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-bottom: 4px solid #00ccff;
}
.new-graphic li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphic li .boxstyle .txtinfo {margin: 15px;overflow: hidden;height: 146px;}
.new-graphic li .boxstyle .txtinfo h5 {font-size: 13px;color: #f7931e;margin: 0 0 8px 0;}
.new-graphic li .boxstyle .txtinfo h4 { color: #004ea2;font-size: 16px;font-weight: 700;margin: 0 0 8px 0;line-height: 20px;}
.new-graphic li .boxstyle .txtinfo h4 a { color: #004ea2;word-break:break-all;}
.new-graphic li .boxstyle .txtinfo h4 a:hover { color: #383838;}
.new-graphic li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphic li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
@media (min-width: 768px) {
	.new-graphic li .boxstyle img {height: 127px;width: 100%;}
}
@media (max-width: 1199px) {
	.new-graphic li .boxstyle img {height: 102px;width: 100%;}
	.new-graphic li .boxstyle .txtinfo {height: 170px;}
}
@media (max-width: 991px) {
	.new-graphic li .boxstyle img {height: 100px;width: 100%;}
}
@media (max-width: 767px) {
	.new-graphic li .boxstyle img {height: auto;width: 100%;}
	.new-graphic li .boxstyle .txtinfo {height: auto;}
	.new-graphic li .boxstyle .txtinfo h4 {font-size: 15px;line-height: 22px;}
	.new-graphic li .boxstyle .txtinfo p {font-size: 13px;line-height: 20px;}
}

.staff { margin-top: 10px;padding: 0 2px;}
.staff .col-md-2 {padding-right: 10px;padding-left: 10px;}
.staff li {margin-bottom: 22px;}
.staff li .boxstyle {
	overflow: hidden;
  /*-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-bottom: 4px solid #ececec;*/
}
.staff li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.staff li .boxstyle .txtinfo {margin: 10px 6px 2px;overflow: hidden;}
.staff li .boxstyle .txtinfo h5 {font-size: 13px;color: #f7931e;margin: 0 0 8px 0;}
.staff li .boxstyle .txtinfo h4 { color: #0453b0;font-size: 16px;font-weight: 500;margin: 0 0 3px 0;line-height: 20px; text-align: center;}
.staff li .boxstyle .txtinfo h4 a { color: #383838;word-break:break-all;}
.staff li .boxstyle .txtinfo h4 a:hover { color: #0453b0;}
.staff li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 3px 0;word-break: break-all;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.staff li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
@media (min-width: 768px) {
	.staff li .boxstyle img {height: 160px;width: 120px;}
}
@media (max-width: 1199px) {
	.staff li .boxstyle img {height: 130px;width: 96px;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.staff li .boxstyle img {height: 160px;width: 120px;}
	.staff .col-md-2 {padding-right: 15px;padding-left: 15px;}
}
@media (max-width: 320px) {
	.staff li .boxstyle img {height: 160px;width: 120px;}
}

.isPc {margin-top: -20px;}
.isPc .Pt3{padding:20px 0; border-bottom: 3px solid #f3f9fe;}
.isPc .Pt3 b{color:red; font-weight:normal;}
.isPc .Pt3:hover{background:#f7fcff;}
.isPc .p3{float:left; margin-right:25px;}
.isPc .p3 img {width: 226px;height: 100%;}
.isPc .t3 h3{ font-size:16px; line-height:20px; font-weight:600; margin: 0 0 10px 0;}
.isPc .t3 h3 a{color:#383838;}
.isPc .t3 h3 a:hover {color:#004ea2;}
.isPc .Pt3 span{ display:block; margin-bottom:2px; font-size:13px; color:#30b9de;}
.isPc .t3 p{ font-size:13px; line-height:22px; color:#7d7d7d;margin: 0;}
@media (max-width: 1199px) {
	.isPc .p3 img {width: 200px;}
	.isPc .p3{margin-right:15px;}
}
@media (max-width: 991px) {
	.isPc .p3 img {width: 158px;}
}
@media (max-width: 767px) {
	.isPc .p3 img {width: 126px;}
}


/*---------------图片列表---------------------*/
.new-graphics { margin-top: 25px; }
/*.new-graphics .row {margin-right: -11px;margin-left: -11px;}
.new-graphics .col-md-4 {padding-right: 11px;padding-left: 11px;}*/
.new-graphics > ul{ margin-bottom: 20px; }
.new-graphics li {margin-bottom: 40px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle .txtinfo {margin: 8px 2px 0 2px;
	overflow: hidden;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 14px;
	color: #999999;margin: 0 0 3px 0;
	font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #374C7B;
	font-size: 16px;line-height: 21px;font-weight: 500;
	margin: 0 0 8px 0;}
.new-graphics li .boxstyle .txtinfo h4 a { color: #333;
text-align: center;display:block;
}
.new-graphics li .boxstyle .txtinfo h4 a:hover { color:#517CEB; display:block;}
.new-graphics li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphics li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}






/*图片划过变大*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}



/*Page*/
#pages {
    width:100%; font-size: 14px; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 0 0 6px;
}
#pages span{padding:8px 16px;}
#pages A {
    background: #EAF1FF; 
    color: #333; 
	text-decoration:none;
    border: #efefef 1px solid; 
    display: inline-block; 
	padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:none;}
#pages A:hover {
    border: #D0021B 1px solid; background: #D0021B;  color: #fff;
}
#pages A.curr {
    border: #D0021B 1px solid; background: #D0021B;  color: #fff;
}
#pages A.curr:visited {
    border: #D0021B 1px solid; background: #D0021B;  color: #fff;
}
#pages .curr{
	background: #D0021B;
    color: #fff;
	border:1px solid #D0021B;
}
.ky_listcent .ks-clear{ border-left: 1px solid #ddd; display:inline-block; }
.ky_listcent .common{ margin-left: 0; padding: 10px 16px;}
.ky_listcent .inactive{ border: 1px solid #ddd; border-left: 0; color:#333;}
.ky_listcent .active {
    background-color: #517CEB;
    border: 1px solid #517CEB;}
.ky_listcent .ks-button{margin-top: 0;
    padding: 12px 0;
    border: 0;
    background: #517CEB;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;}

@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}
