/* 与common不同 */

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

.nav {
    background: rgba(43, 71, 167, .5);
}


/* good */

.list {
    padding-top: 60px;
}

.list_cont .item {
    width: 1160px;
    height: 340px;
    background: #F5F5F5;
    border-radius: 4px;
    padding-left: 62px;
    padding-top: 32px;
    -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>span {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #698CF0;
    float: left;
    padding-top: 14px;
    margin-right: 10px;
}

.item_left_title img:nth-child(2) {
    margin-right: 10px;
    float: left;
}

.item_left_title img:nth-child(3) {
    float: left;
}

.item_left_cont {
    padding-left: 39px;
}

.item_left_cont p:nth-child(1) {
    line-height: 30px;
    margin-bottom: 20px;
}

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

.item_left_cont p:nth-child(2) span {
    padding: 5px 20px;
    background: linear-gradient(-85deg, #698CF0, #A0B9FF);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
    text-align: center;
}

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

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

.item_left_cont p:nth-child(3) span {
    color: #698CF0;
}

.item_right {
    width: 285px;
    height: 221px;
    float: right;
    padding-top: 30px;
}

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

.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(3) {
    width: 160px;
    height: 44px;
    background: #698CF0;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
    margin-top: 10px;
    cursor: pointer;
}

.item_right_cont p:nth-child(3) a:hover {
    color: #fff;
}