.news-detail{
    width: 1000px;
    margin: 30px auto;
}
.news-detail h1{
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.news-info{
    margin-top: 21px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}
.news-info span{
    margin-right: 130px;
}
.news-detail .content{
    padding-top: 49px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 42px;
    word-break: normal;
}
.news-detail .content p{
    margin-bottom: 40px;
}
.news-detail .content p.text{
    text-indent: 2em;
}
.news-detail .content p.news-img{
	width: 800px;
	margin: 0 auto;
    text-align: center;
}
.news-detail .content p.news-img img{
	width: 100%;
}
.previous{
    height:100px;
}
.previous a{
    font-size: 20px;
    color: #C28939;
    letter-spacing: 0;
    line-height: 42px;
}
.previous span.next-content {
    float: right;
}
.relevant-articles{
    margin-top: 30px;
    background: #F8F8F8;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 42px;
    padding: 15px 50px 15px 30px;
}
.relevant-articles .title{
    font-size: 18px;
    font-weight: 600;
}
.relevant-articles li{
    position: relative;
}
.relevant-articles li:before {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C28939;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -13px;
}
.relevant-articles li a{
    color: #333;
}
.relevant-articles li a:hover{
    color: #fc4f08;
}