*{
    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;
}
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: 1370px;
  }
}


.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: 24px;
    /* 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;
	margin: 0 43px;
	padding: 20px 0;
}
.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: 1199px){
	.navbar-default .navbar-nav > li > a {
		margin: 0 30px;
	}
}
@media (max-width: 991px){
	.navbar-default .navbar-nav > li > a {
		margin: 0 16px;
	}
}
@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: #D0021B;
	}
	
	/* 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: #D0021B;
	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{  }
.head_title{ position: relative;}
.head_title > img{ width: 100%; }
.pc_none{ display:none;}


@media (min-width: 1921px){
	/* body{
		background: url(ky_bg.png) top center no-repeat #F8FBFE ;
		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; }
	.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;}
}

@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 {
    right: 0px;
    top: -52px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 26px; }
}
@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;}
    .navbar-default .navbar-toggle .icon-bar{ width: 19px; height: 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(163, 0, 0, 0.7)!important;
	     filter:Alpha(opacity=70); 
	     background:#A30000;
     text-align: center;
     position:absolute;
     left: 0;
     bottom: 0;
     width: 100%;
 }
/* .navbar-right li a.cur{ background:none;} */


@media (min-width: 768px){
	.djzt_nav .navbar-nav > li{
		float:none;
		display:inline-block;}
	.djzt_nav .navbar{ width: 100%; }
	.djzt_nav .navbar-nav{ width: 100%; }
	.navbar-default .navbar-nav > li > a{ position: relative; }
	.navbar-default .navbar-nav > li > a:hover{ background:none; }
	.navbar-default .navbar-nav > li > a:hover span{
		background: #F5A623; 
		height: 4px;
		position: absolute;
		display:block;
		bottom: 0;
		width: 100%;}
	.navbar-right li a.cur span{
		background: #F5A623; 
		height: 4px;
		position: absolute;
		display:block;
		bottom: 0;
		width: 100%;}
}


@media (max-width: 767px){
	.djzt_nav{ position: static; text-align: left; }
}



/*---------------区域背景---------------------*/

.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{ margin-top: 38px; }
.hotnews .newsbg{ background: #EFEFEF; }
.ban_grtnews .cmain1a{ padding-right: 15px; }
.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; 
}

@media (min-width: 992px){
	 .hotnews .col-md-8{ width: 65.5%; padding-right: 0; }
	 .hotnews .col-md-4{ width: 34.5%; padding-left: 25px;}
}

@media (max-width: 991px){
	 .hotnews .col-md-9{ padding:0; }
	 .hotnews .col-md-3{ background:none; }
	 .ban_grtnews .cmain1a{ padding-left: 15px; padding-bottom: 15px;}
}



/* 轮播图片大小控制 */
.banner01{

}
.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
	display:inline-block; 
	left: auto; 
	right:28px; 
	width: auto;
	bottom: 24px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 10px; 
	height: 10px; 
	background: #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	width: 22px; 
	border-radius: 20px;
}

.flexslider .slides img {
  height: 496px;
  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;}
}


@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	.flexslider .slides img{ height: 463px; }
}
@media (max-width: 1280px) {
	.flexslider .slides img {height: 433px;}
}
@media (max-width: 1199px) {
	.flexslider .slides img {height: 350px;}
}
@media (max-width: 991px) {
  .flexslider .slides img {height: 405px;}
}

@media (max-width: 767px) {
	.flexslider .slides img {height: 396px;}
    .djban_txt{ padding-right: 10px;  padding-left: 10px; font-size: 18px;}
    .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 0;}
}
@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: 264px;}
}
@media (max-width: 450px) {
  .flexslider .slides img {height: 236px;}
}
@media (max-width: 380px) {
  .flexslider .slides img {height: 197px;}
}
@media (max-width: 320px) {
  .flexslider .slides img {height: 163px;}
}



/*---------------栏目样式---------------------*/
.lanmu { height:42px;
	margin-bottom: 11px; 
	border-top: 4px solid #C9DFFF;}
.lanmu_l { 
	color:#444;
	float:left;
	font-weight: 700;
	font-size:18px;
	line-height: 42px;
	position: relative;
	padding-right: 12px;
}
.lanmu_l span{ position: absolute; 
	width: 100%;
	height: 4px;
	background:#3d55a7;
	top:-4px;
}
.lanmu_l a {color:#004280;}
.lanmu_l a:hover {color:#004280;}
.lanmu_l img {display: inline-block;
	margin-left: 7px;
	margin-right: 10px;
	margin-top: -3px;}
.lanmu_r { line-height:42px; float:right; font-size:14px;font-family: Arial;}
.lanmu_r a{ color:#3C61C2; text-decoration:none;}
.lanmu_r a:hover{ color:#D0021B; text-decoration:none;}

.lanmu1 { height:44px;margin-bottom: 20px;}
.lanmu1_l{ height:44px; line-height:30px; color:#004280; font-weight:500; float:left; font-size:26px; border-bottom: #DB2427 solid 2px;}
.lanmu1_r{ line-height:44px; float:right; color:#bddcff; font-family: Arial; font-size:12px;}
.lanmu1_r a{ color:#1b84c6; text-decoration:none;}
.lanmu1_r a:hover{ color:#F00307; text-decoration:none;}

.lanmu2 { overflow: hidden;}
.lanmu2_l { color:#ffffff;float:left;font-weight: 500;font-size:22px;padding: 0 0 18px 0;}
.lanmu2_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.lanmu2_r { line-height:32px; float:right; font-size:12px;font-family: Arial;}
.lanmu2_r a{ color:#bfcddd; text-decoration:none;}
.lanmu2_r a:hover{ color:#ffffff; text-decoration:none;}

.lanmu3 { height:48px; margin-bottom: 20px;}
.lanmu3_l{ height:48px; line-height:40px; font-size:20px; color:#6aefff; font-weight:600;margin-left: 16px; float:left;}
.lanmu3_r{ line-height:42px; float:right; color:#e3f6ff; font-family: Arial; font-size:12px;margin-right: 15px;}
.lanmu3_r a{ color:#6aefff; text-decoration:none;}
.lanmu3_r a:hover{ color:#d5fbff; text-decoration:none;}

.sortlanmu { background: #cdebf5;padding:8px 8px 11px 12px;color: #004280;font-size: 22px;border-left: #ff6c00 solid 5px;font-weight: 500;line-height: 24px;margin-bottom: 20px;}
.sortlanmu a {color: #004280;}
.sortlanmu a:hover {color: #101010;}


.column {  overflow:hidden;  margin-top:9px;}
.column_l {  font-size:22px; font-weight: 700;  overflow: hidden;
 color:#D0021B;padding: 5px 22px 5px 10px;}
.column_l img{ float:left; margin: 6px 6px 0 0;  }
.column_l span{float:left; 
	font-size: 24px;
color:#D0021B;
font-weight: 700;
line-height: 37px;}
.column_l .lineimg{ margin: 16px 0 0 6px;  }



.djzt_tit{ overflow: hidden; margin: 4px 0 12px; }
.djzt_tit h3{ float:left; margin: 0; }
.djzt_tit h3 img{ float:left; margin: 0 5px 0 0; }
.djzt_tit h3 span{ 
	float:left; 
	font-size: 26px;
	color:#D0021B;
	font-weight: 700;
	line-height: 37px;
}
.djzt_tit .tit_more{  
	float:right;
	font-size: 15px;
	color:#D0021B;
	font-weight: 700;
	line-height: 26px;
	margin-top: 8px;
}
.djzt_tit .tit_more:hover{ color:#F5A623; }

.shytit_more{ position:absolute; right:0; top:-54px;
	font-size: 15px;
	color:#D0021B;
	font-weight: 700;
	line-height: 26px;
}
.shytit_more:hover{ color:#F5A623; }


@media (min-width: 991px){
	.column_l{ min-width:125px; }
}
@media (max-width: 991px){
	.djzt_tit h3 span{ font-size:24px;}
}
@media (max-width: 767px){
	.column_l{ font-size:20px;}
	.secondarybox{padding-top:15px;}

	.djzt_tit h3 img{ width: 70px;margin-top: 5px; }
	.djzt_tit h3 span{ font-size: 18px;}
	.djzt_tit .tit_more{ font-size: 14px; }
    
	
}
@media (max-width: 570px){
	.shytit_more{ top:-28px;}
}
@media (max-width: 420px){
	.djzt_tit h3 span{ font-size: 16px;}
	.djzt_tit .txt_lang span{ font-size: 16px;}
}
@media (max-width: 405px){
	.djzt_tit .txt_lang span{ font-size: 15px;}
	.shytit_more{ top:-28px;}
}
@media (max-width: 385px){
	.djzt_tit .txt_lang span{ font-size: 14px;}
	.djzt_tit .txt_lang img{ width: 60px; }
	
}


/*首页栏目*/
.nav_column{
	overflow: hidden;
    padding: 60px 0 0 0;
}
@media (min-width: 992px){
	.nav_column .col-md-8{ width: 71.6%; }
	.nav_column .col-md-4{ width: 28.4%; }
}


/*选项卡*/
.cmain1a{ width:100%; }
.cmain1ax{ width:100%; height:38px; margin-bottom:6px;}

.cmain1ay{ width:100%;padding:0 0 0 0;overflow:hidden;}
.cmain1ay .title { font-size:22px; line-height:34px; margin-bottom:15px; font-weight: 700; margin-top: 38px;}
.cmain1ay .title a { color:#D0021B; }
.cmain1ay .title a:hover { color:#D0021B; text-decoration: none;}
.cmain1ay .txt_hedar{ padding-bottom: 18px; border-bottom: 1px solid #D8D5D5; margin-bottom: 20px;}
.cmain1ay .txt_hedar a{ color:#444; line-height: 2; font-size: 14px;}
.cmain1ay .txt_hedar a:hover{ color:#D0021B;  }
.cmain1ay img { max-width:none;}
.cmain1ax li{float:left; height:38px; line-height:24px;}
.cmain1ax li.now{ }
.cmain1ax li.now a{ color:#004280; text-decoration:none;}
#threea1{ margin: 0 24px 0 0; text-align:center;}
#threea2{ margin: 0 24px 0 0; text-align:center;}
#threea3{ margin: 0 24px 0 0; text-align:center;}
.cmain1ax li a{ color:#004280; font-size:20px; font-family:\5FAE\8F6F\96C5\9ED1; font-weight:600; text-decoration:none;}
.cmain1ay1{ width:163px; height:220px; float:left; position:relative; margin-right:12px;}
.cmain1ay1x{ width:163px; height:28px;text-align:center; position:absolute; left:10px; bottom:0;}
.cmain1ay1x a{color:#000000; line-height:28px; font-size:11px; font-family:\5FAE\8F6F\96C5\9ED1;}

.list-index{ padding:0 0 13px 0; }
.list-index li{ overflow:hidden;clear:both;}
.list-index li a{ 
	background:url(qzwh_icon01.png) no-repeat left 15px;
	float:left;
	width:100%;
	padding-left: 15px;
	font-size:16px;
	line-height:2.4; 
	color:#333;
	font-weight: 700; }
.list-index li a:hover{color: #D0021B; text-decoration:none;}
.list-index span {height:26px;line-height:26px;color:#9b9b9b; font-size: 12px; font-family:Arial;}
.list-index span.right {float: right;}



.cmain1ay .lin_ptxt{ border-bottom: 0;}



@media screen and (max-width: 480px){
.list-index li a {width:100%;font-size:13px;}
.list-index span {width:0px; visibility:hidden;}
}

@media screen and (min-width: 768px){
	.list-index li a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}
}
@media (min-width: 992px) {
	.cmain1ay .title a { 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 64px;}
}
@media (min-width: 1200px) {
	.cmain1ay .txt_hedar a{
		display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 85px;}
	.cmain1ay .lin_ptxt a{
		-webkit-line-clamp: 11;
	overflow: hidden;
	height: 305px;}
}
@media (max-width: 1366px){
	.cmain1ay .title{ margin-top: 25px; }
}
@media (max-width: 1280px) {
	
	.list-index li a{ line-height: 2; }
}
@media (max-width: 1199px) {
	.cmain1ay .title{
		line-height: 30px;
		margin-bottom: 5px;
	}
	
	.cmain1ay .title a { 
	-webkit-line-clamp: 2;
	height: 64px;
	font-size: 18px;}
	.cmain1ay .txt_hedar a{
		display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	line-height: 1.7;}
	
	.cmain1ay .lin_ptxt a{
	-webkit-line-clamp: 10;
	overflow: hidden;
	height: 234px;}
	
	.list-index{padding-bottom: 0;}
	.list-index li a{ font-size:15px;line-height:30px;}

}
@media (max-width: 991px) {
	.cmain1ay .title a { 
	-webkit-line-clamp: unset;
	height: auto;}
	.cmain1ay .txt_hedar a{
	-webkit-line-clamp: unset;
	height: auto;}

	.list-index{ 
		/* padding-top: 15px;  
		padding-bottom: 15px;  */
	}

}
@media (max-width: 991px) {
	.list-index li{ padding: 4px 0;}
	.list-index li a{ font-size:15px;}
}
@media (max-width: 767px) {
	.cmain1ay{ padding-right:15px; padding-left: 15px; }
	/* .list-index{ padding-left: 15px;} */
	.cmain1a{ background-size: 100%; }
}

.list-newimg {overflow: hidden;margin: 20px 0 0 0;}
.list-newimg li {margin-bottom: 18px;}
.list-newimg .overlay {background-color: rgba(0, 0, 0, 0.56);}
.list-newimg .overlay span {color: #E4E4E4;font-size: 12px;font-style: normal;}
.list-newimg .overlay a {display: inline-block;width: 100%;height: auto;font-size: 15px;color: #fff;text-align: center;position: absolute;top: 18%;left: 0;margin-top: 0;margin-left: 0px;background-color: transparent;padding: 10px;}
.list-newimg .overlay a:hover {color: #ffffff; text-decoration: underline;}
@media (max-width: 1199px) {
	.list-newimg .overlay a {top: 10%;}
}



/* 我心向党 */
.wh_wxxd{
    width: 100%;
    margin: 20px auto 10px;
    position: relative;
    /*overflow: hidden;*/
}
.wh_tab{
    background: #CD0505;
    border-top: 3px solid #CD0505;
    padding: 0 0 0 26px;
    margin-bottom: 30px;
}
.whtab_wrap{
    overflow: hidden;
}
.whtab_wrap li{
    float: left;
}
.whtab_wrap li a{
    display: block;
    padding: 11.5px 35.5px;;
    color: #fff;
    font-size: 22px;
    font-weight: 700;

}
.whtab_wrap .mouseover{
    background: #fff;
    color:#D0021B;
}
.wxxd_cent{
    width: 100%;
   /* overflow: hidden;*/
}
.wxxd_cent .mod{
    display: none;
    /*overflow: hidden;*/
	min-height:223px;
}
.qzleft_img{ float:left; width: 27.5%; position: relative; }
.qzpos_btm{ 
	position:absolute; 
	bottom:0; 
	left: 0; 
	width: 100%;
	font-size:18px;
	font-weight: 700;
	padding: 55px 12px 15px;
	background:url(qzwh_tabbg01.png) repeat-x left;
	color:#fff;
}

.qzrgt_txt{ float:left; 
	width: 72.5%; 
padding-left: 15px;}
.qzrgt_txt .list-index{  }
.qzrgt_txt .list-index li a{ line-height: 2.625; background-position: left 18px; }
.qzrgt_txt .sgzw_li{ overflow: hidden; }
.qzrgt_txt .sgzw_li li{
	width: 33.333333%; float:left; clear: none;
	padding: 0 7.5px;
}

.qzrgt_txt01{ padding-left: 0; width: 100%; }

@media (max-width: 1199px){
	.wxxd_cent .mod{ min-height:195px;}
}

@media (max-width: 991px){
	.qzleft_img{ width: 100%; margin-bottom: 15px;}
	.qzleft_img img{ width:100%;}
	.qzrgt_txt{ width: 100%;padding-left: 0; }
	.wxxd_cent .mod{ min-height:628px;}
}
@media (max-width: 650px){
	.wh_tab{padding-left: 5px;}
	.whtab_wrap li a {padding: 11.5px 20px;font-size: 16px;}
}
@media (max-width: 500px){
	.qzrgt_txt .list-index .sgzw_li li{ width: 100%; padding: 0; }
	.qzrgt_txt{ padding-left: 0; }
	
}
@media (max-width: 395px){
	.whtab_wrap li a {padding: 6.5px 15px;}
}
@media (max-width: 395px){
	.whtab_wrap li a {padding: 6.5px 14px; font-size: 14px;}
}



/* 歌咏比赛 */
.ky_jcban{
	margin: 0 -8px;
}
.ky_jcban li{ 
	padding:0 8px; 
	width: 20%; 
	float:left; 
	margin-bottom: 32px;
}
.ky_jcban li a{ display:block; overflow:hidden; }
.ky_jcban li b{ margin-bottom: 17px; position: relative;}
.ky_jcban li b img{ height: 147px; }
.ky_jcban li b span{ position: absolute; 
	background: url(qzwh_video.png) no-repeat;
	width: 54px;
	height: 42px;
	display:block;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -27px;
}
.ky_jcban li p{ font-size: 17px; margin-bottom: 7px; color:#D0021B; font-weight: 700;  }
.ky_jcban li span{ font-size: 15px; font-weight:normal; color:#444444; }
.ky_jcban li a:hover span{ color:#D0021B; }

.ky_vote li{ font-weight: 700; color:#374C7B; }
.ky_vote li img{ margin-bottom:12px;}

.swiper-father{ position: relative; }
.carouselb,
.carouselc{ margin-top: 22px; }
.swiper-father .swiper-button-next01, 
.swiper-father .swiper-button-prev01,
.swiper-father .swiper-button-next02, 
.swiper-father .swiper-button-prev02,
.swiper-father .swiper-button-next03, 
.swiper-father .swiper-button-prev03{ width: 44px; height: 44px; outline: none;}
.swiper-father .swiper-button-next01,
.swiper-father .swiper-button-next02,
.swiper-father .swiper-button-next03{ 
	background:url(qzwh_page02.png) no-repeat center; 
	right: -84px;
}
.swiper-father .swiper-button-prev01,
.swiper-father .swiper-button-prev02,
.swiper-father .swiper-button-prev03{
	background:url(qzwh_page01.png) no-repeat center;
	left: -84px;
}


.carouselbb,
.carouselcc,
.carouseldd{ display:none; }
.carouselbb .swiper-button-prev,
.carouselbb .swiper-button-next,
.carouselcc .swiper-button-prev02,
.carouselcc .swiper-button-next02,
.carouseldd .swiper-button-prev03,
.carouseldd .swiper-button-next03{ width: 44px; height: 44px; outline: none;}
.carouselbb .swiper-button-next,
.carouselcc .swiper-button-next02,
.carouseldd .swiper-button-next03{ background:url(qzwh_page02.png) no-repeat center; right: 0;}
.carouselbb .swiper-button-prev,
.carouselcc .swiper-button-prev02,
.carouseldd .swiper-button-prev03{ background:url(qzwh_page01.png) no-repeat center; left: 0;}


.carouseld .ky_jcban li{
    width: 100%;
    margin-bottom: 0;
}
.carouseld .ky_jcban li b img{ height: 183px; }



@media (min-width: 768px){
	.ky_jcban li p{ overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap; }
	.ky_jcban li span{overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap; }
	
}
@media (max-width: 1400px){
	.swiper-father .swiper-button-next01,
	.swiper-father .swiper-button-next02,
	.swiper-father .swiper-button-next03{ right: -25px;}
	.swiper-father .swiper-button-prev01,
	.swiper-father .swiper-button-prev02,
	.swiper-father .swiper-button-prev03{ left: -25px; }
}
@media (max-width: 1370px){
	.swiper-father .swiper-button-next01,
	.swiper-father .swiper-button-next02,
	.swiper-father .swiper-button-next03{ right: -50px;}
	.swiper-father .swiper-button-prev01,
	.swiper-father .swiper-button-prev02,
	.swiper-father .swiper-button-prev03{ left: -50px; }
}
@media (max-width: 1360px){
	.swiper-father .swiper-button-next01,
	.swiper-father .swiper-button-next02,
	.swiper-father .swiper-button-next03{ right: -25px;}
	.swiper-father .swiper-button-prev01,
	.swiper-father .swiper-button-prev02,
	.swiper-father .swiper-button-prev03{ left: -25px; }
	.ky_jcban li b img{ height: 136px; }
	.carouseld .ky_jcban li b img{ height: 170px; }
}
@media (max-width: 1280px){
	.ky_jcban li b img{ height: 127px; }
	.carouseld .ky_jcban li b img{ height: 158px; }
	.ky_vote li span{ font-size: 14px;}
}
@media (max-width: 1199px){
	.ky_jcban li b img{ height: 101px; }
	.ky_vote li{ width:25%;}
	.carouseld .ky_jcban li b img{ height: 123px; }
	.swiper-father .swiper-button-next01,
	.swiper-father .swiper-button-next02,
	.swiper-father .swiper-button-next03{ right: -50px;}
	.swiper-father .swiper-button-prev01,
	.swiper-father .swiper-button-prev02,
	.swiper-father .swiper-button-prev03{ left: -50px; }
}
@media (max-width: 1050px){
	.swiper-father .swiper-button-next01,
	.swiper-father .swiper-button-next02,
	.swiper-father .swiper-button-next03{ right: -25px;}
	.swiper-father .swiper-button-prev01,
	.swiper-father .swiper-button-prev02,
	.swiper-father .swiper-button-prev03{ left: -25px; }
}
@media (max-width: 991px){
	.ky_jcban li{ width: 25%;}
	.ky_vote li{ width:33.3333%;}
	.ky_jcban li b img{ height:98px; }
	.carouseld .ky_jcban li b img{ height: 90px; }
	.swiper-father .swiper-button-next01,
	.swiper-father .swiper-button-next02,
	.swiper-father .swiper-button-next03{ right: -50px;}
	.swiper-father .swiper-button-prev01,
	.swiper-father .swiper-button-prev02,
	.swiper-father .swiper-button-prev03{ left: -50px; }
}
@media (max-width: 767px){
	.swiper-father{ display:none; }
	.carouselb,.carouselc,.carouseld{ display:none; }
	.carouselbb,.carouselcc,.carouseldd{ display:block; }
	.ky_jcban li{ width: 100%; margin-bottom: 0;}
	.ky_jcban li b img{ height: 387px; }
	.carouseld .ky_jcban li b img{ height: 438px; }
	.ky_jcban.ky_vote li{ width:50%;}
	.ky_jcban.ky_vote li p{ height:40px; overflow:hidden;}
	.ky_jcban.ky_vote li span{ height:20px; overflow:hidden; display:block;}
}
@media (max-width: 600px) {
  .ky_jcban li b img{ height: 330px; }
  .carouseld .ky_jcban li b img{ height: 420px; }
}
@media (max-width: 500px) {
	.ky_jcban li b img{ height: 272px; }
	.carouseld .ky_jcban li b img{ height: 353px; }
}
@media (max-width: 450px) {
  .ky_jcban li b img{ height: 243px; }
  .carouseld .ky_jcban li b img{ height: 315px; }
}
@media (max-width: 380px) {
  .ky_jcban li b img{ height: 202px; }
  .carouseld .ky_jcban li b img{ height: 260px; }
}
@media (max-width: 320px) {
  .ky_jcban li b img{ height: 168px; }
  .carouseld .ky_jcban li b img{ height: 218px; }
}

/* 嵌套iframe */
.phb_iframe{ padding-top: 15px; }
.phb_ifmlab{ margin-bottom: 22px; }


/* 栏目标题 */
.kynx_cent{ margin-bottom: 35px; }
.column_title{
	margin-top: 50px;
}
.mt20_wxxd{ margin-top: 20px; overflow:hidden; }
.column_title .djzt_tit{ margin-bottom: 16px; }
.collanmua{ margin: 0 -7px; }
.collanmua li{width:20%; float:left; padding:0 7px;}
.collanmua li a img{ height:165px; }
.collanmua li a p{ 
	color:#D20F27; 
	font-size: 17px; 
	font-weight: 700;
	margin-bottom: 0;
	padding:13px 0 8px;}
.collanmua li a span{ 
	color:#444; 
	font-size: 15px;  
	display:block;}
.collanmua li a:hover span{ color:#D0021B; }

.qzrgt_txt01 .collanmua li a{ text-align:center; display:block;}

.collanmub{  }
.dj_lmimg{
	
}
.dj_lmimg b{
	width: 310px; 
	float:left; 
	margin-right: 16px;
}
.dj_lmimg b img{
	 height: 203px;
}
.dj_lmimg > div{

}
.dj_lmimg > div h3{
	color:#333;
	margin: 18px 0 13px; 
}
.dj_lmimg > div p{
	font-size: 15px;
	line-height: 2;
	color:#666;
}
.dj_lmimg:hover > div h3,
.dj_lmimg:hover > div p{ color:#D0021B; }


.collanmud{
	overflow: hidden;
}
.dj_lmimg01{
	width: 37.3%;
	float:left; 
	
}
.dj_lmimg01 b{
	
} 
.dj_lmimg01 b img{ height: 327px; } 
.dj_lmtxt01{
	width: 62.7%;
	float:left; 
	padding-left: 38px;
}
.dj_lmtxttop{}
.dj_lmtxttop a{

}
.dj_lmtxttop h3{
	color:#333333; 
	font-weight: 700;
	margin: 10px 0;
}
.dj_lmtxttop p{
	color:#666; 
	font-size: 15px;
	line-height: 2;
	margin-bottom: 15px;
}
.dj_lmtxttop a:hover h3,
.dj_lmtxttop a:hover p{
	color:#D0021B; 
}

.collanmue{}
.collanmue .dj_lmimg{ 
	overflow: hidden; 
	margin-bottom: 12px;
	display:block; }

.dj_lftwo li img{
	height: 184px;
	width: 100%;
}

.collanmuf{ margin-top: 26px; }
.collanmuf .dj_lftwo{
	margin: 0 -8px;
}
.collanmuf .dj_lftwo .col-md-6{ padding: 0 8px; }


.ky_subtitle{
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 30px;
    color: #666;
}

@media (min-width: 768px){
	.collanmua li a span,
	.collanmua li a p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	.dj_lmtxttop h3{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		height: 26px;}
	.dj_lmtxttop p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 60px;}
	.dj_lmimg > div h3{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;}
	.dj_lmimg > div p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		height: 97px;}
}

@media (min-width: 1300px){
	.dj_lmimg > div p{ height: 120px;}
}

@media (max-width: 1366px){
	.collanmua li a img{ height:154px; }
	.dj_lmimg b{ width: 290px; }
	.dj_lmimg b img{ height: 190px; }
 	.dj_lmimg01 b img{ height: 305px; }
	.dj_lmtxttop p{ margin-bottom: 5px; }
	.dj_lftwo li img{ height: 173px;}
	.collanmuf .list-index ul{ margin-top: -8px; }
	
}
@media (max-width: 1290px){
	.cmain1ay .txt_hedar{ padding-bottom: 10px; }
	.list-index li a{ background-position: left 13px; }
	.collanmua li a img{ height:143px; }
	.dj_lmimg b{ width: 270px; }
	.dj_lmimg b img{ height: 176px; }
	.dj_lmimg > div p{ line-height: 1.7; }
	.dj_lmimg01 b img{ height: 285px; }
	.collanmuf .list-index ul{ margin-top: 1px; }
	.dj_lftwo li img{ height: 161px; }

}
@media (max-width: 1199px){
	.cmain1ay .txt_hedar{ padding-bottom: 10px; margin-bottom: 10px; }
	.collanmua li a img{ height: 114px; }
	.dj_lmimg b{ width: 212.5px; }
	.dj_lmimg b img{ height: 138.5px; }
	.dj_lmimg > div h3{ margin: 5px 0 10px; }
	.dj_lmimg01 b img{ height: 230px; }
	.dj_lmtxttop h3{ font-size: 19px; margin: 0; }
	.dj_lftwo li img{ height: 128px; }
	.collanmuf .list-index ul{ margin-top: -5px; }
}
@media (max-width: 991px){
	.collanmue .dj_lmimg{ margin-bottom: 0; }
	.collanmua li{ padding:0 7px;}
	.collanmua li a img{ height: 85.5px; }
	.dj_lmimg01 b img{ height: auto; }
	.collanmue .col-md-6{ margin: 0 0 15px; }
	.collanmue .col-md-6:last-child{ margin-bottom: 0; }
	.dj_lftwo li img{ height: 204px; }
	.dj_lftwo{ margin-bottom: 20px; }
}
@media (max-width: 767px){
	.collanmua li a img{ height:auto; }
	.dj_lftwo li img{ height: auto; }
	.dj_lftwo .col-md-6{ margin-bottom: 20px; }
	.dj_lftwo .col-md-6:last-child{ margin-bottom: 0; }
	.dj_lmimg01{ width: 100%; margin-bottom: 20px; }
	.dj_lmtxt01{ padding-left: 0; width: 100%; }
	.dj_lmtxttop h3{ margin-bottom: 8px; }
	.dj_lmimg b{ width: 170px; }
	.dj_lmimg b img{ height: auto; }
	.collanmua li{ width: 100%; margin-bottom: 20px;}
}
@media (max-width: 600px) {
  
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  .collanmua li a p{ font-size: 15px; }
}
@media (max-width: 380px) {
 
}
@media (max-width: 320px) {
	.dj_lmimg b{ width: 140px; }
}





/* 党史学习教育不同地方样式 */

.wldj_vid{ position: relative; }
.wldj_vid > button{ 
	width: 54px; 
	height: 42px;  
	background:none;
	border:0;
	position: absolute;
	left:50%;
	top: 50%;
	margin: -21px 0 0 -27px;
}
.wldj_vid > button img{ 
	width: 54px; 
	height: 42px;
}
.dj_lftwo li p{
    font-size: 15px;
    line-height:25px;
    margin-top: 15px; }
.dj_lftwo li p a{ 
    color: #333; }
.dj_lftwo li p a:hover {
    color: #D0021B;
    text-decoration: none;
}

.collanmuc_ds{ padding-top: 5px; }

.link_dsbtm{

}
.link_dsbtm p{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	text-align: center;
}
.link_dsbtm a:hover p{
	color: #D0021B;
}


@media (min-width: 768px){
	.dj_lftwo li p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
}


@media (max-width: 767px){
	.dswlzx_logo{ top: 15px; }
	.dswlzx_logo img{ width: 44px; }
	.link_dsbtm{ margin-bottom: 25px; }

}

/*---------------页尾---------------------*/
.foot {  background:#F3F7FC; border-top: 4px solid #DA4A5E;}
.foot .tophalf {padding: 35px 0 44px 0;}
.copyright{font-size:12px; line-height:20px;color:#f7f7f7;display:block; overflow:hidden;}
.copyright .cas{ 
	width: 269px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 20px 0 0; text-align:center;}
.copyright .cas img {}
.copyright .left { 
	font-size:14px; 
	line-height:29px;
	color:#444;float:none; margin: 8px 0 0 37%;}
.copyright .left a {color:#444;}
.copyright .left a:hover {color:#D0021B;}
.copyright .rightbz {display:block; overflow:hidden; float:right;margin:0 0 0;}
.copyright .rightbz img{ display:inline-block; margin-left:5px;}
.copyright .rightjb { width:65px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}
.copyright .rightwx { width:80px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}


@media screen and (max-width: 1290px){
	.copyright .cas{margin: 15px 40px 0;}
}
@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){
	.copyright .left { width:100%; margin: 7px; text-align: center;}
	.copyright .rightbz {padding:0;width: 100%;
    text-align: center;}
	.copyright .rightwx { width:49%;padding:20px 0 0 0;}
	.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; display:none;}
.copyright .cas img {display: block;margin-right: auto;margin-left: auto;}
.copyright .left { width:100%; text-align: center; margin-top: 12px;}
.copyright .rightbz {margin: 0 auto;float: none;}
.copyright .rightwx { width: 50%; }
}
@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{
	/*margin-top: 18px;*/
}
.secondarybox { 
	display:block; 
	overflow:hidden; 
	padding: 15px 15px 20px;}

.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; }

@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;}
}
@media screen and (max-width: 767px){
	.kylist_bg02{ padding:0; }
	.ky_seemore{  display:block; }
}






/* 投票页面样式 */
.ky_tpcent{

}
.ky_tpcent .column{
	 margin-top: 15px;	
	 margin-bottom: 22px;
}
.ky_tpcent .column_l {
    font-size: 28px;
    padding: 7px 22px 0 0;
	float: left;
    display: inline-block;
}
.column_ltp{ text-align:center;font-size:18px;}
.ky_tpcent .column_l span {
    height: 40px;
}
.ky_tpsearch{ 
	float:right; 
	width: 220px; 
	margin:6px 0 0 0;
	position: absolute;
    right: 15px;
}

.ky_tpsearch .btn-default{
	border:1px solid #374C7B;
	background:#fff;
	color:#333!important;
	height:36px;
	font-size:14px;
	outline:none;
}
.ky_tpsearch .btn-default:hover, 
.ky_tpsearch .btn-default:focus, 
.ky_tpsearch .btn-default:active, 
.ky_tpsearch .btn-default.active, 
.ky_tpsearch .open .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #b21b4b;
    border-color: #b21b4b;
}
.ky_tpsearch .btn-default:active:hover, 
.ky_tpsearch .btn-default.active:hover, 
.ky_tpsearch .open > .dropdown-toggle.btn-default:hover, 
.ky_tpsearch .btn-default:active:focus, 
.ky_tpsearch .btn-default.active:focus, 
.ky_tpsearch .open > .dropdown-toggle.btn-default:focus, 
.ky_tpsearch .btn-default:active.focus, 
.ky_tpsearch .btn-default.active.focus, 
.ky_tpsearch .open > .dropdown-toggle.btn-default.focus{
	background-color: #A30000;
    border-color: #A30000;
}
.ky_tpsearch .bootstrap-select.btn-group .no-results{
	white-space: normal;
	word-break:break-all;
}
/*.ky_tpsearch .bootstrap-select.btn-group .dropdown-menu{ padding-bottom:6px;}*/
.ky_tpsearch .dropdown-menu>li>a{ 
	padding:10px;
	font-size:14px; 
	font-weight:normal;
	white-space: normal;
	word-break:break-all;}
.ky_tpsearch .bootstrap-select.btn-group ul.dropdown-menu.inner{ height:380px!important;}
.ky_tpsearch .bootstrap-select.btn-group .dropdown-menu{top: 100%; bottom: auto;}
.ky_tpsearch .dropdown-menu{ z-index:1000;}


.ky_tpzw .ky_jcban{
	overflow: hidden;
}
.ky_jcban li font{
  width: 100%;
  margin-top: 4px;
	float:left;
}
.ky_jcban li font em{ 
	font-style: normal;
	font-size: 14px;
	color:#EE4D61;
	font-weight: 500;
 }
.ky_jcban li font input{
	width: 20px;
	height: 20px;
	float:right;
	margin-top: 0;
}

.ky_jcban li font input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  outline: none;
  vertical-align: text-top; 
  width: 20px;
  height: 20px;
  outline: none;
  background:url(qzwh_tp01.png) no-repeat; 
}

.ky_jcban li font input[type="checkbox"]:checked {
  background:url(qzwh_tp02.png) no-repeat; 
  outline: none;
}

.tp_gztxt{line-height: 1.8;
    font-size: 16px;
	margin-bottom:22px;}
.tp_gztxt p{ text-indent:2em; margin-bottom:0;}


@media (max-width: 1199px){
	.ky_tpsearch{ margin-right: 0; }
	.sbtnbg{ width: 32%; }
}
@media (max-width: 991px){
	.ky_tpcent .column_l{ font-size: 24px; padding-left: 18px; margin-top: 0; }
	.ky_tpsearch{ height: 40px; }
	.sbtnbg{ height: 40px; }
	.ky_tpsearch input[type="text"]{ margin: 0; }
	.ky_tpsearch input[type="submit"]{ height: 40px; background-size: 80%; }

}
@media (max-width: 767px){
	.secondarybox{ padding:15px 0 20px;}
	.ky_tpcent .column_l{font-size: 20px;  padding:0; width:100%; text-align:center; line-height:1.5;}
	.column_ltp{ font-size:20px;line-height:1.5;}
	.ky_tpcent .column{ margin-bottom: 60px; }
	.ky_tpsearch{     
	width: 100%;
    margin-top: 45px;
    height: 42px;
    left: 0;
    padding: 0 15px;
    box-sizing: border-box;}
	.ky_tpsearch .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){ width:100%;}
	.ky_tpsearch input[type="submit"]{ background-size: auto; }
	.ky_tpsearch .bootstrap-select.btn-group ul.dropdown-menu.inner{ height:auto!important;}
	
	.ky_jcban.ky_vote li font span{ display:inline-block; height:auto;}
	.ky_jcban.ky_vote li{ margin-bottom:20px;}
	
}
@media (max-width: 600px) {
  
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  .ky_tpcent .column_l{ font-size: 20px }
  .column_ltp{ font-size:20px;}
}
@media (max-width: 390px) {
	.ky_tpcent .column_l{ font-size: 19px }
	.column_ltp{ font-size:19px;}
}
@media (max-width: 380px) {
  .ky_tpcent .column_l{ font-size: 18px }
  .ky_tpcent .column_l span{ height: 36px; }
  .column_ltp{ font-size:18px;}
}
@media (max-width: 350px) {
  .ky_tpcent .column_l{ font-size: 17px }
  .column_ltp{ font-size:17px;}
}
@media (max-width: 320px) {
  .ky_tpcent .column_l{ font-size: 16px }
  .column_ltp{ font-size:16px;}
}

/*投票顶部规则说明样式*/
.tpgz_cent{ position:relative;}
.tpgz_cent .column_l{ width:100%; margin-bottom:7px;}
.tpgz_cent .ky_tpsearch{ top: 0;
    right: 0;
	margin:0;}

@media (max-width: 767px){
	.tpgz_cent .ky_tpsearch{ top: auto;}
}

/* 投票悬浮 */
.refer{color: #fff; 
	text-align: center; 
	font-size: 14px; 
	font-size: 1.4rem; 
	padding: 0; position: static; bottom: 0; width: 100%;
	/* background: rgba(0,0,0,0.7); 
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2000000,endcolorstr=#B2000000) */
}
.refer .contwidth{ background:url(nxy2021_tp08.png); overflow:hidden;}
.refer label{display: block;  font-size: 16px; color:#D31E43; margin-bottom: 15px;}
.refer .ky_tptxt{
	margin: 48px 0 28px;
}
.refer .refer-txt{width: 100px; height:32px; background:#fff; border:0; 
	line-height:32px; font-size:16px; padding:0 5px;
border:1px solid #D31E43; outline: none;}
.refer .refer-img{vertical-align:top; margin:0 15px; display:inline-block;}
.refer .refer-sub{background:#D0021B; width:180px;
 height:40px; border:0; margin:15px auto 50px; color:#fff; font-size:18px; 
 font-size: 1.8rem; display:block; font-weight:bold;
border-radius: 4px;}

.refer .refer-sub:hover{
	background:#e6142d;
	}
.refer .refer-sub img{width: 23px; display:inline-block; margin-right: 18px; }

@media screen and (min-device-width: 1024px) {
	.refer .refer-sub img{width: 23px;}
}
@media screen and (min-width:300px) and (max-width: 767px) {
	.refer .refer-txt, .refer .refer-img{height:24px;}
	.refer .refer-sub{ width:180px; height:36px; font-size:15px; font-size: 1.5rem;}
	.refer .refer-sub img{width: 20px;}
}




/*---------------新闻动态---------------------*/
.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%;}
}





/*---------------------------------导航＆菜单------------------------------------------*/
.twobanner {height: 236px;border-top: #4d788e solid 1px;}
.twolmmt {margin: 4px 0 0 0;}
.h_menu {padding: 0;}
.location_menu { overflow:hidden;padding: 0px;}
.navbar {min-height: 40px; border: 0px solid transparent;}
.navbar-toggle {float: right;padding: 4px 5px;margin-top: 7px;margin-bottom: 6px; margin-right:0px;border: 2px solid #F6FAFC;}
.navbar-menu { font-size:18px; color:#ffffff; float:left; font-weight:500; margin:9px 0 0 0;}
.navbar-default .navbar-collapse {
	/*border-color: #214289;*/
}
.nav-tabs > li { text-align:center;}
.nav-tabs > li:last-child {border-right:#cacaca solid 0px;}
.nav-stacked > li {background: #e9f6fe;border-top: #feffff solid 1px;border-bottom: #cce7fa solid 1px;}

.search_linktwo .social-links{ margin-right: 27px; }
@media (max-width: 1249px) {
	.search_linktwo .social-links{ margin-right: 20px; }
}
@media (max-width: 1199px) {
	.search_linktwo .social-links{ margin-right: 24px; }
}

@media (max-width: 1024px) {
.twobanner {height: 206px;}
}
@media only screen and (max-width: 992px) {
.nav-pills > li > a {font-size: 14px;}
}
@media (min-width: 768px) {
.navbar-menu {display: none;}
.navbar-right {margin-right: 0px;}
}
@media only screen and (max-width: 768px) {
.twobanner {height: 142px;}
.h_menu {position: relative;margin-left: -15px;margin-right: -15px;}
.location_menu {position: relative;margin-left: -15px;margin-right: -15px;}
}
@media (max-width: 767px) {
	.search_linktwo .social-links{ margin-right: 0; }
}
@media screen and (max-width: 640px){
.navbar-collapse { margin-top:6px;}
}
@media screen and (max-width: 480px){
.nav-tabs > li { width:100%;border-right:#cacaca solid 0px;}
}




.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;}
#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: 30px 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%; }
}

.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;}
.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:18px; 
	margin:0 0 10px 0; 
	font-weight: 700;
color:#2459BC;}
.graphiclist .news-img img{ 
	/* border:#e4e4e4 solid 1px; */
}
.graphiclist .news-txt p { line-height: 22px; 
	font-size: 14px; 
	margin:0 0 10px; color:#444;}
.graphiclist .news-txt span{ font-size: 12px; color:#888; }
.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; } 





@media (min-width: 768px) {
	.graphiclist .news-txt p{ line-height: 22px; height: 44px;
	 font-size: 14px; overflow:hidden;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	.graphiclist .news-img img{ width: 187px; height: 125px;}
	.graphiclist .news-img{ margin-right: 20px;}
	.graphiclist li{margin-bottom: 0;padding: 25px 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: 101px;}
	.graphiclist .news-txt p {  }
	.graphiclist li h2 a { height: 20px; }
	.graphiclist .learn_more{ float: right; }

	.current_leaders .news-img img{ width: 140px; height: 192px;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 112px; height:75px;}
	.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: 20px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle img {height: 220px;width: 100%;}
.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: #444;
	border: 0;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display:block;
height: 22px;
/*! autoprefixer: off */
/* autoprefixer: on */}
.new-graphics li .boxstyle .txtinfo h4 a:hover { color: #D0021B;}
.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;}



/*图片不控制高度*/
/*.sswhy_li li .boxstyle img{ height:auto;}*/
.sswhy_li li .boxstyle .txtinfo{ text-align:center;}


@media (max-width: 1199px) {
	.new-graphics li .boxstyle img {height:150px;}
	/*.sswhy_li li .boxstyle img{ height:auto;}*/
}
@media (max-width: 1099px) {
	
}
@media (max-width: 991px) {
	.new-graphics li .boxstyle img {height: 155px;}
	/*.sswhy_li li .boxstyle img{ height:auto;}*/
}
@media (max-width: 767px) {
	.new-graphics li .boxstyle img {height: auto;}
	.new-graphics li .boxstyle .txtinfo {height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 { font-size: 16px;line-height: 22px;}
	.new-graphics li .boxstyle .txtinfo h4 a {-webkit-line-clamp: inherit;}
}




/*图片划过变大*/
.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;
}

@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; }
}

