 .web-body{
    width: 1200px;
    max-width: 1200px;
    min-height: 600px !important;
    margin: auto;
    margin-top: 20px;
}
.web-body .exame-area-and-search{
    width: 1200px;
    display: table;
    background-color: #fff;
    padding-bottom: 20px;
}
.web-body .exame-area{
    width: 500px;
    float: left;
}
.web-body .exame-area .select-button{
    width: 100px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 33px;
    border: 1px solid #FF6B2E;
    font-size: 18px;
    font-weight: 400;
    color: #FF6B2E;
    line-height: 50px;
    text-align: center;
}
.web-body .exame-area .select-text{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-left: 20px;
}

.banner{
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.wrapper .swiper-container .swiper-pagination {
    bottom: 25px;
}

.wrapper .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(0,0,0,0.5);
    transition: background-color .3s ease;
}

.wrapper .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 0.1s linear forwards
}

.wrapper .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
.question-body{
    width: 1200px;
    height: 245px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.question-body .list-active{
    width: 224px;
    height: 245px;
    background: #3B3663;
    color: #fff;
    border-radius: 10px;
    float: left;
    padding-left: 30px;
}

.list-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-top: 30px;
}
.list-icon{
    margin-top: 20px;
}
.list-icon img{
    width: 70px;
    height: 69px;
}
.list-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 30px;
    margin-top: 20px;
    letter-spacing:1px;
}

.list{
    background: #FFFFFF;
    color: #3B3663;
    width: 224px;
    height: 245px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    padding-left: 30px;
}
.course-list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    display: table;
}
.course-list .category-title{
    width: 1200px;
    height: 68px;
    border-radius: 12px 12px 0px 0px;
    background-color: #6c7eff;
}
.course-list .category-title .category-left{
    width: 500px;
    float: left;
}
.course-list .category-title .category-left .category-name{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.course-list .category-title .category-left .category-icon{
     position: relative;
     left: 50px;
     bottom: -5px;
}
.course-list .category-title .category-right{
    width: 500px;
    float: right;
    text-align: right;
    line-height: 55px;
    background-image: url(/statics/images/pc/btn_home_gengduo.png);
    background-repeat: no-repeat;
    background-position:96% 50%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
    padding-right: 50px;
}

.category-content{
    width:98%;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 15px;
}
.category-content .label-list{
    width: 280px;
    float: left;
    margin-left: 10px;
}
.category-content  .label-list .number-and-price{
    width: 280px;
    margin-top: 10px;
    padding-left: 15px;
}
.category-content  .label-list .number-and-price .number{
    width: 150px;
    float: left;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    padding-left: 5px;
}
.category-content  .label-list .number-and-price .price{
    float: right;
    height: 25px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #FF6B2E;
    padding: 5px 5px 5px 5px;
    color: #FF6B2E;
    line-height: 12px;
    margin-right: 15px;
}
.category-content  .label-list .course-name{
    width: 280px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    float: left;
    margin-top: 5px;
    margin-bottom:10px;
    padding-left: 20px;
}
.lecturer-box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: table;
}
.lecturer-box .title{
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 60px;
    padding-left: 30px;
    height: 40px;
}
.lecturer-box .lecturer-list{
    width: 243px;
    margin-left: 30px;
    display: table;
    float: left;
    margin-right: 25px;
    border-radius: 10px;
}
.lecturer-box .lecturer-list .lecturer-image{
    width: 243px;
}
.lecturer-box .lecturer-list .lecturer-image img{
    width: 243px;
    height: 248px;
    border-radius: 10px 10px 0px 0px;
}
.lecturer-box .lecturer-list .info{
    width: 243px;
    float: left;
    line-height: 35px;
    background-color: #f7f7f7;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 0px 0px 10px 10px;
}
.lecturer-box .lecturer-list .info .lecturer-name{
    width: 230px;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}
.lecturer-box .lecturer-list .info .lecturer-buess{
    width: 230px;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}
.news{
    width: 1200px;
    height: 469px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
    display: table;
}
.news h3{
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
    width: 1200px;
    display: table;
    padding-left: 20px;
}

.news .news-list{
    width: 273px;
    float: left;
    height: 374px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.0600);
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 20px;
}
.news .news-list .new-img img{
    width: 273px;
    height: 160px;
    border-bottom: 1px solid #fafafa;
}
.news .news-list .new-title{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.news .news-list .new-desc{
    width: 200px;
    height: 96px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
    letter-spacing: 0.2px;
    line-height: 30px;
}
.news .news-list .new-desc .more{
    width: 273px;
}
.news .news-list .more img{
    float: right;
    margin-top: 10px;
    text-align: right;
}

 .more{
     color: #333;
     float: right;
     width: 150px;
     text-align: right;
     margin-right: 5px;
     color: #333;
     margin-bottom: 10px !important;
 }
 .more a{
     text-decoration: none;
     color: #333;
 }

 .lecturer-box .title {
     width:1200px;
     height: 40px;
     display: table;
 }
 .lecturer-box .title  h3{
     font-size: 18px;
     width:500px;
     text-indent: 10px;
     text-align: left;
     font-weight: 500;
     color: #000000;
     margin-top: 20px;
     float: left;
 }
 a,a:hover{color: #fff;}

 .count-down{
     font-size: 24px;
     text-align: center;
     width: 1200px;
     margin-top: 20px;
 }
 .category-content .label-list .number-and-price .price {
     border: none !important;
 }