.content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.pull-left {
    float: left !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin-bottom: 0;
    list-style: none;
}

.content .breadcrumb>li+li::before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}

.content a {
    color: #333;
}

.content .breadcrumb {
    margin-bottom: 0;
    padding: 30px 0 25px;
    background: none;
}

.content .breadcrumb a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.news-wrap .news-content {
    width: 850px;
    box-shadow: 0px 1px 12px 0px rgba(24, 73, 148, 0.15);
    background-color: #fff;
    border-radius: 10px;
}

.news-sort-page .main-content .content-box {
    padding: 0 30px;
}

.news-sort-page .main-content .title-bar {
    position: relative;
    padding-left: 20px;
}

.news-wrap .title-bar {
    height: 70px;
    padding: 0 30px;
    border-bottom: 1px solid rgba(238, 238, 238, .8);
}

.news-sort-page .main-content .title-bar .bar-box {
    width: 100%;
    overflow: auto;
}

.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 .bar-list>li {
    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;
    flex-shrink: 0;
}

.news-wrap .news-box-shadow {
    box-shadow: 0px 1px 12px 0px rgba(24, 73, 148, 0.15);
    border-radius: 10px;
    background-color: #fff;
}

.news-sort-page .main-content .title-bar .bar-list {
    width: 100%;
    height: 100%;
    /* visibility: hidden; */
    display: flex;
    transition: all .3s linear;
}

.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-wrap .news-list-container .news-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.news-list-container {
    list-style: none;
}

.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 .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;
    margin-right: 0;
    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;
}

.icons {
    display: inline-block;
    background-image: url(../imgs/icons_v9.png);
}

.icons.icon-psw-show {
    width: 16px;
    height: 10px;
    background-position: -94px -229px;
}


ul.list-inline.pagination-df {
    padding-bottom: 30px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.pagination-df {
    margin-top: 30px;

}


.pagination-df .active a,
.pagination-df .p-item:hover a,
.pagination-jq .active,
.pagination-jq a:hover {
    color: #fff;
    background-color: #FFA11A;
}

.pagination-df .p-item a,
.pagination-jq a,
.pagination-jq span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
}

.pagination-df li a,
.pagination-jq a {
    color: #666;
    text-decoration: none;
}

.pagination-df {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.pagination-df .active {
    color: #fff !important;
    background-color: #FF6F02;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
}

.pagination-df .disabled a {
    color: #bbb;
    cursor: not-allowed;
}

.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 .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-group>ul>li:last-child {
    margin-bottom: 0;
}

.news-wrap .news-side>div~div {
    margin-top: 30px;
}

.news-sort-page .main-content .title-bar {
    position: relative;
    padding-left: 20px;
}

.news-wrap .title-bar {
    height: 70px;
    padding: 0 30px;
    border-bottom: 1px solid rgba(238, 238, 238, .8);
}

.news-wrap .news-side .side-button-list {
    padding: 30px 18px;
    font-size: 0;
}

.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 .title-bar .bar-left:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    height: 4px;
    background: #FFA11A;
    border-radius: 2px;
}

.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;
}

.bar-left {
    cursor: pointer;
}

.news-wrap .news-side .side-button-list>li:nth-child(2n+1) {
    margin-right: 34px;
}

.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 .hot-course .course-content {
    padding: 30px 18px;
}

.news-wrap .news-side .hot-course ul>li:nth-child(2n+1) {
    margin-right: 14px;
}

.news-wrap .news-side .hot-course ul>li {
    float: left;
    width: 135px;
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.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 .hot-course ul {
    margin-top: 20px;
}

.news-icons.news-next {
    width: 8px;
    height: 14px;
    background-position: -2px -20px;
}

.news-icons {
    display: inline-block;
    background-image: url(../imgs/news_icons.png);
}

.news-icons.news-prev {
    width: 8px;
    height: 14px;
    background-position: -2px -2px;
}

.news-icons {
    display: inline-block;
    background-image: url(../imgs/news_icons.png);
}


@media screen and (max-width:750px) {

    .news-wrap .news-content,
    .news-wrap .news-side,
    .content {
        width: 7.02rem;
    }

    .news-wrap .news-content,
    .news-wrap .news-side,
    .news-wrap .news-list-container .news-item .item-left {
        float: none !important;
    }

    .news-sort-page .main-content .content-box {
        padding: 0 .3rem;
    }

    .news-wrap .news-list-container .news-item {
        padding: .5rem 0;
        border-bottom: 1px solid #eee;
    }

    .news-wrap .news-list-container .news-item .item-left {

        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .content .breadcrumb {
        padding: .4rem 0 .3rem;
    }

    .news-wrap .title-bar {
        height: 1.4rem;
        padding-left: .4rem;
    }

    .news-sort-page .main-content .title-bar .bar-list>li {
        width: 2.4rem;
        padding: 0 .12rem;
        height: 1.4rem;
        line-height: 1.4rem;
    }

    .item-right {
        margin-top: .3rem;
    }

    .news-wrap .news-list-container .news-item .item-right .news-desc {
        margin-top: .4rem;
    }

    .news-wrap .news-list-container .news-item .item-right .data {
        margin-top: .2rem;
    }

    .news-wrap .news-side,
    .news-wrap .news-side>div~div {
        margin-top: .6rem;
    }

    .news-wrap .news-side .side-group>ul>li {
        width: 2.64rem;
        margin-bottom: .5rem;
        padding-left: .4rem;
    }

    .news-wrap .news-side .side-group .img-box {
        width: 2.2rem;
        height: 2.2rem;
    }

    .news-wrap .news-side .side-group {
        padding: .6rem .6rem .6rem .2rem;
    }

    .news-wrap .title-bar .bar-left:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -0.3rem;
        width: 0.6rem;
        height: 0.08rem;
    }

    .news-wrap .news-side .hot-course .course-content {
        padding: .6rem .36rem;
    }

    .carousel-item img {
        width: 100%;
    }

    .news-wrap .news-side .side-button-list {
        padding: .6rem .36rem;

    }

    .news-wrap .news-side .side-button-list>li {
        width: 2.65rem;
    }

    .news-wrap .news-side .side-button-list>li:nth-child(2n+1) {
        margin-right: .85rem;
    }

    .news-wrap .news-side .hot-course ul>li {
        width: 3rem;
        margin-bottom: .4rem;
    }

    .news-wrap .news-side .hot-course ul>li:nth-child(2n+1) {
        margin-right: .3rem;
    }

    .news-wrap .news-side .hot-course ul>li p {
        margin-top: .24rem;
    }

    .mb-10 {
        margin-bottom: .2rem;
    }
}