.product-tab {
    height: 120px;
    padding-bottom: 50px;
}
.product-tab .title {
    text-align: center;
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}
.product-tab .title a {
    font-size: 36px;
    font-weight: bold;
    color: #666;
    display: inline-block;
}
.product-tab .title a:hover {
    color: #000;
}
.product-tab .title a:hover::after {
    content: '';
    width: 110px;
    height: 3px;
    background-color: #1947ba;
    display: block;
    margin-left: 20px;
    margin-top: 25px;
}
.product-tab .title a:first-child {
    margin-right: 70px;
}
.product-tab .title a.active {
    color: #000;
}
.product-tab .title a.active::after {
    content: '';
    width: 110px;
    height: 3px;
    background-color: #1947ba;
    display: block;
    margin-left: 20px;
    margin-top: 25px;
}
.new-rj {
    padding: 45px 0 60px;
}
.new-rj .con {
    display: flex;
    margin-bottom: 65px;
    box-shadow: 0px 5px 25px -15px #333;
    border-radius: 10px;
}
.new-rj .con .left-img {
    overflow: hidden;
}
.new-rj .con .left-img img {
    transition: all 0.6s;
}
.new-rj .con:hover .left-img img {
    transform: scale(1.1);
}
.new-rj .con:hover .text span {
    color: #1947ba;
}
.new-rj .left {
    width: 900px;
}
.new-rj .right {
    width: calc(100% - 900px);
    padding: 50px 60px 50px 50px;
}
.new-rj .text h4 {
    padding-right: 25px;
    font-size: 26px;
    line-height: 1.5em;
    margin: 10px 0 25px;
    color: #000;
    font-family: "SourceHanSansCN-Regular";
    font-weight: bold;
}
.new-rj .text p {
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
}
.new-rj .text span {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
}
.new-box .img img{max-width: 300px;}

@media only screen and (max-width:767px) {
    .product-tab {
        height: auto;
        padding-bottom: 0;
    }
    .product-tab .title {
        text-align: center;
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid #eee;
    }
    .product-tab .title a {
        font-size: 20px;
        font-weight: bold;
        color: #666;
        display: inline-block;
    }
    .product-tab .title a:first-child {
        margin-right: 15px;
    }
    .product-tab .title a.active::after {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product-tab .title a:hover::after {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .new-rj .con {
        display: block;
        margin-bottom: 30px;
        box-shadow: 0px 5px 25px -15px #333;
        border-radius: 10px;
    }
    .new-rj .left {
        width: 100%;
    }
    .new-rj .right {
        width: 100%;
        padding: 15px;
    }
    .new-rj .text h4 {
        padding-right: 25px;
        font-size: 18px;
        line-height: 1.5em;
        margin: 10px 0 10px;
    }

    .new-rj .text span {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.8em;
        color: #666;
    }
    .new-rj {
        padding: 30px 0;
    }
}