/*
移动端项目： 
font-family:Arial,sans-self;

pc端(含Mac)项目： 
font-family:Arial,sans-self;

移动和pc端项目： 
font-family:Arial,sans-self;
https://icomoon.io/app/#/select
 use !important to prevent issues with browser extensions that change fonts  
-https://icomoon.io/app/#/select

http://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.d9df05512&cid=918
*/
@import url('icomoon/style.css');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-touch-action: none;
}
html{font-size:62.5%;}body{width:100%;background-color:#ffffff;}
html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}
body,div{
	padding:0px;
	margin:0px;	
	font-size: 1.6rem;
} 
html,body{ position:relative;width:100%;}
dl,dt,dd,ul,li{ list-style:none;padding:0;margin:0;}
table th,table td{padding:0px;margin:0px;font-size:1.4rem;}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;    border-image-width: 0;
}
a{
	text-decoration: none;
	color: #333333;	
	font-size: 1.6rem;
}
a:link,a:visited{color:#2b61c0}
.split{color: #666666;}
.show{display:block;}
.none{diplay:none;}
.clear{clear:both; height:0;font-size:0px;overflow:hidden;display:block;}
.clearfix:after{clear:both;height:0;font-size:0;overflow:hidden;display:block;visibility:hidden; content:".";}
.seeno,.datenone{display:none;}.wh100{width:100%;height:100%;}
.main{ 
    position: absolute;
    top: 0px;
    width: 100%;height:100%;
    padding: 0 10px;
     overflow:hidden;
    -webkit-overflow-scrolling: touch;  box-sizing:border-box;
}
.scroller2{width: 100%;}
.sub1{
	width: 100%;font-size:1.6rem;
	height: 49px;line-height:49px;position:relative;
}
.sub1 .pre,.sub1 .preno{display:block;width:36%;float:left;}
.sub1 .pre a,.sub1 .preno a{
	display: block;font-size:1.6rem;
	width:55px;margin-left:8px;height:50px;
	float: left;padding-left:20px;text-align:left;
	background-image: url(../images/pre.png);
	background-repeat: no-repeat;
	background-position:5px 18px;
	background-size:8px auto;
}
.sub1 .preno a{background-image: url(../images/preno.png);}
.sub1 .next,.sub1 .nextno{display:block;width:36%;float:right;text-align:right;}
.sub1 .next a,.sub1 .nextno a{
	display: block;font-size:1.6rem;
	width:55px;margin-right:8px;height:50px;
	float: right;padding-right:20px;text-align:right;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position:60px 18px;
	background-size:8px auto;
}
.sub1 .nextno a{background-image: url(../images/nextno.png);}
.sub1 .next a,.sub1 .pre a{color:#333;}
.sub1 .nextno a,.sub1 .preno a{color:#bbbbbb;}
#subsel{
margin:0 auto;padding:1px 0 0 0;border:0;display:inline-block;position:absolute; left:50%; top:10px; margin-left:-100px; width:200px;height:31px;line-height:27px;background:#fff ;text-align:center;
}
#subsel .down{
  width:0px; 
  height:0px; 
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #999;
  font-size:0px;
  line-height:0px;
  display:inline-block;
  position:relative;
  top:-3px;
  margin-left:5px;
}
#subsel #pages{position:absolute;left:0;top:0;height:27px;opacity:0;width:200px;}
#subsel select{ background-color:#fff;}
#subsel span{font-weight:bold;}
.nowtit{color:#032a5a;}

@-webkit-keyframes fadeintitle{
0%{ filter: alpha(opacity=0);
	opacity:0.0; }

100%{ filter: alpha(opacity=100);
	opacity:1.0; }

}
@keyframes fadeintitle{
0%{ filter: alpha(opacity=0);
	opacity:0.0; }

100%{ filter: alpha(opacity=100);
	opacity:1.0; }
}
@-webkit-keyframes fadeouttitle{
0%{  filter: alpha(opacity=100);
	opacity:1.0; }

100%{ filter: alpha(opacity=0);
	opacity:0.0;}
}
@keyframes fadeouttitle{
0%{  filter: alpha(opacity=100);
	opacity:1.0; }

100%{ filter: alpha(opacity=0);
	opacity:0.0;}
}
.fadeint {
	 /* -webkit-animation: fade-in 0.5s linear infinite; 无限循环 */
	-webkit-animation: fadeintitle 0.3s linear;
	animation: fadeintitle 0.3s linear; 
}
.fadeoutt {
	-webkit-animation: fadeouttitle 0.3s linear;
	animation: fadeouttitle 0.3s linear; 
}
.tran3s{transition-duration:0.3s;
	transition-timing-function: linear;
-webkit-transition-timing-function: linear;}
@keyframes divw_h{
0%{ width:0px;height:0px; filter: alpha(opacity=0);
	opacity:0.0;}
100%{width:100%;height:100%;filter: alpha(opacity=100);
	opacity:1.0;}
}
@keyframes divw_h_out{
0%{  width:100%;height:100%;filter: alpha(opacity=100);
	opacity:1.0;}
100%{width:0px;height:0px;filter: alpha(opacity=0);
	opacity:0.0;}
}
.divw_h_an {
	 /* -webkit-animation: fade-in 0.5s linear infinite; 无限循环 */
	-webkit-animation: divw_h 0.3s linear;
	animation: divw_h 0.3s linear; width:100%;height:100%;
}
.divw_h_an_out {
	 /* -webkit-animation: fade-in 0.5s linear infinite; 无限循环 */
	-webkit-animation:divw_h_out 0.3s linear;
	animation: divw_h_out 0.3s linear;width:0%;height:0%;
}

.newstime a:hover{text-decoration:underline;} 
.nowtit{color:#032a5a;}

.navview {
	background-color:#f9f6fa;font-size:1.6rem;color:#000;line-height:4.1rem;padding-top:0.4rem;height:4.1rem;text-align:center; position:relative; padding-left:6.0rem;text-align:left;
}
.navview strong{ font-weight:normal;}
.navview .return{float:left;position:absolute;top:0px;left:0.0rem;line-height:4.5rem;height:4.5rem;width:6.0rem;text-align:left;}
.navview .return a{padding-left:1.0rem;line-height:4.5rem;height:4.5rem;width:5.0rem;display:block;float:left;}
.navview .return img{height:62%;vertical-align:middle;}

.navview .soundtop{float:right;position:absolute;right:11.6rem;top:0px;line-height:4.5rem;height:4.5rem;width:3.6rem;text-align:center;cursor:pointer;}
.navview .soundtop .ico_sound{
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 1.4rem;
	background-image: url(../images/sound.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 2.2rem 4.4rem;
}
.navview .soundhover .ico_sound{
	background-position: left bottom;
}
.navview .sharetop{float:right;position:absolute;right:8.0rem;top:0px;line-height:4.5rem;height:4.5rem;width:3.6rem;text-align:center;cursor:pointer;}
.navview .sharetop img{height:42%;vertical-align:middle;}
.navview .zoomout{float:right;position:absolute;right:4.4rem;top:0px;line-height:4.5rem;height:4.5rem;width:3.6rem;text-align:center; cursor:pointer;}
.navview .zoomout .ico_zoomout{
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 1.4rem;
	background-image: url(../images/zoomout1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 2.2rem 4.4rem;
}
.navview .zoomhover .ico_zoomout{
	background-position: left bottom;
}
.navview .zoomin{float:right;position:absolute;right:0.8rem;top:0px;line-height:4.5rem;height:4.5rem;width:3.6rem;text-align:center;cursor:pointer;}
.navview .zoomin .ico_zoomin{
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 1.4rem;
	background-image: url(../images/zoomin1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 2.2rem 4.4rem;
}
.navview .zoomhover .ico_zoomin{
	background-position: left bottom;
}
.gray{     
 -webkit-filter: grayscale(100%);   
  -moz-filter: grayscale(100%);  
   -ms-filter: grayscale(100%);   
  -o-filter: grayscale(100%);     
     filter: grayscale(100%); 	
filter: gray; }
.share{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;top:100%;z-index:1006;filter: alpha(opacity=0);
	opacity:0.0;
	height:17.2rem;line-height:1.9rem;
	left:9%;background-color: #fff;
	border-radius:8px;
}
.weixin_tip{
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1006;
	background-image: url(../images/share/tip.png);
	background-size: 100% auto;
	background-position: right top;
	background-repeat: no-repeat;
}
.share .stxt{text-align:center;padding-top:1.9rem;padding-bottom:1.9rem;}
.share .sclose{
	width: 1.6rem;
	height: 1.6rem; overflow:hidden;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem; cursor:pointer;
	background-image: url(../images/share/close.png);
	background-size: 100% 100%;
}
.share .simg{width:86%;	margin-left: auto;
	margin-right: auto;}
.share .simg a{display:block;text-align:center;width:25%;float:left;}
.share .simg a img{height:5.0rem;margin-bottom:0.6rem;}

.foot {
	text-align: center;display:none;
	padding-top:1.5rem;padding-bottom:1.5rem;line-height:19px;font-size:1.3rem;
	color: #999;
}
.foot a{color:#999;font-size:1.3rem;}
.foot p{font-size:1.3rem;margin-top:0;margin-bottom:0}
.gotop {
	background: #BDC3D6;
	color: #ffffff;font-family:Arial,sans-serif;margin-top:0px;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:3px;}
	
	
.caption {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1.5px solid #CCC;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
    TEXT-ALIGN: center;
}


.caption .t{
    display: block;
    width: 100%;
    overflow: hidden;
}
.caption .guide {
    font-size: 1em;
    line-height: 25px;
}
.caption .newstitle {
    font-size: 1.5em;
    line-height: 25px;
    padding-left: 2px;
    font-weight: 600;
}
.caption .jiantitle{
    font-size: 1.2em;
    line-height: 20px;
    padding-left: 2px;
}
.caption .reporter{
	color: #999;
    font-size: 1em;
    line-height: 20px;
    padding-left: 2px;
}

.newscomfrom {
	text-align: center;
	font-size:1.2rem;
	color:#aeaeae;	
}
.newscont{
    width: 100%;
    padding: 0 5px;
    font-size: 1em;
    line-height: 1.8em;
    word-wrap: break-word;
    word-break: normal;
}
.newsmore{line-height:27px;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1.5rem;padding-right:1.5rem;}
.newsmore a{display:inline-block;line-height:27px;padding-left:2px;padding-right:2px;}
.newscont p{text-align:justify;word-wrap:break-word}
#newspapercontent img{width:100%;}
.return2 {
    display: block;
    padding-left:1.1rem;padding-right:1.1rem;
    margin: auto;
    height: 36px;
    line-height: 36px;
    padding-top: 10px;
    border-bottom: 0px solid #e0e0e0;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #333;
    margin-top: 0px;
}
.return2 a.home {
    color: #333;
    margin-left: 2px;
}
.return2 span {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}	
.speak{
	text-align:center;width:100%;display:none; 
}
.speak .mediasound{text-align:center;padding:0;margin:0;margin-top:1px;}.mediasound audio{width:98%;}
.speak p.load{color:#497cf1;display:none;margin-top:0px; text-align:center;}
.noclick{pointer-events:none;}
#pub_nowhref{display:none;}
 .weixinimg{width:0;height:0;line-height:0px; overflow:hidden;}
 
 #toTop2 {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #D9383D;
    border-radius: 50%;
    background-image: url(../images/up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}
.navbu{position:fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;}
.navbu ul {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    list-style: none;
}
.navbu li {
    width: 18.5%;
    height: 30px;
    margin-top: 10px;
    float: left;
}
.navbu li:first-of-type {
    width: 36%;
}
.navbu li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #D9383D;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}
.navbu li:first-of-type a {
    float: left;
}
.navbu li.back a{background-image: url(../images/back.png);}
.navbu li.larger a{background-image: url(../images/font-larger.png);}
.navbu li.smaller a{background-image: url(../images/font-smaller.png);}
.navbu li.share3 a{background-image: url(../images/share3.png);}
.navbu li a.zoomhover{ background-color:#ccc;}

/*我要评报*/
.comment{
	padding-bottom: 8px;
	background-color: #fff; text-indent:0;
}
.pingmsg{display:none;color:red;font-weight:bold;text-align:center;padding-top:8px;}
.comment h3{display:block; line-height:42px; font-size:16px;font-weight:bold;margin-top:0;margin-bottom:0;}
.comment .addc{width:100%;padding-top:3px;}
.comment .addc span.forname{margin-right:10px;} .comment .addc span.fornoname input{ vertical-align:middle;height:18px;width:18px;margin-right:3px;}
.comment .addc .p_textarea{width:100%;margin-top:5px;}
.comment .addc textarea {padding:8px;border:1px solid #cbcbcb;width:100%;color:#333; background-color:#f8f8f8;height:155px; overflow:hidden;line-height:20px;font-family:"微软雅黑", "新宋体", Arial; box-sizing:border-box;  }
.comment_publish_btn{width:100%;padding-top:16px;}
.btn_publish{
	width: 163px;
	height: 47px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/plsubmit.png);
	background-repeat: no-repeat;
}.btn_publish span{display:none;}
.btn_publish:link{ color:#fff; }
.btn_publish:visited{ color:#fff; }
.btn_publish:hover{ color:#fff;opacity:0.8;}


.con_fen{width:100%;}
.con_fen .inc{}
.con_fen .fen_submit{color:#535353;line-height:33px;padding-top:0px;padding-bottom:4px;margin-top:0;margin-bottom:0;vertical-align:middle}
.con_fen .fen_submit img,.con_fen .fen_submit input{vertical-align:middle}
.con_fen .fen_submit input{margin-left:13px;_margin-left:6px;*margin-left:6px;}
.con_fen .fen_show{color:#434343;text-align:center;line-height:17px;padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;}
.con_fen .fen_show span{color:#D10005;font-weight:bold;}

/*页面评论*/
#pagecomment1 h2{text-align:center;}
.pagecomment{
	padding-bottom: 8px;
	padding-top:0px;
	background-color: #fff;text-indent:0;
}
.pagecomment .nocom{text-align:center;padding-top:38px;color:#333;}
.pagecomment h3{position:relative;z-index:3;display:block; line-height:32px; font-size:16px;font-weight:bold;}
.pagecomment h3 .blue{color:#000;}
.pagecomment h3 .num{color:red;}
.pagecomment h3 a.more{ position:absolute;z-index:4;right:22px;top:8px;font-size:12px;font-weight:normal;color:#333;}
.pagecomment h3 a:hover{
	text-decoration: underline;
	color: #F00;
}
.pagecomment .fen_show{color:#434343;text-align:center;height:42px;line-height:42px;color:#999;font-size:14px;}
.pagecomment .fen_show span{color:#0ac908;}
/*width:565px;*/
.pagecomment .box{padding-bottom:10px;padding-top:0px;font-size:14px;}
.pagecomment dl{ 
/*
border:1px solid #cbcbcb;padding-right:12px;padding-left:12px;margin-top:13px;
*/
padding-bottom:12px;}
.pagecomment dt{  height:48px;line-height:48px; color:#999;text-align:right;border-bottom:1px solid #a6a6a6;}
.pagecomment dt cite{ float:left; font-style:normal; }
.pagecomment dt cite strong{ font-weight:normal; color:#141414;}
.pagecomment dt cite strong a{color:#014e9c; font-weight:900; text-decoration:underline;}
.pagecomment dt cite img{ vertical-align:-2px;}
.pagecomment dd{ padding:0px; clear:both;}
.pagecomment dd .ctxt{
	font-size:14px;
	line-height:23px;
	padding-top:10px;
	padding-bottom:0px;color:#333; position:relative;
}
.pagecomment .optbar{ text-align:right; padding-right:0px; margin-bottom:0px; position:absolute;right:0px;top:10px;}
.pagecomment .optbar a{ display:inline-block; width:auto; padding:0 10px; }
.pagecomment .optbar a:hover{ color:#04be02; text-decoration:underline;}
.pagecomment .optbar a span{ color:#f00;}
.pagecomment .optbar a em{ color:#090;}
.pagecomment .optbar .frpl{ border:1px solid #DBDCDC; border-bottom:1px solid #F1F7FB;background-color:#F1F7FB;}
.pagecomment .optbottom{
	background-image: url(../images/bgdot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*reply show*/
.replyshow{padding-left:30px;padding-top:12px; }
.replyshow .re_title{
	text-align:right;
	height:20px;
	color:#9a9a9a;
	border-top:1px dashed #D5EBFD;
	padding-top:10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.replyshow .re_title cite{ float:left; font-style:normal; color:#000;}
.replyshow .re_title cite strong{ font-weight:100;  color:#8d8d8d;}
.replyshow .re_title cite strong a{color:#014e9c; font-weight:900; text-decoration:underline;}
.replyshow .re_con{
	font-size:14px;
	line-height:160%;
	padding-right: 16px;
	padding-left: 16px;
	padding-top:12px;
	padding-bottom:3px;
}
.plreply{
	margin-bottom:10px;
	padding-top:6px;
	padding-left:15px;
	padding-right:15px;
	min-height:130px;
	height:auto!important;
	height:130px;
	background-color:#F1F7FB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DBDCDC;
	border-bottom-color: #DBDCDC;
	border-left-color: #DBDCDC;
}
.plreply .close{ position:absolute;top:10px;right:6px;width:14px;height:14px; cursor:pointer;}
.plreply .resign{line-height:150%;padding-bottom:6px;width:100%;}
.plreply .resign input{width:100px;}
.plreply  .recontent{width:100%;}
.plreply  .recontent textarea{width:100%;}
.plreply .resubmit{height:25px;padding-top:6px;padding-bottom:6px;width:100%;}
.plreply .resubmit a{float:right;display:block;}
.plreply .resubmit a.fabu{	
	width: 80px;height:23px;padding-top:2px;line-height:23px;
	text-align: center;
	background-image: url(../images/plreplysubmit.png);
	background-repeat: no-repeat;
	background-position: left top;color:#2B2B2B;
}
.plreply .resubmit a.fabu:hover{
	background-position: left bottom;
}
#rehtml{display:none;}

div.bbs_info_right_btn{
	margin-top:0em;
	margin-right: 0;text-indent:0em;
	margin-left: 0;
	margin-bottom:1.0em;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
}
div.bbs_info_right_btn a{ }
div.bbs_info_right_btn .favor:link{ color:#fff; background:#D9383D; display:inline-block; text-align:center; padding:0px 10px;}
div.bbs_info_right_btn .favor:visited{ color:#fff; background:#D9383D;}
div.bbs_info_right_btn .favor:hover{ color:#fff; background:#D9383D;}

div.bbs_info_right_btn .good{ color:#fff;
/*
 background:#87d359;#dd0343
 */
  background:#04be02;
 display:inline-block; text-align:center; padding:0px 10px; cursor:pointer;}
div.bbs_info_right_btn .good:link{ color:#fff; background:#D9383D; display:inline-block; text-align:center; padding:0px 10px; cursor:pointer;}
div.bbs_info_right_btn .good:visited{ color:#fff; background:#D9383D;}
div.bbs_info_right_btn .good:hover{ color:#fff; background:#D9383D;}
div.bbs_info_right_btn .goodhave:hover{ text-decoration:none; cursor:text}
div.bbs_info_right_btn .tran:link{ color:#fff; background:#f16a4f; display:inline-block; text-align:center; padding:0px 10px;}
div.bbs_info_right_btn .tran:visited{ color:#fff; background:#f16a4f;}
div.bbs_info_right_btn .tran:hover{ color:#fff; background:#f16a4f;}
div.bbs_info_right_btn .icon_good_white { width: 14px; height: 14px; display:inline-block;background: url(../images/pp_icons.png) 0px -47px; margin: 9px 5px 0 0; }
div.bbs_info_right_btn .icon_tran{ width:16px; height:14px;display:inline-block; background:url(../images/bbs_icons.png) 0px -167px; margin:9px 5px 0 0;}
@media screen and (min-width:800px){	
    body{width:640px;background-color:#ffffff;margin-left:auto;margin-right:auto;}
	.main{margin-left:auto;margin-right:auto}	
	.block p a{font-weight:normal;}
}
@media screen and (min-width:1023px){
	body,div{font-family:Arial,sans-serif;}	
	.gotop{font-family:Arial,sans-serif}
}

/*大屏 2160 */
@media screen and (min-width:1024px){
	body{width:98%;margin-left:auto;margin-right:auto;}
/*
@media screen and (min-width:2500px){
	body{width:640px;}
}
*/