
.box2{
    background: #fff;
    padding: 0.7rem 0 0.9rem 0;
}
.box2_left{
    background: none;
    width: calc(100% - 4rem);
    margin-right: 0.8rem;
    padding: 0;
}
.newscont .box_body{
    padding: 0.9rem 0.7rem;
    background-color: #eeeffa;
    background-image: url(../images/n_about1_122.png);
    background-repeat: no-repeat;
    background-position: center 10%;
    border-radius: 0.18rem;
}

.news_title{
    font-size: 0.3rem;
    color: #474747;
    padding-bottom: 0.4rem;
    border-bottom: 1px dashed #a2a4bc;
    width: 100%;
    text-align: left;
}
.news_titleInfo{
    display: none;
}
.news_text{
    margin-top: 0.04rem;
    padding: 0.3rem 0;
    font-size: 18px;
    line-height: 0.56rem;
    color: #474747;
    border-top: 1px dashed #a2a4bc;
}
.newscont .back{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.6rem auto 0 auto;
    width: 1.6rem;
    height: 0.52rem;
    line-height: 0.52rem;
    text-align: center;
    color: #e07405;
    font-size: 0.2rem;
    border: 1px solid #e07405;
    border-radius: 0.6rem;
}

.newscont .back img{
    filter: brightness(1) invert(0);
}
.change_page{
    border: none;
    margin-top: 0.18rem;
    display: flex;
    justify-content: space-between;
}
.change_page a{
    width: 49%;
    display: flex;
    align-items: center;
    padding: 0.3rem;
    background: #eeeffa;
    color: #474747;
    font-size: 0.18rem;
    transition: .4s all ease;
    margin: 0;
    border-radius: 0.08rem;
}
.change_page a p{    
    width: calc(100% - 46px);
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
        color: #474747;
}

.change_page a:hover{
    color: #e07405;
    
}
.change_btn:hover p{
    color: #e07405;
}
.change_btn .change_icon{
    background-image: linear-gradient(to right, #f9c40c, #e17626);
}
.change_btn p{
        color: #474747;
    font-size: 18px;
}
.change_btn .change_icon img {
    filter: brightness(0) invert(1);
}






.box2_right .list{
    display: none !important;
}

.box2_right {width: 3.2rem;}
.box2_right .anli_list{}
.box2_right .item{margin-top: 0.4rem;background: #f4f4f4;overflow: hidden;transition: .4s all ease}
.box2_right .item:nth-child(1){margin-top: 0}
.box2_right .item a{display: block;background: url("../images/n_zy6_5.png") no-repeat;background-position: right center;height: fit-content;}
.box2_right .item .img{overflow: hidden}
.box2_right .item .g_bg{padding-top: 78%;transition: .8s all ease}
.box2_right .item .item_c{padding: 0.3rem;height: fit-content;}
.box2_right .item .text{    height: auto;
    display: flex;
    flex-wrap: wrap;}
.box2_right .item .text .iconfont{color: #9f9f9f;font-size: 0.3rem;transition: .4s all ease}
.box2_right .item .title{color: #474747;font-size: 0.18rem;margin-top: 0.15rem;transition: .4s all ease;width: 100%;}
.box2_right .item:hover{background-image: linear-gradient( #43c5ec, #243e91 ,#303360 )}
.box2_right .item:hover .title{color: #fff}
.box2_right .item:hover .iconfont{color: #fff}
.box2_right .item:hover .g_bg{transform: scale(1.08)}

@media only screen and (max-width: 1024px) {
.change_btn p{
    font-size: 0.14rem;
}
.box2_right {
  width: 100%;
}



    
}





























