*{
    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;
}
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;}
/*-------------------------------- font -------------------------------------*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h46 {
  font-size: 46px;
}
@media (max-width: 1599px) {
  .h24 {
    font-size: 22px;
  }
  .h26 {
    font-size: 24px;
  }
  .h30 {
    font-size: 28px;
  }
  .h34 {
    font-size: 32px;
  }
  .h36 {
    font-size: 34px;
  }
  .h42 {
    font-size: 36px;
  }
  .h46 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 28px;
  }
  .h42 {
    font-size: 30px;
  }
  .h46 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .h16 {
    font-size: 16px;
  }
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 30px;
  }
  .h46 {
    font-size: 34px;
  }
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}
.img-box{
	position:relative;
	overflow:hidden;
}
.img-box img{
  width:100%;
  max-width:100%;
  transform:scale(1.02);
  transition:all ease 0.25s;
}
.img-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img-box:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.img-boxs{
	position:relative;
	overflow:hidden;
}
.img-boxs img{
  width:100%;
  max-width:100%;
  transform:scale(1.02);
  transition:all ease 0.25s;
}
.img-boxs:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img-boxs:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.img-boxs:hover img,.img-box:hover img{
	transform:scale(1.0);
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
.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;}
.space-top {
	padding-top: 10px;
}
.space-bottom {
	padding-bottom: 25px;
}
.img-hover:hover {
    opacity: 0.8;
}
.mobmt {}
.mobmt20 {}
.mobmt22 {}
.mobpadding {}
.mobmargin {}
.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: 1460px) {
  .container{
    width: 1440px;
  }
}
@media (min-width: 1920px) {
	.head_title .head_title_bg{
		width:100% !important;
		min-height:440px;
		object-fit:cover;
	}
}
.ztjy_bg{
	background:url(jyzt_bg02.png) center top no-repeat;
	background-size:cover;
}
.dzjs-box{
	padding:0 75px;
}
.dzjs-box .dzjs-list{}
.dzjs-box .dzjs-list li{
	padding-bottom:50px;
	margin-bottom:40px;
	border-bottom:1px solid #ededed;
}
.dzjs-box .dzjs-list li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.news-item .news-list li a.db {
  padding-left: 290px;
  min-height: 180px;
  display:block;
  position:relative;
}
.news-item .news-list li a.db:hover .news-info .tit {
  color: #d62b2b;
}
.news-item .news-list li .news-info .tit {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight:700;
  transition: all ease 0.25s;
}
.news-item .news-list li .news-info .des {
  font-size: 14px;
  line-height: 22px;
  color: #444;
  margin: 20px 0 0 0;
}
.news-item .news-list li .img-boxs {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height:180px;
}
.news-item .news-list li .img-boxs img {
  object-fit: cover;
  height:100%;
}
.news-tiems{
	margin-top:40px;
}
.news-bottom{
	overflow:hidden;
	width:100%;
	padding-top:30px;
}
.news-bottom a:hover .news-tits{
	color:#d62b2b;
}
.news-bottom .news-tits{
	font-size: 16px;
	line-height: 28px;
	color: #000;
	margin-top:10px;
	transition:all ease 0.25s;
}
.dzjs-box .dzjs-list .dzjs-tit{
	color:#d10000;
	display:block;
	text-align:center;
	line-height:36px;
}
.dzjs-box .dzjs-list .dzjs-tit:hover{
	color:#e8a902;
}
.dzjs-box .dzjs-list .dzjs-des{
	margin-top:20px;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
	text-indent:30px;
}
.panel-group {
  margin-bottom: 0px;
}
.textcenter { text-align:center; margin:0;}

.secondarydetailbox { display:block; overflow:hidden; padding:20px 28px 25px 28px;margin-bottom: 28px;}
.secondarydetailbox form {background: #f9f9f9; padding: 15px 13px 5px 10px; border-radius: 2px; border: #ececec solid 1px;}
.secondarydetailbox .jsbox {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 600; */ font-size: 13px; background: #f9f9f9; width:76px;}
.jsbox1 {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 600; */ font-size: 13px; background: #f9f9f9; width:84px;}
.secondarydetailbox select.form-control {padding-right: 5px;margin-bottom: 0px;height: 30px;}
.secondarydetailbox .p0 { padding:0px;}
@media (max-width: 1199px) {

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

}
@media (max-width: 767px) {
    .secondarydetailbox { padding:20px 15px 25px 15px;margin-bottom: 18px;}
	}
.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%);
}
.indexbox {width: auto; height:auto; overflow:hidden;}
.indexbox1 {width: auto; height:auto; overflow:hidden; margin-bottom: 23px;}
.indexbox2 {width: auto; height:auto;}
.indexbox hr { border-top: 1px dotted #cbcbcb;}
.indexrbox {width: auto; height:auto; overflow:hidden; margin-bottom: 20px;}
@media (max-width: 768px){
.indexbox2 {margin-bottom: 18px;}
}

/*---------------网站头---------------------*/
.webheader{}
.head_title{
	position: relative;
	text-align:center;
}
.head_title .head_title_bg{
	width:100%;
	display:block;
	position:relative;
}
.head-black-logo{
	padding:20px 58px;
	overflow:hidden;
}
.head-black-logo .black-logo{
	float:right;
}
.head_title .logo-wrap{
	position:absolute;
	width:100%;
	top:75px;
}
.head_title .logo-wrap .logo-wrap-box{} 
.head_title .logo-wrap .logo-wrap-title{
	display:inline-block;
	margin-top:40px;
}
.head_title .logo-wrap .logo-wrap-title img{
	display:inline-block;
} 
.head_title > img{ width: 100%; }

@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%; }
}

@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:#a40000;
     text-align: center;
     position:absolute;
     left: 0;
     bottom: 0;
     width: 100%;
 }
/*.navbar-right li a.cur{ background:#D88F00; }*/
.navbar-default .navbar-nav > li > a{
	position:relative;
}
.navbar-default .navbar-nav > li > a:after{
	content: '';
    position: absolute;
    right: 0;
    top:50%;
    background-color: #e7a573;
    height: 25px;
    width: 1px;
    overflow: hidden;
    transform:translateY(-50%);
    transition: all 0.3s;
}
.djzt_nav .navbar-nav > li:last-child >a:after{
	display:none;
}
.navbar-default .navbar-nav > li > a:hover{ background:#D88F00; }

@media (min-width: 768px){
	.djzt_nav .navbar-nav > li{
		float:left;
		display:inline-block;
	}
	.djzt_nav .navbar{ width: 100%; }
	.djzt_nav .navbar-nav{ width: 100%; }
}

@media (max-width: 1199px){
	.navbar-default .navbar-nav > li > a{ padding:18px 30px; }
}
@media (max-width: 991px){
	.navbar-default .navbar-nav > li > a{ font-size: 20px; }
}
@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 .newsbg{
	padding:30px 5px 15px 15px;
	background:rgba(255, 255, 255, 0.4);
}

@media (min-width: 992px){
	 .hotnews .col-md-8{ width: 59.5%; padding-right: 0; }
	 .hotnews .col-md-4{ width: 40.5%; padding-right: 0; padding-left: 20px;}
}

@media (max-width: 991px){
	 .hotnews .col-md-9{ padding:0; }
	 .hotnews .col-md-3{ background:none; }
}


/*---------------栏目样式---------------------*/
.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:#CB1C0A; 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:#CB1C0A;padding: 5px 22px 5px 0;}
.column_l img{ float:left; margin: 6px 6px 0 0;  }
.column_l  .channel-wrap{
	display:inline-block;
	border-bottom:1px solid #e71f19;
	padding:0 10px 5px 10px;
}
.column_l span{float:left; 
	font-size: 24px;
color:#CB1C0A;
font-weight: 700;
line-height: 37px;}
.column_l .lineimg{ margin: 16px 0 0 6px;  }


.djzt_tit{ 
	overflow: hidden;
	border-bottom:2px solid #d62b2b;
	padding-bottom:8px; 
	position:relative;
}
.djzt_tit .djzt-more{
	position:absolute;
	right:0;
	top:10px;
	font-size: 16px;
	color: #333333;
}
.djzt_tit .djzt-more:hover{
	color:#d62b2b;
}
.djzt_tit a img{ float:left; margin-right:10px; }
.djzt_tit a span{ float:left;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	color: #d62b2b;
}
.column_title .djzt_tit a img,.column_title .djzt_tit a span{
	float:none;
	display:inline-block;
}
.djzt_tit a .lineimg{ margin: 16px 0 0 15px;  }


@media (min-width: 991px){
	.column_l{ min-width:125px; }
}

@media (max-width: 767px){
	.column_l{ font-size:20px;}
	.secondarybox{padding-top:15px;}
}



/*首页栏目*/
.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 10px 0 0;
	overflow:hidden;
}
.cmain1ay .title {
	line-height:30px;
	margin-bottom:10px;
	margin-top:25px;
	font-weight: 700;
}
.cmain1ay .title a { 
	color:#d10000;
}
.cmain1ay .title a:hover {  
	text-decoration: none;
}
.cmain1ay .txt_hedar{ 
	padding-bottom: 15px;
	border-bottom:1px dashed #dd958f;
}
.cmain1ay .txt_hedar span{
	text-indent:30px; 
	color:#444; 
	line-height: 30px; 
	font-size: 18px;
}
.cmain1ay .txt_hedar a:hover{ color:#CB1C0A;  }
.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{margin-top:15px; }
.list-index li{ 
	overflow:hidden;
	clear:both;
	position:relative;
}
.list-index li a{ 
	float:left;
	width:100%;
	padding-left: 30px;
	font-size: 18px;
	line-height:30px; 
	color:#d62b2b;
	position:relative;
}
.index-banner>ul>li{
	margin-bottom:10px;
	padding-right:10px;
}
.index-banner>ul>li>a{
	background:url(sxjy_icon01.png);
	background-repeat:no-repeat;
	background-position:0 9px;
}
.list-index li .data-s{
	position:absolute;
	right:0;
	top:7px;
	font-size: 16px;
	color: #bf100d;
}
.list-index li a:hover{
	color:#e8a902;
	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;}
@media screen and (max-width: 480px){
.list-index li a {width:100%;font-size:13px;}
.list-index span {width:0px; visibility:hidden;}
}
@media (min-width: 992px) {
	.cmain1ay .title a { 
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.th-box .th-item li a{
		display:block;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
}
@media (min-width: 1200px) {
	.cmain1ay .txt_hedar span{
		display:block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 58px;
	}
}

@media (max-width: 1280px) {
	.cmain1a{ min-height: 356px; background-size: 100%;}
	.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;}
	.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:16px;}
}
@media (max-width: 767px) {
	/* .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%;}
}


/* 栏目标题 */
.kynx_cent{
	background-size:100% auto;
}
.kynx_secent_cent{
	background:url(swwl_20th_bg04.png) center bottom no-repeat;
	background-size:100% auto;
}
.column_title{
	margin-top: 30px;
}
.column_title .djzt_tit{ 
	margin-bottom: 16px;
	margin-top:60px;
	background:url(swwl_20th_bg02.png) center 45px no-repeat; 
}
.column_title .djzt_tit a.tit{
	position:relative;
	display:inline-block;
	min-height:68px;
	text-align:center;
	margin-left:75px;
}
.column_title .djzt_tit a span.h12{
	font-size: 12px;
	line-height:20px;
	text-align:center;
	font-size: 12px;
	color: #ed2c25;
	background:#fff4d7;
	padding:3px 10px;
	display:inline-block;
	margin-bottom:5px;
}
.sxjy-cent .column_title .djzt_tit{
	border-bottom:none;
}
.sxjy-cent .list-index{
	margin-top:5px;
}
.sxjy-cent .list-index li{
	margin-bottom:10px;
	position:relative;
}
.sxjy-cent .list-index li>a:after{
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	background:#c00008;
	position:absolute;
	left:0;
	top:14px;
}
.sxjy-cent .list-index li a{
	color:#333;
}
.sxjy-cent .list-index li a:hover{
	color:#d62b2b;
}
.th-box{}
.th-box .th-item{
	overflow:hidden;
	margin-top:30px;
	margin-bottom:55px;
}
.th-box .th-item li .th-list{
	background:url(swwl_20th_icon05.png) left center no-repeat;
	border-bottom:1px dashed #dd958f;
}
.th-box .th-item li a{
	padding-left:30px;
	line-height: 60px;
	color: #333333;

}
.th-box .th-item li a:hover{
	color:#cb1c0a;
}
.collanmua{}
.collanmua li a img{ height:203px; }
.collanmua li a span{ 
	color:#333333; font-size: 15px;  display:block;
	padding:13px 0;}
.collanmua li a:hover span{ color:#CB1C0A; }
.collanmub{}
.teshu-collanmub .col-md-6:last-child .list-index{
	padding-left:30px;
}
.jd-box{
	margin-top:50px;
}
.jd-box-wrap li{
	margin-bottom:54px;
}
.jd-list-box{
	height:370px;
	overflow:hidden;
}
.jd-list-box .xd-list{
	margin-bottom:25px;
}
.jd-list-box .jd-list{
	padding-left:50px;
	display:block;
	font-weight: bold;
	line-height:50px;
	color: #000000;
	transition:all ease 0.25s;
	background:url(swwl_20th_icon04.png) left center no-repeat;
}
.jd-list-box .jd-list:hover{
	color:#CB1C0A;
}
.jd-list-box .swiper-container,.jd-list-box .swiper-wrapper{
	width:100%;
	height:100%;
}
.jd-box-wrap .img-box{
	display:block;
	overflow:hidden;
	position:relative;
}
.jd-box-wrap .img-box:before{
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.jd-box-wrap .img-box:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.jd-box-wrap .img-box img{
	object-fit:cover;
	max-height:160px;
	transition:all ease 0.5s;
}
.jd-box-wrap .img-box:hover img{
	transform:scale(1.05);
}
.jd-list-box .xd-item{
	position:relative;
	overflow:hidden;
	height:370px;
}
.jd-list-box .xd-item .str_move{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.bortRt{
	border-left:1px solid #f29b76;
	padding-left:50px;
}
.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:#CB1C0A; }


.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:#CB1C0A; 
}

.collanmue{}
.collanmue .dj_lmimg{ 
	overflow: hidden; 
	margin-bottom: 12px;
	display:block; }

.dj_lftwo li img{
	height: 203.6px;
}





@media (min-width: 768px){
	.collanmua li a span{
	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:189px; }
	.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: 189px;}
	.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:176px; }
	.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: -3px; }
	.dj_lftwo li img{ height: 176px; }

}
@media (max-width: 1199px){
	.collanmua li a img{ height: 138.5px; }
	.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: 138.5px; }
	.collanmuf .list-index ul{ margin-top: -5px; }
}
@media (max-width: 991px){
	.collanmue .dj_lmimg{ margin-bottom: 0; }
	.collanmua li a img{ height: 225px; }
	.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: 225px; }
	.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; }
}
@media (max-width: 600px) {
  
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
 
}
@media (max-width: 380px) {
 
}
@media (max-width: 320px) {
	.dj_lmimg b{ width: 140px; }
}


/*---------------页尾---------------------*/
.foot {
	background:#F4F4F4;
	background:#a40000;
}
.foot .tophalf {
	padding: 35px 0 30px 0;
	margin-top:60px;
}
.copyright{width:80%;margin:0 auto;font-size:12px;text-align:left; line-height:20px;color:#f7f7f7; overflow:hidden;}
.copyright p{font-size:14px;margin:0;line-height:24px;}
.copyright p a{
	color:#fff;
}
.copyright>div{
	overflow:hidden;
	float:left;
	padding-left:55px;
	padding:10px 55px;
}
.copyright a.inb{
	display:inline-block;
	float:left;
}
.copyright a.inb.fr{
	float:right;
}
.copyright p.ma10{
	margin:8px 0;
}
.copyright p a:hover{
	color:#D88F00;
}
.copyright .cas { 
	width: 246px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 8px 88px 0; text-align:center;}
.copyright .cas img {}
.copyright .left { 
	font-size:14px; 
	line-height:29px;
	color:#444;display:block; overflow:hidden; float:left; margin: 20px 0 0 0;}
.copyright .left a {color:#444;}
.copyright .left a:hover {color:#0096ff;}
.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: 8px 40px 0;}
}
@media screen and (max-width: 1199px){
	.copyright .left{ width: 72%;
    margin: 7px; }
	.copyright .cas img{ width:90%; }
	.foot .tophalf{ padding-bottom: 40px; }
	.copyright .cas { margin: 8px 0px 0; }
}
@media screen and (max-width: 991px){
	.copyright .left { width:100%;}
	.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 0 0;}
.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: #374C7B;
  /* 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;
}
.fa-angle-right:before{ font-size:20px; }
.leftNavigation li a:hover {
	text-decoration:none;  
  /* background:url(ky_leftact.png) #E5ECFD right 12px center no-repeat; */
}
.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 #CB1C0A;
}
.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;}

/* 二级页文字列表 */
.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: 100%;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #D7D7D7;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background:#CB1C0A;}
.ky_seemore button:hover{ background:#D88F00; color:#fff; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px solid #f4eded; }



@media screen and (max-width: 767px){
	.kylist_bg02{ padding:0; }
	.ky_seemore{  display:block; }
}




/*---------------新闻动态---------------------*/
.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:#CB1C0A;}

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


@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 a{ float:left;/*width:86%;*/max-width: 84%;overflow:hidden;font-size:16px;
	line-height:42px; 
	color:#444;background-image: url(djzt_icon01.png);
	background-repeat: no-repeat;background-position: left 18px;padding-left: 20px;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:#CB1C0A;}
.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;}
@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;}
}

.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%;}
}



/*列表页样式*/
.specialtopic-list {}
.specialtopic-list img {border: #d9d9d9 solid 1px;width: 100%;height:76px;margin: 0 0 20px 0;}
@media (max-width: 1199px) {
	.specialtopic-list img {height:61px;}
}
@media (max-width: 991px) {
	.specialtopic-list img {height:60px;}
}
@media (max-width: 767px) {
	.specialtopic-list img {height:51px;margin: 0 0 15px 0;}
}
@media (max-width: 380px) {
	.specialtopic-list img {height:45px;margin: 0 0 15px 0;}
}
@media (max-width: 320px) {
	.specialtopic-list img {height:36px;margin: 0 0 15px 0;}
}
/*列表页样式1*/
.specialtopic-list1 {}
.specialtopic-list1 img {border: #d9d9d9 solid 1px;width: 100%;height:78px;margin: 0 0 20px 0;}
@media (max-width: 1199px) {
	.specialtopic-list1 img {height:62px;}
}
@media (max-width: 991px) {
	.specialtopic-list1 img {height:63px;}
}
@media (max-width: 767px) {
	.specialtopic-list1 img {height:51px;margin: 0 0 15px 0;}
}
@media (max-width: 380px) {
	.specialtopic-list1 img {height:45px;margin: 0 0 15px 0;}
}
@media (max-width: 320px) {
	.specialtopic-list1 img {height:36px;margin: 0 0 15px 0;}
}

/*---------------------------------导航＆菜单------------------------------------------*/
.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:#666; }
#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: 640px;}
}
@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;}



/*-----------------人才队伍---------------------*/
.talent-summary {overflow: hidden;margin: 0 0 25px 0;}
.talent-summary h4 {font-size: 26px;color: #004ea2;font-weight: 600;margin: 0 0 18px 0;}
.talent-summary h4 a {color: #004ea2;}
.talent-summary h4 a:hover {color: #2E2E2E;}
.secondarysort {overflow: hidden;}
.secondarysort li {margin: 0 0 46px 0;}
.secondarysort li a:hover img {opacity: 0.8;filter: alpha(opacity=80);}
.secondarysort li h4 {font-size: 18px;color: #2E2E2E;font-weight: 600;margin: 15px 0 12px 0;}
.secondarysort li a:hover h4 {color: #004ea2;}
.secondarysort li p {color: #666;font-size: 14px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;margin: 0;}
@media (min-width: 768px) {
	.secondarysort li img {height: 152px;width: 100%;}
}
@media (max-width: 1199px) {
	.secondarysort li img {height: 117px;width: 100%;}
}
@media (max-width: 991px) {
	.secondarysort li img {height: 123px;width: 100%;}
}
@media (max-width: 767px) {
	.secondarysort li img {height: auto;width: 100%;}
}
/*Our Team*/
.teams { margin-top: 10px;padding: 0 2px;}
.teams li {margin-bottom: 30px;}
.teams 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 #009cff;
}
.teams li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.teams li .boxstyle .txtinfo {margin: 15px;overflow: hidden;}
.teams li .boxstyle .txtinfo h4 { color: #004ea2;font-size: 1.45em;font-weight: 600;margin: 0 0 8px 0;}
.teams li .boxstyle .txtinfo h4 a { color: #004ea2;}
.teams li a:hover .boxstyle .txtinfo h4 { color: #ff7300;}
.teams li .boxstyle .txtinfo p {font-size: 13px;color: #009cff;line-height: 22px;margin: 0 0 4px 0;}
.teams li .boxstyle .txtinfo span {font-size: 13px;color: #575757;line-height: 22px;}
@media (min-width: 768px) {
	.teams li .boxstyle img {height: 143px;width: 100%;}
}
@media (max-width: 1199px) {
	.teams li .boxstyle img {height: 110px;width: 100%;}
}
@media (max-width: 991px) {
	.teams li .boxstyle img {height: 116px;width: 100%;}
}
@media (max-width: 767px) {
	.teams li .boxstyle img {height: auto;width: 100%;}
}
/*人才队伍细览*/
.module{ margin:0px auto; overflow:hidden; width:100%;border: #e6e6e6 solid 1px;margin-bottom: 25px;}
.module-a,.module-b,.module-c,.module-d{float:left;padding-bottom:200em;margin-bottom:-200em;}
.module-a{width:20%;background:#ffffff;border-right:#e6e6e6 solid 1px;}
.module-b{width:80%;background:#ffffff;}
.module-c{width:18%;background:#ffffff;border-right:#e6e6e6 solid 1px;}
.module-d{width:82%;background:#ffffff;}
.module-b .table:not(.table-bordered) {border-bottom: 0px solid #e6e6e6;}
.module-b .table > tbody > tr {border-top: 1px solid #e6e6e6;}
.module-b .table > tbody > tr:first-child {border-top: 0px solid #e6e6e6;}
.module-b .table > tbody > tr > td { word-break:normal;padding: 5px 8px;border-top: 0px solid #e6e6e6;font-size: 14px;}
.module-b .table > tbody > tr > th { border-right:#e6e6e6 solid 0px;padding: 5px 8px;border-top: 0px solid #e6e6e6;font-size: 14px;width: 16%;}
.bl { border-left:#e6e6e6 solid 1px;}
@media screen and (max-width: 1199px){
	.module-a{width:23%;}
    .module-b{width:77%;}
}
@media screen and (max-width: 991px){
.module-a{width:100%;border-right:#e6e6e6 solid 0px;}
.module-b{width:100%;}
.module-c{width:100%;border-right:#e6e6e6 solid 0px;}
.module-d{width:100%;}
.module-b .table > tbody > tr:first-child {border-top: 1px solid #e6e6e6;}
.module-b .table > tbody > tr > td { word-break:break-all;}
.module-b .table > tbody > tr > th {width: 17%;}
}
@media screen and (max-width: 767px){
	.module-b .table > tbody > tr > th { width: 23%;}
}

/*-----------------现任领导---------------------*/
.personnel-style { overflow: hidden;}
.personnel-style li { border-bottom: #ccc dashed 1px;margin-bottom: 15px;padding: 0 0 15px 0;}
.personnel-style li:last-child { border-bottom: #ccc dashed 0px;margin-bottom: 0px;}
.personnel-style li img {border: #e8e8e8 solid 1px;}
.personnel-style h4 a { color: #337ab7;}
.personnel-style h4 a:hover { color: #ff7300;}
.personnel-style p {font-size: 14px;}

.personnel-list {overflow: hidden;}
.personnel-list li{margin-bottom: 15px; display: block; overflow: hidden; border-bottom:#ccc dashed 1px;padding: 0 0 12px 0; }
.personnel-list li:last-child {border-bottom:#ccc dashed 0px;margin: 0;padding: 0; }
.personnel-list li h2 { font-size:16px; line-height:22px; margin:0 0 12px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.personnel-list li h2 a { color:#010101;font-family: \5FAE\8F6F\96C5\9ED1;}
.personnel-list li h2 a:hover { color:#004ea2; text-decoration:none;}
.personnel-list .news-img{ margin-right: 12px;}
.personnel-list .news-img img{ max-width: 85px; border:#e4e4e4 solid 1px;}
.personnel-list .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#8e8e8e;}
.personnel-list .news-txt p i { font-size: 13px; margin: 4px 0 0 0; color:#009cd1; display:block;font-style: normal;}
.personnel-list .news-txt p i a {color:#009cd1;font-size: 13px;text-decoration: none;font-style: normal;}
.personnel-list .news-txt p i a:hover {color:#ff7300;}

.cleader{}
.cleader .boxstyle{ text-align:center; margin-bottom:35px;}
.cleader .boxstyle img{ margin-bottom:10px; width:200px; height:280px;}
.cleader .boxstyle h4 a{ color:#444;}
.cleader .boxstyle h4 a:hover{ color:#00409a;}
@media (max-width: 991px) {
	.cleader .boxstyle img{  width:136px; height:191px;}
}
@media (max-width: 500px) {
	.cleader .col-xs-6 .boxstyle  img{  width:100%; height:300px;}
	.cleader .col-xs-4 .boxstyle img{  width:100%; height:186px;}
}
@media (max-width: 450px) {
	.cleader .col-xs-6 .boxstyle  img{  height:247px;}
	.cleader .col-xs-4 .boxstyle img{   height:151px;}
}
@media (max-width: 375px) {
	.cleader .col-xs-6 .boxstyle  img{   height:220px;}
	.cleader .col-xs-4 .boxstyle img{   height:133px;}
}
@media (max-width: 320px) {
	.cleader .col-xs-6 .boxstyle  img{  height:182px;}
	.cleader .col-xs-4 .boxstyle img{   height:108px;}
}

@media (min-width: 768px) {
	.personnel-list .news-txt p{ line-height: 20px; height: auto; font-size: 13px; overflow:hidden;}
	.personnel-list .news-img img{ width: 85px; height: 113px;}
	.personnel-list .news-img{ margin-right: 15px;}
	.personnel-list li{margin-bottom: 15px; display: block;overflow: hidden;padding: 0 0 12px 0;}
}
@media (max-width: 767px) {
	.personnel-list .news-img img{ width: 85px; height:110px;}
	.personnel-list li h2 {white-space:normal;}
	}
/*-----------------图文---------------------*/
.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: 132px;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: #CB1C0A;}
.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;}
@media (max-width: 1199px) {
	.new-graphics li .boxstyle img {height: 102px;}
}
@media (max-width: 1099px) {
	
}
@media (max-width: 991px) {
	.new-graphics li .boxstyle img {height: 147px;}
}
@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;}
}


/*------------- 研究人员列表和详情 -------------*/
.researcher_pic{ 
	margin-top: 24px;
 }
.researcher_pic ul{ margin-bottom: 15px; }

.details_researcher{}
.top_usexx{ background:#F2F7FF; 
	margin-top: 24px; 
	overflow: hidden;
	padding:25px 24px;}
.topusexx_left{ float:left;  margin-right: 24px;}
.topusexx_left img{ width: 167px;height: 230px; }
.topusexx_right{  }
.topusexx_right dl{ margin-bottom: 7px; }
.topusexx_right dl{ overflow: hidden; font-size: 16px; color:#444; font-weight: 700; }
.topusexx_right dt{ float:left; width: 85px;}
.topusexx_right dt b{ font-size: 30px; color:#3C61C2;}
.topusexx_right dd{}
.topusexx_right dl:first-child{ margin-bottom: 16px; }
.topusexx_right dl:first-child dd{ margin-top: 17px; }
.cent_usell{ background:#F2F7FF; margin-top: 18px;
	padding:25px 24px; 
font-size: 15px;
color:#444;}
.cent_usell h2{ font-size: 17px; background:#D8E7FF; color:#444; }
.cent_usell h2 b{ border-left:9px solid #2459BC;      
	padding: 6px 0 6px 9px;
    display: inline-block;}
.cent_usell p{ line-height: 2; margin-bottom: 0; }

@media (max-width: 991px) {
	.topusexx_right dl{ font-size: 15px; }
	.topusexx_right dt b{ font-size: 24px;}
	.topusexx_right dl:first-child dd {
    margin-top: 10px;}
	.topusexx_left img{ width: 145px;height: 199px; }
	.topusexx_right dl:first-child{ margin-bottom: 10px; }
}
@media (max-width: 450px) {
	.topusexx_left { width: 100%;
    text-align: center;
    margin: 0 0 15px;
    float: none;}
	.topusexx_left img{ display:inline-block; }
}
@media (max-width: 320px) {
}



/* 3.3. Thumbnail图片刷光特效 */
.thumbnail {
  padding: 0;
}
  
.thumbnail.thumbnail_big{
  margin-bottom:0
}

.thumbnail > img {
  margin: 0;
  width: 100%;
}

.thumbnail_big .thumbnail__caption {
  padding: 18.77px 9px;
}

.thumbnail__caption {
  padding: 9px;
  color: #333;
}

.thumbnail__news {
  padding: 15px;
  color: #333;
}

.thumbnail__link {
  display: block;
}

.thumbnail__link 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;
}

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

.thumbnail__link:hover + .thumbnail__caption .icon-play {
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-name: video-arrow;
          animation-name: video-arrow;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* 3.3. END Thumbnail */
.thumbnail__link img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.thumbnail__link {
  display: block;
  overflow: hidden;
}

.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);
}

/* end yellow line in title word*/
/* thumbnail image hover */
.thumbnail__link {
    position: relative;
}
.thumbnail__link::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.thumbnail__link:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.img-portfolio {margin-bottom: 5px;display: block;}
.img-portfolio .photobox {border: #dedede solid 1px;padding: 8px;display: block;border-radius: 4px;}
/*.img-portfolio .photobox:hover {-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);box-shadow: 0 0px 6px rgba(0, 0, 0, .2);}*/
.img-portfolio .photobox:hover {-webkit-box-shadow:0 0 6px #cdcdcd;box-shadow:0 0 6px #cdcdcd;}
.img-portfolio img {width: 100%;height:145px;}
.phototitle { float:left;width:100%;overflow:hidden;font-size:15px;line-height:22px; color:#454545;padding:8px 10px; height:34px;text-align: center;text-transform: uppercase;}/*text-overflow:ellipsis; white-space:nowrap; */
.phototitle a:hover { color:#0c5ebf;text-decoration:none;}
@media screen and (max-width: 1199px){
	.img-portfolio img {height:114px; }
	.img-portfolio .photobox {padding: 6px;}
}
@media screen and (max-width: 991px){
	.img-portfolio img {height:114px; }
}
@media screen and (max-width: 767px){
	.img-portfolio .photobox {padding: 5px;}
	.img-portfolio img {height:84px; }
	.phototitle {font-size:13px;height:26px;}
}

/*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 20px;
}
#pages span{padding:8px 16px;}
#pages A {
    BACKGROUND: #ffecf4; 
    COLOR: #e71f19;
    margin:0 2.5px; 
    TEXT-DECORATION: none; 
    DISPLAY: inline-block; LINE-HEIGHT: 23px; padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#ffecf4;}
#pages A:hover {
    BACKGROUND: #CB1C0A;  COLOR: #fff;
}
#pages A.curr {
    BORDER: #CB1C0A 1px solid; BACKGROUND: #CB1C0A;  COLOR: #fff;
}
#pages A.curr:visited {
    BORDER: #CB1C0A 1px solid; BACKGROUND: #CB1C0A;  COLOR: #fff;
}
.column_title .djzt_tit .djzt-more{
	font-size: 16px;
	color: #333333;
}
@media (min-width: 1400px) and (max-width: 1599px){
	.head_title .logo-wrap{
		top:40px;
	}
	.head_title .logo-wrap .logo-wrap-title{
		margin-top:20px;
	}
	.head_title .logo-wrap .logo-wrap-title img{
		max-width:900px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px){
	.head_title .logo-wrap{
		top:40px;
	}
	.head_title .logo-wrap .logo-wrap-box img{
		max-width:650px;
	}
	.head_title .logo-wrap .logo-wrap-title{
		margin-top:20px;
	}
	.head_title .logo-wrap .logo-wrap-title img{
		max-width:750px;
	}
	.cmain1ay .txt_hedar span{
		-webkit-line-clamp:2;
		height:60px;
	}
	.cmain1ay .title a{
		line-height:30px;
	}
	.jd-list-box{
		height:355px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-default .navbar-nav > li > a{
		padding:20px 40px;
	}
	.cmain1a{
		min-height:unset;
	}
	.cmain1ay .txt_hedar span{
		display:none;
	}
	.list-index li:last-child{
		display:none;
	}
	.column_title .djzt_tit{
		margin-top:50px;
	}
	.collanmub .list-index li{
		padding-right:0;
	}
	.jd-list-box{
		height:290px;
		padding-left:30px;
	}
	.jd-list-box .jd-list{
		font-size:18px;
		line-height:40px;
	}
}
@media (min-width: 1100px) and (max-width: 1199px){
	.head_title .logo-wrap{
		top:30px;
	}
	.head_title .logo-wrap .logo-wrap-box img{
		max-width:550px;
	}
	.head_title .logo-wrap .logo-wrap-title{
		margin-top:10px;
	}
	.head_title .logo-wrap .logo-wrap-title img{
		max-width:600px;
	}
}
@media (min-width: 992px) and (max-width: 1099px){
	.head_title .logo-wrap{
		top:30px;
	}
	.head_title .logo-wrap .logo-wrap-box img{
		max-width:500px;
	}
	.head_title .logo-wrap .logo-wrap-title{
		margin-top:10px;
	}
	.head_title .logo-wrap .logo-wrap-title img{
		max-width:500px;
	}
}
@media screen and (max-width: 991px){
	.head_title .logo-wrap{
		top:15px;
	}
	.column_title .djzt_tit .djzt-more{
		display:block;
	}
	.head_title .logo-wrap .logo-wrap-title{
		display:none;
	}
	.hotnews{
		margin-top:20px;
	}
	.ban_grtnews{
		margin-top:20px;
	}
	.list-index li a:before{
		top:14px;
	}
	.teshu-collanmub .col-md-6:last-child .list-index{
		padding-left:0;
	}
	.column_title .djzt_tit{
		background:none;
		text-align:left;
	}
	.column_title .djzt_tit a span.h12{
		display:none;
	}
	.column_title .djzt_tit a.tit{
		background-size:37px 37px;
		padding-left:47px;
		min-height:37px;
		margin-left:15px;
	}
	.djzt_tit a .lineimg{
		display:none;
	}
	.column_title .djzt_tit a br{
		display:none;
	}
	.jd-box-wrap li{
		margin-bottom:50px;
	}
	.kynx_cent{
		padding-bottom:40px;
	}
	.jd-box-wrap .img-box img{
		width:100%;
		height:215px;
		object-fit:contain;
	}
	.bortRt{
		border-left:none;
		padding-left:0;
	}
	.jd-list-box .jd-list{
		line-height:30px;
		background-size:auto 32px;
	}
	.th-box .th-item li .th-list{
		padding:10px 0;
		background-position: left 17px;
	}
	.th-box .th-item li a{
		line-height:30px;
		display:inline-block;
	}
	.list-index li .data-s{
		display:none;
	}
}
@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
	.head_title .logo-wrap .logo-wrap-title{
		display:none;
	}
	.head_title .logo-wrap{
		top:10px;
	}
	.navbar-default .navbar-nav > li > a:after{
		display:none;
	}
	.hotnews{
		margin-top:20px;
	}
	.ban_grtnews{
		margin-top:20px;
	}
	.list-index li a:before{
		top:14px;
	}
	.teshu-collanmub .col-md-6:last-child .list-index{
		padding-left:0;
	}
	.column_title .djzt_tit{
		background:none;
		text-align:left;
	}
	.column_title .djzt_tit a span.h12{
		display:none;
	}
	.column_title .djzt_tit a.tit{
		background-size:37px 37px;
		padding-left:47px;
		min-height:37px;
		margin-left:15px;
	}
	.djzt_tit a .lineimg{
		display:none;
	}
	.column_title .djzt_tit a br{
		display:none;
	}
	.jd-box-wrap li{
		margin-bottom:30px;
	}
	.jd-box-wrap .img-box img{
		width:100%;
		height:215px;
		object-fit:contain;
	}
	.bortRt{
		border-left:none;
		padding-left:0;
	}
	.jd-list-box .jd-list{
		line-height:30px;
		background-size:auto 32px;
	}
	.th-box .th-item li .th-list{
		padding:10px 0;
		background-position: left 17px;
	}
	.th-box .th-item li a{
		line-height:30px;
		display:inline-block;
	}
	.list-index li .data-s{
		display:none;
	}
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}
.pc_mbxhd{ display: none; }
