.xh_one>div:nth-child(1){
    width: 40%;

}
.xh_one>div:nth-child(2){
    background: #F8F8F8;
    transition: .6s;
    width: 60%;
    position: relative;
}
.xh_one{
    display: flex;
    justify-content: space-between;
}
.xh_one>div:nth-child(1) img{
    width: 100%;
    display: block;
}
.hrr{
    width: 35px;
    height: 1px;
    background: #0672BB;
    border: none;
    margin-bottom: 21px;
}
.sa{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 85%;
}
.xh>div:nth-child(n+2){
    margin-top: 30px;
}
.title{
    font-size: 26px;
    color: #333333;
    margin-bottom: 16px;
}
.desc{
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color: #666666;
    margin-bottom: 30px;
}
.xq{
    font-size: 14px;
    color: #616161;
}
.jg:hover{
    background: #0672BB!important;
    transition: .6s;
}
.jg:hover .aaa{
    color: white!important;
    transition: .6s;

}
.jg:hover .hrr{
    background: white!important;
    transition: .6s;
}
@media (max-width: 1440px){
    .desc{
        margin-bottom: 20px;
    }
    .title{
        font-size: 24px;
    }
    .xh>div:nth-child(n+2){
        margin-top: 24px;
    }
}
@media (max-width: 1200px){
    .title {
        font-size: 24px;
        margin-bottom: 9px;
    }
    .desc {
        margin-bottom: 12px;
    }
}
@media (max-width: 1024px){
    .title {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .hrr{
        margin-bottom: 11px;
    }
    .desc {
        margin-bottom: 6px;
    }
    .cdh > a:nth-child(2) {
        margin: 0 80px;
    }
    .cdh > a:nth-child(n+3) {
        margin-right: 80px;
    }
}
@media (max-width: 768px){
    .xh_one {
        flex-wrap: wrap;
    }
    .xh_one>div {
        width: 100%!important;
    }

    .sa{
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        margin: auto;
        width: 90%;
        padding: 20px 0;
    }
    .cdh > a:nth-child(n+3) {
        margin-right: 30px;
    }
    .cdh > a:nth-child(2) {
        margin: 0 30px;
    }
}
@media (max-width: 414px){
    .title {
        font-size: 18px;

    }
    .cdh > a:nth-child(n+3) {
        margin-right: 30px;
    }
    .cdh > a:nth-child(2) {
        margin: 0 30px;
    }
}

