@charset "utf-8";
@import "page.css";
#news_show{width:100%;background:#f8f9fc;padding:10px 0 20px;}
#news_show .wrap{overflow:inherit;}
#news_show .left{width:calc(100% - 300px);background:#fff;position:relative;}
#news_show .left .mycontent{padding:50px 80px;}
#news_show .left .mycontent h1{font-size:24px;font-weight:700;text-align:center;line-height:60px;}
#news_show .left .mycontent .info{text-align:center;color:#404d5b;opacity:.5;border-bottom:1px solid #e8edf2;padding:10px 0;}
#news_show .left .mycontent .info span{padding:0 10px;}
#news_show .left .mycontent .info i{margin-right:5px;opacity:.8;font-size:12px;}
#news_show .left .mycontent .content{padding:30px 0;font-size:16px;line-height:190%;}
#news_show .left .mycontent .content p{padding-bottom:10px;}
#news_show .left .mycontent .content img{max-width:60%;margin:20px 0;}
#news_show .left .mycontent .lable{padding:20px 0;border-top:1px dashed #e8edf2;margin-top:30px;}
#news_show .left .mycontent .lable span{color:#878B99;}
#news_show .left .mycontent .lable a{margin-right:2px;background: #206ae4;border: 1px solid #206ae4; border-radius: 30px;padding:5px 20px;color:#fff;}
#news_show .left .mycontent .lable a:hover{background:#fff;border:1px solid #ddd;color:#206ae4;}
#news_show .left .mycontent .about{padding:30px 0;border-top:1px dashed #e8edf2;color:#878B99;}
#news_show .left .mycontent .shownews_b{background-color:#EFEFEF;border:1px dashed #CCCCCC;margin:15px auto;}
#news_show .left .mycontent .shownews_bb{color:#555555;line-height:23px;padding:10px 10px; font-size:12px;}
#news_show .left .mycontent .edit{text-align:right;font-size:12px;color:#878B99;opacity:.7;line-height:24px;padding:10px 0 0;}
#news_show .left .mycontent .g-return{text-align:center;}
#news_show .left .mycontent .g-return a{border:1px solid #ddd;color:#333;display:inline-block;padding:5px 30px;border-radius:40px;margin:0 5px;}
#news_show .left .mycontent .g-return a:hover{background:#206ae4;border:1px solid #ddd;color:#fff;}
#news_show .left .mycontent .csr .csrwx {border-top: 1px dashed #dcdcdc;width:100%; margin-left: auto; margin-right: auto;padding-top:10px; padding-bottom:10px; display: flex;}
#news_show .left .mycontent .csr .csrwx .img img { width: 130px; height:120px;}
#news_show .left .mycontent .csr .csrwx .Vtext {padding-left: 10px;}
#news_show .left .mycontent .csr .csrwx .Vtext .Vtitle {font-size: 16px;color: #2e2e2e;padding-top:5px; margin-bottom: 10px;}
#news_show .left .mycontent .csr .csrwx .Vtext .Vdesc { color: #999;font-size: 14px;line-height: 24px;}
#news_show .left .other{background:#f1f4f7;border-top:1px solid #e8edf2;padding:20px;}
#news_show .left .other .fx_close .item{text-align:center;margin-left:20px;line-height:24px;}
#news_show .left .other .fx_close .item i{font-size:24px;color:#666;}
#news_show .left .fclose{position:absolute;left:0;top:-40px;text-align:center;background:#fff;padding:10px 0;width:60px;border-top:4px solid red;z-index:10;}
#news_show .left .fclose i{font-size:24px;color:#666;line-height:24px;}
#news_show .left .fclose a:hover i{-webkit-animation:play 2s linear infinite;-moz-animation:play 2s linear infinite;animation:play 2s linear infinite;}
#news_show .left .fclose p{color:#878B99;line-height:14px;}

#news_show .right{width:280px;background:#fff;}
#news_show .right .ewm{text-align:center;padding:20px;background:#fff;}
#news_show .right .ewm .title{font-size:16px;}
#news_show .right .ewm .qrcode{padding:10px 0;}
#news_show .right .ewm .qrcode img{width:170px;}
#news_show .right .classlist{padding:20px 30px;background:#fff;margin-top:10px;}
#news_show .right .classlist .title{font-size:16px;border-bottom:1px solid #e8edf2;}
#news_show .right .classlist .list{padding:10px 0;}
#news_show .right .classlist .list a{margin-right:10px;background:#f5f5f5;padding:0 2px;}
#news_show .right .otherlist{padding:0px 30px;background:#fff;margin-top:10px;}
#news_show .right .otherlist .title{font-size:16px;border-bottom:1px solid #e8edf2;}
#news_show .right .otherlist .list{padding:10px 0;}
#news_show .right .otherlist .list ul li a{word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
#news_show .right .otherlist .list ul li a{position:relative;padding-left:10px;}
#news_show .right .otherlist .list ul li a:before{position:absolute;content:"";width:4px;height:4px;border-radius:50%;background:#979797;left:0;top:50%;margin-top:-2px;}
/*点赞*/
#digg{margin-bottom: 30px;text-align:center;}
#digg p{font-size: 16px;color: #555;font-weight:bold;margin-bottom:20px;}
#digg a{display:inline-block;margin:0 10px;cursor:pointer;color: #555;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;-webkit-box-sizing: border-box;box-sizing: border-box;}
#digg a span{display: inline-block;width: 18px;height: 18px;margin-right:10px;vertical-align: sub;background: url(../images/like.png) no-repeat;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
#digg a span.digg-down{background-position: top right;}
#digg a em{font-style:normal;font-size: 16px;}
#digg a:hover{background: #206ae4;border-color: #206ae4;color:#fff;}
#digg a:hover span.digg-up{background-position: bottom left;}
#digg a:hover span.digg-down{background-position: bottom right;}

#news_show dir{padding-top:18px; border-top:1px solid #f0f0f0;}
#news_show dir:after{display:block; content:''; clear:both;}
#news_show dir>dl{display:block;}
#news_show dir>dl:after{display:block; content:''; clear:both;}
#news_show dir>dl:first-child{display:block;}
#news_show dir>dl:last-child{display:block;}
#news_show dir>dl>dt{float:left; margin-right:8px; opacity:.88;}
#news_show dir>dl>dt b{font-weight:inherit;}
#news_show dir>dl>dd{float:left;}
#news_show dir>dl>dd i{font-style:inherit;}
.d_tags{padding: 2px 2px 10px 2px;}
.d_tags a:nth-child(9n){background-color: #4A4A4A;}
.d_tags a:nth-child(9n+1){background-color: #428BCA;}
.d_tags a:nth-child(9n+2){background-color: #5CB85C;}
.d_tags a:nth-child(9n+3){background-color: #D9534F;}
.d_tags a:nth-child(9n+4){background-color: #567E95;}
.d_tags a:nth-child(9n+5){background-color: #B433FF;}
.d_tags a:nth-child(9n+6){background-color: #00ABA9;}
.d_tags a:nth-child(9n+7){background-color: #B37333;}
.d_tags a:nth-child(9n+8){background-color: #FF6600;}

.d_tags a{opacity: 0.80;filter:alpha(opacity=80);color: #fff;background-color: #428BCA;display: inline-block;margin: 0 5px 5px 0;padding: 0 6px;line-height: 21px}
.d_tags a:hover{opacity: 1;filter:alpha(opacity=100);}
@media (max-width:1200px){
	.news_title span{display:none;}
	#news_show .left .mycontent{padding:50px 50px;}
}
@media (max-width:800px){
	body,html{font-size:.21rem;line-height:.34rem;}
	#news_show{padding:0; background:#fff}
	#news_show .left{width:100%;background:#fff;position:relative;}
	#news_show .left .mycontent{padding:.5rem 0rem;}
	#news_show .left .mycontent h1{font-size:.28rem;line-height:.4rem;}
	#news_show .left .mycontent .info{padding:.1rem 0;font-size:.2rem;}
	#news_show .left .mycontent .info span{padding:0 .1rem;}
	#news_show .left .mycontent .info i{margin-right:.05rem;font-size:.2rem;}
	#news_show .left .mycontent .content{padding:.3rem 0;font-size:.24rem;line-height:180%;}
	#news_show .left .mycontent .content p{padding-bottom:.1rem;text-indent: 0!important;}
	#news_show .left .mycontent .content img{max-width:100%;margin:.3rem 0;width:100%!important;height:auto!important}
	#news_show .left .mycontent .about{padding:.3rem 0;margin-top:.3rem;}
	#news_show .left .mycontent .edit{font-size:.2rem;line-height:.3rem;padding:.1rem 0 0;}
	#news_show .left .mycontent .g-return a{padding:.05rem .3rem;border-radius:.4rem;margin:0 .05rem;}
	#news_show .left .other{background:#f1f4f7;border-top:1px solid #e8edf2;padding:20px;}
	#news_show .left .other .fx_close{display:none;}
	#news_show .left .fclose{display:none;}
	#news_show .right{width:100%;}
	#news_show .right .ewm{padding:.3rem 0;}
	#news_show .right .ewm .title{font-size:.23rem; padding-bottom:.1rem;}
	#news_show .right .ewm .qrcode{padding:.1rem 0;}
	#news_show .right .ewm .qrcode img{width:2rem;}
	#news_show .right .classlist{padding:.3rem 0;margin-top:.1rem;}
	#news_show .right .classlist .title{font-size:.28rem;padding-bottom:.1rem;}
	#news_show .right .classlist .list{padding:.1rem 0;}
	#news_show .right .classlist .list a{margin-right:.1rem;padding:0 .02rem;}
	#news_show .right .otherlist{padding:.3rem 0;margin-top:.1rem;}
	#news_show .right .otherlist .title{font-size:.28rem;padding-bottom:.1rem;}
	#news_show .right .otherlist .list{padding:.1rem 0;}
	#news_show .right .otherlist .list ul li a{padding-left:.15rem;}
	#news_show .right .otherlist .list ul li a:before{width:.06rem;height:.06rem;margin-top:-.03rem;}
}