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

.main-content .main-detail {
    width: 870px;
}
.main .details .detail-content .video-js{
    display: inline-block;
    overflow:hidden;
}
.video-js .vjs-big-play-button{
    top: calc((100% - 1.5em) / 2);
    left: calc((100% - 3em) / 2);
}
.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 {
    width: calc(100% - 120px - 50px);
    float: right;
    margin: 0 25px;
}

.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;
}

.detail-content img{
    max-width:100%;
}

.main-detail .details .pagination{
	text-align:center;
}
.main-detail .details  .pagination li{
    display:inline-block;
  
}
.main-detail .details  li.active{
	color:blue;
}
.main-detail .details .pagination li span:hover{
    cursor:pointer;
    color:blue;
}
.main-detail .details .detail-info span {
    margin-right: 25px;
}

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

.main-detail .details .detail-content p {
    text-indent: 2em;
    padding: 6px 0;
    font-size: 15px !important;
    line-height: 1.96 !important;
    letter-spacing: 0.08em;
    margin: 0 !important;
    color:#222222;
}
.main-detail .details .detail-content p img{
    max-width:100%;
}
.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;
  flex-wrap: wrap;
  margin: 20px auto 0;
  overflow: hidden;
}

.details .relate.relate-module .module-item{
  width: 160px;
  height: 70px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}

.details .relate.relate-module .module-item:nth-child(4n) {
  margin-right: 0;
}

.details .relate.relate-module .module-item:nth-child(-n+4) {
    margin-top: 0;
}

.details .relate.relate-module .module-item img {
  display: block;
  /*width: 34px;*/
  height: 100%;
  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: 75%;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.details .relate .relate-con .relate-item .date {
    float: right;
    width: 22%;
    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;
}
.details p video{
    width: 600px !important;
    height: auto !important;
  
}

/* 分页 */
.article-page .page {
    margin: 0 auto;
}
.article-page .page a,
.article-page .page span {
    padding: 2px 7px;
    margin: 0 4px;
    font-size: 12px;
}
.article-page .page ._now {
    background-color: #2266bb;
    color: #ffffff;
    border-color: #2266bb;
}
.article-page .page a {
    border: 1px solid #cccccc;
    float: left;
    _display: inline;
    height: 17px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.article-page .page a:hover {
    background-color: #2266bb;
    color: #ffffff;
    border-color: #2266bb;
}
.article-page .page .disable {
    color: #cccccc;
}
.article-page .page .disable:hover {
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #cccccc;
}
.article-page .page .now {
    background-color: #2266bb;
    color: #ffffff;
    border-color: #2266bb;
}
.article-page .read-btn .btn,
.article-page .read-btn .btn span {
    background-image: url(images/btn.png);
    color: #ffffff;
}
.article-page .read-btn .btn {
    cursor: pointer;
}
.article-page .read-btn .btn-s-orange {
    height: 24px;
    background-position: -201px -245px;
    padding-left: 4px;
    float: left;
    _display: inline;
    margin-left: 10px;
}
.article-page .read-btn .btn-s-orange span {
    height: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    background-position: right -85px;
    padding-right: 4px;
    padding-left: 2px;
    float: left;
    _display: inline;
}
.article-page .read-btn .btn-s-orange span {
    padding-left: 3px;
    padding-right: 5px;
}
.article-page .read-btn a {
    padding: 0;
    border: none;
}
.article-page .read-btn a:hover {
    background-color: transparent;
}
.article-page .read-btn a:hover span {
    color: #ff0;
}
.article-page .read-btn a span {
    margin: 0;
    padding-top: 0;
}
/*分页导航*/
.article-menu {
    border: 1px solid #ddd;
    overflow: hidden;
    _zoom: 1;
}
.article-menu .m-head {
    height: 30px;
    background: transparent url(images/article-menu-bar.jpg) repeat-x 0 0;
}
.article-menu .m-head .title {
    height: 29px;
    width: 92px;
    margin: 0 auto;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    line-height: 29px;
}
.article-menu .menu {
    background-color: #ffffff;
    padding: 9px;
    overflow: hidden;
    _zoom: 1;
}
.article-menu .menu li {
    width: 50%;
    line-height: 24px;
    height:24px;
    float: left;
    _display: inline;
    overflow: hidden;
    zoom:1;
}
.article-menu .menu li span {
    margin-left: 11px;
    color: #333333;
}
.article-menu .menu li a:hover {
    color: #cc0000;
}
.article-menu .menu li.now-tit a{
    color: #c00;
}