.main{
    min-width:1200px ;
    background: #f6f8fd;
}
.topic{
    width: 100%;
    height: 70px;
    background-color: #f11d1d;
}
.top-column{
    width: 1160px;
    height: 87px;
    margin:10px auto 0 auto;
}
.top-column>div{
    float: left;
    width: 165px;
    text-align: center;
    line-height: 70px;
}
.top-column>div:first-child{
    float: left;
    width: 240px;
    text-align: center;
    line-height: 70px;
}
.top-column>div>span>a{
    font-size: 16px;
    color: #FFFFFF !important;
}
.top-column>div>span{
    cursor: pointer;
}
.top-column>div>span:hover>a{
    color: #ff4c4c;
}
.top-column>div:first-child>a{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    width: 200px;
    text-align: left;
    cursor: pointer;
    float: left;
}
.top-column>div:not(:first-child):after{
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background-color: #ffffff;
    float: right;
    margin-top: 28px;
}
.new-more{
    float: left;
    margin-left: 50px;
}
.new-more:after{
    content:"";
    display: block;
    background: url("../../../img/new/arrow04.png")no-repeat;
    float: right;
    width: 20px;
    height: 20px;
    margin-top:34px;
    margin-right: 10px;
}
.new-details-path{
    height: 63px;
    min-width: 1200px;
}
.new-details-path>div{
    width: 1200px;
    margin: auto;
    height: 63px;
    line-height: 80px;
    overflow: hidden;
}
.new-details-path>div span>a{
    color:#0243ff ;
}
.new-details-path>div>span:last-child>a{
    cursor: text;
    color:  #2f3034;
}
.new-details-path a,.new-details-path span{
    font-size: 14px;
}
.new-home-list-left{
    width: 130px;
    background: #ffffff;
    box-shadow: 0px 0px 1px 0px
    rgb(154, 153, 153);
    border-radius: 4px;
    z-index: 100;
    /*margin: 26px 0 0 10px;*/
    position: absolute;
    left: 15px;
    top: 70px;
    display: none;
}
.top-column>div:not(:first-child):hover>.new-home-list-left{
    display: block;
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}
.new-prompt{
    margin-top: 25px;
    border: 1px solid #EEEEEE;
    width: 886px;
    /*padding:10px ;*/
}
.new-prompt>span{
    max-width: 886px;
    height: 44px;
    letter-spacing: 1px;
    color: #888b97;
    font-size: 16px;
    line-height: 22px;
}
.new-home-list-left>ul{
    width: 130px;
    margin: auto;
}
.new-home-list-left>ul>li{
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: relative;
}
.new-home-list-left>ul>li>a{
    font-size: 16px;
    color: #2d2f34;
    cursor:pointer;
}
.top-column>div:not(:first-child){
    position: relative;
}
.new-home-list-left>ul>li ul{
    width: 130px;
    background: #ffffff;
    box-shadow: 0px 0px 1px 0px
    rgb(154, 153, 153);
    border-radius: 4px;
    z-index: 100;
    /*margin: 26px 0 0 10px;*/
    position: absolute;
    left: 130px;
    top:0px;
    display: none;
}
.new-home-list-left>ul li:hover>ul{
    display: block;
}
.new-home-list-left>ul>li>ul li>a{
    height:45px;
    cursor:pointer;
    position: relative;
    width: 130px;
    margin: auto;
    font-size: 16px;
    color: #2d2f34;
    text-align: center;
    line-height: 45px;
}
.new-home-list-left>ul li>a:hover{
    color: #fb4343;
}
.new-home-list-left>ul li:after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #EEEEEE;
    margin-left: 15px;
}
.new-home-list-left ul li:last-child:after{
    background: #EEEEEE;
}
.new-home-list-left>ul li>a{
    width: 112px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 10px;
}
.new-left{
    width: 99px;
    height: 120px;
    background-color: #ffffff;
    position: fixed;
    left:50%;
    margin-left: -710px;
    z-index: 100;
}
.new-left>div:first-child{
    position: relative;
    left: 30px;
    top:17px;
    width: 37px;
    height: 37px;
}
.new-left>div:first-child>div:first-child{
    font-size: 10px;
    color: #999999;
    position: absolute;
    top:-12px;
    right: -18px;
}
.new-left>div:first-child>img{
    position: absolute;
    left:7px;
    width: 25px;
    height: 25px;
}
.new-left>div:nth-child(1)>div{
    font-size: 12px;
    color: #999999;
    margin-top: 2px;
}
.new-left>div:first-child>div:nth-child(3){
    font-size: 12px;
    position: absolute;
    top:26px;
    left:1px
}
.new-left>div:nth-child(2){
    position: absolute;
    left: 36px;
    top:64px;
    width: 24px;
    height: 34px;
}
.new-left>div:nth-child(2)>a>img{
    width: 25px;
    height: 25px;
}
.new-left>div:nth-child(2)>a>div{
    font-size: 12px;
    color: #999999;
    margin-top:2px;
}
.new-left>div:nth-child(3){
    display: flex;
    flex-direction: column;
    height: 141px;
    width: 24px;
    position: absolute;
    top:110px;
    left: 37px;
    justify-content: space-between;
    align-items: center;
}
.newd-body{
    width: 1200px;
    margin: auto;
    position: relative;
}
.newd-list{
    width: 794px;
    background-color: #ffffff;
    float: left;
}
.newd-right{
    width: 387px;
    float: right;
}
.newd-list>div:first-child{
    font-size: 24px;
    letter-spacing: 2px;
    color: #2e2f34;
    margin: 30px 35px 0 35px;
}
.newd-list>div:nth-child(2){
    font-size: 12px;
    color: #999999;
    margin: 13px 35px 0 35px;
}
.newd-list>div:nth-child(4)>p{
    font-size: 16px;
    color: #666666;
    margin: 20px 35px 0 35px;
    line-height: 22px;
    text-indent:2em;
}
.newd-list>div:nth-child(3){
    width: 710px;
    height: 132px;
    background-color: #f8f8f8;
    margin: 32px 0 0 35px;
    border-left: 4px solid #ff3333;
    position: relative;
}
.newd-list>div:nth-child(3)>div:first-child{
    font-size: 16px;
    color: #333333;
    position: absolute;
    top:31px;
    left: 22px;
}
.new-input{
    height: 37px;
    position: absolute;
    left: 19px;
    top:68px
}
.new-input>div:first-child{
    float: left;
    width: 121px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    color: #999999;
    line-height: 35px;
    padding:0 5px;
    cursor: pointer;
}
.new-input>div:first-child>img{
    float: right;
    margin-top: 12px;
}
.new-input>input:nth-child(2){
    float: left;
    width: 159px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    color: #999999;
    line-height: 35px;
    padding:0 5px;
    margin-left: 5px;
}
.new-input>input:nth-child(3){
    float: left;
    width: 129px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    color: #999999;
    line-height: 35px;
    padding:0 5px;
    margin-left: 5px;
}
.new-input>div:nth-child(4){
    width: 101px;
    height: 35px;
    border-radius: 4px;
    border: solid 1px #3366ff;
    font-size: 14px;
    color: #3366ff;
    margin-left: 5px;
    float: left;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.new-input>div:nth-child(4):hover{
    background: #3366ff;
    color: #ffffff;
}
.new-input>div:nth-child(5){
    width: 101px;
    height: 37px;
    border-radius: 4px;
    background: #f11d1d;
    font-size: 14px;
    color: #ffffff;
    margin-left: 5px;
    float: left;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}
.newd-list>div:nth-child(3)>div:nth-child(3){
    width: 240px;
    height:232px;
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    position: absolute;
    top:105px;
    left: 17px;
    padding: 28px 0px 0 0px;
}
.newd-list>div:nth-child(3)>div:nth-child(3)>div{
    font-size: 12px;
    color: #666666;
    float: left;
    margin:10px 0 0 30px;
    cursor: pointer;
}
.new-content{
    line-height: 24px;
    width: 724px;
    min-height:237px;
    height: 100%;
    margin: 20px 35px 134px 35px;
}
/deep/.new-content p{
    line-height: 24px;
    margin-top: 15px;
}
.newd-list>div:nth-child(6){
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    margin: 0 44px 76px 44px;
}
.newd-list>div:nth-child(7){
    color: #2d2e33;
    font-size: 20px;
    margin: 0 0 24px 44px;
    font-weight: 600;
}
.new-editor{
    margin: 24px 0 0 44px;
    height: 56px;
}
.new-editor>div{
    float: left;
    width: 303px;
    height: 28px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.new-editor>div>a{
    line-height: 28px;
    color: #666666;
}
.new-editor>div>a:hover{
    color: #fb4343;
}
.new-editor>div:nth-child(2),.new-editor>div:nth-child(4){
    margin-left: 78px;
}
.new-editor:after{
    content: '';
    display: block;
    clear: both;
}
.newd-list>div:nth-child(9){
    margin:31px 44px 20px 0;
    font-size: 12px;
    color: #999999;
    text-align: right;
}
.new-related{
    width: 799px;
    height: 280px;
}
.new-blank{
    height: 42px;
    width: 100%;
    background:  #f6f8fd;;
}
.new-related>div:first-child{
    font-size: 20px;
    color: #2e2f34;
    font-weight: 600;
    margin: 35px 0 0 42px;
}
.new-related>div:nth-child(2){
    margin: 26px 0 0 43px;
}
.new-related>div:nth-child(2)>div{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 317px;
    height:40px;
    float: left;
}
.new-related>div:nth-child(2)>div>a{
    font-size: 16px;
    color: #666666;
    line-height:40px;
}
.new-related>div:nth-child(2)>div:nth-child(2n){
    margin-left: 66px;
}
.new-related>div:nth-child(2)>div>a:hover{
    color: #fb4343;
}
.newd-right>div:first-child{
    width: 387px;
    background-color: #ffffff;
}
.newd-right>div:first-child>div:first-child{
    font-size: 20px;
    font-weight: 600;
    color: #2b2d32;
    transform: translateY(18px);
    margin:0 0 0 12px;
}
.new-course{
    transform: translateY(34px);
    margin:0 0 0 12px;
}
.new-course>div{
    width: 100%;
    height: 89px;
    margin-top: 29px;
}
.new-course>div:first-child{
    margin-top: 0;
}
.new-course>div>div:first-child{
    width: 118px;
    height: 89px;
    border-radius: 4px;
    float: left;
}
.new-course>div>div:first-child>img{
    width: 100%;
    height: 100%;
}
.new-course>div>div:nth-child(2){
    float: left;
    width: 215px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
    margin-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new-course>div>div:nth-child(3){
    width: 91px;
    height: 27px;
    border-radius: 4px;
    border: solid 1px #4275f6;
    float: left;
    margin: 12px 0 0 130px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}
.new-course>div>div:nth-child(3)>a{
    color: #3366ff;
    font-size: 14px;
    width: 91px;
    height: 27px;
    display: block;
}
.new-course>div>div:nth-child(3):hover{
    background:#3366ff ;
}
.new-course>div>div:nth-child(3):hover>a{
    color: #ffffff;
}
.nowAudition {
    color: #3366ff;
    font-size: 14px;
    width: 91px;
    height: 27px;
    display: block;
}

.nowAudition:hover {
    color: #ffffff;
    background: #3366ff;
}

.new-data{
    width: 387px;
    height: 195px;
    background-color: #ffffff;
}
.new-data>div:first-child{
    font-size: 20px;
    font-weight: 600;
    color: #2b2d32;
    margin-left:16px;
    transform: translateY(23px);
}
.new-data>div:nth-child(2){
    transform: translateY(46px);
    margin-left:16px;
}
.new-data>div:nth-child(2)>div{
    float: left;
    margin-top: 18px;
}
.new-data>div:nth-child(2)>div:nth-child(2n){
    margin-left: 69px;
}
.new-data>div:nth-child(2)>div>div:first-child{
    float: left;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.new-data>div:nth-child(2)>div>div:nth-child(2){
    width: 52px;
    height: 18px;
    border-radius: 9px;
    border: solid 1px #4275f6;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 19px;
    font-size: 12px;
    color: #3366ff;
}
.new-data>div:nth-child(2)>div>div:nth-child(2):hover{
    background-color: #3366ff;
    color: #ffffff;
}
.new-ten{
    width: 387px;
    height: 400px;
    background-color: #ffffff;
    margin-top: 31px;
}
.new-ten>div:first-child{
    font-size: 20px;
    font-weight: 600;
    color: #2b2d32;
    transform: translateY(24px);
    margin-left: 20px;
}
.new-ten>div:first-child:after{
    content: '';
    display: block;
    width: 339px;
    height: 1px;
    background-image: linear-gradient(#c5c1c1, #c5c1c1),
    linear-gradient(#0e6ec3, #0e6ec3);
    background-blend-mode: normal, normal;
    margin-top: 14px;
}
.new-ten>div:nth-child(2){
    transform: translateY(18px);
    margin: 20px 0 0 20px;
}
.new-ten>div:nth-child(2)>div>div{
    width: 335px;
    height: 16px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 16px;
    cursor: pointer;
}
.new-ten>div:nth-child(2)>div>div>a{
    font-size: 16px;
    color: #666666;
}
.new-ten>div:nth-child(2)>div>div>a:before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #2b2d32;
    border-radius: 50%;
    transform: translateY(-3px);
}
.new-ten>div:nth-child(2)>div>div>a:hover{
    color: #fb4343;
}
.new-ten>div:nth-child(2)>div>div>a:hover:before{
    background: #fb4343;
}
.new-service{
    width: 387px;
    height: 252px;
    background-color: #ffffff;
    margin-top: 28px;
    position: relative;
}
.new-service>div:first-child{
    font-size: 20px;
    font-weight: 600;
    color: #f11d1d;
    position: absolute;
    top:18px;
    left: 23px;
}
.new-service>div:nth-child(2){
    width: 102px;
    height: 102px;
    position: absolute;
    left: 20px;
    top:66px;
}
.new-service>div:nth-child(2)>img{
    width: 100%;
    height: 100%;
}
.new-service>div:nth-child(3){
    top:62px;
    position: absolute;
    left: 134px;
    font-size: 16px;
    color: #2b2d32;
    cursor: pointer;
}
.new-service>div:nth-child(4){
    top:95px;
    position: absolute;
    left: 147px;
    font-size: 16px;
    color: #2b2d32;
    cursor: pointer;
}
.new-service>div:nth-child(5){
    top:127px;
    position: absolute;
    left: 154px;
    font-size: 16px;
    color: #2b2d32;
    cursor: pointer;
}
.new-service>div:nth-child(6){
    top:160px;
    position: absolute;
    left: 146px;
    font-size: 16px;
    color: #2b2d32;
    cursor: pointer;
}
.new-service>div:nth-child(7){
    width: 136px;
    height: 30px;
    background-color: #f11d1d;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top:194px;
    left: 124px;
    color: #ffffff;
    font-size: 14px;
    display: block;
}
/*.new-left>div:nth-child(3)>a:first-child{*/
/*     background: url("../../static/img/new/qqkongjian.png") no-repeat;*/
/*     width: 2px;*/
/*     height: 20px;*/
/* }*/
/*.new-left>div:nth-child(3)>a:nth-child(2){*/
/*    background: url("../../static/img/new/gongzhonghao.png") no-repeat ;*/
/*    width: 2px;*/
/*    height: 20px;*/
/*}*/
/*.new-left>div:nth-child(3)>a:nth-child(3){*/
/*    background: url("../../static/img/new/weibo.png") no-repeat ;*/
/*    width: 2px;*/
/*    height: 20px;*/
/*}*/
/*.new-left>div:nth-child(3)>a:nth-child(4){*/
/*    background: url("../../static/img/new/qq.png") no-repeat ;*/
/*    width: 2px;*/
/*    height: 20px;*/
/*}*/
/*.new-left>div:nth-child(3)>a:nth-child(1):hover{*/
/*    background: url("../../static/img/new/qqkongjian1.png") no-repeat;*/
/*}*/
/*.new-left>div:nth-child(3)>a:nth-child(2):hover{*/
/*    background: url("../../static/img/new/gongzhonghao1.png") no-repeat ;*/
/*}*/
/*.new-left>div:nth-child(3)>a:nth-child(3):hover{*/
/*    background: url("../../static/img/new/weibo1.png") no-repeat;*/
/*}*/
/*.new-left>div:nth-child(3)>a:nth-child(4):hover{*/
/*    background: url("../../static/img/new/qq1.png") no-repeat;*/
/*}*/
