
.yzb_gg{
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 120px;
}
.yzb_liuc{
    width: 100%;
    height: 100px;
    background: url("/statics/yzb/nlts/img/yzb_liuc_img.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}
.yzb_liuc_box{
    width: 900px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 162px;
}
.yzb_liuc_box li{
    width: 130px;
    height: 50px;
    background-color: #ff5d51;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.yzb_liuc_box li a{
    color: #ffffff;
    font-size: 18px;
}

.yzb_km_title{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px
    rgba(195, 195, 195, 0.23);
    margin-top: 30px;
}
.yzb_km_title>div{
    margin-left: 20px;
    width: 80px;
    font-size: 14px;
    color: #999999;
    border-right: 1px solid #e1e1e1;
}
.yzb_km_title li{
    width: 70px;
    height: 30px;
    text-align: center;
    margin-left: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    /*background-color: #ffdfe3;*/
    /*border-radius: 15px;*/
}
.yzb_km_title .active{
    background-color: #ffdfe3;
    border-radius: 15px;
    color: #ec3a45;
}
.yzb_content_box{
    display: none;
}
.active{
    display: block;
}
.yzb_content{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.yzb_content li{
    width: 250px;
    height: 240px;
    margin-bottom: 50px;
    margin-left: 20px;
}
.yzb_content li a img{
    width: 250px;
    height: 150px;
}
.yzb_content li a p{
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    margin-left: 10px;
}
.yzb_gou_box{
    border-right: 1px solid #e4e1e1;
    border-left:1px solid #e4e1e1 ;
    border-bottom: 1px solid #e4e1e1;
}
.yzb_jiage{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px;
    margin: 0 auto;
    padding-bottom: 9px;
}
.yzb_jiage>div{
    font-size: 20px;
    color: #ec3a45;
}
.yzb_jiage i{
    width: 70px;
    height: 30px;
    background-color: #ec3a45;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #f8f8f8;
    font-size: 16px;
}