.main {
    /* border: 1px solid red; */
    width: 1200px;
    /* 测试 */
    /* height: 900px; */
    margin: auto;
    margin-top: 50px;
    box-sizing: border-box;
    /* clear: both; */
}

.newsBox {
    /* border: 1px solid black; */
    width: 570px;
    height: 220px;
    background-color: #ffffff;
    box-sizing: border-box;
    /* margin: 10px; */
    margin-top: 30px;
    margin-left: 60px;
    padding: 40px;
    float: left;
    position: relative;
    cursor: pointer;
    display: block;
}

.newsBox:nth-child(2n+1) {
    margin-left: 0px;
}

.newsSynopsis {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}

.news_list .newsSynopsis {
    color: #999;
}

.news_list {
    margin-top: 45px;
}

.newsBox:hover {
    box-shadow: 0px 8px 15px 0px rgba(191, 191, 191, 0.3);
}

.newsBox:hover .newsBox_left {
    border-bottom: 1px solid #a08722;
    color: #a08722;
}

.newsBox:hover .newBox_right .title {
    font-weight: bold;
}

.newsBox .newsBox_left {
    border-bottom: 1px solid black;
    width: 17%;
    /* text-align: center; */
    font-family: Bahnschrift;
    /* margin: 20px; */
    /* height: 100%; */
}

.right_banner p:first-child {
    font-family: Bahnschrift;
}

.newsBox_left>.days {
    margin-top: 10px;
    margin-bottom: 56px;
}

.newBox_right {
    /* border: 1px solid green; */
    /* float: right; */
    /* padding-top: 30px; */
    position: absolute;
    width: 369px;
    right: 40px;
    top: 40px;
}

.newBox_right>.title {
    /* border: 1px solid green; */
    /* font-weight: bold; */
    height: 60px;
    line-height: 32px;
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
}


/* 轮播图 */

.news_banner {
    /* border: 1px solid red; */
    margin-top: 55px;
    height: 538px;
    overflow: hidden;
    position: relative;
}

.news_banner .bd {
    width: 100%;
}

.news_banner .bd a {
    display: block;
}

.news_banner .bd a .imgBox {
    width: 740px;
    height: 100%;
}

.news_banner .bd a .imgBox img {
    width: 100%;
    height: 100%;
}

.news_banner .hd {
    position: absolute;
    bottom: 60px;
    left: 800px;
    z-index: 4;
    width: 360px;
}

.news_banner .hd li {
    float: left;
    cursor: pointer;
}

.news_banner .hd li img {
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.news_banner .hd li.on img {
    opacity: 100;
    filter: Alpha(opacity=100);
    transform: scale(1.05);
    transition: all 0.5s;
}

.news_banner .hd li+li {
    margin-left: 10px;
}

.right_banner {
    display: block;
    cursor: pointer;
    background-color: #003a7d;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    /* border: 1px solid red; */
    width: 460px;
    line-height: 28px;
    height: 100%;
    padding: 55px;
    z-index: 2;
}

.banner_text1 {
    font-weight: bold;
    margin: 20px 0;
}

.banner_text2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.banner_line {
    margin-top: 220px;
}

.banner_line>img {
    padding: 5px;
}

.banner_line>img:hover {
    transform: scale(1.4);
    transition: all .5s ease 0s;
    -webkit-transform: scale((1.1));
    -webkit-transform: all .5s ease 0s;
    cursor: pointer;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

@media (max-width:768px) {
    .main {
        width: 100%;
        margin-top: 0px;
    }
    .news_banner2 .newsSynopsis {
        color: #fff;
    }
    .moveBanner_text {
        cursor: pointer;
        background-color: #003a7d;
        color: #ffffff;
        padding: 15px;
    }
    .title {
        /* margin: 15px 0; */
        /* font-weight: bold; */
    }
    .newsBox_left1 {
        /* flex: 1; */
        height: 100%;
        border-bottom: 1px solid #999 !important;
        float: left;
        padding-bottom: 28px;
        display: inline-block;
    }
    .move_text {
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newsBox {
        margin-left: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin: 0px;
        padding: 20px 0px;
        /* margin-top: -20px; */
        border-bottom: 1px solid #e6e6e6;
    }
    .newsBox:last-child {
        border-bottom: 0px;
    }
    .newsBox .newsBox_left {
        width: 18%;
        /* padding: 20px 0px; */
        margin: 0px;
    }
    .newBox_right1 {
        /* border: 1px solid black; */
        width: calc(100% - 50px);
        box-sizing: border-box;
        float: right;
        height: 60%;
        /* margin-left: 30px; */
        margin-top: 30px;
    }
    .newBox_right1>.title {
        margin: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 35px;
        line-height: 32px;
        color: #333333;
    }
    .news_txt1 {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #999;
    }
    .news_list {
        margin-top: 10px !important;
    }
    .news_banner {
        height: auto;
    }
    .right_banner {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 20px;
    }
    .news_banner .bd a .imgBox {
        width: 100%;
    }
    .banner_text1 {
        margin: 10px 0px;
    }
    .banner_text2 {
        line-height: 24px;
    }
    .news_banner {
        margin-top: 30px;
    }
    .newsBox_left>.days {
        margin-bottom: 0px;
    }
    .newBox_right1 {
        margin-top: 0px;
        padding-left: 20px;
    }
    .newBox_right1 {
        height: 100%;
    }
    .newsBox .newsBox_left p {
        color: #333333;
    }
    .newsBox:hover {
        box-shadow: none;
    }
    .pages {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .newBox_right1>.title {
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        margin-bottom: 20px !important;
    }
    .newsBox_left1 p:nth-child(1) {
        font-family: Bahnschrift;
        font-size: 18px;
        line-height: 20px;
        color: #333333;
    }
    .newsBox_left1 p:nth-child(2) {
        font-family: Bahnschrift;
        font-size: 12px;
        line-height: 20px;
        color: #999999;
        margin-top: 6px;
    }
    .newBox_right1 .newsSynopsis {
        font-size: 12px;
    }
    .newsSynopsis {
        line-height: 20px;
    }
}