/* 与common不同 */

.banner {
    background: url(../images/bad/banner.png)no-repeat center;
    background-size: contain;
}

.nav {
    background: rgba(12, 17, 40, .5);
}

.nav_title ul {
    float: right;
}


/* bad */

.list {
    padding-top: 60px;
}

.list_cont .item {
    width: 1160px;
    height: 240px;
    background: #F5F5F5;
    border-radius: 4px;
    padding-left: 62px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 20px;
}

.list_cont .item:hover {
    box-shadow: 0px 0px 30px 0px rgba(176, 176, 176, 0.5);
}

.item_left {
    float: left;
    width: 804px;
    padding-right: 70px;
    /* border-right: 1px solid #999; */
}

.item_left_title {
    margin-bottom: 10px;
}

.item_left_title>span {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #698CF0;
    float: left;
    padding-top: 46px;
    margin-right: 10px;
}

.item_left_title>p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333333;
}

.item_left_title>p>img {
    margin-right: 13px;
}

.item_left_cont {
    padding-left: 39px;
}

.item_left_cont p:nth-child(1) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333333;
    margin-bottom: 15px;
}

.item_left_cont p:nth-child(2) {
    margin-bottom: 20px;
}

.item_left_cont p:nth-child(2) span {
    padding: 5px 20px;
    background: #333333;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.item_left_cont p:nth-child(3) {
    color: #698CF0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
}

.item_right {
    width: 285px;
    height: 158px;
    float: right;
    padding-top: 40px;
}

.item_right_cont {
    border-left: 1px solid #999;
    padding-left: 44px;
    height: 158px;
    padding-top: 28px;
}

.item_right_cont p:nth-child(1) {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.item_right_cont p:nth-child(2) {
    margin-left: 70px;
}