.ls_cen{
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.ls_cen ul li{
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px dashed #e4e4e4;
}
.ls_cen ul li:hover{
    background-color: #98071B;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: 1px dashed #98071B;
}
.ls_cen ul li .li_lf{
    color: #98071B;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.ls_cen ul li .li_lf p{
    font-size: 28px;
    position: relative;
}
.ls_cen ul li .li_lf p::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #98071B;
    right: 0;
    bottom: -8px;
}
.ls_cen ul li:hover .li_lf p::before{
    background-color: #ffffff;
}
.ls_cen ul li .li_lf span{
    font-size: 16px;
    padding: 15px 0 5px;
}
.ls_cen ul li .li_lf a{
    background: url(../images/more.png) no-repeat;
    width: 48px;
    height: 20px;
}
.ls_cen ul li .li_rig{
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
}
.ls_cen ul li .li_rig p{
    opacity: 1;
    font-size: 18px;
}
.ls_cen ul li .li_rig span{
    opacity: .6;
    font-size: 14px;
    padding-top: 20px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ls_cen ul li:hover .li_lf,
.ls_cen ul li:hover .li_rig{
    color: #ffffff;
}





.xyld{
    padding-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 125px;
}
.xyld_lf{
    width: 60px;
    height: auto;
    background: #AD2337;
}
.xyld_rig{
    width: calc(100% - 60px);
    box-shadow: 0px 0px 6px #e9e9e9;
}
.xyld_rig ul li{
    border-top: 1px solid #E9E9E9;
    margin: 0 40px;
    font-size: 22px;
    color: #565656;
    display: flex;
    flex-direction: row;
    padding: 25px 0;
}
.xyld_rig ul li:nth-child(1){
    border: 0;
}
.xyld_rig ul li p:nth-child(1){
    width: 60%;
    padding-right: 20px;
    text-align: right;
    border-right: 2px solid #E5E5E5;
}
.xyld_rig ul li p:nth-child(2){
    width: 40%;
    padding-left: 20px;
    text-align: left;
}






.zzjg{
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 125px;
}
.zzjg_tp{
    width: 100%;
    height: 60px;
    background-color: #98061B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zzjg_tp p{
    color: #ffffff;
    font-size: 22px;
}
.zzjg_bt{
    width: 100%;
    padding: 35px 0;
    box-shadow: 0px 0px 7px #e9e9e9;
}
.zzjg_bt ul li{
    padding: 20px 0 20px 70px;
    position: relative;
}
.zzjg_bt ul li::before{
    content: "";
    position: absolute;
    background: url(../new_img/icon.png) no-repeat;
    width: 24px;
    height: 10px;
    bottom: 20px;
    left: 39px;
    background-size: 24px 10px;
}
.zzjg_bt ul li p{
    font-size: 16px;
    line-height: 18px;
}




.dsdw{
    padding-top: 55px;
}
.dsdw_cen .hd{
    padding-bottom: 40px;
}
.dsdw_cen .hd ul{
    display: flex;
    flex-direction: row;
}
.dsdw_cen .hd ul li{
    padding: 0 20px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    border: 1px solid #98061B;
    margin-right: -1px;
    position: relative;
}
.dsdw_cen .hd ul li.on{
    background-color: #98061B;
    color: #ffffff;
}
.dsdw_cen .hd ul li.on::before{
    content: "";
    position: absolute;
    background: url(../new_img/dsdw.png) no-repeat;
    width: 24px;
    height: 11px;
    bottom: -11px;
    left: 50%;
    background-size: 24px 11px;
    transform: translateX(-50%);
}
.dsdw_cen .bd ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dsdw_cen .bd ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.dsdw_cen .bd ul li img{
    width: 190px;
    height: 250px;
    display: block;
}
.dsdw_cen .bd ul li p{
    font-size: 18px;
    margin-top: 10px;
}







.kc_cen{
    width: 1400px;
    margin: auto;
    padding: 50px 0;
}
.kc_cen ul li{
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.kc_cen ul li:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
}
.kc_cen ul li img{
    width: 750px;
    height: 525px;
    display: block;
}
.kc_title{
    width: 700px;
    height: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #ffffff;
    padding: 50px 40px 0 40px;
    box-shadow: 0 0 5px #909090;
}
.kc_cen ul li:nth-child(2n) .kc_title{
    right: auto;
    left: 0;
}
.kc_title span{
    font-size: 22px;
    font-weight: bold;
}
.kc_title p{
    font-size: 16px;
    color: #676767;
    margin: 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kc_title>a{
    font-size: 16px;
    border: 1px solid #676767;
    height: 40px;
    width: 126px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #676767;
}



.unified{
    width: 1400px;
    margin: 75px auto;
    padding: 30px 0;
}
.unified_cen{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.unified_img{
    width: 625px;
    height: 375px;
    position: absolute;
    bottom: 30px;
    right: 25px;
}
.unified_img img{
    width: 100%;
    height: 100%;
}
.unified_bg{
    width: 625px;
    height: 375px;
    background-color: #98061B;
}
.unified_lf{
    width: 775px;
}
.unified_lf span{
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
.unified_lf span::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #98061B;
    bottom: -15px;
    left: 0;
}
.unified_lf p{
    font-size: 16px;
    line-height: 24px;
    margin: 60px 0;
    color: #676767;
    padding-right: 110px;
}
.unified_lf>a{
    font-size: 16px;
    color: #98061B;
}
.gzap_cen{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.gzap_img{
    width: 625px;
    height: 375px;
    position: absolute;
    bottom: 30px;
    left: 25px;
}
.gzap_img img{
    width: 100%;
    height: 100%;
}
.gzap_lf{
    width: 775px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.gzap_lf span{
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
.gzap_lf span::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #98061B;
    bottom: -15px;
    right: 0; 
}
.gzap_lf p{
    font-size: 16px;
    line-height: 24px;
    margin: 60px 0;
    color: #676767;
    padding-left: 110px;
}
.gzap_lf>a{
    font-size: 16px;
    color: #98061B;
}



.xyfg{
    padding: 40px 0;
}
.xyfg ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xyfg ul li{
    width: 45%;
    padding-bottom: 40px;
}
.xyfg ul li img{
    width: 100%;
    aspect-ratio: 405 / 265;
}
.xyfg ul li p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding-top: 15px;
}