@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 #206ae4;background:#206ae4;color:#fff;display:inline-block;padding:5px 30px;border-radius:40px;margin:0 5px;}
#news_show .left .mycontent .g-return a:hover{background:#fff;border:1px solid #ddd;color:#206ae4;}
#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: 180px; height:180px;}
#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:20px 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;}
@media (max-width:1200px){
	#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;}
	#news_show .left .mycontent .content img{max-width:100%;margin:.3rem 0;}
	#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;}
}