.details_patr1 .con_l .tct {
    background: #e6003e;
    display: block;
    width: 80px;
    height: 2px;
    margin: 40px 0 40px 0;
}
.details_patr1 .con_l h2{
    font-size: 16px;
    color: #e6e6e6;
}
.details_patr1 .con_l .lk{
    padding-bottom: 25px;
    margin: 0;
    margin-bottom: 25px;
    border-bottom: 1px dotted #6b6b6b;
    overflow: hidden;
    margin-top: 15px;
}
.details_patr1 .con_l .lk li{
    color: #e6e6e6;
    padding: 0;
    width: 20%;
}
.details_patr1 .con_l .lk li:nth-child(1){
    margin-left: -11px;
}
.details_patr1 .con_l .lk li div{
    margin: 0 auto;
    background: #db003e;
    width: 50px;
    border-radius: 25px;
    height: 50px;
}
.details_patr1 .con_l .lk li p{
    margin-top: 5px;
    text-align: center;
}
.details_patr1 .con_l .cj{
    margin-bottom: 15px;
}
.details_patr1 .con_l .cj span{
    color: #e6e6e6;
    line-height: 25px;
}
.details_patr1 .con_l .wz img{
    margin-top: 15px;
}
@media only screen and (max-width: 768px){
    .details_patr1 .con_l .lk li:nth-child(1){
        margin-left: 0px;
    }
    .details_patr4 td{
        padding-right: 20px;
        text-align: right;
    }
}