/* 头部 */
.header{
	height: 400px;
	background-image: url('../img/info-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* 资讯标题 */
.article-head{
	color: #FFFFFF;
	margin-top: 108px;
}
.article-head .title{
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.article-head .mate{
	font-size: 14px;
}
.article-head .mate li{
	margin-right: 20px;
}
.article-head .mate li i{
	margin-right: 5px;
}
.article-head .mate li a{
	font-size: 14px;
	color: #FFFFFF;
}

/* 资讯详情 */
.article-warp{
	margin-top: 20px;
	padding: 30px 30px;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
	border-radius: 5px;
	font-size: 18px;
	color: #4A4A4A;
	line-height: 32px;
	text-align: justify;
}
.article-warp p{
	margin-bottom: 20px;
}
.article-warp p img{
	width: 50%;
	margin: 5px 0;
}

/* 上下篇 */
.article-nex-pre {
	margin-top: 20px;
	margin-bottom: 60px;
    padding: 20px 30px;
	background: #FFFFFF;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
	
}
.article-nex-pre li{
    flex-basis: 50%;
	font-size: 18px;
}
.article-nex-pre li:first-child {
    text-align: left;
}
.article-nex-pre li:last-child {
    text-align: right;
}
.article-nex-pre li p{
	color: #000000;
	margin-bottom: 5px;
}
.article-nex-pre li .desc a{
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease-in-out;
}
.article-nex-pre li:hover .desc a{
	font-weight: 500;
	color: #FD6A62;
}



@media (max-width: 576px){
	.header{
		height: 215px;
	}
	.article-head {
	    color: #FFFFFF;
	    margin-top: 24px;
	}
	.article-head .title {
	    font-size: 0.5334rem;
	    color: #FFFFFF;
	    margin-bottom: 0.4rem;
	}
	.article-head .mate {
	    font-size: 0.32rem;
	}
	.article-warp {
	    margin-top: 0.4rem;
	    padding: 0.26667rem 0.4rem;
	    font-size: 0.42667rem;
	    line-height: 0.747rem;
	}
	.article-warp p img{
		width: 100%;
	}
	.article-nex-pre {
	    margin-top: 0.4rem;
		margin-bottom: 0.80rem;
	    padding: 0.26667rem 0.4rem;
	}
    .article-nex-pre li p {
        font-size: 0.3734rem;
    }
    .article-nex-pre li .desc a {
        font-size: 0.3734rem;
    }
	
	
	
	
	
}









