/* banner轮播 */
.banner {
    background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/images/news.png) no-repeat center;
    width: 100%;
    height: 403px;
}

.banner h2{
    font-size: 48px;
    min-width: 1200px;
    color: #FFFFFF;
    text-align: center;
    line-height: 100px;
    padding-top: 160px;
    margin-bottom: 24px;
}

.banner p {
    font-size: 36px;
    color: #F2F0F0;
    text-align: center;
}

/* 企业管理 */
.service-contain {
    width: 1000px;
    margin: 0 auto;
}

.section .inner .navigation {
    margin-top: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d4d4d4;
}

.news-datails .news-title {
    margin-top: 40px !important;
    font-size: 30px;
    color: #313131;
}

.section {
    position: relative;
    min-height: 200px;
    text-align: left;
    line-height: 1.15;
}

.navigation a {
    color: #949494;
    margin: 0 6px;
}
.navigation a:hover {
    color: #000000;
}

.news-datails .news-title {
    margin-top: 40px !important;
    font-size: 30px;
    color: #313131;
}

.last-page a, .next-page a {
    color: #79b3ff;
    font-size: 15px;
}

.news-content p {
    margin: 0 0 20px;
    font-size: 15px;
    color: #434343;
    line-height: 23px;
    text-justify: auto;
    text-align: justify;
}

.news-datails .date-part .date {
    background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/images/clock-icon.png) no-repeat center;;
    background-position: center left;
    padding-left: 30px;
    color: #7d7d7d;
}

.news-datails .date-part {
    margin-top: 20px;
    font-size: 18px;
}

.query-posts a {
    font-size: 14px;
    color: #79b3ff;
    margin-bottom: 10px;
    display: inline-block;
}
.query-posts {
    margin-bottom: 50px;
}

.query-posts p {
    margin: 10px 5px;
    line-height: 1;
    font-size: 14px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

@media (max-width: 767px){
    .news .banner {
        background: url(../images/mobile/news-banner.jpg) no-repeat center;
        height: 180px;
    }

    .news .banner h2 {
        font-size: 25px;
        text-align: center;
        padding-top: 84px;
        line-height: 33px;
        width: 100%;
        min-width: 0;
    }

    .news .news-title {
        font-size: 14px;
        line-height: 24px;
    }

    .news-datails .date-part .date {
        font-size: 12px;
    }

    .news .news-content img {
        width: 100%;
        height: auto;
    }
}
