.article>h2{
    color: #333;
}
.article{
    padding:60px 50px;
}
.article-boxList{
    width: 100%;
    padding:0 50px;
    box-sizing: border-box;
}
.article-box h5{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #cf2820;
    padding-bottom: 15px;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 60px;
}
.article-box h5 span{
    font-size: 16px;
    margin-left: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #515151;
}
.news_detail .article  .article-box p{
    width: 982px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #515151;
}
.news_detail .article  .article-box:last-child p{
    margin-bottom: 0px;
}