body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #F6F9FF;
}
img {
    border: none;
    transition: 0s;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}

.level-list-nav{
    box-sizing: border-box;
    width: 1200px;
    margin: 20px auto;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    display: flex;
    align-items: center;
}
.level-list-nav a{color: #999999;}
.level-list-nav a:hover{color: #FE671C;}
.level-list-nav i{
    display: inline-block;
    font-style: normal;
    margin: 0 5px;
}


.page_box{ width: 900px; margin: 50px auto; text-align: center; }
.page{ margin-top: 20px; margin-bottom: 20px; font-size: 15px; font-family: "microsoft yahei"; color: #666666; margin-right: 10px; padding-left: 20px; box-sizing: border-box; }
.page a{ min-width: 40px; height: 30px; text-align: center; margin: 0 4px; cursor: pointer; line-height: 30px; color: #403F3F; font-size: 13px; display: inline-block;background: #EDF0F5; }
#firstPage,#lastPage{ margin: 0 10px;  }
#prePage,#nextPage{ margin: 0 10px; background: #EDF0F5;  color: #403F3F;width: 75px; }
.page .current{ background-color: #EC7436; color: #FFFFFF; border-radius: 50%; }
.totalPages{ margin: 0 10px; display: none; }
.totalSize{ display: none; }
.totalPages span,.totalSize span{ color: #0073A9; margin: 0 5px; }
.pagination li{ display: inline-block; height: 30px; font-size: 14px; line-height: 30px; text-align: center; margin: 0 5px; min-width: 40px; }
.pagination li.active{ background: #EC7436; color: #fff; }

.pagination li>a{display: block; }



.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
/*
-webkit-animation: cxrotate 1.2s ease-in-out infinite alternate;
animation: cxrotate 1.2s ease-in-out infinite alternate;
*/
@keyframes cxrotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*标题*/
.level-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.level-title .level-title-h2{
    box-sizing: border-box;
    float: left;
    font-size: 26px;
    font-family: "PingFang SC";
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.level-title .level-title-h2:before{
    content: "";
    width: 6px;
    height: 24px;
    background: #FE661B;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.level-title a{
    display: inline-block;
    float: right;
    font-size: 16px;
    font-family: "PingFang SC";
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.level-title a:hover{color: #FE661B;}
/*内容*/
.level-content{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.level-content .level-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 890px;
}
.level-content .level-left .level-details{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 890px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 40px;
}
.level-content .level-left .level-details .level-details-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.level-content .level-left .level-details .level-details-title .level-details-title-h{
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.level-content .level-left .level-details .level-details-title p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.level-content .level-left .level-details .level-details-title p span{
    display: inline-block;
    margin: 0 20px;
}
.level-content .level-left .level-details .level-details-title p a{
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    background: #DDF4FF;
    border-radius: 10px;
    color: #326CF6;
}
.level-content .level-left .level-details .level-details-order{
    box-sizing: border-box;
    width: 806px;
    height: 180px;
    background: linear-gradient(0deg, #FFFFFF, #EAEEF6);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 8px 27px 0px rgba(215,220,232,0.71);
    border-radius: 10px;
    margin: 20px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.level-content .level-left .level-details .level-details-order .details-order-1 li{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 36px;
    margin: 5px 0;
}
.level-content .level-left .level-details .level-details-order .details-order-1 li span{
    color: #FE3B03;
}
.level-content .level-left .level-details .level-details-order .details-order-2{
    box-sizing: border-box;
    position: relative;
    background: url("../image/xq-btn.png") no-repeat center;
    width: 160px;
    height: 160px;
    margin: 0 30px;
    overflow: hidden;
}
.level-content .level-left .level-details .level-details-order .details-order-2:after{
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -80px;
    pointer-events: none;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: btn-scale 1s 0s ease-in-out infinite;
    -moz-animation: btn-scale 1s 0s ease-in-out infinite;
    -ms-animation: btn-scale 1s 0s ease-in-out infinite;
    -o-animation: btn-scale 1s 0s ease-in-out infinite;
    animation: btn-scale 1s 0s ease-in-out infinite;
}
@keyframes btn-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.level-content .level-left .level-details .level-details-order .details-order-3{
    box-sizing: border-box;
    position: relative;
    height: 140px;
    overflow: hidden;
}
.level-content .level-left .level-details .level-details-order .details-order-3 .details-order-3-title{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.level-content .level-left .level-details .level-details-order .details-order-3 .details-order-3-title span{color: #FE3B03;}
.level-content .level-left .level-details .level-details-order .details-order-scroll{
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.level-content .level-left .level-details .level-details-order .details-order-scroll li span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}
.level-content .level-left .level-details .level-details-order .details-order-scroll li span:nth-child(2){
    margin: 0 25px;
}
.eassy-box{
    font-size: 16px;
    line-height: 34px;
    color: #666;
    font-family: "Microsoft YaHei","微软雅黑";
}
.eassy-box p {
    font-size: 16px;
    line-height: 34px;
    color: #666;
    text-indent: 2rem;
    margin-bottom: 10px;
}
.eassy-box h2 {
    font-size: 16px !important;
}
.level-details .city-details-tag{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.level-details .city-details-tag a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    padding: 0 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.level-content .level-left .level-details .level-details-pages{
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    overflow: hidden;
    margin: 30px auto 10px;
}
.level-content .level-left .level-details .level-details-pages .level-details-pages-sm{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center{
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center a{
    width: 390px;
    height: 154px;
    background: #F9F9F9;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center .level-pages-img{
    width: 170px;
    height: 114px;
    border-radius: 10px;
    overflow: hidden;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center img{
    width: 170px;
    height: 114px;
    border-radius: 10px;
    transition: 0.5s;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center .level-pages-img:hover img{
    transform: scale(1.2);
}
.level-content .level-left .level-details .level-details-pages .level-pages-center p{
    width: 160px;
    height: 114px;
    margin-left: 20px;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center p b{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 10px 0;
}
.level-content .level-left .level-details .level-details-pages .level-pages-center p i{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.level-content .level-left .level-left-gg{
    box-sizing: border-box;
    background: url("../image/dvert-2.png") no-repeat center;
    width: 890px;
    height: 110px;
    position: relative;
    border-radius: 10px;
    margin: 30px 0;
}
.level-content .level-left .level-left-gg a{
    display: inline-block;
    width: 114px;
    height: 34px;
    line-height: 34px;
    background: linear-gradient(0deg, #FFFFFF, #FFCF5B);
    box-shadow: 1px 2px 4px 0px #3C06C5;
    border-radius: 17px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #290DEB;
    position: absolute;
    right: 85px;
    top: 50%;
    margin-top: -17px;
}
.level-left-tj{
    box-sizing: border-box;
    width: 400px;
}
.level-left-tj .level-left-li{
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.level-left-tj .level-left-li .item-pic{
    width: 170px;
    height: 114px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
}
.level-left-tj .level-left-li .item-pic img{
    width: 170px;
    height: 114px;
    transition: 0.5s;
}
.level-left-tj .level-left-li .item-pic:hover img{
    transform: scale(1.2);
}
.level-left-tj .level-left-li .item-info{
    box-sizing: border-box;
    width: 210px;
    height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.level-left-tj .level-left-li .item-info p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.level-left-tj .level-left-li .item-info p span{
    display: inline-block;
    color: #326CF6;
}
.level-left-tj .level-left-li .item-info .item-time{
    display: flex;
    align-items: center;
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}
.level-left-tj .level-left-li .item-info .item-time i{
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}
.level-title2{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.level-title2 .level-title-h2{
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    font-size: 23px;
    font-family: "PingFang SC";
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.level-title2 .level-title-h2:before{
    content: "";
    width: 6px;
    height: 24px;
    background: #FE661B;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.level-content .level-left .level-left-list{
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px 30px;
}
.level-content .level-left .level-left-list .level-left-item{
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0 25px;
}
.level-content .level-left .level-left-list .level-left-item:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 830px;
    border-top: 1px dashed #E5E5E5;
}
.level-content .level-left .level-left-list .level-left-item:nth-child(1):before{border: none;}
.level-content .level-left .level-left-list .level-left-item h3{
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.level-content .level-left .level-left-list .level-left-item .item-con{
    display: flex;
    justify-content: space-between;
}
.level-content .level-left .level-left-list .level-left-item .item-pic{
    width: 200px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden;
}
.level-content .level-left .level-left-list .level-left-item .item-pic img{
    width: 200px;
    height: 136px;
    transition: 0.5s;
}
.level-content .level-left .level-left-list .level-left-item .item-pic:hover img{
    transform: scale(1.2);
}
.level-content .level-left .level-left-list .level-left-item .item-info{
    box-sizing: border-box;
    width: 600px;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.level-content .level-left .level-left-list .level-left-item .item-info p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.level-content .level-left .level-left-list .level-left-item .item-info p span{
    display: inline-block;
    color: #326CF6;
}
.level-content .level-left .level-left-list .level-left-item .item-info .item-time{
    display: flex;
    align-items: center;
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}
.level-content .level-left .level-left-list .level-left-item .item-info .item-time i{
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}


/*右侧*/
.level-content .level-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 290px;
}
.level-content .level-right .level-right-box{
    box-sizing: border-box;
    position: relative;
    width: 290px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 20px 25px 20px;
    margin-bottom: 10px;
}
.level-content .level-right .level-right-box .level-r-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    line-height: 30px;
    padding-top: 22px;
}
.level-content .level-right .level-right-box .level-r-tit span{
    display: flex;
    align-items: center;
}
.level-content .level-right .level-right-box .level-r-tit img{
    display: inline-block;
    margin-right: 10px;
}
.level-content .level-right .level-right-box .level-r-tit a{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.level-content .level-right .level-right-box .level-r-tit a:hover{color: #FE661B;}
.level-content .level-right .level-right-box .level-hot-list{
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.level-content .level-right .level-right-box .level-hot-list a{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    margin-top: 18px;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-num{
    display: inline-block;
    font-style: normal;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #B7BBC4;
    background: #E2E4E9;
    text-align: center;
    margin-right: 7px;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-num0{
    background: #ffffff url("../image/icon-jt.png") no-repeat center;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-num1{
    font-size: 16px;
    color: #FF741B;
    background: #ffffff;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-num2{
    font-size: 16px;
    color: #FEB90B ;
    background: #ffffff;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-num3{
    font-size: 16px;
    color: #FFDC00;
    background: #ffffff;
}
.level-content .level-right .level-right-box .level-hot-list a p{
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 206px;
    text-align: left;
}
.level-content .level-right .level-right-box .level-hot-list a:hover p{color: #518EFD;}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-tag{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px 9px 9px 0px;
    position: relative;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-tag:after{
    content: "";
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    border-radius: 9px 9px 9px 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 18px;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-tag1:after{
    content: "沸";
    background: #F21921;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-tag2:after{
    content: "热";
    background: #FE661B;
}
.level-content .level-right .level-right-box .level-hot-list a .level-hot-tag3:after{
    content: "新";
    background: #FF2952 ;
}
/*行业快讯*/
.level-content .level-right .level-zixun{
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.level-content .level-right .level-zixun a{
    display: block;
    width: 116px;
    margin-top: 18px;
    float: left;
    margin-right: 18px;
}
.level-content .level-right .level-zixun a:nth-child(2n){margin-right: 0;}
.level-content .level-right .level-zixun a .level-zixun-img{
    width: 116px;
    height: 79px;
    overflow: hidden;
    border-radius: 6px;
}
.level-content .level-right .level-zixun a .level-zixun-img img{
    width: 116px;
    height: 79px;
    transition: 0.5s;
    object-fit: cover;
}
.level-content .level-right .level-zixun a .level-zixun-img:hover img{
    transform: scale(1.2);
}
.level-content .level-right .level-zixun a .level-zixun-p{
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
/*资料广场*/
.level-content .level-right .level-zlgc{
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
}
.level-content .level-right .level-zlgc .wrap-item-a{
    position: relative;
    display: block;
    height: 24px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.level-content .level-right .level-zlgc .wrap-item-a.active{
    height: 60px;
}
.level-content .level-right .level-zlgc .wrap-item-a .level-hot-tag{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px 9px 9px 0px;
    position: relative;
}
.level-content .level-right .level-zlgc .wrap-item-a .level-hot-tag:after{
    content: "";
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    border-radius: 9px 9px 9px 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 18px;
}
.level-content .level-right .level-zlgc .wrap-item-a .level-hot-tag1:after{
    content: "荐";
    background: #F21921;
}
.level-content .level-right .level-zlgc .wrap-item-a .level-hot-tag2:after{
    content: "新";
    background: #FE661B;
}
.level-content .level-right .level-zlgc .wrap-item-a .level-hot-tag3:after{
    content: "热";
    background: #FF2952 ;
}
.level-content .level-right .level-zlgc .wrap-item-a .item-name{
    font-size: 12px;
    font-weight: 400;
    color: #A9A9A9;
}
.level-content .level-right .level-zlgc .wrap-item-a .item-name b{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0 5px;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item{
    box-sizing: border-box;
    width: 250px;
    height: 0;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.5s;
}
.level-content .level-right .level-zlgc .wrap-item-a.active .active-item{
    width: 250px;
    height: 60px;
    border-radius: 5px;
    opacity: 1;
    overflow: hidden;
    position: relative;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .level-hot-num{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: #2078FD;
    border-radius: 0;
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .level-hot-num1{
    background: #FD8538;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .level-hot-num2{
    background: #FDBD1B;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .level-hot-num3{
    background: #FEDD10;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .item-name{
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding-left: 20px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    line-height: 24px;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .item-name b{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item .level-hot-tag{display: none;}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    width: 250px;
    transition: all 0.5s;
}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item .item-name{
    box-sizing: border-box;
    width: 210px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item .item-name b{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0 10px;
}
.level-content .level-right .level-zlgc .wrap-item-a.active .normal-item{
    height: 0;
    opacity: 0;
}
.level-content .level-right .level-zlgc .wrap-item-a .active-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item .level-hot-num{
    display: inline-block;
    font-style: normal;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #EDF1F7;
    color: #999999;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item .level-hot-num1{
    color: #FD8538;
}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item .level-hot-num2{
    color: #FDBD1B;
}
.level-content .level-right .level-zlgc .wrap-item-a .normal-item .level-hot-num3{
    color: #FEDD10;
}
/*师资团队*/
.level-content .level-right .level-teacher{
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
.level-content .level-right .level-teacher .level-teacher-li{
    box-sizing: border-box;
    width: 100%;
    height: 400px;
}
.level-content .level-right .level-teacher .level-teacher-li>div{
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.level-content .level-right .level-teacher .level-teacher-li img{
    width: 93px;
    height: 112px;
    margin-right: 15px;
    border-radius: 15px;
}
.level-content .level-right .level-teacher .level-teacher-li b{
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    line-height: 25px;
    padding-left: 30px;
    background: url("../image/icon-teache2.png") no-repeat center left;
}
.level-content .level-right .level-teacher .level-teacher-li span{
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*就业*/
.level-content .level-right .level-job-list{
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
}
.level-content .level-right .level-job-list a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.level-content .level-right .level-job-list a:before{
    content: "·";
    font-weight: bold;
    color: #326CF6;
    position: absolute;
    left: 0;
    top: 0;
}
.level-content .level-right .level-job-scroll{
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin-top: 15px;
    overflow: hidden;
}
.level-content .level-right .level-job-scroll .level-job-scroll-ul{
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.level-content .level-right .level-job-scroll a{
    display: inline-block;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #0240F2;
    line-height: 27px;
    height: 27px;
    background: #D9EEFF;
    border-radius: 16px;
    padding: 0 7px;
    margin: 5px 1px;
}
.level-content .level-right .level-job-scroll a:nth-child(2n){
    background: #FFE2C8;
    color: #FF4244;
}
.level-content .level-right .level-job-scroll a:nth-child(3n){
    background: #EAD9FF;
    color: #7200FF;
}
.level-content .level-right .level-job-scroll a:nth-child(4n){
    background: #E1FFE9;
    color: #09944B;
}
.level-content .level-right .level-job-scroll a:nth-child(5n){
    background: #FAF0D8;
    color: #FFA200;
}
.level-content .level-right .level-job-report{
    box-sizing: border-box;
    width: 250px;
    height: 78px;
    margin: 20px auto 0;
}
.level-content .level-right .level-job-report .level-job-report-li{
    box-sizing: border-box;
    width: 250px;
    height: 78px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.level-content .level-right .level-job-report .level-job-report-li img{
    width: 250px;
    height: 78px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.level-content .level-right .level-job-report .level-job-report-li b{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FF6B0C;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.level-content .level-right .level-job-report .level-job-report-li .level-job-report-btn{
    display: block;
    box-sizing: border-box;
    width: 92px;
    height: 44px;
    line-height: 18px;
    background: linear-gradient(0deg, #FF3600, #FF700D);
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 5px 15px;
    position: relative;
    z-index: 2;
    margin-left: 10px;
}
.level-content .level-right .level-job-report .level-job-report-li .level-job-report-btn:after{
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    pointer-events: none;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: btn-scale 1s 0s ease-in-out infinite;
    -moz-animation: btn-scale 1s 0s ease-in-out infinite;
    -ms-animation: btn-scale 1s 0s ease-in-out infinite;
    -o-animation: btn-scale 1s 0s ease-in-out infinite;
    animation: btn-scale 1s 0s ease-in-out infinite;
}
@keyframes btn-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.level-content .level-right .level-kstd{
    box-sizing: border-box;
    margin-top: 10px;
    overflow: hidden;
}
.level-content .level-right .level-kstd a{
    display: block;
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 10px;
    background: linear-gradient(0deg, #EAF9FF, #FFFFFF);
    border: 1px solid #D5F3FF;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.level-content .level-right .level-kstd a:nth-child(2n){margin-right: 0;}
.level-content .level-right .level-kstd a span{
    display: inline-block;
    width: 95px;
    height: 20px;
    line-height: 20px;
    background: #008BFF;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.level-content .level-right .level-kstd a:nth-child(2n){
    background: linear-gradient(0deg, #FFFCF4, #FFFFFF);
    border: 1px solid #FFF2DC;
}
.level-content .level-right .level-kstd a:nth-child(2n) span{background: #FFA200;}
.level-content .level-right .level-kstd a:nth-child(3n){
    background: linear-gradient(0deg, #EAFFF2, #FFFFFF);
    border: 1px solid #CBFFED;
}
.level-content .level-right .level-kstd a:nth-child(3n) span{background: #00BC7B;}
.level-content .level-right .level-kstd a:nth-child(4n){
    background: linear-gradient(0deg, #F8F2FF, #FFFFFF);
    border: 1px solid #EEE1FF;
}
.level-content .level-right .level-kstd a:nth-child(4n) span{background: #6C00F2;}
.level-content .level-right .level-kstd a:nth-child(5n){
    background: linear-gradient(0deg, #FFF8F8, #FFFFFF);
    border: 1px solid #FFE9E9;
}
.level-content .level-right .level-kstd a:nth-child(5n) span{background: #F20000;}
.level-content .level-right .level-kstd a:nth-child(6n){
    background: linear-gradient(0deg, #EAF9FF, #FFFFFF);
    border: 1px solid #D5F3FF;
}
.level-content .level-right .level-kstd a:nth-child(6n) span{background: #00B7FE;}
.level-content .level-right .level-kstd a:nth-child(7n){
    background: linear-gradient(0deg, #FFF6F2, #FFFFFF);
    border: 1px solid #FFF0E9;
}
.level-content .level-right .level-kstd a:nth-child(7n) span{background: #FE661B;}
/*新上教程*/
.level-content .level-right .level-course{
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.level-content .level-right .level-course .level-course-img{
    box-sizing: border-box;
    width: 126px;
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.level-content .level-right .level-course .level-course-img img{
    width: 126px;
    height: 78px;
    border-radius: 10px;
}
.level-content .level-right .level-course .level-course-img p{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.level-content .level-right .level-course .level-course-img span{
    display: inline-block;
    width: 72px;
    height: 23px;
    line-height: 23px;
    background: linear-gradient(180deg, #FF3600, #FF700D);
    border-radius: 12px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.level-content .level-right .level-course .level-course-text{
    box-sizing: border-box;
    width: 132px;
    margin-left: 10px;
}
.level-content .level-right .level-course .level-course-text b{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 5px;
}
.level-content .level-right .level-course .level-course-text span{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.level-content .level-right .level-course .level-course-text span i{
    color: #FFBA00;
    font-size: 12px;
    margin-left: 2px;
}
.level-content .level-right .level-course  .level-course-img:hover p{
    opacity: 1;
    transition: 0.5s;
}
/*开班计划*/
.level-plan-center{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding:15px 30px;
}
.level-plan-center .level-plan-time{
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.level-plan-center .level-plan-time .level-plan-time-li{
    width: 322px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 10px 85px 10px 0;
}
.level-plan-center .level-plan-time .level-plan-time-li:last-child{margin-right: 0;}
.level-plan-center .level-plan-time .level-plan-time-li .level-plan-time-btn{
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(0deg, #FF3600, #FF700D);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}
/*热搜标签*/
.level-hot-tags{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 40px;
    background: #ffffff;
    border-radius: 10px;
    padding:10px;
}
.level-hot-tags .tags-a{
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    background: #FCF2F0;
    color: #100F0F;
    padding: 0 20px;
    margin:8px 5px;
}
.level-hot-tags .tags-a:nth-child(2n){background: #EEF7FE;}
.level-hot-tags .tags-a:nth-child(3n){background: #F5F9FA;}
.level-hot-tags .tags-a:nth-child(4n){background: #FCF9F4;}
.level-hot-tags .tags-a:nth-child(5n){background: #F2F2FA;}
.level-hot-tags .tags-a:hover{background: #5A5AFF;color: #ffffff;}


/*底部友情链接隐藏*/
.cxx-bottom .cxx-bottom-down .cxx-bottom-down-link{
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: none;
}
