.c_nav_options>li:nth-child(5) {
    background-color: rgb(29, 108, 191);
}

.c_nav_options>li:nth-child(5) a {
    font-weight: 700;
}

.top_img {
    position: relative;
    width: 100%;
    height: 5.2rem;
}

.top_img>img {
    width: 100%;
    height: 100%;
}

.top_img span img {
    position: absolute;
    top: 1.45rem;
    left: 2.85rem;
    width: 6.32rem;
    height: 2.11rem;
}

.news_nav {
    float: left;
    position: relative;
    top: -0.48rem;
    left: 0;
    padding-left: 3rem;
    width: 6.36rem;
    height: 0.96rem;
    background-color: rgb(29, 108, 191);
    border-radius: 0px 80px 80px 0px;
    z-index: 2;
}


.news_nav_item {
    display: block;
    position: relative;
    float: left;
    margin: 0.26rem 0.04rem 0;
    padding-top: 0.28rem;
    width: 1.2rem;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
}


.news_nav_item span {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.12rem;
    height: 0.12rem;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.news_nav_item__active {
    font-weight: 700;
}

.news_nav_item__active span {
    display: block;
}

.news_list {
    padding-top: 1.04rem;
    height: 21.84rem;
}

.news_list_1 {
    margin-bottom: 0.42rem;
    height: 18.8rem;
}

.news_list_1 li {
    float: left;
    margin: 0 0.3rem 0.3rem 0;
}

.news_list_1 li:nth-child(3n) {
    margin-right: 0;
}

.news_list_1 li a {
    position: relative;
    float: left;
    width: 4.2rem;
    height: 4.4rem;
    border-bottom: 0.04rem solid transparent;
    transition: all .2s;
}

.news_det_img {
    float: left;
    margin-bottom: 0.28rem;
    width: 4.2rem;
    height: 2.8rem;
    overflow: hidden;
}

.news_list_1 li a img {
    width: 100%;
    height: 100%;
    transition: all .2s;
    object-fit: cover;
}

.news_list_1 li a h5 {
    margin-bottom: 0.205rem;
    font-size: 0.16rem;
    color: rgb(62, 63, 64);
    line-height: 1;
}

.news_list_1 li a p {
    margin-bottom: 0.36rem;
    font-size: 0.14rem;
    color: rgb(100, 101, 102);
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list_1 li a p span {
    float: right;
}

.shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 4.2rem;
    height: 2.8rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.news_list_1 li a:hover h5,
.news_list_1 li a:hover p {
    color: rgb(29, 108, 191);
}

.news_list_1 li a:hover img {
    margin: -0.3rem 0 0 -0.3rem;
    width: 120%;
    height: 120%;
}

.news_list_1 li a:hover {
    border-bottom: 0.04rem solid rgb(29, 108, 191);
}

.news_list_1 li a:hover .shadow {
    display: block;
}

.news_list_2 {
    float: left;
    margin: 0 4.1rem;
    width: 5.08rem;
    height: 0.38rem;
}

.news_list_2 li {
    float: left;
    margin: 0 0.04rem;
    width: 0.38rem;
    height: 0.38rem;
    border: 0.01rem solid rgb(225, 227, 230);
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.38rem;
    color: rgb(100, 101, 102);
    border-radius: 0.06rem;
}

.news_list_2 li:nth-child(1),
.news_list_2 li:nth-child(8) {
    width: 0.72rem;
}

.news_list_2 li:nth-child(2) {
    background-color: rgb(29, 108, 191);
    border-color: rgb(29, 108, 191);
    color: #fff;
}

.news_list_2 li:last-child {
    width: 0.56rem;
}

.news_list_2 li:hover {
    background-color: rgb(29, 108, 191);
    color: rgb(250, 250, 250);
    border-color: rgb(29, 108, 191);
}