@charset "UTF-8";
a[href] {
    cursor: pointer;
}
a[href]:hover {
    color: #2f83f6!important;
}

body {
    background: #eef0f3;
}
.new-part {
    padding-top: 14px;
    background: #fff;
    width: 1246px;
    margin: 0 auto;
}
.new-part-con {
    width: 1200px;
    margin: 0 auto;

}
.new-link-i {
    display: block;
    float: left;
    width: 232px;
    height: 120px;
    padding: 0;
    transition: all 0.3s;
    margin-bottom: 12px;
    line-height: 0;
    overflow: hidden;
}
.new-link-i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.new-link-i:nth-child(2n) {
    margin-left: 12px;
}
.new-link-i:hover {
    box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
    img {
        transform: scale(1.1);
    }
}
.new-part-con .rpart {
    width: 476px;
}
.jbcxbtn {
    display: block;
    width: 476px;
    height: 80px;
    background: url("../images/jbcx.png") no-repeat;
    background-size: cover;
    margin-bottom: 22px;
}
.new-part-con .lpart {
    width: 698px;
}
.new-part-con .lptit-line {
    width: 190px;
    border-bottom: 1px #2A82F7 dotted;
    margin-top: 28px;
}
.new-part-con .lptit {
    margin: 15px auto 0;
}
.new-part-con .lptit .t1 {
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
.new-part-con .lptit .t2 {
    margin-top: 12px;
    font-size: 16px;
    color: #7C7C7C;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}
.new-part-con .jblist {
    margin-top: 22px;
    height: 670px;
    overflow-y: auto;
    margin-left: -10px;
    margin-right: -20px;
    padding-left: 10px;
    padding-top: 10px;
}
.new-part-con .jbitem{
    padding-top: 15px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(207,220,243,1);
    border-radius: 4px;
    width: 224px;
    height: 153px;
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
}
.new-part-con .jbitem:nth-child(3n-2) {
    margin-left: 0;
}
.new-part-con .jbitem .icon{
    width: 88px;
    height: 88px;
    margin: 0 auto 6px;
    line-height: 0;
}
.new-part-con .jbitem .icon img{
    width: 100%;
    height: 100%;
    object-fit:  cover;
}
.new-part-con .jbitem .text{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}
