@charset "utf-8";
.level-body{
    position: relative;
    margin: 20px auto ;
    max-width: 1200px;
    padding: 0 10px;
    min-height: 244px;
    background-color: #fff;
}
.level-body-left{
    overflow: hidden;
    padding: 0 10px 10px 10px;
    border: 1px solid #fff;
}
.level-body .title{
    margin: 12px 0;
    position: relative;
    font-size: 18px;
    color: #ff8929
}
.level-body .title:before{
    content: "";
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px;
    height: 16px;
    width: 4px;
    background-color: #ff8929;
}
.level-body .title .row-more{
    position: absolute;
    right: 0;
    top: 1px;
    display: inline-block;
    font-size: 14px;
    color: #9fadb5;
}
.level-body .title .row-more .layui-icon{
    font-size: 14px;
    margin-right: 2px;
}
.level-body .timeline{
    padding: 0 12px;
    height: 42px;
    border-bottom: 2px solid #eaeaea;
    display: flex;
}
.level-body .timeline li{
    position: relative;
    display: inline-block;
    margin-right: 3px;
    width: 45px;
    height: 30px;
    text-align: center;
    background: url("/static/images/level/icon-bubble.png");
    color: #ff8929;
    line-height: 24px;
    cursor: pointer;
}
.level-body .timeline li:last-child{
    margin: 0;
}
.level-body .timeline li:after{
    position: absolute;
    content: '';
    left: 16px;
    bottom: -18px;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border: 4px solid #fff;
    border-radius: 50%;
}
.level-body .timeline li.selected:after{
    background-color: #ff8929;
}
.level-body .subject-list{
    margin-top: 12px;
    overflow: hidden;
}
.level-body .subject-list a{
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    color: #44a4f8;
}
.level-body .subject-list a:hover{
    font-weight: bold;
}
.level-body .senior-list a{
    width: 50%;
}
.level-body .senior-list a:nth-child(n+5){
    width: 33.3%;
}
.level-body .senior-list a:nth-child(14), .level-body .senior-list a:nth-child(15){
    width: 50%;
}
.level-body .senior-list a:nth-child(3),
.level-body .senior-list a:nth-child(4),
.level-body .senior-list a:nth-child(8),
.level-body .senior-list a:nth-child(9),
.level-body .senior-list a:nth-child(10),
.level-body .senior-list a:nth-child(14),
.level-body .senior-list a:nth-child(15){
    background-color: #ecf6fe;
}
.level-body .middle-list a{
    width: 25%;
}
.level-body .middle-list a:nth-child(5),
.level-body .middle-list a:nth-child(6),
.level-body .middle-list a:nth-child(7n),
.level-body .middle-list a:nth-child(8n),
.level-body .middle-list a:nth-child(13),
.level-body .middle-list a:nth-child(15),
.level-body .middle-list a:nth-child(22),
.level-body .middle-list a:nth-child(23){
    background-color: #ecf6fe;
}
.level-body .middle-list a:last-child{
    background-color: #fff;
}
.level-body-middle .banner,.toolbox{
    display: block;
    height: 224px;
    overflow: hidden;
}
.level-body-middle .banner img{
    width: 100%;
}
.level-body-middle .list a{
    position: relative;
    display: block;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
    font-size: 14px;
    color: #666;
    line-height: 16px;
    text-indent: 12px;
}
.level-body-middle .list a:before{
    position: absolute;
    content: "";
    top: 48%;
    left: 0;
    background: #a8ebef;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    margin-top: -2px;
}
.toolbox .icon {
    background: url("/static/images/level/icon-level.png") no-repeat;
}
.toolbox a{
    margin: 14px 0;
    width:60px;
    display:inline-block;
    text-align:center;
}
.toolbox a.t4,.toolbox a.t8,.toolbox a.t12,.toolbox a.t16{
    margin-right:0;
}
.toolbox a span{
    display:block;
    width:60px;
    height:60px;
    border-radius:6px;
    background:#F8F8F8;
    padding-top:15px;
    margin-bottom:5px;
}
.toolbox a span s{ width:42px;
    height:30px;
    display:block;
    margin:0 auto;
}
.toolbox a.t1 span s{ background-position:0 0;}
.toolbox a.t2 span s{ background-position:0 -30px;}
.toolbox a.t3 span s{ background-position:0 -60px;}
.toolbox a.t4 span s{ background-position:0 -90px;}
.toolbox a.t5 span s{ background-position:0 -120px;}
.toolbox a.t6 span s{ background-position:0 -150px;}
.toolbox a.t7 span s{ background-position:0 -180px;}
.toolbox a.t8 span s{ background-position:0 -210px;}
.toolbox a.t9 span s{ background-position:0 -240px;}
.toolbox a.t10 span s{ background-position:0 -270px;}
.toolbox a.t11 span s{ background-position:0 -300px;}
.toolbox a.t12 span s{ background-position:0 -330px;}
.toolbox a.t13 span s{ background-position:0 -360px;}
.toolbox a.t14 span s{ background-position:0 -390px;}
.toolbox a.t15 span s{ background-position:0 -420px;}
.toolbox a.t16 span s{ background-position:0 -450px;}
.toolbox a:hover span{ background:#FF8929;}
.toolbox a.t1:hover span s{ background-position:right 0;}
.toolbox a.t2:hover span s{ background-position:right -30px;}
.toolbox a.t3:hover span s{ background-position:right -60px;}
.toolbox a.t4:hover span s{ background-position:right -90px;}
.toolbox a.t5:hover span s{ background-position:right -120px;}
.toolbox a.t6:hover span s{ background-position:right -150px;}
.toolbox a.t7:hover span s{ background-position:right -180px;}
.toolbox a.t8:hover span s{ background-position:right -210px;}
.toolbox a.t9:hover span s{ background-position:right -240px;}
.toolbox a.t10:hover span s{ background-position:right -270px;}
.toolbox a.t11:hover span s{ background-position:right -300px;}
.toolbox a.t12:hover span s{ background-position:right -330px;}
.toolbox a.t13:hover span s{ background-position:right -360px;}
.toolbox a.t14:hover span s{ background-position:right -390px;}
.toolbox a.t15:hover span s{ background-position:right -420px;}
.toolbox a.t16:hover span s{ background-position:right -450px;}
.level-body-right .list a{
    position: relative;
    display: block;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 16px;
    font-size: 14px;
    color: #666;
    line-height: 16px;
}
.level-body-right .list a span{
    display: inline-block;
    margin-right: 6px;
    background-color: #a1d1fb;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-indent:initial;
}
/*历年真题*/
.pitch-select {
    max-width: 1200px;
    margin-top: 10px;
    font-size: 16px;
    padding: 20px 30px;
    border: 3px solid #19BB9B;
    background: #edfff4;
    border-radius: 25px;
    color: #19BB9B;
    z-index: 99;
}
.pitch-year {
    margin-bottom: 14px;
}
.pitch-lable {
    float: left;
    padding-top: 4px;
    padding-right: 20px;
}
.pitch-select a ,.pitch-select ul li{
    display: inline-block;
    padding: 3px 15px;
    color: #19BB9B;
    cursor: pointer;
    border-radius: 15px;
}
.pitch-select .selected{
    background-color: #19bb9b;
    color: #fff;
}
.pitch-paper{
    clear: both;
}
.pitch-icon{
    height: 40px;
}
.con-center {
    width: 1200px;
    height: auto;
    margin: 10px auto;
    color: #FFFFFF;
    border-radius: 30px;
    background: #19BB9B;
    padding: 30px;
}
.test {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.test h1 {
    margin-right: 20px;
}
.test h1, .test p {
    display: inline-block;
}
.test ul {
    margin-top: 10px;
    overflow: hidden;
}
.test ul.close{
    height: 0;
}
.test ul li {
    float: left;
    width: 180px;
    height: 110px;
    background-color: #fff;
    border-radius: 6px;
    opacity: .95;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-right: 10px;
    box-shadow: 2px 2px 5px #00775f;
}
.test ul li h3 {
    height: 50px;
    line-height: 50px;
    color: #333333;
    margin-top: 10px;
}
.test .city-select{
    display: inline-block;
    vertical-align: 4px;
}
.test .city-select a{
    display: inline-block;
    margin:6px 4px ;
    font-size: 16px;
    color: #fff;
}
.test .title{
    margin: 6px 0;
    font-size: 18px;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.2);
}
.xueke-link span {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #8F918E;
    cursor: pointer;
}
.xueke-link a.red {
    color: #f02932;
}
.xueke-link a:hover{
    font-weight: bold;
}
.con-center .btn-show{
    position: absolute;
    right: 12px;
    top: 8px;
    padding: 6px 6px 6px 24px;
    cursor: pointer;
    border-radius: 4px;
}
.con-center .btn-show:before{
    position: absolute;
    content: "";
    left: 6px;
    top: 15px;
    width: 12px;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
}
.con-center .btn-show:hover{
    background-color: rgba(255,255,255,0.1);
}
.level-item{
    padding: 8px;
}
.level-content{
    margin: 0 auto;
    max-width: 1200px;
}
.college-exam-paper .list {
    overflow-y: hidden;
    height: 184px;
}
.college-exam-paper .info-item {
    overflow: auto;
    text-overflow: unset;
    line-height: 36px;
    height: auto;
    font-size: 14px;
}
.college-exam-paper .info-item .label {
    color: #999999;
    margin-right: 1px;
}
.college-exam-paper .info-item .label::after {
    content: '|';
    margin: 0 5px;
}
.college-exam-paper .info-item a {
    display: inline-block;
    color: #333333;
    margin-right: 2px;
}
.college-exam-paper .info-item a:hover{
    color: #44A4F8;
}
.college-exam-paper.zhong-kao .info-item a {
    width: 18%;
    text-align: center
}
.handler-list {
    float: right;
    background: #fff;
    position: relative;
    z-index: 1;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.handler-list .item {
    display: block;
    float: left;
    text-align: right;
    letter-spacing: 0;
    margin-left: 8px;
    height: 20px;
    padding: 0 2px;
    border: 1px solid #D2D2D2;
    color: #d2d2d2;
    line-height: 18px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.handler-list .item.active {
    color: #FF8929;
    border-color: #FF8929;
}
.level-banner {
    margin: 0 auto 10px;
    max-width: 1200px;
    min-height: auto;
}
.level-banner a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.level-banner img{
    width: 100%;
    transition: all 0.2s ease-in;
}
.level-banner img:hover{
    transform: scale(1.1);
}
.papers {
    background: #fff;
    margin: 10px auto 0;
    border-radius: 10px;
}
.paper-item {
    padding: 10px 0;
    border-top: 1px dashed #eee;
}
.paper-title{
    position: relative;
    padding: 12px 0;
}
.paper-title .name{
    display: inline-block;
    vertical-align: bottom;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.paper-title .apply{
    margin-left: 15px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 14px;
}
.paper-subjects .list {
    margin: 0 2px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #d02303;
    line-height: 16px;
}
.paper-subjects.sm .list {
    margin-right:0;
    padding-right:0;
}
.paper-subjects .list.gray{
    border-color: #eaeaea;
    color: #ccc;
}
.paper-subjects .list:hover{
    border-color: #44A4F8;
    color: #44A4F8;
}
/*加油资料包*/
.special-container {
    width: 1200px;
    margin: 12px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/static/images/book/special-banner.webp") no-repeat center;
    background-size: 100%;
    padding: 12px;
}

.special-container ul {
    background: 0 0/100% 100% white;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
}

.special-container .title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 12px;
}

.special-container ul li a {
    display: block;
    width: 102px;
    height: 132px;
    background: url(/static/images/book/book.webp) no-repeat;
    background-size: 100%;
    float: left;
    margin: 14px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.special-container ul li a:hover {
    transition: all 0.2s ease-in;
    transform: scale(1.05);
}

.special-container ul li:nth-child(4) a, .special-container ul li:nth-child(5) a, .special-container ul li:nth-child(6) a {
    background: url(/static/images/book/book2.webp) no-repeat;
    background-size: 100%;
}

.special-container ul li:nth-child(7) a, .special-container ul li:nth-child(8) a, .special-container ul li:nth-child(9) a {
    background: url(/static/images/book/book3.webp) no-repeat;
    background-size: 100%;
}

.special-container ul li a span:first-child {
    position: absolute;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: white;
    letter-spacing: 0;
    text-align: left;
    line-height: 26px;
    left: 12px;
    top: 10px;
}

.special-container ul li a span:nth-child(2) {
    position: absolute;
    font-family: MicrosoftYaHei-Bold;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0;
    text-align: left;
    left: 12px;
    top: 36px;
}
/*教育资讯*/
.article-left{
    float: left;
    min-height: 560px;
    width: 800px;
    overflow: hidden;
}
.article-right{
    margin-top: 20px;
    min-height: 370px;
    padding-left: 32px;
    overflow: hidden;
}
.common-label{
    padding-bottom:  12px;
    font-size: 18px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
}
.common-label-icon{
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    margin-top: -3px;
}
.nav-scroll-item{
    background: #F5F5F6;
    height: 24px;
    line-height: 14px;
    border-radius: 4px;
    padding: 5px 11px;
    box-sizing: border-box;
    margin-right: 12px;
}
.nav-scroll-item:hover{
    background: #4E6EF2 !important;
    color: #FFFFFF !important;
}
.article-swiper{
    clear: both;
    margin-top: 16px;
}
.article-list{
    margin-top: 8px;
    overflow: hidden;
}
.article-list-item{
    height: 15px;
    margin-top: 15px;
    line-height: 15px;
    padding-right: 12px;
}
.article-list-icon{
    display: block;
    float: left;
    margin: 5px 8px 5px 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #D7D9E0;
}
.article-list-link {
    display: block;
    float: left;
    font-size: 14px;
    color: #2440B3;
    margin-right: 12px;
    max-width: 500px;
}
.article-list-time {
    float: right;
    font-size: 14px;
    color: #9195A3;
}
.nav-scroll{
    margin-left: 24px;
}
.area-select{
    margin-top: 2px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}
.area-select .tag-item{
    display: inline-block;
    float: left;
    color: #333;
    line-height: 36px;
    width: 6.25%;
}
.article-left-list {
    padding: 0;
    background-color: #fff;
}

.tab-pane {
    margin-bottom: 30px;
}

.article-left-list .item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.article-left-list .item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-left-list .item .p {
    float: left;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.article-left-list .item .p:hover {
    -webkit-box-shadow: 0 0 3px #E91E63;
    box-shadow: 0 0 3px #E91E63;
}

.article-left-list .item .p img {
    border-radius: 5px;
    height: 120px;
    width: 120px;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.article-left-list .item .r {
    padding-left: 132px;
    line-height: 30px;
}

.article-left-list .item .r .t {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-left-list .item .r .c {
    color: #999;
    padding: 8px 0;
}

.article-left-list .item .r .c a {
    color: #999;
}

.article-left-list .item .r .d {
    overflow: hidden;
    height: 42px;
    line-height: 21px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
}
.article-right-list {
    overflow: hidden;
}

.article-right-list li {
    margin-bottom: 17px;
    position: relative;
    box-sizing: border-box;
}

.article-right-list li:last-child {
    margin-bottom: 0;
}

.article-right-list li a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-size: 14px;
}

.article-right-list li a .list-img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.article-right-list li a .list-img img {
    max-width: 60px;
    min-height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.article-right-list li a .list-title {
    float: left;
    width: 260px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.article-right-list li a .list-time{
    color: #999;
}