
rbtj_name{
    width: 100%;
    height: 4.656vw;
    /* background-color: #8B8B8B; */
    /* margin-bottom: 1.7vw; */
    text-align: center;
    margin-top: 1.8vw;
}
.rbtj_zname{
    font-size: 1.88vw;
    font-weight: 600;
    line-height: 2vw;
    position: relative;
}
.rbtj_zname:before{
    content: '';
    position: absolute;
    width: 13.5vw;
    left: 0vw;
    height: 1px;
    background-color: #EFEFEF;
    top: 50%;
}
.rbtj_zname:after{
    content: '';
    position: absolute;
    width: 13.5vw;
    right: 0vw;
    height: 1px;
    background-color: #EFEFEF;
    top: 50%;
}
.rbtj_rname{
    font-size: 0.95vw;
    letter-spacing: 0.4vw;
    line-height: 4vw;
    color: #6C6B6C;
}
.tjxm{
    width: 62.4%;
    margin: 0 auto;
    margin-top: 3.5vw;
}
.tjxm1{
    width: 100%;
    padding-top: 1.5vw;
}
.tjxm11{
    width: 100%;
    min-height: 36.3vw;
    overflow: hidden;
    /*background-color: aliceblue;*/
}
.tjxm11_div{
    float: left;
    /*background-color: aqua;*/
    margin-left: 1.9%;
    width: 32%;
    margin-top: 1.1vw;
    height: 17vw;
    position: relative;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

.tjxm11_div_pic{
    width: 100%;
    height: 9.4vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tjxm11_div_bt{
    margin-left: 6.5%;
    width: 93%;
    height: auto;
    margin-top: 1vw;
    font-size: 1.1vw;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tjxm11_div_nr{
    margin-left: 6.5%;
    width: 79%;
    height: 4vw;
    /*background: aliceblue;*/
    margin-top: 0.7vw;
    font-size: 0.75vw;
    color: #929292;
    line-height: 1.4vw;
}
.tjxm11_div_jh{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.85vw;
    height: 2.85vw;
    background-color: #CFCFCF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 2vw;
    font-weight: 100;
    color: #fff;
}
.tjxm11_div:hover .tjxm11_div_jh{
    background-color: #095CBC;
}

.item:nth-of-type(1){
    background-image: url(../img/fyfy_hs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-right: 1vw;
}
.item:nth-of-type(1):hover{
    background-image: url(../img/fyfy_ls.png);
    color: #fff;
}
.item:last-child{
    background-image: url(../img/fyfy_hs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 1vw;
}
.item:last-child:hover{
    background-image: url(../img/fyfy_ls.png);
    color: #fff;
}
.bot{
    margin-top: 3.5vw;
}