.drive{
    overflow: unset!important;
    padding: 62px 0 53px 0;
    position: relative;
    z-index: 5;
}
.drive .wrap{
    width: 1380px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.drive .wrap .the_left{
    width: 390px;
}
.drive .wrap .the_left .title{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin: 0 0 32px 0;
}
.drive .wrap .the_left form .item{
    margin: 0 0 17px 0;
    position: relative;
}
.drive .wrap .the_left form .item > p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    display: block;
    margin: 0 0 8px 0;
}
.drive .wrap .the_left form .item .border{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 12px;
    cursor: pointer;
}
.drive .wrap .the_left form .item .border p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.drive .wrap .the_left form .item .border .down{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgba(102, 102, 102, 1);
}
.drive .wrap .the_left form .item.all input{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 0 0 0 20px;
}
.drive .wrap .the_left form .form_button{
    display: flex;
    justify-content: space-between;
}

.drive .wrap .the_left form .form_button .item{
    width: 130px;
    height: 50px;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.drive .wrap .the_left form .form_button button.item{
    background: rgba(0, 75, 170, 1);
    color: #fff;
}
.drive .wrap .content{
    width: 950px;
}
.drive .wrap .content .headline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 21px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.drive .wrap .content .headline .screening{
    display: flex;
    align-items: center;
}
.drive .wrap .content .headline .screening p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 12px 0 0;
}
.drive .wrap .content .headline .screening .flex{
    display: flex;
}
.drive .wrap .content .headline .screening .flex .list{
    height: 36px;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.drive .wrap .content .headline .result{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.drive .wrap .content table{
    width: 100%;
    border-collapse: collapse;
}

.drive .wrap .content table tr:first-child td{
    height: 67px;
    padding: 0;
    line-height: 67px;
}
.drive .wrap .content table tr td:first-child{
    width: 246px;
}
.drive .wrap .content table tr td:first-child a{
    font-size: 18px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    text-decoration: underline;
    color: #004BAA;
}
.drive .wrap .content table tr td:last-child{
    position: relative;
    width: 200px;
}
.drive .wrap .content table tr td:last-child a{
    width: 200px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50px;
}
.drive .wrap .content table tr td{
    width: 297px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding: 43px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    vertical-align:text-top;
}

.drive .wrap .content table tr td p{
    width: 297px;
}
.page{
    overflow: hidden;
}
.page .wrap{
    width: 1420px;
    margin: 66px auto 105px;
    display: flex;
    justify-content: space-between;
}
.page .wrap .the_left{
    width: 921px;
}
.page .wrap .the_left .headline span{
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 17px 0;
}
.page .wrap .the_left .headline p{
    width: 857px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.page .wrap .the_left .resources{
    margin: 76px 0 0 0;
}
.page .wrap .the_left .resources .title{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 17px 0;
}
.page .wrap .the_left .resources .content{
    display: flex;
    /* height: 409px; */
    border: 1px solid rgba(230, 230, 230, 1);
}
.page .wrap .the_left .resources .content .cut {
    width: 238px;
    height: 100%;
    /* border-right: 1px solid rgba(230, 230, 230, 1); */
}
.page .wrap .the_left .resources .content .cut .item{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0, 75, 170, 1);
    transition: 0.6s;
    cursor: pointer;
}
.page .wrap .the_left .resources .content .cut .item.on{
    background: rgba(0, 75, 170, 1);
    color: #fff;
}
.page .wrap .the_left .resources .content .switchover{
    width: 680px;
    height: 100%;
    padding: 36px 45px;
    min-height: 250px;
    border-left: 1px solid rgba(230, 230, 230, 1);
}
.page .wrap .the_left .resources .content .switchover .item{
    display: none;
}

.page .wrap .the_left .resources .content .switchover .item ul ul{
    position: relative;
    left: 20px;
}

.page .wrap .the_left .resources .content .switchover .item.on{
    display: block;
}

.page .wrap .the_left .resources .content .switchover .item span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 24px 0;
}
.page .wrap .the_left .resources .content .switchover .item ul li{
    position: relative;
    left: 20px;
}

.page .wrap .the_left .resources .content .switchover .item p,.page .wrap .the_left .resources .content .switchover .item h5{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.page .wrap .the_left .resources .content .switchover .item h5{
    margin: 0 0 0 20px;
}
.page .wrap .the_right{
    width: 450px;
}
.page .wrap .the_right .top{
    padding: 33px 30px;
    margin: 0 0 13px 0;
    background: #F5F5F5;
}
.page .wrap .the_right .top a{
    width: 390px;
    height: 50px;
    background: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.page .wrap .the_right .top a:not(:last-child) {
    margin: 0 0 18px 0;
}
.page .wrap .the_right .top a.on{
    background: rgba(0, 75, 170, 1);
}
.page .wrap .the_right .top .text{
    margin: 28px 0 0 0;
}
.page .wrap .the_right .top .text span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 14px 0;
}
.page .wrap .the_right .top .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.page .wrap .the_right .center{
    background: #F5F5F5;
    padding: 33px 30px;
    margin: 0 0 10px 0;
}
.page .wrap .the_right .center span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 16px 0;
}
.page .wrap .the_right .center p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.page .wrap .the_right .center a{
    width: 390px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #FFFFFF;
    margin: 29px 0 0 0;
}
.page .wrap .the_right .bottom{
    width: 450px;
    height: 70px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.page .wrap .the_right .bottom span{
    font-size: 20px;
    font-family: ITCAvantGardeStd;
    font-weight: bold;
    color: #333333;
}
.page .wrap .the_right .bottom .iconfont{
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}
.drive .wrap .the_left form .item .towlist{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background-color: #fff;
    border: 1px solid #E6E6E6;
    z-index: 999;
    /* opacity: 0;
    transition: opacity .5s;
    pointer-events: none; */
    overflow: hidden;
    display: none;
    overflow-y: scroll;
}
/* .drive .wrap .the_left form .item .towlist.on{
    opacity: 1;
    pointer-events: all;
} */
.drive .wrap .the_left form .item .towlist .towitem a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    color: #999999;
    display: block;
    padding: 0 15px;
    transition: all .5s;
}
.drive .wrap .the_left form .item .towlist .towitem a:hover{
    background-color: #eee;
    color: #004BAA;
}
@media screen and (max-width: 1600px) {
    .drive .wrap {
        width: 90%;
    }
    .drive .wrap .the_left {
        width: 28%;
    }
    .drive .wrap .content {
        width: 68%;
    }
    .drive .wrap .the_left .title {
        font-size: 24px;
    }
    .drive .wrap .content table tr td {
        width: 35%;
    }
    .drive .wrap .content table tr td:first-child {
        width: 30%;
    }
    .drive .wrap .content table tr td p {
        width: 90%;
    }
    .page .wrap {
        width: 90%;
    }
    .page .wrap .the_right {
        width: 31%;
    }
    .page .wrap .the_left {
        width: 65%;
    }
    .page .wrap .the_left .headline p {
        width: 100%;
    }
    .page .wrap .the_left .headline span {
        font-size: 32px;
    }
    .page .wrap .the_right .center a {
        width: 90%;
    }
    .page .wrap .the_right .top a {
        width: 90%;
    }
    .page .wrap .the_right .bottom {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .drive .wrap {
        flex-direction: column;
    }
    .drive .wrap .the_left,.drive .wrap .content {
        width: 100%;
    }
    .drive .wrap .the_left .title br {
        display: none;
    }
    .drive {
        padding: 30px 0 53px 0;
    }
    .page .wrap .the_right .bottom span {
        font-size: 16px;
    }
    .page .wrap .the_left .resources .content .switchover {
        padding: 26px 30px;
    }
    .page .wrap .the_right .top a {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .drive .wrap .content table tr td {
        width: 45%;
    }
    .drive .wrap .content table tr td:first-child {
        width: 20%;
    }
    .drive .wrap .content table tr td:last-child {
        width: 20%;
        display: none;
    }
    .drive .wrap .content table tr td:last-child a {
        width: 100%;
        font-size: 12px;
        height: 40px;
    }

    .drive .wrap .content table tr td {
        padding: 20px 0;
    }
    .drive .wrap .the_left form .form_button .item {
        width: 100px;
        height: 40px;
    }
    .drive .wrap .content {
        margin-top: 30px;
    }
    .drive .wrap .content table tr td{
        font-size: 12px;
    }
    .drive .wrap .content table tr td:first-child a {
        font-size: 14px;
    }
    .drive .wrap .content .headline .screening p {
        font-size: 16px;
    }
    .page .wrap {
        flex-direction: column;
    }
    .page .wrap .the_left {
        width: 100%;
    }
    .page .wrap .the_right {
        width: 100%;
    }
    .page .wrap .the_left .headline span {
        font-size: 24px;
    }
    .page .wrap {
        margin: 30px auto 45px;
    }
    .page .wrap .the_left .resources .content {
        flex-direction: column;
    }
    .page .wrap .the_left .resources .content .cut {
        width: 100%;
        display: flex;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .page .wrap .the_left .resources .content .cut .item{
        width: 20%;
        font-size: 12px;
    }
    .page .wrap .the_left .resources .content .switchover .item span {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .page .wrap .the_left .resources .content .switchover {
        width: 100%;
        font-size: 14px;
        padding: 20px 15px;
    }
    .page .wrap .the_left .resources {
        margin: 35px 0 0 0;
    }
    .page .wrap .the_right .top {
        margin: 10px 0 13px 0;
    }
    .common_paging {
        display: none !important;
    }
    .common_paging.pe {
        display: block !important;
    }
    .common_paging.pe .common_paging {
        display: flex !important;
    }
}
