body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"微软雅黑";
    background: #EFF0F3;
}
.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;
}
/*btn*/
.nj-btn-box{
    box-sizing: border-box;
    text-align: center;
    margin: 50px auto;
}
.nj-btn-box a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 48px;
    padding: 0 40px;
    color: #ffffff;
    border-radius: 25px;
    font-size: 24px;
    background: -webkit-linear-gradient(left,#FD625F, #FF8B4E);
    background: -o-linear-gradient(left,#FD625F, #FF8B4E);
    background: -moz-linear-gradient(left,#FD625F, #FF8B4E);
    background: linear-gradient(left,#FD625F, #FF8B4E);
}
.nj-btn-box a:hover{
    background: #ffffff;
    color: #0f47c0;
}
.nj-public-title{
    box-sizing: border-box;
    text-align: center;
    margin: 60px auto;
}
.nj-public-title h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #083C98;
    line-height: 40px;
}
.nj-public-title h2 span{color: #C61214;}
.nj-public-title p{
    font-size: 20px;
    font-weight: 400;
    color: #494848;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}
/*banner*/
.nj-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/banner-bg.jpg") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 610px;
    overflow: hidden;
    position: relative;
}
.nj-banner .nj-banner-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 140px;
}
.nj-banner .nj-banner-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 680px;
    height: 45px;
    margin: 0 auto;
    background: #0F4CC5;
    border-radius: 25px;
}
.nj-banner .nj-banner-btn p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 45px;
    height: 45px;
    float: left;
    padding-left: 40px;
    color: #ffffff;
    font-size: 23px;
}
.nj-banner .nj-banner-btn p span{
    color: #FEF059;
}
.nj-banner .nj-banner-btn a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 215px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
    background: #F15936;
    color: #ffffff;
    font-size: 23px;
    float: right;
}
/*1 首期钜惠*/
.nj-yh{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 70px auto;
    position: relative;
}
.nj-yh .nj-yh-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nj-yh .nj-yh-ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 585px;
    height: 290px;
    border-radius: 5px;
    color: #FAFBFE;
}
.nj-yh .nj-yh-ul li:nth-child(1){background: #022063;}
.nj-yh .nj-yh-ul li h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}
.nj-yh .nj-yh-ul li span{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
}
.nj-yh .nj-yh-ul li p{
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 10px;
    background: #0C3182;
    font-size: 20px;
}
.nj-yh .nj-yh-ul li p del{
    position: relative;
    color: #FEE559;
}
.nj-yh .nj-yh-ul li p del:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #FB2B2B;
}
.nj-yh .nj-yh-ul li p i{
    font-style:normal;
    color: #FEE559;
}
.nj-yh .nj-yh-ul li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 175px;
    height: 43px;
    line-height: 43px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    background: -webkit-linear-gradient(left,#FD645E, #FF8B4E);
    background: -o-linear-gradient(left,#FD645E, #FF8B4E);
    background: -moz-linear-gradient(left,#FD645E, #FF8B4E);
    background: linear-gradient(left,#FD645E, #FF8B4E);
    box-shadow: 0 2px 4px 1px #8B3D5F;
    animation: cxxscale 1.8s linear infinite;
}
@keyframes cxxscale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.nj-yh .nj-yh-ul li:nth-child(2){background: #0F4CC5;}
.nj-yh .nj-yh-ul li:nth-child(2) p{background: #1F60E0;}
.nj-yh .nj-yh-img{
    position: absolute;
    width: 225px;
    height: 215px;
    left: 50%;
    margin-left: -112px;
    top: 50%;
    margin-top: -107px;
    z-index: 10;
}

/*2 课程保障*/
.nj-2course{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/nj-2bg.jpg") no-repeat center;
    width: 100%;
    height: 942px;
    overflow: hidden;
}
.nj-2course .nj-2course-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.nj-2course .nj-2course-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 540px;
    float: left;
}
.nj-2course .nj-2course-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 540px;
    height: 137px;
    background: #ffffff;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 15px;
}
.nj-2course .nj-2course-ul li:hover{
    background: #E03C04;
}
.nj-2course .nj-2course-ul li h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58px;
    height: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    background: #F85C26;
    line-height: 30px;
    padding: 10px 15px;
    box-shadow: 2px 0 5px 1px #E9A68F;
    float: left;
}
.nj-2course .nj-2course-ul li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 480px;
    height: 100%;
    text-align: left;
    padding: 0 25px;
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    color: #494848;
    line-height: 30px;
}
.nj-2course .nj-2course-ul li p b{
    font-size: 18px;
    color: #2B2B2B;
}
.nj-2course .nj-2course-ul li:hover p{
    color: #ffffff;
}
.nj-2course .nj-2course-ul li:hover p b{
    color: #ffffff;
}
.nj-2course .nj-2course-img{
    width: 640px;
    height: 600px;
    position: relative;
    float: right;
}
.nj-2course .nj-2course-img .nj-2course-img2{
    position: absolute;
    top: 0;
    right: 0;
}
.nj-2course .nj-2course-img .nj-2course-img3{
    position: absolute;
    top: 177px;
    right: 0;
}
.nj-2course .nj-2course-img .nj-2course-img4{
    margin-top: 3px;
}
/*3 免费学习*/
.nj-free{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/nj-3bg.jpg") no-repeat top center;
    height: 1487px;
    overflow: hidden;
}
.nj-free .nj-free-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.nj-free .nj-free-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #030303;
    line-height: 30px;
    margin: 65px 0;
}
.nj-free .nj-free-title span{
    display: inline-block;
    font-size: 20px;
    padding: 0 15px;
    color: #ffffff;
    background: #EE5835;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    margin-right: 10px;
}
.nj-free .nj-free-ul1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nj-free .nj-free-ul1 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 290px;
    height: 100px;
    border-radius: 10px;
    background: -webkit-linear-gradient(left,#0E44B8, #102466);
    background: -o-linear-gradient(left,#0E44B8, #102466);
    background: -moz-linear-gradient(left,#0E44B8, #102466);
    background: linear-gradient(left,#0E44B8, #102466);
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}
.nj-free .nj-free-ul1 li img{
    width: 49px;
    height: 49px;
}
.nj-free .nj-free-ul1 li p{
    margin-left: 15px;
    line-height: 24px;
    font-size: 16px;
    color: #FAFBFE;
}
.nj-free .nj-free-ul1 li p b{
    display: block;
    font-size: 24px;
    color: #FFE13B;
    font-weight: normal;
}
.nj-free .nj-free-ul2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 187px;
    background: url("../img/nj-3bg2.png") no-repeat center;
    overflow: hidden;
}
.nj-free .nj-free-ul2 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 358px;
    height: 186px;
    color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 28px;
    float: left;
}
.nj-free .nj-free-ul2 li:nth-child(2){
    margin-left: 61px;
    margin-right: 57px;
}
.nj-free .nj-free-ul2 li h3{
    font-size: 24px;
    font-weight: bold;
    color: #FAFBFE;
    line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.nj-free .nj-free-ul2 li h3 img{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.nj-free .nj-free-ul2 li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.nj-free .nj-free-ul3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 280px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.nj-free .nj-free-ul3 li{
    width: 388px;
    height: 128px;
    background: #FAFBFE;
    border-radius: 10px;
    box-shadow: 0 2px 10px 1px #C1DFFC;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nj-free .nj-free-ul3 li b{
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.nj-free .nj-free-ul3 li .nj-free-ul3-b1{color: #CD0A0D;}
.nj-free .nj-free-ul3 li .nj-free-ul3-b2{color: #0E41B2;}
.nj-free .nj-free-ul3 li .nj-free-ul3-b3{color: #F96A39;}
.nj-free .nj-free-ul3 li .nj-free-ul3-b4{color: #F7A125;}
.nj-free .nj-free-ul3 li .nj-free-ul3-b5{color: #8231D6;}
.nj-free .nj-free-ul3 li .nj-free-ul3-b6{color: #268E5C;}
.nj-free .nj-free-ul3 li span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #494848;
    line-height: 30px;
    background: url("../img/nj-3icon8.png") no-repeat center left;
    padding-left: 25px;
    margin-top: 5px;
}
/*4 课程详情*/
.nj-project{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/nj-4bg.jpg") no-repeat top center;
    height: 1114px;
    overflow: hidden;
}
.nj-project-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.nj-project .nj-project-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    color: #FAFBFE;
    line-height: 26px;
    padding-left: 40px;
    background: url("../img/nj-4jt.png") no-repeat center left;
    margin: 70px 0;
}
.nj-project .nj-project-ul1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nj-project .nj-project-ul1 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 290px;
    height: 230px;
    padding-top: 60px;
}
.nj-project .nj-project-ul1 li img{
    width: 116px;
    height: 116px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -58px;
    z-index: 10;
    transition: 0.5s;
}
.nj-project .nj-project-ul1 li:hover img{
    transform: translateY(-5px);
    transition: 0.5s;
}
.nj-project .nj-project-ul1 li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 290px;
    height: 170px;
    border-radius: 10px;
    background: -webkit-linear-gradient(top,#E0E9FE, #FFFFFF);
    background: -o-linear-gradient(top,#E0E9FE, #FFFFFF);
    background: -moz-linear-gradient(top,#E0E9FE, #FFFFFF);
    background: linear-gradient(top,#E0E9FE, #FFFFFF);
    padding-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #494848;
    line-height: 24px;
}
.nj-project .nj-project-ul1 li p b{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #083C98;
    line-height: 26px;
    margin-bottom: 10px;
}
.nj-project .nj-project-ul2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 370px;
    overflow: hidden;
    position: relative;
}
.nj-project .nj-project-ul2 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    height: 227px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    background: url("../img/nj-4icon5.png") no-repeat center;
    transition: 0.5s;
}
.nj-project .nj-project-ul2 li:hover{
    transform: translateY(10px);
    transition: 0.5s;
}
.nj-project .nj-project-ul2 li b{
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #0F2D7E;
    margin-bottom: 10px;
}
.nj-project .nj-project-ul2 li:nth-child(2){
    left: 230px;
    bottom: 10px;
    background: url("../img/nj-4icon6.png") no-repeat center;
}
.nj-project .nj-project-ul2 li:nth-child(2n){color: #ffffff;}
.nj-project .nj-project-ul2 li:nth-child(2n) b{color: #FCCD4E;}
.nj-project .nj-project-ul2 li:nth-child(3){
    left: 460px;
    top: 0;
}
.nj-project .nj-project-ul2 li:nth-child(4){
    left: 690px;
    bottom: 10px;
    background: url("../img/nj-4icon6.png") no-repeat center;
}
.nj-project .nj-project-ul2 li:nth-child(5){
    left: 920px;
    top: 0;
}
/*5 覆盖率*/
.nj-coverage{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/nj-5bg.jpg") no-repeat top center;
    height: 903px;
    overflow: hidden;
}
.nj-coverage .nj-coverage-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    color: #030303;
    line-height: 26px;
    padding-left: 40px;
    background: url("../img/nj-4jt.png") no-repeat center left;
    margin: 50px 0;
}
.nj-coverage .nj-coverage-txt{
    font-size: 18px;
    font-weight: 400;
    color: #494848;
    line-height: 24px;
    text-align: left;
}
.nj-coverage .nj-coverage-res{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}
.nj-coverage .nj-coverage-res img{
    width: 172px;
    height: 124px;
    position: absolute;
    left: 485px;
    bottom: 275px;
    animation: cxbanner 0.8s ease-in-out infinite alternate;
}
@keyframes cxbanner {
    0% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(4px);
    }
}
/*6 服务*/
.nj-service{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/nj-6bg.jpg") no-repeat top center;
    height: 778px;
    overflow: hidden;
}
.nj-service .nj-service-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1030px;
    height: 450px;
    margin: 0 auto;
    background: url("../img/nj-6img.png") no-repeat center;
    position: relative;
}
.nj-service .nj-service-ul li{
    width: 300px;
    position: absolute;
}
.nj-service .nj-service-ul li:nth-child(1){
    left: 0;
    top: 55px;
    text-align: right;
}
.nj-service .nj-service-ul li:nth-child(2){
    right: 0;
    top: 55px;
    text-align: left;
}
.nj-service .nj-service-ul li:nth-child(3){
    left: 0;
    top: 324px;
    text-align: right;
}
.nj-service .nj-service-ul li:nth-child(4){
    right: 0;
    top: 330px;
    text-align: left;
}
.nj-service .nj-service-ul li b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #0F3DA6;
    line-height: 26px;
    padding: 0 30px;
}
.nj-service .nj-service-ul li p{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #020202;
    line-height: 24px;
    margin-top: 10px;
}

/*2022-3-17 新加文章板块*/
.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;}



/*弹框*/
.nj-mask{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9999;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.nj-mask.alert-show{
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nj-mask .nj-mask-alert{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 10% auto 0;
    background: url("../img/nj-alert-bg.png") no-repeat center;
    width: 649px;
    height: 420px;
    padding: 40px 55px 0 30px;
    text-align: center;
}
.nj-mask .nj-mask-alert .nj-mask-close{
    position: absolute;
    background: url("../img/nj-alert-close.png") no-repeat center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 5px;
    top: -35px;
}
.nj-mask .nj-mask-alert b{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 36px;
}
.nj-mask .nj-mask-alert h3{
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 42px;
    background-image:-webkit-linear-gradient(top,#FFFDF2,#FEE77A);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin: 10px 0;
}
.nj-mask .nj-mask-alert p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #ffffff;
    background: #0F4BC7;
    border-radius: 10px;
    margin: 20px 0;
}
.nj-mask .nj-mask-alert p span{color: #FEE46B;}
.nj-mask .nj-mask-alert a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    background: #FC7431;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 4px 2px 1px #B54108;
    margin: 0 auto;
}






