/* .banner {
    position: relative;
    height: 316.5px;
    width: 100%;
} */


/* banner1开始 */

.banner1 {
    position: relative;
    width: 100%;
    height: 110.5px;
    /* float: left; */
    /* background-color: yellow; */
}

.banner1-box {
    width: 100%;
    height: 80px;
    float: left;
    margin-bottom: 2%;
}

.banner1-box1 {
    float: left;
    /* padding: 1px; */
    /* width: 24.91%; */
    width: calc((100%/3) - 1px);
    height: 80px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.banner1-box1:hover {
    background-color: #3b78d4;
}

.banner1-box1:hover a {
    color: #fff;
}

.banner1-box1 a {
    font-size: 16px;
    line-height: 80px;
}


/* banner1结束 */


/* banner2开始 */

.banner2 {
    position: relative;
    /* float: left; */
    width: 100%;
    height: 1050px;
    /* background-color: red; */
    /* text-align: center; */
}

.banner2-title {
    float: left;
    width: calc(100% - 40px);
    margin-top: 20px;
    /* text-align: center; */
    padding: 20px;
}

.banner2-title h1 {
    width: 100%;
    font-size: 30px;
    margin: 1rem 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.banner2-time {
    font-size: 0.875rem;
    color: #999;
    text-align: center;
    line-height: 1.42857143;
}

.banner2-img {
    padding: 20px;
    width: calc(100% - 40px);
    float: left;
}

.banner2-p {
    float: left;
    width: 100%;
    /* height: 200px; */
    text-indent: 2em;
    line-height: 26pt;
}

.banner2-img .left {
    text-indent: 0;
    float: left;
}

.banner2-img .right {
    float: right;
}


/* banner2结束 */