.news {
    background-color: #352C84;
}
.news .contain {
    overflow: hidden;
}
/* banner */
.banner {
    position: relative;
}
.banner .b_bg {
    width: 100%;
}
.banner .mimg {
    display: none;
}

.cont {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 110px;
}

.img1 {
    margin-top: -30px;
}
.title {
    text-align: center;
    font-weight: bold;
    color: #c8a270;
    font-size: 40px;
    margin-top: 50px;
}

@media only screen and (max-width:1200px) {
    .cont {
        width: 90%;
        margin: 0 5%;
    }
}
@media screen and (max-width: 767px) {
    .contain {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        margin: 0;
    }
    
    .cont {
        width: 100%;
        margin: 0;
        text-align: center;
        padding-bottom: 75px;
    }

    .title {
        font-size: 20px;
        margin-top: 20px;
    }

    .img1 {
        margin-top: unset;
    }

    .cont img {
        max-width: 90%;
    }
    
    .contain-area {
        position: relative;
    }
    
    .contain-area .line {
        position: absolute;
        height: 5px;
        width: 100%;
        background-color: #cca84d;
        bottom: 0;
        left: 0;
    }

    .banner .pimg{
        display: none;
    }

    .banner .mimg{
        display: block;
    }
}

@media only screen and (max-width:700px) {

}
@media only screen and (max-width:560px) {

}
@media only screen and (max-width:480px) {

}