.banner {
    width: 100%;
    position: relative;
}
.banner>img {
    /* width: 19.2rem;
    height: 6.4rem;
    margin: 0 auto; */
    width: 100%;
    display: block;
}
.banner-title {
    width: 16rem;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.banner-title h5 {
    font-size: .48rem;
    color: #000;
}
.banner-title p {
    width: 6rem;
    font-size: .16rem;
    text-align: justify;
    line-height: 1.5;
    color: #333;
}
.news-tab {
    width: 100%;
    height: .6rem;
    background-color: #F9FAFB;
}
.news-tab-box {
    width: 14rem;
    margin: 0 auto;
}
.news-tab-box ul {
    display: flex;
    line-height: .6rem;
}
.news-tab-box ul li{
    margin-right: .4rem;
}
.news-tab-box ul li a{
    display: block;
    font-size: .2rem;
    color: #000;  
}
.news-tab-box .current {
    font-weight: 700;
    border-bottom: .04rem solid #000084;
}
.news-tab-box .current a {
    color: #000084;
}
.wrap {
    width: 100%;
    background-color: #fff;
    padding: .4rem 0;
}
.wrap .news-box {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-box-left {
    width: 6.8rem;
    height: 5.7rem;
    background-color: #F9FAFB;
    border-radius: .1rem;
    border: .01rem solid #e8e8e8;
    padding: .5rem;
    box-sizing: border-box;
    margin-bottom: .4rem;
}
.news-box-left-time strong {
    font-size: .18rem;
    color: #000084;
    padding-right: .2rem;
    line-height: 0;
    border-right: .01rem solid #000084;
}
.news-box-left-time span {
    font-size: .14rem;
    color: #666;
    padding-left: .2rem;
}
.news-box-left p {
    width: 5.8rem;
    font-size: .24rem;
    font-weight: 700;
    color: #000;
    margin: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
}
.news-box-left-con{
    font-size: .14rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.news-box-left-img {
    width: 5.8rem;
    height: 3.2rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-top: .3rem;
}
.news-box-left-img img {
    width: 100%;
    height: 3.2rem;
    object-fit: cover;
}
.page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page a {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    background-color: #F9FAFB;
    margin-right: .1rem;
    border-radius: .04rem;
}
.page a.on {
    color: #fff;
    background-color: #000084;
}
.news-con {
    width: 14rem;
    margin: 0 auto;
    background-color: #F9FAFB;
    border-radius: .1rem;
    border: .01rem solid #e8e8e8;
    padding: .5rem;
}
.news-con h3 {
    text-align: center;
    font-size: .36rem;
    color: #000;
}
.news-title {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #666;
    font-size: .16rem;
}
.news-con-time {
    margin-right: .2rem;
}
.news-con-time img {
    width: .24rem;
    height: .24rem;
    vertical-align: middle;
    margin-right: .1rem;
}
.news-con-author img {
    width: .18rem;
    height: .18rem;
    vertical-align: middle;
    margin-right: .1rem;
}
.news-con p {
    font-size: .16rem;
    text-align: justify;
    margin-top: .2rem;
    line-height: 1.5;
}
.news-con p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.link-more {
    width: 100%;
    margin: .3rem 0;
    border-top: .01rem solid #e8e8e8;
}
.link-more a {
    display: block;
    margin-top: .2rem;
    color: #666;
    transition: .3s all;
}
.link-more a:hover {
    color: #000084;
    font-weight: 700;
    padding-left: .2rem;
}
/* 手机适配 */
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: 3rem;
        overflow: hidden;
        background-color: rgba(242,240,248,.9);
        position: relative;
    }
    .banner>img {
        width: auto;
        height: 3rem;
        object-fit: cover;
        position: absolute;
        right: -80%;
    }
    .banner-title {
        width: 100%;
        height: auto;
        top: 75%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .banner-title h5 {
        font-size: .26rem;
    }
    .banner-title p {
        width: 100%;
        font-size: .14rem;
        text-align: justify;
        /* background:linear-gradient(to bottom, rgba(242,240,248,0.6), #fff); */
    }
    .news-tab {
        height: .4rem;
    }
    .news-tab-box {
        width: 90%;
        margin: 0 auto;
    }
    .news-tab-box ul {
        line-height: .4rem;
    }
    .news-tab-box ul li a {
        font-size: .16rem;
    }
    .wrap {
        padding-top: .2rem;
    }
    .wrap .news-box {
        width: 90%;
        margin: 0 auto;
    }
    .news-box-left {
        width: 100%;
        height: 4rem;
        padding: .2rem;
        margin-bottom: .2rem;
    }
    .news-box-left-time strong {
        font-size: .14rem;
    }
    .news-box-left p {
        width: 100%;
        font-size: .16rem;
    }
    .news-box-left-img {
        width: 100%;
        height: 2rem;
    }
    .news-box-left-img img {
        height: 2rem;
    }
    .page a {
        width: .3rem;
        height: .3rem;
        line-height: .3rem;
        font-size: .16rem;
    }
    .news-con {
        width: 90%;
        margin: 0 auto;
        padding: .2rem;
        box-sizing: border-box;
    }
    .news-con h3 {
        font-size: .2rem;
    }
    .news-title {
        width: 100%;
        font-size: .14rem;
        margin-top: .1rem;
    }
    .news-con-time img {
        width: .2rem;
        height: .2rem;
    }
    .news-con-author img {
        width: .15rem;
        height: .15rem;
    }
}
