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

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

.main-detail .main-share {
    width: 120px;
    height: auto;
    float: left;
    padding-top: 100px;
}

.main-detail .main-share .social-share .social-share-icon {
    display: block;
    margin: 14px 0;
}
.main-detail .details .detail-content p{
    word-break:break-all;
}
.main-detail .details {
    width: calc(100% - 120px - 50px);
    float: right;
    margin: 0 25px;
    overflow:hidden;
}

.main-detail .details .detail-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    height: 70px;
}

.main-detail .details .detail-info {
    color: #888888;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #888888;
}

.main-detail .details .detail-info span {
    margin-right: 25px;
}

.main-detail .details .video-box {
    width: 100%;
    /*height: 400px;*/
    margin-top: 20px;
}

.main-detail .details .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
}

.main-detail .details .video-box .video-js.vjs-fluid {
    height: 100%;
}

.main-detail .details .detail-content {
    padding: 20px 0;
}

.main-detail .details .detail-content p {
    text-indent: 2em;
    padding: 6px 0;
    font-size: 16px !important;
    line-height: 26px;
}

.main-detail .details .author {
    color: #666666;
    text-align: right;
}

.main-detail .details .editor {
    margin-top: 20px;
    font-size: 12px;
    color: #666666;
    text-align: right;
}

.main-detail .details .relate {
    margin-top: 50px;
}

.details .relate.relate-module .relate-con {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}

.details .relate.relate-module .module-item{
  width: 165px;
  height: 70px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details .relate.relate-module .module-item img {
  display: block;
  width: 34px;
  height: auto;
  margin-right: 14px;
}

.main-detail .details .relate .relate-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.details .relate .relate-title strong.rel-title {
    color: #171515;
    font-weight: bold;
    border-bottom: 1px solid #466dc5;
    height: 100%;
}

.details .relate .relate-title .keywords a {
    margin: 0 2px;
}

.details .relate .relate-con {
    padding: 5px 0;
}

.details .relate .relate-con .relate-item {
    height: 28px;
}

.details .relate .relate-con .relate-item span.ico {
    float: left;
    text-align: center;
    width: 14px;
    height: 24px;
    background: transparent url(../img/sprite_ico.png) no-repeat 4px -148px;
    color: #ffffff;
}

.details .relate .relate-con .relate-item a {
    font-size: 14px;
    float: left;
    width: 84%;
    height: 24px;
    line-height: 24px;
}

.details .relate .relate-con .relate-item .date {
    float: right;
    width: 13%;
    height: 24px;
    line-height: 24px;
    color: #999;
    margin-left: 6px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.main-list .list li {
    width: 180px;
    height: auto;
    margin-left: 25px;
    margin-bottom: 5px;
    float: left;
}

.main-list .list li .img-box {
    width: 180px;
    height: 135px;
    overflow: hidden;
}

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

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

.main-list .list li .title {
    height: 44px;
    line-height: 20px;
    font-size: 12px;
    color: #333333;
    padding: 4px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    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;
}


 .second_right_video {
    float: right;
    margin-right: 80px;
    /*margin-top: 155px;*/
}

/*ç›¸å…³è§†é¢‘*/
.mod_wonderful_video ul li {
    overflow: hidden;
    margin-bottom: 10px;
}
.idx_cm_title {
    border-top: 1px #ddd solid;
    height: 42px;
    overflow: hidden;
    line-height:42px;
    margin-bottom:54px;
}

.mod_wonderful_video .xg_left {
    position: relative;
    float: left;
    width: 80px;
    height: 55px;
    overflow: hidden;
}

.mod_wonderful_video .xg_left img {
    width: 100%;
    height: 100%;
}

a img {
    transition: all .5s ease-in-out;
}

.mod_wonderful_video .xg_left:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0%;
    left: 0%;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: rgba(0,0,0,.3) url(../../../index.html) no-repeat center / 50%;
}

.mod_wonderful_video .xg_right {
    float: left;
    width: 140px;
    margin-left: 7px;
}

.mod_wonderful_video .xg_right p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mod_wonderful_video .xg_right span {
    font-size: 12px;
}