@charset "utf-8";
*{margin: 0;padding: 0;box-sizing: border-box;}
ul,ol,li{list-style-type: none;}
body{background: #F3F3F3;max-width: 750px;margin: 0 auto 50px;}
.wrap{ width: 100%; height: auto; }
a{color: #121212;text-decoration: none;}

/* 服务页面 */
.fw-area{	width: 100%;	background: #fff;	margin-bottom: 6px;	padding: 20px 15px 5px;}
.fw-area h1{	font-size: 18px;	color: #121212;	line-height: 25px;margin-bottom: 12px;}
.fw-ul{display: flex;flex-flow: row wrap;}
.fw-ul li{width: 33.3%;text-align: center;margin-bottom: 15px;}
.fw-ul li img{	height: 11.2vw;	max-height: 84px;	width: auto;	display: block;	margin: 0 auto 5px;}
.fw-ul li p{font-size: 13px;line-height: 18px;}

/* 详情页面 */
.newsCon{background:#fff; padding:15px;}
.detailTitle{color: #121212; font-size: 21px;line-height: 28px; font-weight: 600;}
.pubTime{ color: #B0B0B0;font-size: 14px; line-height: 20px;margin-top: 18px;margin-bottom:18px;}
.pubTime .source{ color: #275CD9;margin-right: 18px;}
.newsInfo{color: #333; font-size: 16px !important; line-height: 27px;text-align: justify;}
.newsInfo img{width: 100% !important; height: auto!important; display: block;}
.newsInfo p{margin:15px 0;background: none!important;}
.bianji{text-align: right;margin: 20px auto 48px !important;color: #9B9B9B;font-size:16px !important;}
.newsInfo table{width: 100% !important;table-layout: fixed;}
.newsInfo table td{border: 1px solid #999;word-wrap: break-word;width: auto !important;}
.newsInfo iframe{ width:100%;height:55vw;}
.newsInfo .author{ font-size: 14px;color: #999;text-align: right; }
/* 评论 */
.share{margin: 6px auto;padding:15px;background: #fff;}
.shareImg{padding:0px 23px 0 37px; margin-top: 5px; border-left: 1px solid #DBDBDB;}
.shareImg a{ float: left;text-align: center;display: block; font-size: 13.5px;}
.shareImg a:first-child{ color:#80AFB1;text-align: left;}
.shareImg a:nth-child(2){ color:#9DBF7A;}
.shareImg a:nth-child(3){ color:#F5A623;}
.shareImg a img{ max-width:55px;margin-right:2%;}
.shareImg a span{margin-right:1%; margin-top: 15%; }
/* 微信分享 */
.wxshare{ display: flex;padding: 20px 15px;flex-flow: row nowrap; }
.wxshare a{width: 33%;line-height: 40px;text-align: center;font-size: 14px;color: #333;padding-left: 4%;}
.wxshare a.wxq{background: url("../img/wxq.png") left center no-repeat;background-size: contain;}
.wxshare a.weixin{background: url("../img/weixin.png") left center no-repeat;background-size: contain;}
.wxshare a.weibo{background: url("../img/weibo.png") left center no-repeat;background-size: contain;}
/* app下载条 */
.download{ position: fixed; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.7);overflow: hidden; z-index: 999;display: flex;justify-content: space-between;padding: 10px;}
.download a:first-child{ display: flex;flex-flow: row nowrap;align-items: center;justify-content: left;column-gap: 15px;}
.download a:first-child img{ display: block; height:35px;}
.download a:first-child span{ background:#275CD9; border: 1px solid #275CD9;color: #fff;border-radius: 30px;color: #fff;padding:6px 20px;font-size: 14px;}
.download .btn_close{width: 25px;height: 30px;text-align: center;}
.download .btn_close img{	width:20px; height:20px;margin-top: 5px;}