.regulation{
    overflow: hidden;
}
.regulation * {
    font-weight: normal!important;
}
.regulation .wrap{
    width: 1510px;
    margin: 221px auto 126px;
    max-width: 90%;
}
.regulation .wrap .title{
    display: flex;
    align-items: center;
    margin: 0 0 65px 0;
}

.regulation .wrap .title a{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    position: relative;
}
.regulation .wrap .title a:not(:last-child) {
    margin: 0 50px 0 0;
}

.regulation .wrap .title a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    bottom: -15px;
    left: 0;
    opacity: 0;
}

.regulation .wrap .title a.on{
    font-size: 25px;
    color: rgba(51, 51, 51, 1);
}
.regulation .wrap .title a.on:after{
    opacity: 1;
}
.regulation .wrap .content{
    display: flex;
    justify-content: center;
}

.regulation .wrap .content .side{
    width: 180px;
    margin: 0 20px 0 0;
}
.regulation .wrap .content .side a{
    height: 36px;
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    padding: 0 22px;
    transition: 0.6s;
}

.regulation .wrap .content .side a:last-child{
    border-bottom: 1px solid #F0F0F0;
}
.regulation .wrap .content .side a p{
    transition: 0.6s;
}
.regulation .wrap .content .side a.on{
    border: 1px solid transparent;
    background: rgba(193, 154, 99, 1);
}
.regulation .wrap .content .side a.on p{
    transform: scale(1.125);
    color: #fff;
    transform-origin: left;
}

.regulation .wrap .content .right{
    width: 1500px;
}

.regulation .wrap .content .right .big{
    display: none;
}

.regulation .wrap .content .right .big.on{
    display: block;
}

.regulation .wrap .content .right .big .border{
    border: 1px solid #E0E0E0;
    padding: 0 34px;
}
.regulation .wrap .content .right .big .border .item{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.regulation .wrap .content .right .big .border .item:not(:last-child) {
    border-bottom: 1px dashed rgba(224, 224, 224, 1);
}

.regulation .wrap .content .right .big .border .item p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #787878;
}

.regulation .wrap .content .right .big .border .item .time{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #C19A63;
}
.regulation .wrap .content .right .big .paging{
    display: flex;
    align-items: center;
    margin: 17px 0 0 0;
}
.regulation .wrap .content .right .big .paging a{
    padding: 0 10px;
    height: 25px;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #787878;
    margin: 0 5px 0 0;
    transition: 0.7s;
}
.regulation .wrap .content .right .big .paging a.opacity{
    color: #E0E0E0;
}
.regulation .wrap .content .right .big .paging a.on,.regulation .wrap .content .right .big .paging a:hover{
    background: rgba(193, 154, 99, 1);
    color: #fff;
    border: 1px solid transparent;
}

.regulation .wrap .content .right .big .paging p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #787878;
}
.regulation .wrap .content .right .big .paging input{
    width: 50px;
    height: 25px;
    border: 1px solid #E0E0E0;
    padding: 0 0 0 5px;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
    .regulation .wrap {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1680px){
	.regulation .wrap .content .right{
        flex: 1;
    }
    .regulation .wrap {
        margin-top: 160px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.regulation .wrap {
        margin-top: 140px;
        margin-bottom: 60px;
    }
    .regulation .wrap .title a:after {
        bottom: -5px;
    }
    .regulation .wrap .title{
        margin-bottom: 40px;
    }
    .regulation .wrap .content .right .big .border {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .regulation .wrap {
        margin-top: 100px;
        width: 100%;
        padding: 0 30px;
        max-width: 100%;
    }
    .regulation .wrap .title a.on {
        font-size: 22px;
    }
    .regulation .wrap .title a {
        font-size: 16px;
    }
    .regulation .wrap .content .side a{
        padding: 0 15px;
    }
    .regulation .wrap .content .side a {
        font-size: 14px;
    }
    .regulation .wrap .content .right .big .border {
        padding: 0 20px;
    }
    .regulation .wrap .content .right .big .border .item {
        height: 50px;
    }
    .regulation .wrap .content .right .big .border .item p {
        font-size: 14px;
    }
    .regulation .wrap .content .right .big .border .item .time {
        font-size: 14px;
    }
}



@media screen and (max-width: 820px){
    .regulation .wrap .content .side {
        width: 140px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.regulation .wrap .title {
        margin-bottom: 30px;
    }
    .regulation .wrap{
        padding: 0 20px;
    }
    .regulation .wrap .content{
        flex-direction: column;
    }
    .regulation .wrap .content .right{
        width: 100%;
    }
    .regulation .wrap .content .side{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .regulation .wrap .content .side a{
        width: 33.3%;
        justify-content: center;
        border-bottom-color: #F0F0F0;
    }

    .regulation .wrap .content .side a.on p{
        transform: scale(1);
    }
    .regulation .wrap .title a {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px){
	.regulation .wrap .content .right .big .border .item p {
        font-size: 12px;
    }
    .regulation .wrap .content .right .big .border .item {
        height: 40px;
    }
    .regulation .wrap .content .right .big .border {
        padding: 0 10px;
    }
    .regulation .wrap .content .right .big .border .item .time {
        font-size: 12px;
    }
    .regulation .wrap .title a.on {
        font-size: 18px;
    }
    .regulation .wrap .content .right .big .paging p {
        font-size: 14px;
    }
}
@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 