#newPartItem {
    justify-content: center; /*子元素水平居中*/
    align-items: center; /*子元素垂直居中*/
    display: -webkit-flex;
    height: 340px;
}

.newControl-box {
    /*width: 1170px;*/
    width: 1400px;
    /*height: 100px;*/
    height: 340px;
    background-image: url(../images/hots_bg.png);
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.newControl-box ul {
    list-style: none;
    position: relative;
}

.newControl-box ul li {
    position: absolute;
    cursor: pointer;
}

.newPrev {
    left: 0;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    height: 300px
}

.newNext {
    right: 0;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    height: 300px
}

.newBigbox {
    overflow: hidden;
    width: 1212px;
    /*height: 90px;*/
    height: 330px;
    margin: auto 85px auto;
}

#newSwitcher {
    /*height: 90px;*/
    height: 340px;
    left: 0px;
}

.newContent_1.newContent_2 {
    width: 100%;
    float: left;
}

.newBox {
    transition: all .7s ease 0s;
    width: 255px;
    height: 90px;
    float: left;
    /*border-left: 3px white solid;*/
}