@charset "utf-8";
/* CSS Document */

/*新闻列*/
.tab_menu{
  background: #ffffff;
  overflow: hidden;
  line-height: 45px;
  padding: 0 0px 5px;
  width: 120px!important;
  box-sizing: border-box;
  z-index: 999;
  border-right: 1px #ddd solid;
  position: absolute;
  /* left: 0; */
  top: 0;
}
.tab_menu li{
  float: left;
  font-size: 16px;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "微软雅黑";
}
.tab_menu .selected{
	background: #ea262f;
}
.tab_menu .selected:hover a,.tab_menu .selected a{
	color: #ffffff;
}
.tab_menu li:hover a{
  color: #ea262f;
  font-weight: bold;
}
.tab_menu .selected a:after,.tab_menu li:hover a:after{
  content:"";
  height:3px;
  width:30px;
  display: block;
  position: absolute;
  bottom: 5px;
  margin: auto;
  left: 0;
  right: 0;
  background: #ea262f;
}
.ns_area{
  /* border-bottom: 1px solid #eee; */
  /* padding: 15px 0; */
  /* background: #ffffff; */
  position: relative;
}
.ns_area,.ns_right{/* margin-top:40px; */}
.col_21 .ns_area{
	width:840px;
	float: left;
}
.col_21 .ns_right{
	width:300px;
	float: right;
}
.ns_area #tab{
	padding-left: 0;
}
.ns_area #tab .ns_box{
	padding: 10px 20px;
	min-height: 590px;
}
.ns_right>div:first-child{
	margin-top:0;
}
.ns_box{
	margin-top: 0px;
    margin-left: 120px;
    background: rgb(255, 255, 255);
}
.news_row{
  position: relative;
  border-bottom: 1px #eee solid;
  padding: 20px 10px;
  overflow: hidden;
}
.news_row .na_pic{
  float: left;
  _display: inline;
  display: block;
  width: 200px;
  height: 125px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.news_row .na_pic img{
  width:100%;
  border-radius: 8px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news_row .na_detail{
  width: 435px;
  margin-left: 25px;
  float: left;
  _display:inline;
}

.news_ad{position:relative;}
.news_ad .news_tag{width: auto;margin-top: 10px;}
.news_ad .barlink{
    float: left;
    _display: inline;
    font: normal 12px/16px "SimSun";
    color: #c5c5c5;
    padding: 1px 7px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    text-decoration: none;
    margin-right: 3px;
    white-space: nowrap;
}
.news_ad .news_title{
	float: left;
	margin-right: 10px;
}

.news_title{
  position: relative;
  height: 40px !important;
  margin: 0px 0 10px !important;
}
.news_title h3{
  font: normal 18px/26px "Microsoft Yahei";
  height: 30px;
  margin-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_title h3 a{
  white-space: nowrap;
}
.news_text{
  font-size:12px;
  color:#999;
  margin-bottom: 22px !important;
  height: 36px !important;
  overflow: hidden;
}
.news_tag {
	float: left;
	_display: inline;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
}
.barlink {
    float: left;
    _display: inline;
    margin-right: 10px;
}
.barlink a, .barlink span{
    float: left;
    _display: inline;
    font: normal 12px/16px "SimSun";
    color: #ff9999;
    padding: 1px 7px;
    border: 1px solid #ff9999;
    border-radius: 2px;
    text-decoration: none;
    margin-right: 3px;
    white-space: nowrap;
}
.news_tag .keywords {
    float: left;
    _display: inline;
    padding-right: 4px;
    height: 12px;
    line-height: 6px;
    margin-top: 5px;
    border-left: 1px solid #bbb;
    /* max-width: 180px; */
    padding-left: 12px;
    overflow: visible;
}
.news_tag .keywords a {
    font: normal 12px/12px "SimSun";
    color: #999;
    margin-right: 4px;
    text-decoration: none;
    background: #eee;
    padding: 4px 6px;
}
.news_tag .keywords a:hover{
  color:#888;
}
.news_tag span {
    font: normal 12px/21px "SimSun";
    color: #bbb;
    float: left;
    margin-right: 15px;
}

.news_read{
  float:right;
}
.news_read span{
  padding-left: 20px;
}
.news_read .read{
  background:url(../ztw2020_img/ztw_yuedu.png) no-repeat left center;
}
.news_read .like{
  background:url(../ztw2020_img/ztw_dianzan.png) no-repeat left center;
  margin-right: 0;
}
.news_ad .ad_pic,.news_ad .ad_pic img{
  width:100%;
  border-radius: 6px;
}
.news_ad .na_detail{
  margin:0;
  width: 100%;
}
.ad-right{
  width: 310px;
  max-height: 430px;
  overflow: hidden;
}
.ad-right img{
  width:100%;
}

.ns_right .ns_box{
  margin-top: 12px;
  width: 100%;
  margin-left: 0;
}
.ns_right .news_row{
  padding: 6px 2px;
  border: none;
}
.ns_right .news_row img{
  border-radius:5px;
}
.ns_right .news_row .na_pic{
  width: 110px;
  height: 68px;
}
.ns_right .news_row .na_detail{
  width: 130px;
  margin-left: 15px;
}
.ns_right .news_row h3{
  font-family: "微软雅黑";
  margin-top:0px;
  line-height: 20px;
  height: 46px;
  padding: 0;
  margin-bottom: 5px;
}
.ns_right .news_row a{
  font-size:14px;
  text-overflow: inherit;
  white-space: normal;
}

.Newsbox{
  margin-top: 30px;
  position: relative;
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 15px 20px;
}
.Newsbox .n_title{
  font-size: 18px;
  /* font-weight:normal; */
  color:#333;
  border-bottom: 1px #aaa dotted;
  padding-bottom:10px;
  font-family: "微软雅黑";
  margin-bottom: 10px;
}
.Newsbox .n_title img{
  margin-left:5px;
}
.Newsbox.remen .n_list li{
	font-family: "微软雅黑";
	height: inherit;
	padding: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Newsbox.remen .n_list li a{
  padding-left: 10px;
  float: left;
  /* position: absolute; */
  left: 0;
  width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  font-size: 14px;
  box-sizing: border-box;
}
.Newsbox.remen .n_list li:before{
  content:"";
  display:block;
  width: 18px;
  height: 18px;
  float: left;
  background: #b1b1b1;
  border-radius: 18px;
  color:#fff;
  text-align:center;
  line-height:18px;
  font-size:12px;
}
.Newsbox.remen .n_list li:first-child:before{content:"1";background:#de1515;}
.Newsbox.remen .n_list li:first-child+li:before{content:"2";background:#ed3a3a;}
.Newsbox.remen .n_list li:first-child+li+li:before{content:"3";background:#f16868;}
.Newsbox.remen .n_list li:first-child+li+li+li:before{content:"4";}
.Newsbox.remen .n_list li:first-child+li+li+li+li:before{content:"5";}
.Newsbox.remen .n_list li:first-child+li+li+li+li+li:before{content:"6";}
.Newsbox.remen .n_list li:first-child+li+li+li+li+li+li:before{content:"7";}
.Newsbox.remen .n_list li:first-child+li+li+li+li+li+li+li:before{content:"8";}
.Newsbox.remen .n_list li:first-child+li+li+li+li+li+li+li+li:before{content:"9";}
.Newsbox.remen .n_list li:first-child+li+li+li+li+li+li+li+li+li:before{content:"10";}

.Newsbox.hotbrand .left{
	width: 170px;
	height: 18px;
	overflow:hidden;
	float: left;
}
.Newsbox.hotbrand .left a{
	width: 170px !important;
}
.Newsbox.hotbrand .right{
	text-align:right;
	font-size:12px;
	color:#bebebe;
	float:right;
	line-height: 18px;}
.Newsbox.hotbrand .right span{
	margin-left:5px;
}
.Newsbox.hotbrand{
	margin-top: 15px;
}

.PntRlist .ns_box li{
	padding: 8px 2px;
	overflow: hidden;
}
.PntRlist .ns_box a{
	font-family: "微软雅黑";
	font-size: 14px;
	background:url(../ztw2020_img/ns_d.png) no-repeat left center;
	overflow:hidden;
	padding-left:15px;
	display: block;
	height: 20px;
}

.AgtRlist .ns_box{
	margin-top:0;
}
.AgtRlist .ns_box li{
	border-bottom: 1px #e5e5e5 dashed;
	padding: 10px 2px 14px;
}
.AgtRlist .ns_box .row{
	font-size:12px;
	margin-top: 6px;
	overflow: hidden;
}
.AgtRlist .ns_box .row .left{
	font-family: "微软雅黑";
	float:left;
	color:#999;
	/* margin-left:15px; */
}
.AgtRlist .ns_box .row span{
	/* margin-left:5px; */
}
.AgtRlist .ns_box .row .right{
	float:right;
	color:#f53232;
	border:1px #f53232 solid;
	padding:0 3px;
	border-radius:2px;
	font-family: "微软雅黑";
}



.labels{
  margin-top: 18px;
  overflow: hidden;
}
.labels li{
  float:left;
  margin-right: 12px;
  margin-bottom: 10px;
}
.labels li a{
  color:#777;
  font-size: 12px;
  border:1px #999 solid;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 7px;
  border-radius: 2px;
}
.labels li a:hover{
  color: #ff3939;
  border-color: #fd6e6e;
}

/***** 新闻正文 *****/
.viewnews{
  padding-bottom: 40px;
}
.viewnews>.col_21>.col_left{
	background:#fff;
	padding-bottom: 40px;
}
.viewnews .ns_right{
	margin-top:0;
}
.newsview{
  padding-bottom:50px;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 30px 0;
  font-family: "微软雅黑";
}
.newsview h2{
  color:#333;
  margin: 0 0 20px;
  padding: 0px 10px;
}
.newsview .ns-data{
  overflow:hidden;
  font-size:14px;
  color:#999;
  margin-bottom: 20px;
  padding: 0 10px 18px;
  border-bottom: 1px #e5e5e5 solid;
}
.newsview .ns-data .col_left{
  width: 550px;
}
.newsview .ns-data .col_left span{
  margin-right: 14px;
  padding-right:14px;
  border-right:1px #ccc solid;
  height: 14px;
  line-height: 14px;
  display: block;
  float: left;
}
.newsview .ns-data .col_right{
  width:auto;
  float: right;
  height: 15px;
  line-height: 15px;
}
.newsview .ns-data a{
  color:#999;
}
.newsview .ns-data .pinglun,.newsview .ns-data .dianzan{

}
.newsview .ns-data .pinglun{
  background: url(../ztw2020_img/PG_pls.png) no-repeat left center;
  padding-left: 24px;
  margin-right: 25px;
}
.newsview .ns-data .pinglun:hover{
  background: url(../ztw2020_img/PG_pls_h.png) no-repeat left center;
  }
.newsview .ns-data .dianzan{
  background: url(../ztw2020_img/PG_dzs.png) no-repeat left center;
  padding-left: 23px;
}
.newsview .ns-data .dianzan:hover{
  background: url(../ztw2020_img/PG_dzs_h.png) no-repeat left center;
  padding-left: 23px;
}

.ns_content{
  color: #444;
  font-size: 16px;
  line-height: 1.68;
  /* margin-bottom: 30px; */
  padding: 10px 10px;
}
.ns_content #a_1{
	height:425px;
}
.ns_content p{
	margin-bottom: 20px;
	text-align: justify;
}
.ns_content em{
+	font-size:12px;
 }

.btn-dianzan{
  text-align:center;
  color:#fff;
  margin-top: 20px;
  border-bottom: 1px #dcdcdc dotted;
  padding-bottom: 40px;
}
.btn-dianzan a{
  color:#fff;
  background: #ce252d;
  font-size: 18px;
  padding: 13px 30px;
  border-radius: 3px;
  display: inline-block;
}
.btn-dianzan a:hover{
  background: #da2c34;
}
.btn-dianzan a:before{
  content:"";
  background:url(../ztw2020_img/PG_dzb.png) no-repeat left center;
  width: 26px;
  height: 25px;
  display: block;
  margin-right: 10px;
  float: left;
}

.ns_labels{
  margin: 30px 30px 20px;
}

/***** fanye *****/
.tpage{
  overflow:hidden;
  background: #fff;
  padding: 0 20px;
}
.tpage .pagebox{
  position:relative;
  width: 375px;
  margin: 5px 10px;
  box-shadow: 0px 0px 14px #e2e1e1;
  border-radius: 5px;
}
.tpage .pagebox.col_left{
  /* margin-right:20px; */
  padding-bottom: 0;
}
.tpage .pic{
  height: 110px;
  position:relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.tpage .pic i{
  position:absolute;
  right:15px;
  bottom:8px;
  font-size:12px;
  color:#fff;
  z-index:9;
  font-style:normal;
}
.tpage .pic img{
  position:absolute;
  left:0;
  right:0;
  top: 70%;
  bottom:0;
  margin:auto;
  z-index: 9;
}
.tpage .page{
  padding: 12px 14px;
  height: 70px;
  position:relative;
}
.tpage .page .t{
  width: 290px;
  line-height: 22px;
  font-size: 14px;
  height: 45px;
  overflow: hidden;
}
.tpage .page span{
  position:absolute;
}
.tpage .pre .t{
  position:absolute;
  right: 14px;
}
.tpage .pre span{
  left: 14px;
  top: 12px;
  padding-left:10px;
  background:url(../ztw2020_img/ztw_arrows_l.png) no-repeat left center;
}
.tpage .nex .t{

}
.tpage .nex span{
  right: 14px;
  top: 12px;
  padding-right:10px;
  background:url(../ztw2020_img/ztw_arrows.png) no-repeat right center;
}

/***** 您可能喜欢 *****/
.likelist{
  padding: 10px 30px 0;
  overflow: hidden;
  margin: 8px 0 0;
}
.likelist p{
  font-size: 14px;
  color:#cccccc;
  margin: 10px 0px;
  font-family: "微软雅黑";
}
.likelist ul{
	overflow:hidden;
	padding-bottom: 30px;
	border-bottom: 1px #e5e5e5 dashed;
}
.likelist li{
  background:url(../ztw2020_img/ns_d.png) no-repeat center left;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  width: 45%;
  margin-right: 5%;
  float: left;
  box-sizing: border-box;
}
.likelist li a{
  font-size:14px;
}

/***** 评论 *****/
.pinglun p.center{
	margin-top:30px;
	color: #cccccc;
	font-size: 14px;
	text-align: center;
}
.ns_pl {
		width: 770px;
		/*宽*/
		padding: 30px 0 30px;
		/*高*/

		/*背景颜色*/
		margin: 5px auto;
		border-radius: 5px;
		/*Html5 圆角*/
	}
	.ns_pl .message {
		width: 772px;
		height: 90px;
		border-radius: 3px;
		margin: 0 auto;
		overflow: inherit;
		outline: none;
		border: 1px solid #ddd;
		padding: 8px 15px;
		font-size: 14px;
		-webkit-background-clip: text;


		/*粗细 风格 颜色*/
		background: #f8f8f8;
		color: #ccc;
		box-sizing: border-box;
		resize: none;
	}

	.ns_pl .But {
		/* width: 790px; */
		height: 35px;
		margin: 5px auto 0;
		position: relative;
		/*相对，参考对象*/
	}

	.ns_pl .But span.submit {
		width: 80px;
		height: 35px;
		background: #ce252d;
		display: block;
		float: right;
		/*右浮动*/
		line-height: 35px;
		border-radius: 2px;
		cursor: pointer;
		/*手指*/
		color: #fff;
		font-size: 14px;
		text-align: center;
		font-family: "微软雅黑";
	}

.text-area-input-length {
	font-size: 12px;
	line-height: 45px;
	width: 150px;
	float: left;
	margin-left: 10px;
}

.text-area-input-length span {
	margin: 0px 5px 0px 5px;
	color: red;
}

.comment-show{/* padding-top: 20px; */border-top: 1px #e5e5e5 dashed;margin: 0 30px;overflow: hidden;}
.comment-show-con {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px #eee solid;
}
.comment-show-con-img {
    width: 7%;
    overflow: hidden;
    /* margin-top: 5px; */
    color: #cccccc;
    font-style: italic;
    text-align: center;
}
.comment-show-con-list {
    width: 91%;
    margin-left: 2%;
}
.pull-right{float: right !important;}
.pull-left{float: left !important;}
.pl-text {
    width: 100%;
    margin-top: 2px;
    word-wrap: break-word;
    overflow: hidden;
}
.comment-size-name,.date-dz span{
	font-size:12px;
	color:#999;
	/* margin-right: 5px; */
}
.comment-size-name .name{
    color: #333;
    font-weight: bold;
    font-size:14px;
    margin-right:15px;
}
.comment-size-name .id,.date-dz .id{
    color: #2c7eca;
}
.my-pl-con {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 22px;
    margin-top: 15px;
    display: block;
}
.date-dz {
    width: 100%;
    float: left;
    margin-top: 16px;
    color: #999;
}
.hf-list-con .date-dz-right{
	padding-right: 0;
}
.date-dz-left {
    font-size: 12px;
    color: #8b8b8b;
    /* display: block; */
    /* padding-top: 18px; */
}
.comment-time, .comment-pl-block {
    /* padding-top: 7px; */
    margin-right: 10px;
}
.comment-pl-block {
    margin-top: 0;
    margin-right: 0;
}
.date-dz-right {
    display: block;
    padding-right: 18px;
    position: relative;
    overflow: hidden;
}
.removeBlock {
    float: left;
    font-size: 12px;
    color: #8b8b8b;
    margin-right: 24px;
    display: block;
    opacity: 0;
}
.pl-hf{
	font-size: 0 !important;
	width: 20px;
	height: 20px;
	background-image: url(../ztw2020_img/pl_hf.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
}
.pl-hf:hover{
	background-image: url(../ztw2020_img/pl_hf_h.png);
}
.date-dz-pl, .date-dz-line, .date-dz-z {
    font-size: 12px;
    color: #8b8b8b;
}
.date-dz-line {
    display: block;
    padding: 0 10px;
}
.date-dz-z-click-red {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-image: url(../ztw2020_img/pl_dz.png);
    background-repeat: no-repeat;
    background-size: 13px;
    margin-right: 3px;
    background-position: center;
}
.date-dz-z:hover{
	color:#f03612;
}
.date-dz-z:hover .date-dz-z-click-red{
	background-image: url(../ztw2020_img/pl_dz_h.png);
}
.z-num {
    font-style: normal;
}
.date-dz-z-click {
    color: #f03612;
}
.date-dz-z-click-red.red {
    background-image: url(../ztw2020_img/pl_dz_h.png);
}
.hf-pl {
    width: 11%;
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    text-align: center;
    display: block;
    float: left;
    color: #aaaaaa;
    font-size: 14px;
    border-radius: 3px;
    /* margin-right: 2px; */
    /* margin-top: 20px; */
}
.hf-con{width: 100%;margin-top: 24px;}
.hf-input{font-size: 12px;width: 610px;height: 40px;line-height: 38px;float: left;margin-right: 10px;}
.all-pl-con {
    width: 96%;
    padding: 2% 0;
    float: left;
    margin: 0 2%;
}
.atName {
    font-size: 12px;
    color: #339b53;
}
.hfpl-text{margin-top: 0;}
.date-dz:hover .removeBlock {
    opacity: 1;
}
.hf-list-con .all-pl-con {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 12px;
}
.hf-list-con .all-pl-con:first-child {
    border-top: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.flex-text-wrap {
    width: 87%;
    float: left;
    *
    zoom: 1;
}
textarea,
.flex-text-wrap {
    outline: 0;
    margin: 0;
    border: none;
    padding: 0;
    position: relative;
    padding-bottom: 0!important;
    position:;
}
.flex-text-wrap textarea,
.flex-text-wrap pre {
    *white-space: pre;
    *word-wrap: break-word;
    white-space: pre-wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-text-wrap textarea {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    resize: none;
    /* IE7 box-sizing fudge factor */
    *height: 94%;
    *width: 94%;
}
.flex-text-wrap pre {
    display: block;
    visibility: hidden;
}
.flex-text-wrap,
textarea {/* margin-bottom: 25px; */}
textarea,
.flex-text-wrap pre {
    line-height: 1.7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding: 0px 15px;
    border: 1px solid #c6c8ce;
    width: 100%;
    -webkit-appearance: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-easing: ease-in-out;
    -moz-transition-easing: ease-in-out;
    -o-transition-easing: ease-in-out;
    -ms-transition-easing: ease-in-out;
    transition-easing: ease-in-out;
    box-sizing: border-box;
    resize: none;
}
.fork-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}
.hf-list-con{
	overflow: hidden;
	width: 100%;
	background: url(../ztw2020_img/pl_bg.png) no-repeat 60px 11px;
}
.hf-list-con .comment-size-name .name{
	margin-right:0;
}
.hf-list-con .date-dz span{
	float:left;
}
.hf-list-con .comment-size-name{
	/* float:left; */
}
.hf-list-con .my-pl-con{
	margin-top: 10px;
}
.hf-list-con .comment-show-con-list{
	background:#f5f5f5;
	width:100%;
	margin-left: 0;
	padding: 15px 20px 15px;
	border-radius: 3px;
	margin-top: 20px;
}


/****** ns_l *****/
.ns_l{
	position: absolute;
	top: 358px;
	left: 2%;
	z-index: 99;
}
.ns_l li{
	width: 50px;
	height: 50px;
	border:1px #eee solid;
	border-radius:3px;
	margin-bottom: 10px;
}
.ns_l li>a{
	display:block;
	width:100%;
	height:100%;
	text-align: center;
	padding-top: 23px;
	box-sizing: border-box;
	background: #fff;
	background-repeat: no-repeat;
}
.ns_l li>a:hover em{

}
.ns_l li em{
	font-style:normal;
	color: #ccc;
	font-size: 12px;
}

.ns_l .zan a{
	background-image: url(../ztw2020_img/PG_dz_h.png);
	background-position: center 10px;
}
.ns_l .zan em{
	color: #f9575d;
}
.ns_l .ping a{
	background-image: url(../ztw2020_img/PG_pl.png);
	background-position: center 8px;
}
.ns_l .ping a:hover{
	background-image: url(../ztw2020_img/PG_pl_h.png);
}
.ns_l .ping a:hover em{
	color: #8cbf0e;
}
.ns_l .hai a{
	background-image: url(../ztw2020_img/PG_hb.png);
	background-position: center 8px;
}
.ns_l .hai a:hover{
	background-image: url(../ztw2020_img/PG_hb_h.png);
}
.ns_l .hai a:hover em{
	color: #71b6f5;
}
.ns_l .fen a{
	background-image: url(../ztw2020_img/PG_fx.png);
	background-position: center 9px;
}
.ns_l .fen a:hover{
	background-image: url(../ztw2020_img/PG_fx_h.png);
}
.ns_l .fen a:hover em{
	color: #ff9e63;
}

.gg_full{margin: 40px 0 0;}

/**/
.tab_screening{
	overflow:hidden;
	border-bottom: 1px #eee solid;
	padding: 0 10px 10px;
	line-height: normal;
}
.tab_screening .col_left{width: 25%;margin: 0;}
.tab_screening .col_left span{position:relative;height: 26px;display: block;float: left;margin-right: 30px;font-size: 14px;}
.tab_screening .col_right{
	width: 65%;
	float:right;
	text-align:right;
	color:#999;
	font-size:14px;
}
.tab_screening .red{
	color:#e60a12;
	margin:0 5px;
}
.tab_screening .selected a{
	color:#e60a12;
}
.tab_screening .selected a:after{
  content:"";
  height:3px;
  width: 15px;
  display: block;
  position: absolute;
  bottom: 0px;
  margin: auto;
  left: 0;
  right: 0;
  background: #ea262f;
}

/* loading */
.loading{text-align:center;margin-top: 20px;}
.loading img{/* margin-top: 10px; */width: 30px;}
.loading:after{content:"加载中...";line-height: 30px;margin-left: 10px;font-size: 12px;color: #999;}
.nomore{text-align:center;font-size: 12px;color:#999;/* margin-top: 10px !important; */}