.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_content {
    height: 26.44rem;
} */

.news_content_l {
    float: left;
    padding-top: 0.44rem;
    width: 9rem;
    height: 100%;
}

.news_content_l *{
    max-width: 100%;
}
.news_content_l img{
    height: auto !important;
}
.news_content_l h2 {
    margin-bottom: 0.156rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
    color: rgb(62, 63, 64);
    text-align: center;
}

.details_1 {
    margin: 0 auto 0.285rem;
    height: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details_1 li {
    margin-right: 0.57rem;
    font-size: 0.14rem;
    color: rgb(150, 151, 153);
}

.details_1 li:last-child {
    margin-right: 0;
}

.details_1 li span {
    float: left;
    margin-right: 0.085rem;
    margin-top: 0.02rem;
}

.Horizontal_1,
.Horizontal {
    margin-bottom: 0.27rem;
    width: 100%;
    height: 0.01rem;
    background-color: rgb(225, 227, 230);
}

.news_content_l p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: rgb(62, 63, 64);
}

.news_images {
    width: 9rem;
    height: 5rem;
}

.news_images img {
    width: 100%;
    height: 100%;
}

.Horizontal_1 {
    margin: 0.7rem 0 0.51rem 0;
}

.news_content_3 {
    width: 100%;
    height: 1rem;
}

.news_content_3 li {
    margin-bottom: 0.275rem;
    height: 0.24rem;
}

.news_content_3 li a {
    float: left;
    font-size: 0.18rem;
    color: rgb(62, 63, 64);
    line-height: 1;
}

.news_content_3 li a span {
    float: left;
    margin-right: 0.27rem;
    font-weight: 700;
}

.news_content_3 li a:hover {
    color: #1D6CBF;
}

.news_content_r {
    float: right;
    padding-top: 0.51rem;
    width: 3.6rem;
    height: 100%;
}

.news_content_r h4 {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    color: rgb(62, 63, 64);
    line-height: 1;
}

.news_content_r i {
    display: block;
    width: 0.96rem;
    height: 0.05rem;
    background-color: rgb(29, 108, 191);
}

.news_r_2 {
    padding-top: 0.36rem;
    width: 100%;
    height: 7.2rem;
    border-top: 0.01rem solid rgb(225, 227, 230);
}

.news_r_2 li a {
    float: left;
    margin-bottom: 0.28rem;
    width: 100%;
    height: 1.14rem;
    border-bottom: 0.01rem solid rgb(225, 227, 230);
}

.news_r_2 li a h5 {
    margin-bottom: 0.165rem;
    font-size: 0.16rem;
    color: rgb(62, 63, 64);
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

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

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

.news_r_2 li a:hover h5,
.news_r_2 li a:hover p {
    color: #1D6CBF;
}