
.floor{
    padding-top: 64px;
}
.common-title{
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.common-title_more{
    font-size: 14px;
    background: url('rarrow.png') no-repeat center right;
    background-size:14px 14px;
    padding-right: 18px;
}
.common-title_more:hover{
    background: url('arrowcr.png') no-repeat center right;
}
.common-title_text{
    line-height: 37px;
    font-size: 28px;
    position: relative;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.common-title_text img{
    margin-right: 5px;
}
.floor1-top{
    position: relative;
}

/* banner开始 */
.banner-box{
    width: 100%;
    height: 436px;
    overflow: hidden;
}
.banner-box .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.banner-pagination .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
}
.banner-pagination .swiper-pagination-bullet-active{
    background-color: #000 !important;
}
/* banner结束 */

/* 头部模块开始 */
.box-list{background: linear-gradient(270deg, #ECF4FF 0%, #F9FCFF 43%, #FFFCFA 100%);}
.floor2-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}
.floor2-bottom-item{
    display: flex;
    flex-direction: column;
}
.floor2-bottom-item h1{
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.floor2-bottom-item_tips{
    color: #9DA0A6;
    line-height: 20px;
    font-size: 14px;
}
.floor2-bottom-item_img{
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
/* 头部模块结束 */

/* 试听课程开始 */
.try-listen ul{
    margin-right: -20px;
}
.try-listen_item{
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.try-listen__itembox{
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 8px 1px rgba(174,200,240,0.32);
}
.try-listen___img{
    position: relative;
    height: 160px;
}
.try-listen___img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.try-listen___info{
    padding: 8px 12px 16px;
}
.try-listen___info_title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.try-listen___info_info{
    line-height: 28px;
}
.try-listen___info_info a{
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 28px;
    background: #127DFD;
    color: #fff;
    font-size: 14px;
}
.try-listen___info_info span{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
}
/* 试听课程结束 */

/* 考试中心 */
.test-floor{
    padding-top: 44px;
}
.test-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.test-box_letf{
    width: 285px;
    height: 404px;
    border-radius: 16px;
    overflow: hidden;
}
.test-box_letf img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.test-box_right{
    width: calc(100% - 305px);
}
.test-box__top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.test-box__img{
    width: 285px;
    height: 192px;
    border-radius: 16px;
    overflow: hidden;
}
.test-box__img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.test-box__bottom{
    height: 192px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(256deg, #EAF4FE 0%, #C8E7FE 20%, #EAFBFF 44%, #D0EBFB 74%, #EAF4FE 100%);
    padding: 16px 8px;
    box-sizing: border-box;
}
.test-box__project{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #8CC6FE;
    padding: 0 16px;
    box-sizing: border-box;
}
.project_item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.project_item_img{
    width: 36px;
    height: 36px;
    background: #EAF4FE;
    border: 1px solid #B4DBFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    margin-right: 6px;
}
.project_item_img img{
    display: block;
    width: 28px;
    height: 28px;
}
.project_item_con h2{
    line-height: 17px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
}
.project_item_con p{
    line-height: 16px;
    font-size: 12px;
    color: #9DA0A6;
}
.test-box__btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.test-box__btn a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 48px;
    background: url('testbtn.png') no-repeat center;
    color: #FFFFFF;
    font-size: 18px;
}
.test-box__btn a::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-left: 12px;
}
/* 考试模块 */
.paper-floor{
    padding-bottom: 65px;
}
.paper-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.paper-box_left,.paper-box_right{
    width: 590px;
}
.paper-box_left_list,.paper-box_right_list{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 20px 32px;
    box-sizing: border-box;
}
.paper-box_left__item,.paper-box_right__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.paper-box_left__item:last-child,.paper-box_right__item:last-child{
    margin-bottom: 0;
}
.paper_left-img{
    width: 80px;
    height: 100px;
    margin-right: 16px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('paper-bg.png') no-repeat center;
    background-size: cover;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}
.paper_left-img label{
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #FA654D;
    border-radius: 0px 8px 0px 8px;
    font-size: 12px;
    color: #fff;
}
.paper_left-info{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.paper_left__name{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}
.paper_left__name h2{
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.paper_left__name span{
    display: block;
    width: 76px;
    text-align: center;
    box-sizing: border-box;
    padding:0 4px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url('paper-label.png') no-repeat left center;
    background-size: 76px 20px;
    line-height: 20px;
    font-size: 12px;
    color: #9D553A;
    margin-left: 2px;
}
.paper_left__label{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.paper_left__label span{
    display: block;
    padding: 0 8px;
    line-height: 20px;
    background: #F2F3F5;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    margin-right: 8px;
}
.paper_left__label span font{
    color: #FA4D56;
}
.paper_left_intro{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.paper-box_right__item span{
    padding:0 8px;
    line-height: 20px;
    background: #D4E6FF;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    color: #327DFF;
    margin-right: 8px;
}
.paper-box_right__item a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 19px;
    font-size: 14px;
    max-width: 80%;
}
/* 资讯开始 */
.news-floor{
    background: #fff;
    padding-bottom: 100px;
}
.news-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-left{
    width: 560px;
}
.news-left_top{
    display: block;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
}
.news-left_top img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-left_bottom{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #EDF3FC 100%);
    border-radius: 0px 0px 16px 16px;
}
.news-left_item{
    padding: 24px 0 24px;
    margin-left: 16px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #EAEFF7;
}
.news-left_item:last-child{
    border-bottom: 0;
}
.news-left_item_icon{
    width: 28px;
    height: 28px;
    display: block;
    background: url('news-icon.png') no-repeat center;
    background-size: 28px 28px;
}
.news-left_item_con{
    width: calc(100% - 40px);
}
.news-left_item__title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.news-left_item__title h2{
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 386px;
}
.news-left_item__title span{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
}
.news-left_item_con p{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-right{
    width: calc(100% - 584px);
}
.news-right_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-right: 20px;
}
.news-right_item:last-child{
    margin-bottom: 0;
}
.news-right_item_img{
    display: block;
    width: 200px;
    height: 112px;
    border-radius: 8px;
    overflow: hidden;
}
.news-right_item_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-right_item_con{
    width: calc(100% - 224px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-right_item_con a{
    display: block;
    width: 100%;
}
.news-right_item_con h2{
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-right_item_con p{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-right_item_con span{
    line-height: 19px;
    font-size: 14px;
    color: #9DA0A6;
}