.info-bg{
    background: url(../img/ny_dangjian_bg.jpg) no-repeat;
}

/* 顶部专栏 */
.top-spe{
    width: 100%;
    height: 425px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
}

.spe-left{
    width: 523px;
    height: 392px;
    position: relative;
}

.hd{
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 20px;
    font-size: 0;
    z-index: 99;
}

.hd ul{
    display: flex;
    justify-content: flex-end;
}

.hd li{
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
}

.hd li.on{
    background-color: white;
}

.swiper-box{
    width: 523px;
    height: 392px;
}

.swiper-item {
    position: relative;
}

.swiper-item img{
    width: 523px;
    height: 392px;
}

.swiper-msg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 522px;
    height: 95px;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 20px 80px 20px 20px;
}

.swiper-msg p:first-child{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
    line-height: 30px;
}

.swiper-msg p:nth-child(2){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.spe-right{
    width: calc(100% - 550px);
}

.spe-item{
    border-bottom: 01px solid #D4D4DD;
    padding: 20px 10px;
    background: white;
    transition:background 1s;
	-webkit-transition:background 1s; /* Safari */
}

.spe-item:hover{
    background: #C8001B;
}

.spe-item p{
      transition:color 1s;
	-webkit-transition:color 1s; /* Safari */
}

.spe-item:hover p:first-child{
    color: #F08593;
}

.spe-item:hover p:nth-child(2){
    color: white;
}

.spe-item:hover p:nth-child(3){
    color: #F08593;
}

.spe-item p:first-child{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(165, 170, 179, 0.78);
    line-height: 30px;
}

.spe-item p:nth-child(2){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3A414F;
    line-height: 30px;
}

.spe-item p:nth-child(3){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9EA1A8;
    line-height: 30px;
}

/* 自律规则部分开始 */
.rule-list{}

.rule-item{
    width: 100%;
    height: 168px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 14px 12px;
    margin-bottom: 24px;
}

.rule-item .rule-left{
    width: 123px;
    height: 139px;
    background: #F1F5FC;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
}

.rule-left p:first-child{
    font-size: 30px;
    font-family: DINOT;
    font-weight: 400;
    color: #424B86;
}

.rule-left p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
    line-height: 35px;
}

.rule-left img{
    width: 22px;
    height: 22px;
}

.rule-left .rule-active{
    display: none;
}

.rule-item .rule-right{
    width: 117px;
    height: 41px;
    justify-content: center;
    border-left: 1px solid #DADBE1;
}

.rule-right img{
    width: 33px;
    height: 11px;
}

.rule-right .rule-active{
    display: none;
}

.rule-item .rule-center{
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding: 14px 12px;
}

.rule-center p:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4B5466;
    line-height: 50px;
}

.rule-center p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #54575E;
    line-height: 30px;
}

/* 自律规则部分结束 */
