* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "Microsoft YaHei";
}

.main-wrap {
    background-color: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    width: 1200px;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
}

.container:after {
    content: '';
    display: table;
    clear: both;
}

.main-content {
    width: 880px;
    float: left;
}

.top-banner {
    width: 880px;
    height: 440px;
}

.top-banner .content-swiper {
    width: 880px;
    height: 440px;
}

.top-banner .content-swiper .swiper-container {
    height: 440px;
    width: 880px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}

.top-banner .content-swiper .swiper-container .swiper-slide {
    height: 440px;
    width: 880px;
}

.top-banner .content-swiper .swiper-container .swiper-slide a.news-banner {
    position: relative;
}

.top-banner .content-swiper .swiper-container .swiper-slide a.news-banner .swiper-title {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    height: 100px;
    bottom: 0;
    z-index: 0;
    padding: 20px 0;
    width: 100%;
}

.top-banner .content-swiper .swiper-container .swiper-slide a.news-banner .swiper-title .hot-icon {
    width: 20px;
    height: 24px;
    background-image: url('/static/images/news-center/icon-hot.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.top-banner .content-swiper .swiper-container .swiper-slide a.news-banner .swiper-title h2 {
    color: #fff;
    height: 30px;
    overflow: hidden;
    font-size: 24px;
    margin: 0;
    padding: 0 20px;
    font-family: "Microsoft YaHei";
}

.top-banner .content-swiper .swiper-container .swiper-slide a.news-banner .swiper-title .sub-title {
    color: #fff;
    font-size: 14px;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 20px;
}

.top-banner .content-swiper .swiper-container .swiper-slide a img {
    width: 880px;
    height: 440px;
}

/*左侧内容*/
.ui.tabular.menu {
    border: none !important;
}

.ui.tabular.menu .item {
    border: none !important;
}

.ui.tabular.menu .active.item {
    border: none !important;
}

.bottom-content .ui.secondary.menu {
    margin-top: 1em !important;
}

.bottom-content .ui.secondary.menu .active.item {
    background-color: #4d7198;
    color: #fff;

}
.bottom-content .ui.button {
    margin-right: 20px!important;
    border-radius: 20px!important;
}

.latest-content {
    width: 880px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    border-radius: 5px;
}

.bottom-btn-container {
    width: 880px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -65px;
}

.bottom-btn-container .load-more-btn {
    width: 194px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 20px;
    font-size: 14px;
    color: #4c4b4b;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.bottom-btn-container .load-more-btn:hover {
    opacity: .7;
}


/*右侧列表*/

.container .right-side-bar {
    width: 300px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    float: right;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
}

.right-side-bar .hot-content {
}

.hot-content .hot-content-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.hot-content .hot-content-title img {
    margin-right: 6px;
}
.hot-content-list-box {
}

