/* 二级导航 */
.secondary {
    background: #F8F8F8;
    ;
    border-bottom: 1px solid #DDDDDD;
}

.news-detail ul,
.news-detail li {
    list-style-type: disc !important;
    padding-left: 16px;
}

/* 新闻详情 */
.news-title {
    font-size: 32px;
    font-family: SourceHanSansCN-Regular;
    color: #333333;
}

.new-type,
.new-time {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    line-height: 2;
    position: relative;
}

.new-type {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #888888;
}

.news-text {
    margin-top: 55px;
}

.news-text p,
.news-text {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    color: #666;
    line-height: 2.5;
}

.news-text table {
    margin-bottom: 30px;
}

.news-text td {
    padding-left: 10px;
    text-align: center;
}

.news-text a {
    color: #666;
    text-decoration: underline;
    cursor: pointer；
}

.news-text a:hover {
    color: #ec1e24;
}

.news-text img {
    width: auto;
    max-width: 100%;
    height: auto;
    /* margin: 40px 0 0px; */
    display: inline;
    vertical-align: top;
}

.news-text video {
    max-width: 100%;
}

@media (max-width:1440px) {
    .news-title {
        font-size: 28px;
    }
}

@media (max-width:1280px) {
    .news-title {
        font-size: 24px;
    }
}

@media (max-width:1024px) {
    .news-title {
        font-size: 20px;
    }

    .news-text {
        margin-top: 30px;
    }

    .new-type,
    .new-time {
        font-size: 14px;
    }

    .news-text img {
        margin-top: 30px;
    }
}

@media (max-width:768px) {

    .news-text p,
    .news-text,
    .new-type,
    .new-time {
        font-size: 14px;
        line-height: 28px;
    }
}