/* 导航栏 */
.header {
}
section{
	padding-bottom: 0.3rem;
}
.logo {
	padding: 0.5rem 0 0.16rem 0.3rem;
	display: block;
	height: 0.6rem;
}
.logo  img {
	height: 100%;
}

.nav {
	overflow: hidden;
}
.nav ul {
	background: #17CE83;
	white-space:nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.nav ul  li {
	height: 0.7rem;
	padding: 0.19rem 0.2rem 0 0.2rem;
	display: inline-block;
	margin-right: 0.3rem;
}
.nav ul  li a {
	font-size: 0.3rem;
	display: block;
	padding: 0.1rem;
	color: #FFFFFF;
	position: relative;
}
.nav ul .on{
	background: #F99621;
}
.nav ul .on a {
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 0.2rem;
}
.banner {
	width: 100%;
}
.banner .img{
	margin: 0.25rem 0.3rem;
	display: block;
	height: 3.6rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.banner .img img{
	width: 100%;
	height: 100%;
}

.banner-item{
	margin: 0 0.3rem;
}
.banner-top{
	display: flex;
	align-items: center;
	width:6.9rem;
	height:0.48rem;
	margin-bottom: 0.2rem;
	background-size:1rem 0.48rem;
	background-repeat: no-repeat;
	background-image: url(../image/14-index_slices/banneryop%201@2x.png);
}
.banner-top span{
	text-align: center;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	margin-left: 0.1rem;
	width: 0.6rem;
	display: block;
}
.banner-top p{
	margin-left:0.5rem;
	flex: 1;
}
.banner-top p a{
	font-size: 0.28;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.banner-bottom{
	margin: 0.2rem 0.3rem;
	display: block;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 0.42rem;
}

/* 标题 */
.part-title {
	background: #F6F6F6;
	display: flex;
	justify-content: space-between;
	padding: 0.2rem 0.3rem;
	margin-top: 0.5rem;
	
}
.part-title .title {
	display: flex;
	align-items: center;
}
.part-title .title b {
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.part-title .title i {
	margin-right: 0.1rem;
	display: inline-block;
	width: 0.15rem;
	height: 0.2rem;
	background-image:url(../image/14-index_slices/titlelogo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}


.part-title a {
	color: #999;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #17CE83;
}
/* 标题结束 */
.product{
	width: 3.3rem;
	margin-top: 0.4rem;
}
.product .img{
	width: 3.3rem;
	height:2rem;
	margin-bottom: 0.2rem;
}
.product .img img{
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}
.product span{
	width: 3.3rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.24rem;
}
.product time{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.42rem;
}
/* 默认列表，无边框 */
.list-default{
	width: 100%;
	margin-top: 0.2rem;
}
.list-default ul{
	position: relative;
}

.list-default ul li:after{
	content: '';
	position: absolute;
	left: 0;
	width: 0.12rem;
	height: 0.12rem;
	background: #E5E5E5;
	border-radius: 50%;
}

.list-default ul li{
	font-size: 0.28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 0.22rem;
}
.list-default ul li a{
	flex: 1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.28rem;
	
}
.list-default ul li time{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.72rem;
	margin-left: 0.5rem;
}
/* 第三板块 */
/* 第三板块 */
.activity{
	margin-top: 0.3rem;
	display: flex;
	flex-direction: column;
}
.activity-title{
	display: flex;
	align-items: center;
	margin-top: 0.1rem;
}
/* .activity-title img{
	width: 0.9rem;
	height: 0.3rem;
	margin-right: 0.23rem;
} */
.activity-title a span{
	width: 6.8rem;
	display: block;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.05rem;
	letter-spacing: 0.01rem;
}
/* 第四部分 */
.activity-item {
	display: flex;
	align-items: center;
	margin: 0.15rem 0;
	padding-bottom: 0.35rem;
}

.activity-item .img {
	width: 2.4rem;
	height: 1.6rem;
}
.activity-item .img img {
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}
.activity-item .post-main {
	margin-left: 0.25rem;
	flex: 1;
	overflow: hidden;
}
.activity-item .post-main a{
	min-height: 0.8rem;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.35rem;
}
.activity-item .post-main b{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 0.42rem;
	margin-bottom: 0.38rem;
}
.activity-item a {
	line-height: 0.22rem;
}
.activity-item  time {
	/* margin-top: 0.2rem; */
	display: block;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.45rem;
}
.activity-item time .new a{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.45rem;
	color: #29D18D;
	margin-right: 0.3rem;
}

/* 第五部分 */
.tips{
	width: 6.9rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #EEEEEE;
}
.tips:last-child{
	border:none;
}
.tips span{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 0.2rem;
}
.ask{
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}
.ask span{
	display: block;
	width: 0.42rem;
	height:0.42rem;
	background: #17CE83;
	border-radius:50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ask-a{
	display:inline-block;
	width: 6rem;
}
.ask-a a{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.42rem;
}
.answer{
	display: flex;
	align-items: center;
}
.answer span{
	display: block;
	width: 0.42rem;
	height:0.42rem;
	background: #F99621;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.answer-a{
	display:inline-block;
	width: 6rem;
}
.answer-a a{
	font-size:0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 0.3rem;
}

/* 友情链接 */
.partner{
	width: 100%;
	padding: 0.4rem 0;
}
.partner a{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.36rem;
	margin: 0rem 0.1rem;
}

/* 页尾 */
.footer{
	background: #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0.67rem 1.2rem;
	margin-top: 0.8rem;
}
.footer a{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.3rem;
}


/* 列表css */
.column{
	margin-top: 0.15rem;
}

 .column span{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
	margin-left: 0.35rem;
}
 .column span a{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3rem;
}
.btn a{
	padding:0.12rem 0.23rem ;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	font-family: Microsoft YaHei;
	color: #555555;
	margin: 0 0.11rem;
	font-size: 0.24rem;
}
.list-article_m .ask{
	display: flex;
	align-items: center;
	border-bottom: 0.01rem solid #EEEEEE;
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
}
.list-article_m .ask span{
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	background: #FC8E2C;
	border-radius: 50%;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.2rem;
}
.list-article_m .ask .gray{
	background: #E5E5E5;
}
.list-article_m .ask:nth-child(-n+3) .gray{/* 选择前三个 */
	background: #FC8E2C;
}
.list-article_m .ask-a{
	display:inline-block;
	width: 5.7rem;
}
.list-article_m .ask-a a{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.42rem;
}


/* 文章css */
.main-title{
	background: #F6F6F6;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	padding: 0.4rem 0;
}
.main-title h1{
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.36rem;
	margin-bottom:0.3rem;
}

.main-title span{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin: 0 0.1rem;
	letter-spacing: 0.01rem;
}
.main-title-item{
	display: flex;
	flex-direction: column;
	margin-bottom: 0.2rem;
}
.main-title-item img{
	width: 3.8rem;
	height: auto;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.main-title-item p{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 0.48rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.main-on {
	width: 100%;
	text-align: center;
	margin: 0.3rem 0;
}
.main-on a p{
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #17CE83;
	line-height: 0.48rem;
}
.list-go a{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.72rem;
}
.article-article_m .ask{
	display: flex;
	align-items: center;
	border-bottom: 0.01rem solid #EEEEEE;
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
}
.article-article_m .ask span{
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	background: #FC8E2C;
	border-radius: 50%;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.2rem;
}
.article-article_m .ask .gray{
	background: #E5E5E5;
}
.article-article_m .ask:nth-child(-n+3) .gray{
	background: #FC8E2C;
}
.article-article_m .ask-a{
	display:inline-block;
	width: 5.7rem;
}
.article-article_m .ask-a a{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.42rem;
}