body{
    background-color: #f5f5f5;
}

img{
    display:unset
}

.news_title {
    padding-top: 65px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.news_title h1 {
    font-size: 30px;
    color: #324a6c;
    line-height: 50px;
}

.news_date {
    color: #324a6c;
    line-height: 26px;
    margin-top: 12px;
}

.news_date span {
    margin: 0 15px;
}

.news_content {
    padding: 50px 0 40px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}
.alignCenter{
    text-align:center;
}
.news_content p img{
    max-width:1200px;
}
.news_content img{
    max-width:1200px;
}
.news_foot {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 74px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 74px;
}

.news_foot a {
    width: 80px;
    height: 74px;
    font-size: 16px;
    color: #324a6c;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news_prev {
    float: left;
}

.news_catalog {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}

.news_next {
    float: right;
    text-align: right;
}
.videoBox {
    margin-top:30px
}
.videoBox .video{
    width:100%;
    height:100%
}

@media screen and (max-width: 1300px) {
    .atc {
        padding: 65px 30px 40px;
    }

}

@media screen and (max-width: 750px) {
    .atc {
        padding: 50px 30px 50px;
    }

    .news_foot a {
        width: 120px;
        font-size: 24px;
    }

    .news_content p img {
        max-width: 690px;
    }

    .news_content img {
        max-width: 690px;
    }
}