.main .main-news {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.main-news .main-news-left {
    width: 725px;
    height: 360px;
}

.main-news .main-news-left a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-news .main-news-left a:hover img {
    transform: scale(1.1);
}

.main-news .main-news-left a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.main-news .main-news-left a p {
    position: absolute;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    bottom: 0;
    padding-left: 10px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

.main-news .main-news-left a i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: rgba(43, 51, 63, .7) url(../img/icon_player.png) no-repeat 65% center / 60%;
    display: none;
}

.main-news .main-news-right {
    width: calc(100% - 725px - 14px);
    height: 100%;
}

.main-news-right ul li {
    float: left;
    width: calc((100% - 28px) / 2);
    height: 175px;
    margin-left: 14px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    background: #ccc;
}

.main-news-right ul li:nth-child(-n+2) {
    margin-top: 0;
}

.main-news-right ul li:hover a img {
    transform: scale(1.1);
}

.main-news-right ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-news-right ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.main-news-right ul li p {
    background-image: linear-gradient(transparent, #000);
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 7px;
    height: 45px;
    overflow: hidden;
}

.main-news-right ul li p span {
    display: block;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-news-right ul li i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: rgba(43, 51, 63, .7) url(../img/icon_player.png) no-repeat 65% center / 60%;
    display: none;
}

.main .main-content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.main-content .main-arrange {
    width: 100%;
    height: 25px;
    margin: 0 auto 20px;
}

.main-arrange .arrange-btns {
    width: 100px;
    height: 25px;
    background: url(../img/arrage_btns.jpg) no-repeat 0 0;
}

.main-arrange .arrange-btns span {
    float: left;
    width: 50px;
    height: 25px;
    display: block;
    cursor: pointer;
}

.main-arrange .arrange-btns.activeList {
    background-position: 0 -25px !important;
}

.main-content .main-list {
    width: 870px;
}

.main-list .arrange-masonry li {
    position: relative;
    float: left;
    font-size: 17px;
    font-weight: bold;
    width: calc((100% - 20px) / 3);
    height: 404px;
    margin: 10px 10px 10px 0;
    background: #fff;
}

.main-list .arrange-masonry li:nth-child(-n+3) {
    margin-top: 0;
}

.main-list .arrange-masonry li:hover {
    background: #f8f8f8;
}

.main-list .arrange-masonry li:nth-child(3n) {
    margin-right: 0;
}

.main-list .arrange-masonry li::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.main-list .arrange-masonry li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d2d2d2;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.main-list .arrange-masonry li:hover::before {
    display: block;
}

.main-list .arrange-masonry li:hover::after {
    display: block;
}

.main-list .arrange-masonry li .img-box {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main-list .arrange-masonry li .img-box:hover img {
    transform: scale(1.1);
}

.main-list .arrange-masonry li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.main-list .arrange-masonry li .news-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    color: #020202;
    padding: 0 15px;
}

.main-list .arrange-masonry li .news-title:hover a {
    color: #026eb7;
}

.main-list .arrange-masonry li .news-des {
    margin: 10px 0;
    padding: 0 15px;
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main-list .arrange-masonry li .news-label {
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 12px;
    line-height: 26px;
    color: #909090;
    font-weight: normal;
    position: absolute;
    bottom: 15px;
}

.main-list .arrange-masonry li .news-label a {
    margin-right: 4px;
}

.main-list .arrange-masonry li .news-label .time {
    position: relative;
    padding-left: 8px;
}

.main-list .arrange-masonry li .news-label .time::before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/*.main-list .arrange-masonry li .news-label .share {*/
/*    display: inline-block;*/
/*    float: right;*/
/*    width: 36px;*/
/*    height: 26px;*/
/*    background: url("../img/sprite.png") no-repeat -196px -125px;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*}*/

li .news-label .share,
.message .info .share{
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    background: url("../img/sprite.png") no-repeat -196px -125px;
    cursor: pointer;
    position: relative;
}

 li .news-label .share:hover .social-shares {
  display: block;
}
.message .info .share:hover .social-shares {
  display: block;
}
li .news-label .share .social-shares,
.message .info .share .social-share{
  width: 164px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -164px;
  display: none;
  z-index: 100;
}


.main-list .list-item {
    width: 100%;
    height: 210px;
    border-bottom: 1px solid #eee;
    padding: 15px 10px 15px 14px;
    background: #fff;
}

.main-list .list-item:hover {
    background: #f8f8f8;
}

.main-list .list-item .img-box {
    display: block;
    width: 246px;
    height: 180px;
    overflow: hidden;
}

.main-list .list-item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-list .list-item .message {
    width: calc(100% - 246px - 14px);
    height: 180px;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-list .list-item .message .title {
    font-size:18px;
    margin-bottom: 6px;
}

.main-list .list-item .message .des {
    width: 100%;
    height: 60px;
    text-indent: 2em;
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-list .list-item .message .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-list .list-item .message .info .tag {
    display: flex;
    align-items: center;
}

.list-item .message .info .tag .keywords {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #888;
}

.list-item .message .info .tag .keywords li {
    margin-right: 6px;
}

.list-item .message .info .tag .date {
    font: normal 12px/21px "SimSun";
    color: #bbb;
    position: relative;
    padding-left: 10px;
}

.list-item .message .info .tag .date::before {
    content: '';
    width: 1px;
    height: 12px;
    background: #888888;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 1px));
}

/*.list-item .message .info .share i {*/
/*    display: block;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    background: url(../img/sprite.png) no-repeat -200px -125px;*/
/*    cursor: pointer;*/
/*    font-size: 1px;*/
/*    overflow: hidden;*/
/*}*/

.main-content .main-aside {
    width: 300px;
}

.main-aside .aside-item {
    margin-top: 40px;
}

.main-aside .aside-item:first-child {
    margin-top: 0;
}

.main-aside .aside-item .aside-title {
    width: 100%;
    height: 42px;
    border-top: 1px solid #dddddd;
    line-height: 42px;
}

.aside-item .aside-title h2 {
    font-size: 16px;
    font-weight: bold;
}

.aside-item .aside-title h2:hover {
    color: #0b6695;
}

.aside-item .aside-title h2:hover span {
    color: #0b6695;
}

.aside-item .aside-title h2 span {
    font-size: 13px;
    color: #4c4545;
}

.aside-item .aside-con .big-video {
    width: 100%;
    height: 180px;
}

.aside-item .aside-con .big-topic {
    width: 100%;
    height: 150px!important;
}

.aside-item .aside-con .big-column {
    width: 100%;
    height: 150px!important;
    overflow: hidden;
}

.aside-item .aside-con .big-video a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.aside-item .aside-con .big-video a .img-box {
    overflow: hidden;
    height: 100%;
}

.aside-item .aside-con .big-video a .img-box:hover img {
    transform: scale(1.1);
}

.aside-item .aside-con .big-video a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.aside-item .aside-con .big-video a i {
    display: block;
}

.aside-item .aside-con .big-video a .title {
    background-image: linear-gradient(transparent, #000);
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aside-item .aside-con .video-list {
    margin-top: 15px;
}

.aside-item .aside-con .video-list li {
    line-height: 24px;
}

.aside-item .aside-con .video-list li:hover {
    color: #0b6695;
}

.aside-item.column-aside .aside-con .big-column .title i {
    display: block;
    width: 24px;
    height: 30px;
    background: url(../img/sprite_icon.png) no-repeat -1px -128px;
    margin: 4px;
    float: left;
}

.aside-item.photos-aside .aside-con {
    height: 210px;
}

#photosSwiper .swiper-container {
    width: 100%;
    height: 180px;
}

#photosSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aside-item.photos-aside .aside-con a {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
}

.aside-item.photos-aside .aside-con a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside-item.photos-aside .aside-con a p {
    background-image: linear-gradient(transparent, #000);
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aside-item.photos-aside .photos-pagination {
    height: 30px;
    position: relative;
}

.aside-item.photos-aside .photos-pagination .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.aside-item.photos-aside .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #c7afaf;
    background: none;
    border-radius: 50%;
    margin: 5px;
    opacity: 1;
    outline: none;
}

.aside-item.photos-aside .swiper-pagination-bullet-active {
    border: none;
    background: #0a53a3;
}

.aside-item.topic-aside .aside-con .hot-title {
    height: 40px;
}

.aside-item.topic-aside .aside-con .hot-title span {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #0b6695;
    line-height: 40px;
    width: 55px;
    height: 40px;
    display: block;
    float: left;
    font-weight: bold;
}

.aside-item.topic-aside .aside-con .hot-title strong {
    width: 244px;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 16px;
    text-indent: 10px;
    border-right: 1px #fdfdfd solid;
    border-bottom: 1px #fdfdfd solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}