.policiesRegulations{
    width: 100%;
    min-height: 832px;
}
.policiesRegulations .policiesRegulationsList{
    width: 220px;
    margin-right: 22px;
}
.policiesRegulations .policiesRegulationsList .news{
    width: 220px;
    background: #ffffff;
    padding-bottom: 20px;
}
.policiesRegulations .policiesRegulationsContent{
    width: 1060px;
    min-height: 832px;
}


.breakLaw{
    width: 100%;
    min-height: 832px;
}
/*.breakLaw .breakLawList{*/
/*    width: 288px;*/
/*    min-height: 607px;*/
/*}*/
/*.breakLaw .breakLawList .news{*/
/*    width: 288px;*/
/*    background: #ffffff;*/
/*    padding-bottom: 20px;*/
/*}*/
.breakLaw .breakLawContent{
    width: 100%;
    min-height: 832px;
    background: #ffffff;
    padding-top: 42px;
}
.breakLaw .breakLawContent .informationRecord{
    width: 90%;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    color: #3888fe;
    font-size: 16px;
    display: block;
    cursor: pointer;
}

.underConstruction{
    width: 100%;
    height: 700px;
    background: #ffffff;
    padding-top: 24px;
    background: rgb(246,249,252);
}
.underConstruction .underConstructionImg{
    background: url("../img/underConstruction.png");
    width: 885px;
    height: 572px;
    margin: 0 auto;
}

.thirdPartyService{
    width: 100%;
    height: 100%;
    background: #fff;
}
.thirdPartyService .thirdPartyServiceImg{
    background: url("../img/third-partyServicePlatformBg.png");
    width: 100%;
    height: 501px;
    margin: 0 auto;
    position: relative;
}
.thirdPartyService .thirdPartyServiceCenter{
    width: 100%;
    height: 446px;
    margin: 0 auto;
    position: relative;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox{
    position: absolute;
    height: 218px;
    width: 944px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p{
    opacity: 1;
    font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    letter-spacing: 2px;
}

.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(1){
    font-size: 40px;
    line-height: 48px;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(2){
    font-size: 24px;
    line-height: 50px;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(3){
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    margin-top: 50px;
}
.thirdPartyService .thirdPartyServiceImg .thirdPartyServiceImgBox p:nth-of-type(4){
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox{
    position: absolute;
    width: 894px;
    height: 320px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv{
    height: 100%;
    width: 276px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv:hover{
    opacity: 1;
    border-radius: 10px 40px 10px 10px;
    box-shadow: 0px -5px 34px 0px rgba(39,123,221,0.10);
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv:hover .buleBorberShow{
    height: 6px;
    opacity: 1;
    background: linear-gradient(90deg,#61a5fa, #326cf3);
    border-radius: 0 0 10px 10px;
    margin-top: 38px;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv img{
    margin-top: 40px;
    margin-bottom: 25px;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv p{
    width: 100%;
    opacity: 1;
    font-size: 22px;
    font-family: PingFang, PingFang-SC;
    font-weight: 600;
    text-align: center;
    color: #3e464c;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv p:nth-of-type(2){
    font-size: 16px;
    margin-bottom: 19px;
}
.thirdPartyService .thirdPartyServiceCenter .thirdPartyServiceCenterBox .thirdPartyServiceCenterBoxDiv p:nth-of-type(3){
    width: 196px;
    height: 40px;
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #778193;
    line-height: 20px;
}

.typeList .secondLevel{
    width:100%;
    min-height:10px;
}
.typeList .secondLevel p{
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left:53px;
    font-size:12px;
    cursor: pointer;
}
.typeList .secondLevel p:hover{
    color:#3888fe;
}
.typeList .secondLevel span{
    display: inline-block;
    border-color: #3888fe;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin-right: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jdxc{
    width: 100%;
    min-height: 1000px;
}
.jdxc h2{
    height: 33px;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 600;
    padding-top: 31px;
    text-align: center;
    color: #3e464c;
    line-height: 33px;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}
.jdxc h2>span {
    position: absolute;
    display: block;
    width: 130px;
    height: 16px;
    top: 51px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #dceaff;
    border-radius: 5px;
    margin: 0 auto;
    z-index: -1;
}
.jdxc .jdxcTop{
    width: 100%;
    height: 296px;
    background: #fff;
    margin-bottom: 16px;
    overflow: hidden;
}
.jdxc .jdxcTop .purchasePlanNumberTitle{
    font-size: 14px;
    font-weight: 400;
    color: rgba(62,70,76,1);
    line-height: 40px;
    margin-left: 16px;
}
.jdxc .jdxcTop .purchasePlanNumber{
    font-size: 14px;
    font-weight: 400;
    color: rgba(56,136,254,1);
    line-height: 40px;
}
.jdxc .jdxcTop .buyplanCodeShow{
    width: 1168px;
    height: 40px;
    opacity: 1;
    background: #f7f7f7;
    margin: 24px auto 0 auto;
}
.jdxc .jdxcBottom{
    width: 100%;
    min-height: 727px;
    background: #fff;
    padding-bottom: 20px;
}
.jdxc .layui-table tr:nth-of-type(2n+1) {
    width: 150px;
    background: #f7f9fe;
    margin-left: -1px;
}
.jdxc .layui-table tr:nth-of-type(2n) {
    width: 280px;
    margin-left: -1px;
}
.jdxc .layui-table tr {
    display: inline-block;
    vertical-align: middle;
}
.jdxc .layui-table th{
    display: block;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #8a94a6;
    padding: 9px 6px;
    margin-top: -1px;
}
.jdxc .layui-table td {
    display: block;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #8a94a6;
    margin-top: -1px;
    text-align: left;
}
.jdxc .jdxcBottom .process{
    margin-left: 100px;
}
.jdxc .description{
    margin-top: 18px;
    margin-bottom: 34px;
}
.jdxc .layui-timeline{
    display: table;
}
.jdxc .jdxcBottom .description .descriptionLi{
    display: inline-block;
}
.jdxc .jdxcBottom .green,.jdxc .jdxcBottom .green a{
    color:#52c41a;
    cursor: pointer;
}
.jdxc .jdxcBottom .blue,.jdxc .jdxcBottom .blue a{
    color:#3888fe;
    cursor: pointer;
}
.jdxc .jdxcBottom .gray,.jdxc .jdxcBottom .gray a{
    color:#d8d8d8;
    cursor: pointer;
}
.jdxc .description .descriptionLi span:nth-of-type(1){
    display: inline-block;
    width: 16px;
    height: 8px;
    margin-right: 8px;
}
.jdxc .description .descriptionLi span:nth-of-type(2){
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #3e464c;
    line-height: 17px;
    margin-right: 32px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item{
    display: block;
    margin-left: 114px;
    padding-bottom: 34px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item:first-child:after{
    content: '';
    position: absolute;
    left: 4px;
    top: -12px;
    z-index: 0;
    width: 1px;
    height: 34px;
    background-color: #e6e6e6;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item:last-child:after{
    content: '';
    position: absolute;
    left: 4px;
    z-index: 0;
    width: 1px;
    height: 34px;
    background-color: #e6e6e6;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item:before{
    left: 4px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item span.time{
    display: inline-block;
    margin-left: -153px;
    width: 140px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item span.notice{
    display: inline-block;
    margin-left: 36px;
    width: 100px;
}
.jdxc .jdxcBottom .layui-timeline li.layui-timeline-item .layui-timeline-content{
    vertical-align: top;
    display: inline-block;
    width: 780px;
}
.jdxc .jdxcBottom .layui-timeline-content .layui-timeline-title{
    margin-bottom: 0;
}

.types{
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 204px;
    margin: 5px auto;
    color: #505050;
    font-size: 18px;
    line-height: 78px;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    padding-left: 13px;
}

.types.closed img{
    transform: rotate(180deg);
}

.types img{
    width: 15px;
    height: 8px;
    transition: transform 0.6s;
    transform: rotate(0);
}

.policiesRegulationsLabel.custom-table-head{
    width: 100%;
    margin-top: 20px;
    background-color: #D1E2F9;
    height: 58px;
    border: 1px solid #F5F5F5; 
    box-sizing: border-box;
    padding-top: 22px;
    padding-left: 35px;
    display: flex;
}

.policiesRegulationsLabel.custom-table-head div{
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.policiesRegulationsLabel.custom-table-content{
    margin: 0 auto;
    width: 1015px;
    
}

.policiesRegulationsLabel.custom-table-content .table-content-item{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 12px;
    background-color: #fff;
    cursor: pointer;
}

.policiesRegulationsLabel.custom-table-content .table-content-item:nth-of-type(2n){
    background-color: #F3F8FD;
    border: 1px solid #f5f5f5;
}

.policiesRegulationsLabel.custom-table-content .table-content-item .info{
    font-size: 16px;
    font-weight: 500;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 62px;
    width: 840px;
}

.policiesRegulationsLabel.custom-table-content .table-content-item .item-date{
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}

.policiesRegulationsSearch.searchBox{
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding: 33px 0;
}

.noMsg{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #999999;
    font-weight: bold;
    margin-top: 22px;
}

.coding{
    width: 1302px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #999999;
    font-weight: bold;
}

#print-inner{
    display: none;
}

.detail{
    width: 1500px;
    height: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 36px 125px 79px;
    background: white;
    display: none;
}

.detail span{
    text-wrap:wrap !important;
}

.detail .detail-head{
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin: 55px auto;
    width: 100%;
    text-align: center;
}

.detail .detail-pubinfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 33px;
}

.detail .detail-pubinfo .print-click{
    margin-left: 35px;
    font-size: 18px;
    line-height: 18px;
    color: #505050;
    font-weight: 500;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.detail .line{
    width: 1250px;
    height: 13px;
    background-color: #F5F5F5;
    margin-bottom: 50px;
}

.detail .download-file{
    display: flex;
    align-items: center;
    color: #505050;
    font-size: 20px;
    line-height: 20px;
}

.detail .download-file a{
    color: #61a5fa;
}

@media print {

    .detail{
        width: 1500px;
        height: fit-content;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 36px 125px 79px;
        background: white;
        display: none;
    }
    
    .detail .detail-head{
        font-size: 42px;
        font-weight: bold;
        color: #333333;
        height: 42px;
        line-height: 42px;
        margin: 55px auto;
        width: 100%;
        text-align: center;
    }
    
    .detail .detail-pubinfo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #999999;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 33px;
    }
    
    .detail .detail-pubinfo .print-click{
        margin-left: 35px;
        font-size: 18px;
        line-height: 18px;
        color: #505050;
        font-weight: 500;
        display: flex;
        cursor: pointer;
    }
    
    .detail .line{
        width: 1250px;
        height: 13px;
        background-color: #F5F5F5;
        margin-bottom: 50px;
    }
    
    .detail .download-file{
        display: flex;
        align-items: center;
        color: #505050;
        font-size: 20px;
        line-height: 20px;
    }
    
    .detail .download-file a{
        color: #61a5fa;
    }
}

.layui-row{
    margin-left: 15px !important;
}

th, td{
    border: 1px solid !important;
}