/* 资讯公共样式 start*/
.flex-center {
    display: flex;
    align-items: center;
}
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}
.left {
    float: left;
}
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .news-box-shadow {
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:10px;
}
.news-wrap .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-wrap .title-bar {
    height: 70px;
    padding: 0 30px;
    border-bottom: 1px solid rgba(238,238,238, .8);
}
.news-wrap .title-bar .bar-left {
    float: left;
    height: 100%;
    line-height: 70px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    position: relative;
}
.news-wrap .title-bar .bar-left:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width:30px;
    height:4px;
    background:linear-gradient(-30deg,rgba(21,201,148,1),rgba(33,193,127,1));
    border-radius:2px;
}
.news-wrap .title-bar .bar-right {
    float: right;
    height: 100%;
    line-height: 70px;
}
.news-wrap .title-bar .bar-right .more {
    float: right;
}
.news-wrap .title-bar .bar-right .more a {
    font-size: 14px;
    color: #15C994;
}
.news-wrap .title-bar .bar-right ul {
    float: right;
    margin-right: 48px;
}
.news-wrap .title-bar ul>li {
    float: left;
    margin-right: 40px;
}
.news-wrap .title-bar .bar-right ul>li:last-child {
    margin-right: 0;
}
.news-wrap .title-bar .item-list {
    float: left;
    line-height: 70px;
    margin-left: 40px;
}
/* 资讯公共样式 end*/

/* 资讯首页 start*/
.news-wrap {
    margin-top: 64px;
}
.news-wrap .container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.news-index-page  .main-content .content-left {
    float: left;
    width: 320px;
    background:#4D5365;
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:10px;
    overflow: hidden;
}
.news-index-page  .main-content .title {
    margin-top: 30px;
    margin-left: 45px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family:Microsoft YaHei;
    color: #fff;
    position: relative;
}
.news-index-page  .main-content .title::before {
    content: '';
    position: absolute;
    top: 1px;
    left: -15px;
    width:5px;
    height:18px;
    background:linear-gradient(-30deg,rgba(21,201,148,1),rgba(33,193,127,1));
    border-radius:3px;
}
.news-index-page  .main-content .sort-list {
    margin-top: 18px;
    padding-bottom: 12px;
}
.news-index-page  .main-content .sort-list .sort-box {
    padding: 18px 18px 18px 30px;
    position: relative;
}
.news-index-page  .main-content .sort-list .sort-box .sort-title {
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
}
.news-index-page  .main-content .sort-box:hover {
    background-color: #424859;
    cursor: pointer;
}
.news-index-page  .main-content .sort-title>a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}
.news-index-page  .main-content .sort-title .caret {
    color: #fff;
    transform: rotate(-90deg);
}
.news-index-page .main-content .item-list {
    margin: 0 0 4px 15px;
    width: 73%;
    overflow-x: hidden;
    white-space: nowrap;
    display: inline-block;
}
.news-index-page  .main-content .item-list li {
    /* float: left; */
    display: inline-block;
    margin-right: 15px;
    /* width: 42px; */
    /* text-align: center; */
}
.news-index-page  .main-content .sort-box>.item-list>li:last-child {
    margin-right: 0;
}
.news-index-page  .main-content .item-list a {
    font-size: 12px;
    color: #CDD0D4;
    white-space: nowrap;
    /* margin-left: -14px; */
}

.news-index-page  .main-content .content-right {
    float: right;
    width: 850px;
}
.news-index-page  .main-content .content-right .banner {
    height:230px;
    border-radius: 10px;
    overflow: hidden;
}
.news-index-page  .main-content .content-right .banner .carousel-inner {
    height: 100%;
}
.news-index-page  .main-content .content-right .banner .carousel-inner .item {
    height: 100%;
}
.news-index-page  .main-content .content-right .banner .carousel-inner .item img {
    width: 100%;
    height: 100%;
}
.news-index-page  .main-content .content-right .banner .carousel-control {
    position: absolute;
    width: 32px;
    height: 36px;
    top: 50%;
    margin-top: -20px;
    background-color: #000;
    line-height: 36px;
    opacity: 0;
    transition: all .3s linear;
}
.news-index-page  .main-content .content-right .banner .carousel-control.left {
    left: -36px;
}
.news-index-page  .main-content .content-right .banner .carousel-control.right {
    right: -36px;
}
.news-index-page  .main-content .content-right .banner:hover .carousel-control {
    opacity: .3;
}
.news-index-page  .main-content .content-right .banner:hover .carousel-control.left {
    left: 0;
}
.news-index-page  .main-content .content-right .banner:hover .carousel-control.right {
    right: 0;
}
.news-index-page  .main-content .content-right .hot-selected-news {
    margin-top: 17px;
}
.news-index-page  .main-content .content-right .hot-selected-news .news-list {
    width: 50%;
    padding: 30px;
}
.news-index-page  .main-content .content-right .hot-selected-news .hot-title {
    font-size:18px;
    line-height:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(23,27,26,1);
}
.news-index-page  .main-content .content-right .hot-selected-news .hot-title .caret {
    color: #15C994;
    transform: rotate(-90deg);
}
.news-index-page  .main-content .content-right .hot-selected-news .news-list ul {
    margin-top: 25px;
}
.news-index-page  .main-content .content-right .hot-selected-news .news-list ul li {
    margin-top: 20px;
}
.news-index-page  .main-content .content-right .hot-selected-news .news-list ul li:first-child {
    margin-top: 0;
}
.news-index-page  .main-content .content-right .hot-selected-news .news-list ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-index-page  .main-content .content-right .hot-selected-news .news-list ul li a:hover {
    color: #15C994;
}
.news-index-page .banner-free-course {
    margin-top: 30px;
    height:100px;
    background:rgba(242,155,118,1);
    border-radius:10px;
    overflow: hidden;
}
.news-index-page .banner-free-course img {
    width: 100%;
    height: 100%;
}
.news-index-page .section {
    margin-top: 30px;
}
.news-index-page .section .content-box {
    padding: 30px;
}
.news-index-page .section .content-box .content-left {
    float: left;
    width: 360px;
    margin-right: 30px;
}
.news-index-page .section .content-box .content-left .top-box {
    width: 100%;
    height: 223px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.news-index-page .section .content-box .content-left .bottom-box {
    margin-top: 10px;
    font-size: 0;
}
.news-index-page .section .content-box .content-left .bottom-box .img-box {
    display: inline-block;
    width: 48.6%;
    height:109px;
    border-radius:6px;
    overflow: hidden;
    position: relative;
}
.news-index-page .section .content-box .content-left img {
    width: 100%;
    height: 100%;
}
.news-index-page .section .content-box .content-left span {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 80%;
    height: 16px;
    font-size: 14px;
    color: #fff;
    transform: translateX(-50%);
}
.news-index-page .section .content-box .content-mid {
    width: 410px;
    float: left;
}
.news-index-page .section .content-box .content-mid .list-title {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.news-index-page .section .content-box .content-mid ul li {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-index-page .section .content-box .content-mid ul li:first-child {
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-bottom: 20px;
}
.news-index-page .section .content-box .content-mid ul li:first-child a {
    font-size: 18px;
}
.news-index-page .section .content-box .content-mid ul li a {
    font-size: 14px;
    color: #333;
}
.news-index-page .section .content-box .content-mid ul li a:hover {
    color: #15C994;
}
.news-index-page .section .content-box .content-mid ul li:last-child {
    margin-bottom: 0;
}
.news-index-page .section .content-box .content-other {
    float: right;
    width: 285px;
}
.news-index-page .section .content-box .content-other .group-box {
    padding: 20px 20px 10px;
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:6px;
}
.news-index-page .section .content-box .content-other .group-box>ul {
    float: left;
    margin-top: 5px;
}
.news-index-page .section .content-box .content-other .group-box>ul>li {
    width: 100px;
    height: 27px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-bottom: 14px;
    cursor: pointer;
    padding-bottom: 14px;
    position: relative;
}
.news-index-page .section .content-box .content-other .group-box>ul>li.active {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #EBF1EF;
}
.news-index-page .section .content-box .content-other .group-box>ul>li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width:30px;
    height:4px;
    background:linear-gradient(-30deg,rgba(21,201,148,1),rgba(33,193,127,1));
    border-radius:2px;
}
.news-index-page .section .content-box .content-other .group-box>ul>li:last-child {
    margin-bottom: 0;

}
.news-index-page .section .content-box .content-other .group-box .img-box {
    float: right;
    width:110px;
    height:110px;
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:6px;
    padding: 5px;
}
.news-index-page .section .content-box .content-other .group-box .img-box img {
    width: 100%;
    height: 100%;
}
.news-index-page .section .content-box .content-other .item-list {
    margin-top: 20px;
}
.news-index-page .section .content-box .content-other .item-list>li {
    float: left;
    margin-bottom: 10px;
}
.news-index-page .section .content-box .content-other .item-list>li:last-child {
    margin-bottom: 0;
}
.news-index-page .section .content-box .content-other .item-list>li:nth-last-child(2) {
    margin-bottom: 0;
}
.news-index-page .section .content-box .content-other .item-list>li>a {
    display: inline-block;
    width:125px;
    height:50px;
    line-height: 50px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:6px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.news-index-page .section .content-box .content-other .item-list>li>a:hover {
    color: #fff;
    background:linear-gradient(90deg,rgba(21,201,148,1),rgba(33,193,127,1));
    box-shadow:0px 5px 10px 0px rgba(33,193,127,0.3);
}
.news-index-page .section .content-box .content-other .item-list>li:nth-child(2n+1) {
    margin-right: 35px;
}
.news-index-page .section .content-box .content-right {
    padding-top: 12px;
    float: right;
}
.news-index-page .section .content-box .content-right .list-title {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.news-index-page .section .content-box .content-right .list-title .caret {
    transform: rotate(-90deg);
    color: #15C994;
}
.news-index-page .section .content-box .content-right>ul {
    margin-top: 25px;
}
.news-index-page .section .content-box .content-right>ul>li {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 25px;
}
.news-index-page .section .content-box .content-right>ul>li:last-child {
    margin-bottom: 0;
}
.news-index-page .section .content-box .content-right>ul>li .index {
    display: inline-block;
    width:20px;
    height:20px;
    background-color:#7B807E;
    border-radius:50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
}
.news-index-page .section .content-box .content-right>ul>li:first-child .index  {
    background-color: #EFCA00;
}
.news-index-page .section .content-box .content-right>ul>li:nth-child(2) .index  {
    background-color: #357DE9;
}
.news-index-page .section .content-box .content-right>ul>li:nth-child(3) .index  {
    background-color: #15C891;
}
.news-index-page .section .content-box .content-right>ul>li a {
    width: 210px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 10px;
}
.news-index-page .section .content-box .content-right>ul>li a:hover {
    color:  #15C994;
}
.news-index-page .section .content-box .content-right>ul>li .date {
    color: #BFC4C3;
    vertical-align: middle;
}

/* 1366下的尺寸 */
@media screen and (max-width: 1366px) {
    .news-wrap .container {
        width: 1000px;
    }
    .news-index-page .main-content .title {
        margin-top: 25px;
        margin-left: 37px;
    }
    .news-index-page .main-content .content-right .banner {
        height: 186px;
    }
    .news-index-page .main-content .sort-list {
        margin-top: 15px;
    }
    .news-index-page .main-content .sort-list .sort-box {
        padding: 14px 16px 14px 22px;
    }
    .news-index-page .main-content .content-right .hot-selected-news .news-list {
        padding: 20px;
    }
    .news-index-page .section .content-box {
        padding: 20px;
    }
    .news-index-page .section .title-bar {
        height: 55px;
    }
    .news-index-page .section .title-bar .bar-left {
        line-height: 55px;
    }
    .news-index-page .section .title-bar .bar-right {
        line-height: 55px;
    }
    .news-index-page  .main-content .content-left {
        width: 280px;
    }
    .news-index-page .main-content .item-list {
        margin-bottom: 6px;
    }
    .news-index-page .main-content .item-list li {
        margin-right: 8px;
    }
    .news-index-page .main-content .content-right {
        width: 690px;
    }
    .news-index-page .section .content-box .content-left {
        width: 300px;
    }
    .news-index-page .section .content-box .content-left .top-box {
        height: 185px;
    }
    .news-index-page .section .content-box .content-left .bottom-box .img-box {
        height: 90px;
    }
    .news-index-page .section .content-box .content-mid ul li {
        margin-bottom: 12px;
    }
    .news-index-page .section .content-box .content-mid {
        width: 335px;
    }
    .news-index-page .section .content-box .content-other {
        width: 250px;
    }
    .news-index-page .section .content-box .content-other .group-box>ul {
        margin-top: 8px;
    }
    .news-index-page .section .content-box .content-other .group-box {
        padding: 10px 15px 5px;
    }
    .news-index-page .section .content-box .content-other .item-list {
        font-size: 0;
        margin-top: 10px;
    }
    .news-index-page .section .content-box .content-other .item-list>li:nth-child(2n+1) {
        margin-right: 25px;
    }
    .news-index-page .section .content-box .content-other .item-list>li {
        margin-bottom: 10px;
    }
    .news-index-page .section .content-box .content-other .item-list>li>a {
        padding: 0 20px;
        width: 110px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
    }
    .news-index-page .section .content-box .content-right>ul>li {
        margin-bottom: 15px;
    }
    .news-index-page .section .content-box .content-right>ul>li a {
        width: 170px;
    }
    .news-index-page  .main-content .sort-list {
        padding-bottom: 4px;
    }
}
/* 资讯首页 end */

/* 资讯列表和资讯详情公共样式 start*/
.news-wrap .news-content {
    width: 850px;
}
.news-wrap .news-side {
    float: right;
    width: 320px;
}
.news-wrap .news-side .side-group {
    padding: 30px 30px 30px 10px;
    background:rgba(59,65,83,1);
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:6px;
}
.news-wrap .news-side .side-group>ul {
    float: left;
}
.news-wrap .news-side .side-group>ul>li {
    width: 132px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #CDD0D4;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    overflow-x: hidden;
}
.news-wrap .news-side .side-group>ul>li:last-child {
    margin-bottom: 0;
}
.news-wrap .news-side .side-group>ul>li.active {
    color: #fff;
}
.news-wrap .news-side .side-group>ul>li.active:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width:4px;
    height:17px;
    background:linear-gradient(-30deg,rgba(21,201,148,1),rgba(33,193,127,1));
    border-radius:2px;
}
.news-wrap .news-side .side-group>ul>li:last-child {
    margin-bottom: 0;

}
.news-wrap .news-side .side-group .img-box {
    float: right;
    width:110px;
    height:110px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:6px;
    padding: 5px;

}
.news-wrap .news-side .side-group .img-box img {
    width: 100%;
    height: 100%;
}
/* 实用工具 */
.news-wrap .news-side .side-button-list {
    padding: 30px 18px;
    font-size: 0;
}
.news-wrap .news-side .side-button-list>li {
    float: left;
    margin-bottom: 13px;
    width:125px;
    height:50px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:6px;
    line-height: 50px;
    font-size: 14px;
}
.news-wrap .news-side .side-button-list>li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
}
.news-wrap .news-side .side-button-list>li.active a,
.news-wrap .news-side .side-button-list>li:hover a {
    color: #fff;
    background:linear-gradient(90deg,rgba(21,201,148,1),rgba(33,193,127,1));
    box-shadow:0px 5px 10px 0px rgba(33,193,127,0.3);
    border-radius:6px;
}
.news-wrap .news-side .side-button-list>li:nth-child(2n+1) {
    margin-right: 34px;
}
.news-wrap .news-side .side-button-list>li:last-child {
    margin-bottom: 0;
}
.news-wrap .news-side .side-button-list>li:nth-last-child(2) {
    margin-bottom: 0;
}

.news-wrap .news-side .hot-course .course-content {
    padding: 30px 18px;
}
.news-wrap .news-side .hot-course .course-content .carousel-inner img {
    width: 100%;
}
.news-wrap .news-side .hot-course .course-content .carousel-control {
    top: 50%;
    margin-top: -25px;
    width: 23px;
    height: 30px;
    background-color: rgba(39, 39, 42, 0.39);
    color: #fff;
}
.news-wrap .news-side .hot-course ul {
    margin-top: 20px;
}
.news-wrap .news-side .hot-course ul>li {
    float: left;
    width: 135px;
    margin-bottom: 20px;
}
.news-wrap .news-side .hot-course ul>li:last-child,
.news-wrap .news-side .hot-course ul>li:nth-last-child(2) {
    margin-bottom: 0;
}
.news-wrap .news-side .hot-course ul>li:nth-child(2n+1) {
    margin-right: 14px;
}
.news-wrap .news-side .hot-course ul>li img {
    width: 100%;
    border-radius:5px;
}
.news-wrap .news-side .hot-course ul>li p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size:12px;
    line-height: 12px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-wrap .news-side>div~div {
    margin-top: 30px;
}
.news-wrap .news-list-container .news-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.news-wrap .news-list-container .news-item .item-left {
    float: left;
    width: 280px;
    height: 175px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 30px;
}
.news-wrap .news-list-container .news-item .item-left img {
    width: 100%;
    height: 100%;
}
.news-wrap .news-list-container .news-item .item-right {
    overflow: hidden;

}
.news-wrap .news-list-container .news-item .item-right .news-title {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.news-wrap .news-list-container .news-item .item-right .news-desc {
    margin-top: 24px;
    font-size:14px;
    font-family:Microsoft YaHei;
    color: #333333;
    line-height:32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-wrap .news-list-container .news-item .item-right .data {
    margin-top: 20px;
    font-size: 12px;
    color: #7B8180
}
.news-wrap .news-list-container .news-item .item-right .data .date {
    margin-right: 20px;
}
/* 资讯列表和资讯详情公共样式 end*/
@media screen and (max-width: 1366px) {
    .news-wrap .news-content {
        width: 700px;
    }
    .news-wrap .news-side {
        width: 270px;
    }
    .news-wrap .news-side>div~div {
        margin-top: 20px;
    }
    .news-wrap .news-side .side-group {
        padding: 20px 15px 20px 10px;
    }
    .news-wrap .news-side .side-button-list>li {
        width: 107px;
    }
    .news-wrap .news-side .side-button-list>li:nth-child(2n+1) {
        margin-right: 20px;
    }
    .news-wrap .news-side .hot-course ul>li {
        width: 110px;
    }
}


/* 资讯分类列表页 start */
.news-sort-page .main-content .content-box {
    padding: 0 30px;
}
.news-sort-page .main-content .title-bar {
    position: relative;
    padding-left: 20px;
}
.news-sort-page .main-content .title-bar .bar-box {
    width: 95%;
    overflow: hidden;
}
.news-sort-page .main-content .title-bar .nav-control {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    margin-top: -28px;
    line-height: 50px;
    text-align: center;
    user-select: none;
    visibility: hidden;
}
.news-sort-page .main-content .title-bar .nav-control span {
    font-size: 36px;
    color: #dbdbdd;
    cursor: pointer;
    margin: 3px;
    user-select: none;
}
.news-sort-page .main-content .title-bar .nav-control span.active {
    color: #00b882;
}
.news-sort-page .main-content .title-bar .bar-list {
    width: 2000px;
    height: 100%;
    visibility: hidden;
    /* transition: all .3s linear; */
}
.news-sort-page .main-content .title-bar .bar-list>li {
    float: left;
    width: 110px;
    padding: 0 6px;
    height: 100%;
    line-height: 70px;
    position: relative;
    margin-right: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-sort-page .main-content .title-bar .bar-list>li.active {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.news-sort-page .main-content .title-bar .bar-list>li.active a {
    text-decoration: none;
}
.news-sort-page .main-content .title-bar .bar-list>li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width:30px;
    height:4px;
    background:linear-gradient(-30deg,rgba(21,201,148,1),rgba(33,193,127,1));
    border-radius:2px;
}
.news-sort-page .main-content .content-box .sort-box {
    font-size: 0;
}
.news-sort-page .main-content .content-box .sort-box>a {
    display: inline-block;
    width:80px;
    height:35px;
    color: #7B8180;
    border:1px solid #BFC4C3;
    border-radius:6px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: none;
}
.news-sort-page .main-content .content-box .sort-box>a.active {
    color: #15C994;
    border:1px solid rgba(21,201,148,1);
}
.news-sort-page .pagination-df li:last-child {
    padding: 0 5px;
}

/* 资讯分类列表页 end */

/* 资讯详情页 start */
.news-detail-page .content-header {
    padding: 30px;
    border-bottom: 1px solid #eee;
}
.news-detail-page .content-header>h1 {
    font-size: 26px;
    margin: 0;
}
.news-detail-page .content-header>h1+div {
    margin-top: 30px;
    font-size: 12px;
    color: #7B8180;
}
.news-detail-page .content-header>h1+div span+span {
    margin-left: 20px;
}
.news-detail-page .news-content .article {
    padding: 20px 30px 30px;
}
.news-detail-page .news-content .slot1 {
    height:45px;
    line-height: 45px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(53, 126, 236, 1);
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:4px;
}
.news-detail-page .news-content .slot1>a {
    display: block;
    color: #357EEC;
    padding-left: 23px;
}
.news-detail-page .article .guide {
    margin-top: 20px;
    padding: 20px 20px 20px 30px;
    background-color: #F7F9FB;
    border-radius: 4px;
    line-height: 35px;
    position: relative;
}
.news-detail-page .article .guide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:7px;
    height: 100%;
    background:rgba(215,219,222,1);
    border-radius:4px;
}
.news-detail-page .slot2 {
    margin-top: 20px;
}
.news-detail-page .slot2 .header {
    height:55px;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background:linear-gradient(90deg,rgba(235,204,174,1),rgba(212,184,157,1));
    border-radius:6px 6px 0px 0px;
}
.news-detail-page .slot2 .content {
    padding: 30px;
}
.news-detail-page .slot2 .content .avatar-box {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 3px solid #F24E4E;
    padding: 4px;
    position: relative;
}
.news-detail-page .slot2 .content .avatar-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
}
.news-detail-page .slot2 .content .avatar-box .avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: top;
}
.news-detail-page .slot2 .content .avatar-box span {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -34px;
    width:68px;
    height:20px;
    background:rgba(242,78,78,1);
    border-radius:10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    z-index: 1;
}
.news-detail-page .slot2 .content .avatar-box .live {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 2;
}
.news-detail-page .slot2 .content .teacher-info {
    margin-left: 20px;
}
.news-detail-page .slot2 .content .teacher-info .top {
    margin-top: 18px;
    color: #333;
}
.news-detail-page .slot2 .content .teacher-info .top>span:first-child {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}
.news-detail-page .slot2 .content .teacher-info .top>span:last-of-type {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    vertical-align: bottom;
}
.news-detail-page .slot2 .content .teacher-info .top>span:last-of-type::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -6px;
    width:1px;
    height:12px;
    background-color: #ccc;
}
.news-detail-page .slot2 .content .teacher-info .top .icon-ask-v {
    position: static;
    vertical-align: top;
}
.news-detail-page .slot2 .content .teacher-info .bottom {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
}
.news-detail-page .slot2 .content .teacher-info .bottom>span:first-child {
    color: #999;
}
.news-detail-page .slot2 .content>a {
    margin-top: 20px;
    display: inline-block;
    width:270px;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background:linear-gradient(90deg,rgba(21,201,148,1),rgba(33,193,127,1));
    box-shadow:0px 5px 10px 0px rgba(33,193,127,0.3);
    border-radius:20px;
    text-decoration: none;
}
.news-detail-page .article-content {
    margin-top: 30px;
}
.news-detail-page .article .turn-page {
    margin-top: 50px;
}
.news-detail-page .article .turn-page>div {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
}
.news-detail-page .article .turn-page>div:first-child {
    font-weight: bold;
    background-color: #F4F7F9;
}
.news-detail-page .article .turn-page>div:last-child {
    margin-top: 16px;
    font-weight: normal;
    background-color: #F9F9F9;
}
.news-detail-page .slot3 {
    margin-top: 30px;
    padding: 17px 30px;
}
.news-detail-page .slot3>img {
    width: 113px;
    height: 113px;
    vertical-align: top;
}
.news-detail-page .slot3>div {
    margin-left: 34px;
    font-size: 16px;
}
.news-detail-page .slot3>div>p .hl {
    font-size: 20px;
    color: #FA540A;
}
.news-detail-page .slot3>div>p .num {
    font-size: 20px;
}
.news-detail-page .slot3>div>p:first-child {
    margin-top: 20px;
}
.news-detail-page .slot3>div>p:last-child {
    margin-top: 16px;
}
.news-detail-page .recommend-news {
    margin-top: 30px;
}
.news-detail-page .news-list-container {
    padding: 0 30px;
}
.news-detail-page .news-article-tags {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    padding-left: 0;
    background: none;
    line-height: normal;
    background: rgb(241,241,241) !important;
    display: inline-block;
    font-size: 14px;
    border-radius: 12px;
    vertical-align: top;
    padding: 4px 10px;
    background: #fff;
    margin-right: 10px !important;
}
.news-detail-page .news-article-tags:hover {
    background: linear-gradient(-30deg, #15C994, #21C17F) !important;
    border-color: #21C17F;
    color: #fff;
}
.bar-left {
    cursor: pointer;
}
.bar-left-news-active {
    border-bottom: 3px solid rgba(21,201,148,1);
}
.bar-left-news::after {
    content: none !important;
}


/* 资讯内容样式 */
.news-detail-page .article-content p{margin: 10px 0 10px;line-height: 30px;text-indent: 2em;font-size: 14px;text-align: justify;}
.news-detail-page .article-content p img{margin: 20px auto;}
/* 资讯详情页 end */
/* 顶部seo广告数字弹窗样式 */
.pop-notify-s-right-roll .ask-detail-top-roll-notify {
    margin-left: -172px;
    margin-top: -250px;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .porela {
    z-index: 1;
    width: 345px;
    background-color: #F7F5F4;
    border-radius: 8px;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .porela::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 159px;
    background: linear-gradient(-90deg, #FB9539, #FF5A40, #FF6420);
    border-radius: 8px 8px 26px 26px;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .porela .close {
    right: 0;
    top: -31px;
    margin-top: 0;
}

.pop-notify-s-right-roll .ask-detail-top-roll-notify h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid rgba(200, 47, 21, 0.15);
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify h2 span {
    font-size: 16px;
    font-weight: 400;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .ask-detail-top-roll-notify-title {
    font-size: 14px;
    color: #000;
    padding: 30px;
    background: #fff;
    font-weight: bold;
    border-radius: 12px;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .ask-detail-top-roll-notify-con {
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .ask-detail-top-roll-notify-con img {
    width: 140px;
    height: 140px;
}
.pop-notify-s-right-roll .ask-detail-top-roll-notify .ask-detail-top-roll-notify-con p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}
/* 免费提供专业财税问题解答，让您避免税务行政处罚风险 */
.seo-handle-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    width: 40%;
    margin-top: 10px;
}
.seo-handle-list {
    cursor: pointer;
    text-align: center;
}
.seo-handle-list>img {
    width: 36px;
    height: 36px;
}
.seo-handle-list>span {
    display: block;
    font-size: 14px;
    color: #000;
}
/* 文章插入内容 */
.article-insert-box {
    box-shadow:0px 1px 12px 0px rgba(24,73,148,0.15);
    border-radius:10px;
    padding: 30px;
    margin: 10px 0;
}
.article-insert-box>a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.article-insert-box .artile-list .head {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.article-insert-box .artile-list .artile-seo-time {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.article-insert-box .artile-list .artile-seo-title {
    font-size: 12px;
    color: #000;
}
.article-insert-box .artile-list .artile-seo-btn {
    text-align: center;
    background:linear-gradient(90deg,rgba(21,201,148,1),rgba(33,193,127,1));
    box-shadow:0px 5px 10px 0px rgba(33,193,127,0.3);
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.article-insert-box .artile-list:nth-child(1) {
    width: 12%;
}
.article-insert-box .artile-list:nth-child(2) {
    width: 68%;
}
.article-insert-box .artile-list:nth-child(3) {
    width: 20%;
    text-align: center;
}

.area-cat-news-box
{
    text-align: left;
    color: #fff;
    font-size: 16px;
    height: 68px;
    width: 100%;
    background: url("//al3.acc5.com/9241446_625e74a52fe170.png") no-repeat;
    background-size: 100% 100%;
}
.area-cat-news-box div{
    position: relative;
    display: inline-block;
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 22px;
    left: 22px;
}
.area-cat-news-box .area-cat-news-title{
    width: 257px;
    height: 26px;
    left: 47px;
    margin-right: 20px;
    margin-left: 0;
    top: 16px;
}
.area-cat-news-box div ul{
    position: absolute;
    display: none;
    background-color: #353DC6;
    width: 100%;
    opacity: 0.9;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 10;
    top: 30px;
    border-radius: 0 0 5px 5px;
}
.area-cat-news-box div ul li{
    line-height: 30px;
    margin: 0 5px;
}
.area-cat-news-box div ul .act{
    background: #0933bb;
    opacity: 0.8;
    border-radius: 4px;
}
.area-cat-news-box div ul li a:hover{
    background: #0933bb;
    opacity: 0.8;
    border-radius: 4px;
}
.area-cat-news-box div ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
.area-cat-news-box .area-select,.area-cat-news-box .cat-select{
    width: 110px;
    background: url("//al3.acc5.com/9241446_625e74d9a22a00.png") no-repeat;
    height: 34px;
    line-height: 34px;
    background-size: 100% 100%;
    top: 14px;
}
.area-cat-news-box .cat-select{
    width: 120px;
}
.area-cat-news-box .area-select:hover,.area-cat-news-box .cat-select:hover{
    cursor:pointer
}
.area-cat-news-box .submit-action{
    width: 116px;
    height: 39px;
    background: url("//al3.acc5.com/9241446_625e7977c15060.png") no-repeat;
    background-size: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 39px;
    top: 14px;
}
.area-cat-news-box .submit-action a{
    color: #7B4419;
}
.cat-select-list::-webkit-scrollbar {display:none}
.area-select-list::-webkit-scrollbar {display:none}
.area-cat-news-box .select-icon{
    border-bottom: 9px transparent solid;
    border-right: 7px transparent solid;
    border-top: 9px #FFC79A solid;
    border-left: 7px transparent solid;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 5px;
    top: 35%;
}

.like-share-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.like-share-box>div {
    display: flex;
    align-items: center;
}
.like-share-box .list {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background-color: rgb(204, 204, 204);
    color: #fff;
    position: relative;
    text-decoration:none
}
.like-share-box .list-title {
    line-height: 34px;
    margin-right: 10px;
    font-size: 12px;
}
.like-share-box .list.icon-heart.active {
    background-color: rgb(242, 89, 89);
}
.like-share-box .list:last-child {
    margin-right: 0;
}

.like-share-box .list.iconicon_weixin {
    background-color: rgb(104, 186, 102);
}
.like-share-box .list.iconicon_QQkongjian {
    background-color: rgb(240, 197, 71);
}
.like-share-box .list.iconicon_quanzi1 {
    background-color: rgb(242, 106, 101);
}
.weixin-box {
    width: 202px;
    height: 194px;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.like-share-box .list:hover .weixin-box {
    visibility: visible;
    opacity: 1;
}
.weixin-box .weixin-init {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    color: #777;
}
#qrcode-box {
    width: 105px;
    margin: 10px auto;
}
.weixin-box>p {
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1366px){
    .area-cat-news-box {
        height: 55px;
    }
    .area-cat-news-box .area-cat-news-title{
        width: 209px;
        height: 22px;
        left: 37px;
    }
    .area-cat-news-box .area-select,.area-cat-news-box .cat-select{
        width: 105px;
        height: 27px;
        line-height: 27px;
        margin-left: 14px;
        left: 14px;
        top: 11px;
        font-size: 14px;
    }
    .area-cat-news-box .area-select{
        width: 91px;
    }
    .area-cat-news-box .submit-action{
        width: 94px;
        height: 31px;
        line-height: 31px;
        margin-left: 14px;
        left: 14px;
        top: 12px;
    }
    .area-cat-news-box div ul{
        top: 26px;
    }
    .area-cat-news-box .select-icon {
        border-bottom: 8px transparent solid;
        border-right: 6px transparent solid;
        border-top: 8px #FFC79A solid;
        border-left: 6px transparent solid;
    }
    .group-chat-box .name {
        width: 100px !important;
        height: 16px !important;
        line-height: 16px !important;
        font-size: 12px !important;
    }
    .group-chat-box .name.dynamic-title {
        width: 164px !important;
    }
}