.in_banner_bot {
    width: 100%;
    height: 3.85rem;
    overflow: hidden;
    position: relative;
}
.content {
    width: 100%;
    position: relative;
    z-index: 3;
    background-color: white;
    padding-bottom: 1px;
}
.content .box {
    width: 100%;
}
.content .box .top {
    width: 100%;
    position: relative;
    height: 5.65501rem;
    padding-top: 0.33rem;
}
.content .box .top .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.content .box .top .img img {
    width: 100%;
}
.content .box .top .nav {
    margin-left: 1.9575rem;
    position: relative;
    z-index: 2;
}
.content .box .top .nav nav ul::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
}
.content .box .top .nav nav ul li {
    float: left;
    font-size: 0.105rem;
    line-height: 0.105rem;
    color: #a8a8a8;
}
.content .box .top .nav nav ul li a {
    color: #a8a8a8;
}
.content .box .top .nav nav ul li:nth-of-type(2n) {
    margin: 0 0.135rem;
}
.content .box .top .nav nav ul li.active a {
    color: #333;
}
.content .box .top .main-news {
    width: 73%;
    margin: 0 auto;
    margin-top: 1.065rem;
    position: relative;
    z-index: 2;
}
.content .box .top .main-news a {
    width: 100%;
    height: 100%;
    display: block;
}
.content .box .top .main-news a .news-img {
    width: 5.05501rem;
    height: 3.07501rem;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.content .box .top .main-news a .news-img img {
    transition: 0.5s;
    position: absolute;
    width: 100%;
    top: -200px;
    bottom: -200px;
    left: 0;
    margin: auto;
}
.content .box .top .main-news a .right {
    float: right;
    width: 4.99501rem;
    display: block;
    margin-top: 0.2775rem;
}
.content .box .top .main-news a .right .title {
    font-size: 0.315rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: -0.0075rem;
}
.content .box .top .main-news a .right .time {
    display: block;
    font-size: 0.135rem;
    font-weight: normal;
    line-height: 0.135rem;
    color: #333333;
    padding-left: 0.15rem;
    position: relative;
    margin-top: 0.255rem;
}
.content .box .top .main-news a .right .time::after {
    content: "";
    width: 0.0375rem;
    height: 0.135rem;
    background-color: #ea222d;
    position: absolute;
    top: 0;
    left: 0;
}
.content .box .top .main-news a .right .line {
    width: 100%;
    height: 0.0075rem;
    background-color: #e0e0e0;
    margin-top: 0.165rem;
    display: block;
}
.content .box .top .main-news a .right .p {
  font-weight: normal;
    font-size: 0.135rem;
    line-height: 0.255rem;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.18rem;
}
.content .box .top .main-news a .right .button {
    width: 1.485rem;
    height: 0.39rem;
    background-color: #ea222d;
    float: right;
    margin-top: 0.375rem;
    font-size: 0.12rem;
    line-height: 0.39rem;
    color: #ffffff;
    text-align: center;
}
.content .box .top .main-news a .right .button:hover {
    background-color: #db1721;
}
.content .box .top .main-news a:hover .news-img img {
    transform: scale(1.1);
}
.content .box .bottom {
    width: 73%;
    margin: 0 auto;
    margin-top: 0.705rem;
    position: relative;
}
.content .box .bottom .list {
    width: 100%;
}
.content .box .bottom .list .item {
    width: 100%;
    margin-bottom: 0.705rem;
}
.content .box .bottom .list .item a {
    width: 100%;
    height: 100%;
    display: block;
}
.content .box .bottom .list .item a::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
}
.content .box .bottom .list .item a .img {
    width: 26.571%;
    height: 1.695rem;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}
.content .box .bottom .list .item a .img img {
    width: 100%;
    transition: 0.5s;
    position: absolute;
    /*height: 100%;*/
    top: -200px;
    bottom: -200px;
    left: 0;
    margin: auto;
}
.content .box .bottom .list .item a .right {
    float: right;
    width: 67.571%;
    display: block;
}
.content .box .bottom .list .item a .right .title {
    font-weight: normal;
    font-size: 0.165rem;
    line-height: 0.255rem;
    height: 0.51rem;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.5s;
}
.content .box .bottom .list .item a .right .time {
    display: block;
    font-size: 0.135rem;
    font-weight: normal;
    line-height: 0.135rem;
    color: #333333;
    padding-left: 0.15rem;
    position: relative;
    margin-top: 0.2025rem;
}
.content .box .bottom .list .item a .right .time::after {
    content: "";
    width: 0.0375rem;
    height: 0.135rem;
    background-color: #ea222d;
    position: absolute;
    top: 0;
    left: 0;
}
.content .box .bottom .list .item a .right .line {
    width: 100%;
    height: 0.0075rem;
    background-color: #e0e0e0;
    margin-top: 0.165rem;
    display: block;
    position: relative;
}
.content .box .bottom .list .item a .right .line::after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #ea222d;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.content .box .bottom .list .item a .right .p {
  font-weight: normal;
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #a8a8a8;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.165rem;
}
.content .box .bottom .list .item a:hover .img img {
    transform: scale(1.1);
}
.content .box .bottom .list .item a:hover .right .title {
    color: #ea222d;
}
.content .box .bottom .list .item a:hover .right .line::after {
    width: 100%;
}
.page {
    width: 100%;
    height: 0.15rem;
    padding-top: 0.375rem;
    padding-bottom: 0.78rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.page > div {
    height: 0.135rem;
    font-size: 0.135rem;
     
    font-weight: bold;
    color: #333333;
    line-height: 0.14rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.5s;
}
.page > div:hover {
    color: #EA222D;
}
.page > div:first-of-type {
    padding-right: 0.1275rem;
    border-right: 0.0375rem solid #EA222D;
    margin-right: 0.375rem;
    padding-bottom: 0rem;
}
.page > div:last-of-type {
    padding-left: 0.1275rem;
    border-left: 0.0375rem solid #EA222D;
    margin-left: 0.375rem;
    padding-bottom: 0rem;
}
.page > div .red_:nth-child(1) {
    margin-right: 0;
}
.page > .page_num {
    margin: 0 0.13rem;
    padding-bottom: 0.0675rem;
}
.page .page_active {
    color: #EA222D;
    border-bottom: 2px solid #EA222D;
}
@media screen and (max-width: 1020px) {
    .in_banner_bot {
        height: 5rem;
    }
    .content .box .top {
        width: 100%;
        position: relative;
        height: 9rem;
    }
    .content .box .top .img {
        height: 100%;
    }
    .content .box .top .img img {
        width: auto;
        height: 100%;
        position: absolute;
        top: -300px;
        bottom: -300px;
        left: 0;
        margin: auto;
    }
    .content .box .top .nav {
        margin-left: 5%;
        margin-top: 0.3rem;
    }
    .content .box .top .nav nav ul li {
        float: left;
        font-size: 0.25rem;
        line-height: 0.25rem;
        color: #a8a8a8;
    }
    .content .box .top .main-news {
        width: 90%;
        margin-top: 0.6rem;
    }
    .content .box .top .main-news::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        float: none;
        clear: both;
    }
    .content .box .top .main-news a .news-img {
        width: 100%;
        height: auto;
        overflow: visible;
        top: 5.8rem;
    }
    .content .box .top .main-news a .right {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .content .box .top .main-news a .right .time {
        display: block;
        font-size: 0.21rem;
        line-height: 0.21rem;
    }
    .content .box .top .main-news a .right .time::after {
        height: 0.21rem;
    }
    .content .box .top .main-news a .right .p {
        font-size: 0.21rem;
        line-height: 0.38rem;
        margin-top: 0.18rem;
    }
    .content .box .top .main-news a .right .button {
        width: 3rem;
        height: 0.8rem;
        margin-top: 0.375rem;
        font-size: 0.24rem;
        line-height: 0.8rem;
        float: left;
    }
    .content .box .bottom {
        width: 90%;
    }
    .content .box .bottom .list .item a .img {
        width: 41.6%;
        height: 1.695rem;
    }
    .content .box .bottom .list .item a .right {
        width: 54%;
    }
    .content .box .bottom .list .item a .right .title {
        font-size: 0.315rem;
        line-height: 0.42rem;
        height: 0.84rem;
        -webkit-line-clamp: 2;
    }
    .content .box .bottom .list .item a .right .time {
        font-size: 0.21rem;
        line-height: 0.21rem;
        margin-top: 0.3rem;
    }
    .content .box .bottom .list .item a .right .line {
        display: none;
    }
    .content .box .bottom .list .item a .right .p {
        font-size: 0.21rem;
        line-height: 0.36rem;
        margin-top: 0.165rem;
        display: none;
    }
    .page {
        width: 100%;
        height: 0.3rem;
        padding-top: 0.375rem;
        padding-bottom: 0.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .page > div {
        height: 0.3rem;
        font-size: 0.3rem;
         
        font-weight: bold;
        color: #333333;
        line-height: 0.3rem;
        flex-shrink: 0;
        cursor: pointer;
    }
}