/* 与common不同 */

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

.nav {
    background: rgba(25, 41, 84, .5);
}


/* regulator */

.organ {
    margin: 60px 0;
    height: 244px;
    background: #698CF0;
    border-radius: 4px;
    padding: 27px 65px;
    display: flex;
}

.organ_item {
    width: 330px;
    height: 190px;
    box-shadow: 0px 0px 38px 0px rgba(81, 116, 216, 0.9);
    border-radius: 4px;
    margin-right: 20px;
    background: url(../images/regulator/hot_bg.png) #fff no-repeat center;
    text-align: center;
    padding-top: 48px;
    padding-right: 10px;
}

.organ_item:nth-child(3) {
    margin-right: 0;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
}

.organ_item img {
    margin-bottom: 10px;
}

.organ_item img:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.organ_item p {
    float: right;
}

#hot {
    width: 41px;
    height: 41px;
    background: linear-gradient(180deg, #FFD201, #FF0000);
    border-radius: 4px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    display: inline-block;
    margin-right: 5px;
}

.organ_item p span:first-child {
    width: 135px;
    height: 41px;
    background: #0F4585;
    border-radius: 4px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    display: inline-block;
}

.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;
}

.item_left_title {
    margin-bottom: 20px;
}

.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_cont {
    padding-left: 39px;
}

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

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

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

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

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

.item_right_cont p:nth-child(1) {
    margin-bottom: 20px;
}

.item_right_cont p:nth-child(2) {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    padding-left: 24px;
}