.news-wrapper {
padding:30px 0;
width:100%;
	font-size: 14px;
	margin: 0 auto
}

.news-wrapper .wrapper {
	position: absolute;
	left: 50%;
	top: 2.666667rem;
	bottom: .266667rem;
	width: 100%;
	overflow: hidden;
	max-width: 10rem;
	margin-left: -5rem
}

.news-wrapper .head {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	height: 1.133333rem;
	line-height: 1.133333rem;
	background: #4e79e7
}

.news-wrapper .head span {
	display: block;
	width: 15%;
	background: url(/static/images/wap/back_icon.png) no-repeat 50%;
	background-size: .333333rem
}

.news-wrapper .head p {
	text-align: center;
	width: 70%
}

.news-wrapper .tab-title {
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	font-size: 14px
}

.news-wrapper .tab-title a, .news-wrapper .tab-title span {
	display: block;
	width: 50%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	transition: all .5s;
	margin:0 5px;
}
.news-wrapper .tab-title a{
	color: #fff;
	background: #4e79e7;
}
.news-wrapper .tab-title span{
	background:#DDDDDD; color:#999999;
}

.news-wrapper .tab-title a:first-child {
	border: 1px solid #4e79e7;
	border-radius: 5px;
	border-right: 0;
}

.news-wrapper .tab-title a:last-child {
	border: 1px solid #4e79e7;
	border-radius: 5px;
	border-left: 0
}
.news-wrapper .tab-title a:hover{

}
.news-wrapper .tab-title a.cur {

}

.news-wrapper .tab-list {
	margin: 0 15px;
	color: #555
}

.news-wrapper .tab-list li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc
}

.news-wrapper .tab-list li h5 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px;
	line-height: 30px
}

.news-wrapper .tab-list li em {
	font-size: 14px;
	color: #999;
}

.news-wrapper .tab-list li:last-child {
	border-bottom: 0
}

.news-wrapper .tab-list .load {
	display: block;
	line-height: 28px
}

.news-wrapper .tab-list .no-data {
	text-align: center
}
.news-wrapper .tab-list p{ font-size:15px; color:#999999; line-height:24px; padding-bottom:10px;}
/*详情页*/
.news_content_t{
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px;
	line-height: 30px;
	text-align:center;
	color:#0064af;
}
.news_about{ height:35px; line-height:35px; font-size:14px; text-align:center;}
.news_about span{ margin-right:10px;}
.news_content_c{
font-size: 14px;
    line-height: 1.5em;
    padding: 0 0.3rem 0 0.3rem;
    word-break: break-all;
    color: #404040;
}
.news_content_c p {
    margin-top: 20px;
	text-indent:10px;
	line-height:28px;
}
.news_content_c img{ width:60%; height:auto; margin:0 auto;}
.mtree{ border:1px solid #165ea7; border-radius:8px; overflow:hidden; width:100%; background:#165ea7;}
.mtree a{
	width:25%;
	float:left;
	color: #fff;
    display: block;
	padding:4px 8px;
	font-size:12px;
	text-align:center;
	border-radius:5px;
	border-bottom:1px solid #275685;
}