@media screen and (min-width: 1200px) and (max-width: 2100px) {
    .service .service_box{
        padding: 2% 1%;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
    .service_box .service_left{
        background-color: #8f918e;
        padding: 3% 2% 6%;
        width: 24%;
    }
    .service_li .ser_blue{
        color: #9ec1e0;
    }
    .service_left a{
        color: #fff;
        font-size: 14px;
    }
    .service_left .service_li div{
        padding: 4% 0;
    }
    .service_right .service_img{
        display: flex;
        justify-content: space-between;
    }
    .service_box .service_right{
        width: 73%;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 4%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ser_s .ser_blue{
        border-bottom: 1px solid #98b8d4;
    }
    .ser_blue span{
        color: #98b8d4!important;
    }
    .ser_blue i{
        color: #98b8d4!important;
    }
    .ser_s .ser_bri span{
        font-size: 12px;
        color: #adadad;
    }
    .service_bor .ser_b{
        font-size: 28px;
        font-weight: bold;
        margin-right: 1%;
    }
    .ser_new .ser_new_box a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 2%;
    }
    .ser_new_box a .ser_new_img{
        width: 26%;
    }
    .ser_new_box a .ser_new_img img{
        width: 100%;
    }
    .ser_new_box a .ser_new_cont{
        width: 72%;
    }
    .ser_new_cont h2{
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 2%;
    }
    .ser_new_cont p{
        font-size: 12px;
        color: #5a5a5a;
    }
    .ser_new_time i{
        color: #9ec1e0;
    }
    .ser_new_time span{
        color: #9ec1e0;
        font-size: 12px;
        margin-left: 1%;
    }
    .ser_new_cont .ser_new_time{
        display: flex;
        align-items: center;
    }
    .ser_new .ser_new_box{
        margin-bottom: 2%;
    }
    .ser_new_box a:hover>.ser_new_cont h2{color: red;}
}
/*移动端*/
@media screen and (max-width: 1100px){
    .service .service_box{
        padding: 0 1%;
        display: flex;
        justify-content: space-between;
    }
    .service{
        padding: 1rem 0 0.1rem;
    }
    .service_box .service_left{
        background-color: #8f918e;
        padding: 0.2rem;
        width: 2.2rem;
    }
    .service_li .ser_blue{
        color: #9ec1e0;
    }
    .service_left a{
        color: #fff;
        font-size: 0.22rem;
    }
    .service_left .service_li div{
        padding: 0.14rem 0;
    }
    .service_box .service_right{
        width: 5rem;
    }
    .service_right .service_bor{
        padding-bottom: 2%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 4%;
        display: flex;
        justify-content: space-between;
    }
    .service_bor .ser_b{
        font-size: 0.4rem;
        font-weight: bold;
        margin-right: 0.2rem;
    }
    .ser_new .ser_new_box a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 2%;
    }
    .ser_new_box a .ser_new_img{
        width: 26%;
        display: none;
    }
    .ser_new_box a .ser_new_img img{
        width: 100%;
    }
    .ser_new_box a .ser_new_cont{
    }
    .ser_new_cont h2{
        font-size: 0.28rem;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .ser_new_cont p{
        font-size: 0.2rem;
        color: #5a5a5a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .ser_new_time i{
        color: #9ec1e0;
    }
    .ser_new_time span{
        color: #9ec1e0;
        font-size: 12px;
        margin-left: 1%;
    }
    .ser_new_cont .ser_new_time{
        display: flex;
        align-items: center;
    }
    .ser_new .ser_new_box{
        margin-bottom: 2%;
    }
}