body {
    margin: 0;
    user-select: none;
    font-size: 16px;
}
img {
    display: block;
    max-width: 100%;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.container {
    width: 1920px;
    min-width: 1920px;
    margin: 0 auto;
    background: url("../images/bg.jpg") no-repeat top;
    background-size: cover;
    padding-bottom: 10px;
}
.top-banner {
    width: 1200px;
    margin: 0 auto;
}
.title {
    margin: 50px 0;
}
.title img {
    height: 110px;
    margin: 0 auto;
}
.intro {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    color: #000;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
}
.new-list {
    width: 1200px;
    margin: 80px auto;
}
.new-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.new-list .img-box {
    width: 630px;
    height: 420px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
.new-list .info {
    flex: 1;
    height: 360px;
    padding: 50px 30px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .8), rgba(255, 255, 255, .1) 90%);
    box-shadow: -100px 0 20px rgba(0, 0, 0, .2);
}
.new-list .item:nth-child(even) {
    flex-flow: row-reverse;
}
.new-list .item:nth-child(even) .info {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1) 10%, rgba(255, 255, 255, .8));
    box-shadow: 100px 0 20px rgba(0, 0, 0, .2);
}
.new-list .tit {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.new-list .txt {
    margin-top: 35px;
    line-height: 1.5;
    text-indent: 2em;
    text-align: justify;
    font-size: 22px;
    color: #000;
}
.more {
    text-align: right;
    padding: 20px 0;
}
.more a {
    font-size: 16px;
    color: #000;
}

/*公共底部*/
#bottom {
    text-align: center;
    background-color: #e7e7e7;
    padding: 40px 0;
    color: #000;
    line-height: 2;
}
#bottom a {
    color: #000;
}

@media screen and (max-width: 1920px) {
    .container, #bottom {
        width: 100%;
        min-width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        width: 1200px;
        min-width: 1200px;
        box-sizing: border-box;
    }
    .intro {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .more {
        padding: 20px;
    }
    #bottom {
        width: 1200px;
        min-width: 1200px;
    }
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-09-12 16:55:52" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->