.column .bottom-content {
    width: 1200px;
    /* min-height: 286px; */
    margin: 0 auto;
    overflow: auto;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.column h1 {
    margin: 0;
    color: #212121;
}
.column .right-content h1 {
    display: inline-block;
    margin: 0;
    color: var(--primary);
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px solid #9AC23B;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 20px;
}
.column .top-column {
    width: 100%;
    margin-bottom: 40px;
}
.column .bottom-content {
    padding-bottom: 40px;
}
.top-column .big-img {
    height: 390px;
}
.top-column .small-img {
    width: 1200px;
    height: 286px;
    overflow: hidden;
    margin: 0 auto;
}
.small-img .left {
    width: 450px;
    height: 286px;
}
.small-img .left img {
    width: 100%;
}
.small-img .right {
    width: calc(100% - 480px);
    color: #212121;
}
.small-img .right h1 {
    font-size: 32px;
    border: none;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.small-img .right .summary {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 30px;
}
.small-img .right .detail {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-top: 60px;
}
.small-img .right .read-count {
    margin-left: 60px;
}
.top-fix {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.top-fix .title {
    display: inline-block;
    width: 100%;
    color: #666666;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.top-fix .title:hover {
    color: #A10010;
}
.left-content {
    /*width: 740px;*/
    padding: 20px;
}
.news-item {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.each-column .columns {
    width: 100%;
    border-bottom: 1px solid var(--primary);
    overflow: hidden;
    padding-bottom: 12px;
    line-height: 1;
}
.left-content .each-column .news-item:last-child {
    border-bottom: none;
    margin-bottom: 22px;
}
.each-column .columns .newest {
    float: left;
    font-size: 20px;
    color: #A10010;
}
.each-column .columns .others {
    float: right;
    font-size: 14px;
}
.each-column .column-detail {
    display: none;
}
.each-column .column-detail-show {
    display: block;
}
.each-column .columns .others .column {
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
}
.each-column .columns .others .column:hover, .each-column .columns .others .column.active {
    color: #A10010;
}
.each-column .columns .others .column:not(:last-child) {
    margin-right: 20px;
}
.news-item .left-pic {
    height: 100%;
    width: 223px;
    overflow: hidden;
}
.news-item .left-pic img{
    width: 100%;
}
.news-item .right-txt {
    position: relative;
    width: calc(100% - 255px);
    height: 100%;
    margin-left: 32px;
}
.news-item .right-txt h2 {
    width: 100%;
    font-size: 18px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.news-item .right-txt .news-info {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #999999;
}
.right-txt .news-info .info:nth-child(1) {
    margin-right: 14px;
}
.right-txt .news-info .info:nth-child(2) {
    margin-right: 82px;
}
/* .bottom-content .title:before {
    content: '|';
    color: red;
    margin-right: 10px;
} */
.bottom-content .right-content {
    width: 380px;
}
.right-content .hot-column li {
    line-height: 24px;
}
.right-content .hot-column li:first-child {
    margin-top: 0;
}
.right-content .hot-column li > span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 16px;
}
.right-content .hot-column .column-surface {
    width: 142px;
    height: 88px;
    margin-right: 20px;
}
.right-content .hot-column .column-surface > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-content .picture-library {
    width: 100%;
    height: 240px;
}
.picture-library .single-pic {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-content > .each-column-right {
    margin-top: 40px;
}
.right-content > .each-column-right:nth-child(1) {
    margin-top: 0;
}
.link {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.picture-library .pic-info {
    position: absolute;
    color: #ffffff;
}
.picture-library .pic-num {
    position: absolute;
    right: 14px;
    bottom: 30px;
    font-size: 12px;
    display: block;
    max-width: 100%;
    background: rgba(0,0,0,.6);
    border-radius: 13px;
    padding: 5px 12px;
    line-height: 1;
}
.picture-library .pic-num img {
    width: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.picture-library .bottom-style {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.5));
}
.picture-library .pic-name {
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    max-width: 74%;
}
.video-surface {
    position: relative;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
}
.video-surface a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.video-surface a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-surface .video-surface {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-surface .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 41px;
    height: 41px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    z-index: 9;
}
.right-content .video-column {
    display: inline-block;
    width: 100%;
}
.right-content .video-column > li {
    list-style-image: url(../images/video-icon.png);
    list-style-position: inside;
    font-size: 14px;
    color: #212121;
    margin-top: 10px;
    line-height: 24px;
}
.right-content .video-column > li > a:hover {
    color: #9AC23B;
}
.right-content .other-column li .column-title:hover {
    color: #9AC23B;
}
.right-content .other-column > li {
    height: 100px;
    padding-bottom: 10px;
}
.right-content .other-column > li:not(:first-child) {
    height: 110px;
    padding-top: 10px;
}
.right-content .other-column li .column-title {
    width: calc(100% - 162px);
    font-size: 14px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a {
    cursor: pointer;
}
.each-column-right .swiper-pagination {
    text-align: right;
    padding-right: 12px;
}
.each-column-right .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.each-column-right .swiper-pagination-bullet-active {
    background: #9AC23B;
}
.swiper-container .go {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background-image: url('../images/right.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0,0,0,.4);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    z-index: 2;
}
.swiper-container .go:hover {
    background-color: rgba(0,0,0,.8);
    background-image: url('../images/right-active.png');
}
.swiper-container .go.prev {
    left: 0;
    transform: rotate(180deg);
}
.swiper-container .go.next {
    right: 0;
}
li {
    display: inline;
    cursor: pointer;
}
.pagination > li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.8;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.bottom-content .pagination > li span {
    color: #212121;
    font-size: 16px;
}
.bottom-content .pagination > li span:hover, .pagination > li span.active {
    color: #91a564;
}
