.enrollmentdetail .tab {
    display: flex;
    align-items: center;
    background-color: rgb(241, 241, 241);
    height: 50px;
    font-size: 16px;
}
.enrollmentdetail .tab .item.on{
    background-color: rgb(239, 131, 43);
    height: 70px;
    margin-top: -20px;
    color: #fff;
}
.enrollmentdetail .tab .item.on span{
    display: block;
    margin-top: 25px;
}
.enrollmentdetail .content{
    width: 70vw;
    margin: auto;
    padding: 10vh 0 5vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enrollmentdetail .content .left{
    width: 70%;
    padding: 20px;
}
.enrollmentdetail .content .left .title{
    font-size: 36px;
    line-height: 52px;
}
.enrollmentdetail .content .left .sub{
    display: flex;
    color: rgb(102, 102, 102);
    margin-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(230, 230, 230);
    margin-bottom: 50px;
}
.enrollmentdetail .content .left .sub .author{
    margin-right: 25px;
}
.enrollmentdetail .content .left .text{
    margin-bottom: 30px;
}
.enrollmentdetail .content .left .text .h{
    text-indent: 2em;
    font-weight: bold;
}
.enrollmentdetail .content .left .text p{
    text-indent: 2em;
    color: rgb(160, 160, 160);
    font-size: 16px;
    line-height: 36px;
}
.enrollmentdetail .content .left .text p span img{
    height: auto!important;
}
.enrollmentdetail .content .left .text p img{
    height: auto!important;
}
.enrollmentdetail .content .left .img{
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}
.enrollmentdetail .content .left .bar{
    display: flex;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
}
.enrollmentdetail .content .left .bar .prve{
    display: flex;
    width: 50%;
    height: 50px;
    padding-left: 15px;
    align-items: center;
}
.enrollmentdetail .content .left .bar .prve img{
    margin-bottom: 0;
    height: 20px;
    margin-right: 15px;
}
.enrollmentdetail .content .left .bar .next{
    display: flex;
    height: 50px;
    align-items: center;
    width: 50%;
    background-color: rgb(239, 131, 43);
    justify-content: flex-end;
    color: #fff;
    text-align: right;
}
.enrollmentdetail .content .left .bar .next img{
    margin-bottom: 0;
    height: 20px;
    margin-right: 15px;
}
.enrollmentdetail .content .left .back{
    width: 150px;
    height: 40px;
    border: 1px solid rgb(190, 190, 190);
    margin: auto;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}
.enrollmentdetail .content .right .back{
    display: none;
    width: 150px;
    height: 40px;
    border: 1px solid rgb(190, 190, 190);
    margin: auto;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}
.enrollmentdetail .content .left .back a{
    color: rgb(167, 167, 167);
}
.enrollmentdetail .content .right{
    width: 25%;
    height: 56vh;
}
.enrollmentdetail .content .right .top{
    height: 10px;
    background-color: rgb(239, 131, 43);
}
.enrollmentdetail .content .right .cont{
    border: 1px solid rgb(230, 230, 230);
    padding: 20px;
}
.enrollmentdetail .content .right .cont .tuijian{
    font-size: 24px;
    margin: 10px 0 20px;
}
.enrollmentdetail .content .right .cont ul{
    padding-inline-start: 20px;
}
.enrollmentdetail .content .right .cont ul .title{
    font-size: 18px;
    font-weight: 600;
}
.enrollmentdetail .content .right .cont ul .time{
    font-size: 16px;
    color: rgb(167, 167, 167);
}
.enrollmentdetail .content .right .cont ul li{
    margin-bottom: 20px;
}
.enrollmentdetail .content .right .cont ul li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.enrollmentdetail .content .left .bar .next span,
.enrollmentdetail .content .left .bar .prve span{
    padding-right: 15px;
    max-width: 72%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news .tab{
    display: flex;
    align-items: center;
    background-color: rgb(241, 241, 241);
    height:50px;
    font-size: 16px;
}
.news .tab .item.on{
    background-color: rgb(239, 131, 43);
    height: 70px;
    margin-top: -20px;
    color: #fff;
}
.news .tab .item.on span{
    display: block;
    margin-top: 25px;
}

.news .content{
    margin-bottom: 8vh;
}
.news .item{
    padding: 0 13vw;
}
.news .item:hover{
    background-color: rgb(246, 246, 246);
}
.news .item .cont{
    display: flex;
    padding: 8vh 0;
    border-bottom: 1px solid rgb(230, 230, 230);
    justify-content: space-between;
}
.news .item .cont .left{
    width: 15%;
}
.news .item .cont .l{
    width: 67.5%;
    display: flex;
    justify-content: space-between;
}
.news .item:hover .cont .left{
    color: rgb(239, 131, 43);
}
.news .item .cont .left .day{
    font-size: 28px;
    font-weight: bold;
}
.news .item .cont .left .year{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.news .item .cont .center{
    width: 81.5%;
}
.news .item .cont .center .title{
    font-size: 24px;
    font-weight: bold;
}
.news .item:hover .cont .center .title{
    color: rgb(239, 131, 43);
}
.news .item .cont .center .more{
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    color: rgb(101, 101, 101);
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .item .cont .center .btn{
    border: 1px solid rgb(205, 206, 201);
    padding: 15px 45px;
    border-radius: 50px;
}
.news .item .cont .center .btn span{
    margin-right: 10px;
}
.news .item:hover .cont .center .btn{
    background-color: rgb(239, 131, 43);
    color: #fff;
    border: none;
    display: inline-block;
}
.news .item .cont .right{
    width: 30%;
}
.news .item .cont .right img{
    width: 100%;
    max-height: 180px;
}
.news .item .cont .center .btn .img2,
.news .item:hover .cont .center .btn .img1{
    display: none;
}
.news .item:hover .cont .center .btn .img2,
.news .item .cont .center .btn .img1{
    display: initial;
}