.xhjj{
    width: 15.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: .4rem;
}
.xhjj_body{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.xhjj_body_con{
    width: calc(100% - 2.52rem);
    margin-left: .3rem;
    min-height: 8rem;
    /* max-height: 10rem;
    overflow-y: scroll; */
    background: #fff;
    padding: .20rem .10rem;
}
.xhjj_body_con_top{
    text-align: center;
    border-bottom: .01px solid #666666;
    font-size: .25rem;
    font-family: "Microsoft YaHei","SimSun";
    font-weight: 500;
    color: #1D2129;
    padding-bottom: .2rem;
}
.zzjgimg{
    width: 60%;
    height: 8rem;
    margin: 0 auto;
    display: flex;
}

.zyld_body_con_bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.xhjj_body_con_bottom{
    font-size: .187rem;
    line-height: .35rem;

    /* margin: initial;
    padding: initial;
    list-style: initial; */

}
.xhjj_body_con_bottom ul{
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
.xhjj_body_con_bottom li{
    margin: initial;
    padding: initial;
    list-style: initial;
}
.rhsq_body_con_bottom{
    font-size: .13rem;
    line-height: .35rem;
}
.zyld_body_con_bottom_item{
    width: 4.5rem;
    height: 3rem;
    border:.01rem solid #cccccc;
    display: flex;
    flex-direction: column;
    margin-bottom: .1rem;
    margin-right: .07rem;
}
.zyld_body_con_bottom_item_logo{
    width: 100%;
    height: 3.6rem;
    object-fit:contain;
}
.zyld_body_con_bottom_item_info{
    width: 100%;
    height: .6rem;
}
.zyld_body_con_bottom_item_info_name{
    margin-top: .15rem;
    margin-left: .1rem;
    font-size: .18rem;
    font-weight: bold;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
}
.zyld_body_con_bottom_item_info_position{
    margin-top: .1rem;
    margin-left: .1rem;
    font-size: .14rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xhcy_body_con_bottom .zyld_body_con_bottom .zyld_body_con_bottom_item{
    width: 2rem;
    height: 1.8rem;
    border:.01rem solid #cccccc;
    display: flex;
    flex-direction: column;
}
.xhcy_body_con_bottom .zyld_body_con_bottom .zyld_body_con_bottom_item .zyld_body_con_bottom_item_logo{
    width: 100%;
    /* height: 2rem; */
    height: 1.2rem;
    object-fit:contain;
}
.xhcy_body_con_bottom .zyld_body_con_bottom .zyld_body_con_bottom_item .zyld_body_con_bottom_item_info .zyld_body_con_bottom_item_info_name{
    margin-top: .05rem;
    margin-left: .1rem;
    font-size: .14rem;
    font-weight: bold;
}
.xhcy_body_con_bottom .zyld_body_con_bottom .zyld_body_con_bottom_item .zyld_body_con_bottom_item_info .zyld_body_con_bottom_item_info_position{
    margin-top: .05rem;
    margin-left: .1rem;
    font-size: .12rem;
}

.rhsq_form{
    width: 8.22rem;
    height: 1.20rem;
    border: .01rem solid #cccccc;
    margin: .2rem auto 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: .04rem;
}
.rhsq_form_left{
    width: .8rem;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-size: .18rem;
    font-weight: bold;
    background: rgba(245, 245, 245, 1);
    color: #CCCCCC;
}
.rhsq_form_right{
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;  
    line-height: .28rem;
    padding-left: .1rem;
    width: calc(100% - .8rem);
}
.rhsq_form_right>div:nth-child(1){
    font-size: .16rem;
    font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
    font-weight: 650;
    color: #666666;
}
.rhsq_form_right>div:nth-child(2){
    font-size: .14rem;
    color: #999999;
}
.rhsq_form_right>div:nth-child(3){
    font-size: .14rem;
    color: #409EFF;
    cursor: pointer;
}
.rhsq_formtow{
    height: 1.7rem;
}
.sub_btn{
    width: 1.22rem;
    height: .40rem;
    line-height: .40rem;
    text-align: center;
    cursor: pointer;
    background-color: rgba(64, 158, 255, 1);
    border: none;
    border-radius: .05rem;
    margin: .4rem auto 0 auto;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: .13rem;
}

.xhcy_body_con_bottom_title{
   padding: .4rem 0 .15rem 0;
   border-bottom: .01rem solid #CCCCCC;
}
.xhcy_body_con_bottom_titles{
    text-align: center;
    width: 2rem;
    color: #3848BD;
    font-size: .18rem;
    font-family: "Microsoft YaHei","SimSun";
    font-weight: 500;
    position: relative;
}
.xhcy_body_con_bottom_titles::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -.15rem;
    border-bottom: 0.04rem solid #3848BD;
}


.ul_body_nav{
    display: flex;
    width: 100%;
    height: .52rem;
    background: #F8F9FD;
    border-radius: 0px 4px 0px 0px;
}
.ul_body_nav_li{
    font-size: .18rem;
    font-family: "Microsoft YaHei","SimSun";
    font-weight: 500;
    color: #4E5969;
    padding: .13rem .28rem;
    cursor: pointer;
    position: relative;
}
.ul_body_nav_li::after{
    transition: all 0.2s linear;
    transform: translateX(-50%) scaleX(0);
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0rem;
    border-top: .04rem solid #3848BD;
}
.active::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(1);
    top: 0rem;
    border-top: .04rem solid #3848BD;
}
.active {
    color: #3848BD;
    background: #FFFFFF;
}
.ul_body_nav_li:hover{
    color: #2a7efb;
}

.show{
    display: none;
}