{
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"微软雅黑";
}
.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
/*公共样式标题*/
.xian-pub-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 70px auto;
}
.xian-pub-title h2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    padding: 0 60px;
    height: 50px;
    line-height: 50px;
    color: #420F01;
    font-family: "新宋体";
    font-weight: 600;
    background: url("../img/xian-title.png") no-repeat center left,
    url("../img/xian-title.png") no-repeat center right;
    margin: 0 auto;
}
.xian-teach-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.xian-teach-btn a{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 310px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: -webkit-linear-gradient(top,#F96138, #FE7F36);
    background: -o-linear-gradient(top,#F96138, #FE7F36);
    background: -moz-linear-gradient(top,#F96138, #FE7F36);
    background: linear-gradient(top,#F96138, #FE7F36);
}
.xian-teach-btn a div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    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;
    width: 70%;
    height: 210px;
    -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;
    }
}

/*banner*/
.xian-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    min-height: 710px;
    background: #FFEEC0 url("../img/banner-bg.png") no-repeat center top;
    position: relative;
}
.xian-banner .banner-font{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 180px;
}
.xian-banner .banner-font .xian-font-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    text-align: center;
}
.xian-banner .banner-font .xian-font-p .xian-banner-a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    border-radius: 30px;
    background: -webkit-linear-gradient(top,#F43D38, #D32D1A);
    background: -o-linear-gradient(top,#F43D38, #D32D1A);
    background: -moz-linear-gradient(top,#F43D38, #D32D1A);
    background: linear-gradient(top,#F43D38, #D32D1A);
    color: #ffffff;
    font-size: 28px;
    width: 470px;
    height: 52px;
    line-height: 52px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.xian-banner .banner-font .xian-font-p .xian-banner-a div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    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;
    width: 70%;
    height: 200px;
    -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;
}

/*1 班型*/
.xian-class{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#FFEEC0 url("../img/xian-1bg.jpg") no-repeat center bottom;
    width: 100%;
    min-width: 1200px;
    height: 1034px;
    overflow: hidden;
}
.xian-class .xian-class-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.xian-class .xian-class-ul .xian-2abs1{
    position: absolute;
    left: -50px;
    top: 75px;
    z-index: 10;
}
.xian-class .xian-class-ul .xian-2abs2{
    position: absolute;
    right: -55px;
    bottom: 0;
    z-index: 10;
}
.xian-class .xian-class-ul .xian-class-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/xian-1bg-1.png") no-repeat center;
    width: 1062px;
    height: 381px;
    position: relative;
    margin: 0 auto 10px;
}
.xian-class .xian-class-ul .xian-class-li2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/xian-1bg-2.png") no-repeat center;
    width: 1062px;
    height: 381px;
    position: relative;
    margin: 0 auto 10px;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 553px;
    padding-top: 71px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    float: left;
    padding-left: 65px;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-left b{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    margin: 35px 0;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-left span{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: inline-block;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 495px;
    height: 100%;
    float: left;
    position: relative;
    padding-top: 9px;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-right .xian-class-jt{
    position: absolute;
    left: 208px;
    top: 150px;
    animation: cxupDown 1.3s 0s ease-in-out infinite;
}
@keyframes cxupDown {
    0%{transform: translateY(0)}
    50%{transform: translateY(-10px)}
    100%{transform: translateY(0)}
}
.xian-class .xian-class-ul .xian-class-li .xian-class-abs3 {
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    color: #420F01;
    line-height: 60px;
    text-align: center;
    left: 0;
    top: 275px;
    width: 100%;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-abs3 b{
    font-size: 48px;
    font-weight: bold;
    color: #D30209;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 520px;
    height: 85px;
    color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    line-height: 85px;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-p h3{
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-a{
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FFF1CA;
    color: #BD4727;
    border-radius: 30px;
    font-size: 30px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.xian-class .xian-class-ul .xian-class-li .xian-class-a div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    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;
    width: 70%;
    height: 210px;
    -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;
}

.xian-class .xian-class-ul .xian-class-li:nth-child(2){
    background: url("../img/xian-1bg-2.png") no-repeat center;
}

/*3 保障*/
.xian-ensure{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#FFEEC0 url("../img/xian-3bg.png") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    overflow: hidden;
}
.xian-ensure .xian-ensure-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1050px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.xian-ensure .xian-ensure-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/xian-3bg1.png") no-repeat center;
    width: 312px;
    height: 371px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    position: relative;
}
.xian-ensure .xian-ensure-ul li:nth-child(2){
    background: url("../img/xian-3bg2.png") no-repeat center;
}
.xian-ensure .xian-ensure-ul li:nth-child(3){
    background: url("../img/xian-3bg3.png") no-repeat center;
}
.xian-ensure .xian-ensure-ul li:after{
    content: "";
    position: absolute;
    background: url("../img/xian-3jt.png") no-repeat center;
    width: 26px;
    height: 29px;
    right: -42px;
    top: 50%;
    margin-top: -15px;
}
.xian-ensure .xian-ensure-ul li:last-child:after{display: none;}
.xian-ensure .xian-ensure-ul li>div{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #420F01;
    line-height: 30px;
}
.xian-ensure .xian-ensure-ul li>div h3{
    font-size: 28px;
}
.xian-ensure .xian-ensure-ul li p{
    font-size: 16px;
    font-weight: 400;
    color: #420F01;
    text-align: left;
    line-height: 26px;
    margin: 20px 0;
}
.xian-ensure .xian-ensure-ul li a{
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 125px;
    text-align: center;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    background: -webkit-linear-gradient(top,#F96138, #FE7F36);
    background: -o-linear-gradient(top,#F96138, #FE7F36);
    background: -moz-linear-gradient(top,#F96138, #FE7F36);
    background: linear-gradient(top,#F96138, #FE7F36);
    overflow: hidden;
    position: relative;
}
.xian-ensure .xian-ensure-ul li a div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    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;
    width: 70%;
    height: 90px;
    -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;
}
/*4 教学老师*/
.xian-teach{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#FFEEC0 url("../img/xian-4bg.png") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 727px;
    overflow: hidden;
}
.xian-teach .xian-teach-content{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 45px auto 60px;
    padding: 0 40px;
    overflow: hidden;
}
.xian-teach .xian-teach-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.xian-teach .xian-teach-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 30px;
    width: 680px;
    float: right;
    padding-top: 70px;
    overflow: hidden;
    text-align: left;
}
.xian-teach .xian-teach-right .xian-teach-title{
    font-size: 36px;
    font-weight: bold;
    color: #420F01;
    line-height: 40px;
    margin-bottom: 20px;
}
.xian-teach .xian-teach-right .xian-teach-txt{
    font-size: 16px;
    font-weight: 400;
    color: #420F01;
    line-height: 26px;
}
.xian-teach .xian-teach-right .xian-teach-study{
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #420F01;
}
.xian-teach .xian-teach-right .xian-teach-study b{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #D22D1A;
    margin-bottom: 10px;
}
.xian-teach .xian-teach-right .xian-teach-study span{
    display: inline-block;
    margin-right: 20px;
}

/*5 学习服务*/
.xian-fuwu{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#FFEEC0 url("../img/xian-5bg.jpg") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 1329px;
    overflow: hidden;
}
.xian-fuwu .xian-fuwu-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.xian-fuwu .xian-fuwu-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/xian5-li.png") no-repeat center;
    width: 345px;
    height: 288px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding-top: 40px;
}
.xian-fuwu .xian-fuwu-ul li:after{
    position: absolute;
    content: "";
    background: url("../img/xian5-jt.png") no-repeat center;
    width: 40px;
    height: 100%;
    right: -40px;
    top: 0;
}
.xian-fuwu .xian-fuwu-ul li:nth-child(3n){margin-right: 0;}
.xian-fuwu .xian-fuwu-ul li:nth-child(3n):after{display: none;}
.xian-fuwu .xian-fuwu-ul li h3{
    margin: 20px auto;
    font-size: 24px;
    font-weight: bold;
    color: #323232;
}
.xian-fuwu .xian-fuwu-ul li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 24px;
    margin-bottom: 20px;
}
.xian-fuwu .xian-fuwu-ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #D22D1A;

}
.xian-fuwu .xian-fuwu-ul li .xian-fuwu-img{
    transition: 0.5s;
}
.xian-fuwu .xian-fuwu-ul li:hover .xian-fuwu-img{
    transform: rotateY(360deg);
    transition: 0.8s;
}
/*6 课程优势*/
.xian-advantage{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: url("../img/xian-6bg.jpg") no-repeat center;
    height: 792px;
    overflow: hidden;
}
.xian-advantage .xian-advantage-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1130px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xian-advantage .xian-advantage-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/xian6-left.png") no-repeat center;
    width: 524px;
    height: 407px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 15px 1px #E5D2A0;
}
.xian-advantage .xian-advantage-left p{
    font-size: 16px;
    font-weight: 400;
    color: #420F01;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.xian-advantage .xian-advantage-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.xian-advantage .xian-advantage-right li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: url("../img/xian6-img1.png") no-repeat left bottom;
    width: 560px;
    height: 94px;
    margin-bottom: 50px;
}
.xian-advantage .xian-advantage-right li div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 516px;
    height: 95px;
    background: #ffffff;
    box-shadow: 0 0 6px 1px #E5D2A0;
    border-radius: 10px;
    left: 40px;
    top: -25px;
    padding: 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #420F01;
}
.xian-advantage .xian-advantage-right li div h3{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #D22D1A;
    margin-bottom: 10px;
}
.xian-advantage .xian-advantage-right li .xian-advantage-num{
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
/*2022-3-14 新加文章板块*/
.nj-article{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/nj-wz-bg.jpg") no-repeat top center;
    height: 757px;
    overflow: hidden;
}
.nj-article .nj-article-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 1200px;
    margin: 40px auto 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}
.nj-article .nj-article-title h2{
    font-size: 30px;
    font-weight: bold;
}
.nj-article .nj-article-title a{
    display: inline-block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    background: rgba(88,94,112,0.5);
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
}
.nj-article .nj-article-title a span{color: #FA6233;}
.nj-article .nj-article-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nj-article .nj-article-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 870px;
    height: 555px;
    background: #252A3C;
    padding:30px 25px;
    border-radius: 10px;
    float: left;
}
.nj-article .nj-article-left .nj-article-left-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin-bottom: 30px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-img{
    width: 218px;
    height: 145px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-img img{
    width: 218px;
    height: 145px;
    border-radius: 10px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 580px;
    height: 145px;
    float: left;
    text-align: left;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-title{
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-title:hover{color: #FA6233;}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-p{
    font-size: 16px;
    line-height: 30px;
    color: #B8BABC;
    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-top: 15px;
    margin-bottom: 20px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-time{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #B8BABC;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-time a{
    display: inline-block;
    float: right;
    color: #FA6233;
}
.nj-article .nj-article-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: 555px;
    border-radius: 10px;
    background: #252A3C;
    padding:0 16px;
    overflow: hidden;
    float: right;
}
.nj-article .nj-article-right .nj-article-right-a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nj-article .nj-article-right .nj-article-right-a:before{
    content: "";
    font-weight: bold;
    background: #FA6233;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.nj-article .nj-article-right .nj-article-right-a:hover{color: #FA6233;}




