.newDetail {
    padding: 0 13% 0 9%;
}
.newDetail-Left {
    position: relative;
    display: inline-block;
    width: 28.5%;
    float: left;
}
.newDetail-Left img {
    max-width: 100%;
}
.newDetailInfo {
    width: 65%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.newDetailInfo img ,
.newDetailInfo p {
    display: inline-block;
    vertical-align: initial;
}
.newDetailInfo .back {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 30px;
}
.newDetailInfo img {
    transform: rotate(180deg);
    margin-right: 15px;
}
.newDetailInfo ul {
    margin-top: 32px;
}
.newDetailInfo ul li {
    color: #ffffff;
    line-height: 25px;
}
.newDetailInfo ul li a {
    color: #ffffff;
}
.newDetail-right >.data-icon {
    display: inline-block;
    position: relative;
    color: #666666;
    font-size: 14px;
    border-radius: 20px;
    transition: all 0.3s linear;
    margin: 20px 0 30px 0;
}
.data-icon::before {
    content: "";
    width: 16px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/new/date.png);
    background-position: center;
    background-size: 16px 15px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.newDetail-right {
    width: 67%;
    display: inline-block;
    margin-top: 93px;
    border-left: 1px solid #b2b2b2;
    margin-left: 2.5%;
    padding-left: 2.5%;
    padding-bottom: 65px;
    margin-bottom: 55px;
}
.newDetail-right h3 {
    color: #7dc9d1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.newDetailRI p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 20px;
}
.newDetailRI img {
    max-width: 100%;
    margin-bottom: 25px;
}
.newDetailRI h5 {
    color: #7dc9d1;
    font-size: 16px;
}
.newDetailRI ul li {
    color: #666666;
    list-style: disc;
    margin-left: 2%;
    /* line-height: 20px; */
}
.newDetailRI ul li p {
    color: #666666;
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
}
.newDetailRI ul li::before {
    /* content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #666666;
    vertical-align: middle;
    margin-right: 10px; */
}
@media (max-width:1600px) {
    .newDetailInfo {
        width: 70%;
    }
    .newDetail {
        padding: 0 9% 0 9%;
    }
}
@media (max-width:1280px) {
    .newDetail-Left {
        width: 32%;
    }
    .newDetail-right {
        width: 62%;
    }
    .newDetailRI ul li {
        margin-left: 3%;
    }
}
@media (max-width:1024px) {
    .newDetail-Left {
        width: 45%;
    }
    .newDetail-right {
        width: 50%;
    }
    .newDetail {
        padding: 0 4% 0 4%;
    }
}
@media (max-width:768px) {
    .newDetail-Left {
        width: 100%;
    }
    .newDetail-right {
        width: 100%;
        border-left: none; 
        margin-left: 0%;
        padding-left: 0%;
    }
    .newDetailInfo {
        width: 40%;
        left: 30%;
    }
}
@media (max-width:414px) {
    .newDetailInfo {
        width: 80%;
        left: 50%;
    }
    .newDetail-Left {
        margin-top: 15px;
    }
    .newDetail-right {
        margin-top: 50px;
    }
}