.top .topMsg img {
    width: 100%;
}

.top .topMsg {
    position: relative;
}

.top .topMsg p {
    position: absolute;
    right: 2%;
    bottom: 2%;
    font-size: 44px;
    font-weight: 700;
}

.msg {
    margin-bottom: 120px;
}

.msg .msgTitle {
    display: block;
    width: 430px;
    height: 70px;
    background-color: #527fa2;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
}

.msg p {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}
em{
    color: red;
}
.msg p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-bottom: 5px;
}
.newslist{
    width: 60%;
    margin: auto;
    overflow: hidden;
    padding: 3% 0;
    border-bottom: 1px solid #cccccc;
}
.newslist .img{
    float: left;
    width: 33.33%;
}
.newslist .text{
    width: 66.66%;
    padding-top: 5%;
    float: right;
}
.newslist .text .title{
    font-size: 18px;
}
.img img{
    width: 200px;
    height: 178px;
    margin-left: 40px;
}
.line{
    display: block;
    width: 70%;
    margin: auto;
    border-bottom: 1px solid #cccccc;
}
@media (max-width: 768px) {
    .top .topMsg p {
        font-size: 28px;
        font-weight: 700;
    }
    .msg .msgTitle {
        width: 80%;
        font-size: 26px;
    }
    .msg {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1680px) {
    .top .topMsg p {
        font-size: 36px;
    }
    .msg .msgTitle {
        display: block;
        width: 405px;
        height: 66px;
        background-color: #527fa2;
        line-height: 66px;
        color: #fff;
        text-align: center;
        font-size: 25px;
        margin-top: 60px;
    }
    .msg p {
        font-size: 24px;
        margin-bottom: 26px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .top .topMsg p {
        font-size: 26px;
    }
    .msg .msgTitle {
        display: block;
        width: 370px;
        height: 55px;
        background-color: #527fa2;
        line-height: 55px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-top: 60px;
    }
    .msg p {
        font-size: 18px;
        margin-bottom: 26px;
        margin-top: 30px;
    }
}
@media (max-width:768px){
    .newslist{
        width: 90%;
    }
    .newslist .img{
        float: none;
        width: 100%;
    }
    .newslist .text{
        width: 100%;
        float: none;
    }
    .top .topMsg p{
        right: 8%;
        bottom: 24%;
        font-size: 20px;
        color: white;
    }

    .msg .msgTitle { width: 100%; font-size: 18px; height: 50px; line-height: 50px; margin-top: 30px; }
    .msg p { font-size: 14px; line-height: 24px; margin-top: 20px; margin-bottom: 20px; }
    .line { width: 90%; }
    .newslist { padding: 30px 0px 20px; }

    .img img { margin-left: 0px; margin: 0 auto; display: block; }
    
}