.banner{
    margin-bottom: 70px;
}
.sub-info h1{
    text-align: center;
    color: #505050;
    font-size: 24px;
    margin-bottom: 28px;
}
.news-belong {
    width: 37%;
    font-size: 12px;
    color: #969696;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 16px;
}
.news-belong > ul {
}
.news-belong > ul > li {
    display: inline-block;
}
.news-belong > ul > li:nth-child(1) {
    float: left;
}
.news-belong > ul > li:nth-child(3) {
    float: right;
}
.news-info {
    border-top: 1px dashed #969696;
    padding-top: 5px;
    padding-bottom: 5px;
	line-height:24px;
	font-size: 14px;
}
.news-info img{max-width:100%;height:auto;}
.news-info h4{margin-bottom: 30px; margin-top: 30px;}
.news-info p{color: #7a7a7a;margin-bottom: 30px;}
.news-help {
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 50px;
    margin-bottom: 40px;
	font-size:12px;
	font-family:"宋体";
}
.news-help > ul > li {
    margin-bottom: 6px;
}
.news-help > ul > li:nth-last-child(3) {
    padding-bottom: 6px;
}
.news-help > ul > li:nth-last-child(2) {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.news-help > ul > li a {
    color: #7a7a7a;
}
.news-help > ul > li a:hover {
    color: #fd1a0a;
}
@media (max-width: 767px){
    .banner {
        margin-bottom: 30px;
    }
    .sub-info h1 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .news-belong {
        width: 65%;
    }
    .news-belong {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px){
    .banner {
        margin-bottom: 20px;
    }
    .sub-info h1 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .news-belong {
        width: 100%;
        margin-bottom: 6px;
    }
    .news-help > ul > li:nth-child(1) {
        text-indent: -5em;
        margin-left: 5em;
    }
    .news-help > ul > li:nth-last-child(1) ,
    .news-help > ul > li:nth-last-child(2) {
        text-indent: -4em;
        margin-left: 4em;
    }
}