.section{
    overflow: hidden;
}
.section .wrap{
    width: 1420px;
    margin: 83px auto 85px;
}
.section .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 19px 0;
}
.section .wrap .title .classification{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.section .wrap .title .classification .list{
    width: 340px;
    height: 51px;
    background: #F5F5F5;
    border-bottom: 3px solid rgba(204, 204, 204, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 0 14px 0;
}
.section .wrap .content{
    margin: 48px 0 0 0;
    background: #F5F5F5;
    padding: 64px 209px 97px 209px;
}
.section .wrap .content .text {
    padding: 0 0 56px 0;
}
.section .wrap .content .text:not(:last-child) {
    margin: 0 0 50px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.section .wrap .content .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #004BAA;
    display: block;
    margin: 0 0 17px 0;
}
.section .wrap .content .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section2{
    overflow: hidden;
}
.section2 .wrap{
    width: 1420px;
    margin: 0 auto 91px;
}
.section2 .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 19px 0;
}
.section2 .wrap .title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section2 .wrap .content{
    margin: 78px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section2 .wrap .content a{
    width: 670px;
    height: 79px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 21px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    transition: 0.6s;
}
.section2 .wrap .content a:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: rgba(102, 102, 102, 1);
    border-radius: 50%;
    transition: 0.6s;
}
.section2 .wrap .content a:hover{
    color: rgba(0, 75, 170, 1);
}
.section2 .wrap .content a:hover:after{
    background: rgba(0, 75, 170, 1);
}

.page{
    overflow: hidden;
}
.page .wrap{
    width: 1100px;
    margin: 59px auto 84px;
}
.page .wrap .bread{
    display: flex;
    align-items: center;
    margin: 0 0 48px 0;
}
.page .wrap .bread a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.page .wrap .text span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.page .wrap .text p img{
    max-width: 100%;
}
.page .wrap .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.page .wrap .text h1{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.page .wrap .text table{
    width: 100%;
}
.page .wrap .text table td{
    margin: 0 0 60px 0;
}
.page .wrap .text table td p{
    width: 516px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
@media screen and (max-width: 1600px) {
    .section .wrap,.section2 .wrap {
        width: 90%;
    }
    .section .wrap .title span,.section2 .wrap .title span {
        font-size: 24px;
    }
    .section .wrap .content {
        padding: 64px 50px 47px;
    }
    .section2 .wrap .content a {
        font-size: 18px;
    }
    .section .wrap .content .text span {
        font-size: 18px;
    }
    .section .wrap .content .text p {
        font-size: 14px;
    }
    .section .wrap .title .classification .list {
        width: 90%;
    }
    .section2 .wrap .content a {
        width: 48%;
    }
    .section2 .wrap .content {
        margin: 30px 0 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .section2 .wrap .content a {
        font-size: 14px;
    }
    .common_banner .other p{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .section .wrap .title .classification {
        display: none;
    }
    .section .wrap {
        margin: 36px auto 35px;
    }
    .section .wrap .title span, .section2 .wrap .title span {
        font-size: 20px;
    }
    .section .wrap .content {
        margin: 26px 0 0 0;
        padding: 20px;
    }
    .section .wrap .content .text p {
        font-size: 12px;
    }
    .section .wrap .content .text:not(:last-child) {
        margin: 0 0 25px 0;
    }
    .section .wrap .content .text {
        padding: 0 0 20px 0;
    }
    .section2 .wrap .title p {
        font-size: 14px;
    }
    .section2 .wrap .content a {
        width: 100%;
        height: 60px;
    }
    .section2 .wrap {
        margin: 0 auto 50px;
    }
    .section2 .wrap .content{
        margin: 10px 0 0 0;
    }
}
