body{
    background: #f5f5f5;
}
.banner-con{
    background: url(../images/news-detail-bg.jpg) no-repeat;
    background-size: cover;
    color: #ffffff;
}
.banner-con ul{
    gap: clamp(30px , 4.2vw, 80px);
}
.left-right-con{
    gap: 30px;
    margin-top: clamp(20px,2.5vw,50px);
    margin-bottom: clamp(30px , 4.2vw, 80px)
}
.left-right-con .left-con{
    background: #ffffff;
    flex: 1;
    padding: clamp(30px , 4.2vw, 80px) clamp(20px,2.5vw,50px);
}
.left-right-con .left-con p{
    line-height: 2;
}
.left-right-con .left-con img{
    margin-bottom: 10px;
}
.left-right-con .left-con hr{
    background: #000;
    margin-top: 30px;
}
.left-right-con .left-con .pages li{
    padding: 20px 0;
    position: relative;
}
.left-right-con .left-con .pages li:first-child{
    border-bottom: 1px dashed #e6e6e6;
}
.left-right-con .left-con .pages li a{
    display: block;
    padding-left: 100px;
}
.left-right-con .left-con .pages li:first-child a:before{
    content: "";
    background: url(../images/back.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 17px;
}
.left-right-con .left-con .pages li:first-child a:after{
    content: "上一篇:";
    position: absolute;
    left: 40px;
    top: 19px;
}
.left-right-con .left-con .pages li:last-child a:before{
    content: "";
    background: url(../images/forward.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 17px;
}
.left-right-con .left-con .pages li:last-child a:after{
     content: "下一篇:";
    position: absolute;
    left: 40px;
    top: 19px;
}
.left-right-con .right-con{
    max-width: 380px;
    padding: 15px;
    background: #ffffff;
}
.left-right-con .right-con .contact-con{
    background: url(../images/contact-bg.jpg) no-repeat center right;
    color: #ffffff;
    padding: 20px 30px;
    background-size: cover;
}
.left-right-con .right-con .contact-con ul{
    margin-bottom: 0;
}
.left-right-con .right-con .contact-con ul li:last-child{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
}
.left-right-con .right-con .contact-con ul li:last-child:before{
    content: "";
    background: url(../images/tel-white.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 15px;
}
.left-right-con .right-con .recommend-con{
    padding: 20px;
    margin-top: 30px;
}
.left-right-con .right-con .recommend-con .title{
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
}
.left-right-con .right-con .recommend-con ul{
    gap: 30px;
}
.left-right-con .right-con .recommend-con ul a p{
    text-align: center;
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 0;
}

@media (max-width:768px){
    .left-right-con{
        flex-direction: column;
    }
    .left-right-con .right-con{
        max-width: 100%;
    }
    .left-right-con .right-con .recommend-con{
        padding: 0;
    }
    .left-right-con .right-con .recommend-con ul{
        flex-direction: row!important;
        flex-wrap: wrap;
        gap: 15px;
    }
    .left-right-con .right-con .recommend-con ul li{
        flex: 1;
        flex-basis: 50%;
    }
  
     .left-right-con .right-con .recommend-con ul li .img img{
        width: 100%;
     }
    
}

