/* ----------------------首页------------- */
.today-topic-main .swiper-ctrl{
    width:23px;
}
.main-nav-item a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-weight: 600;
}
.main-nav-item  a span {
  display: inline-block;
  line-height: 1;
  width: 90px;

  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;

}
.today-topic-aside .news-list .news-item-highlight span{
    color: #e60012;
}
.today-topic-aside {
    width: 405px;
}
.today-topic-main {
    width: 680px;
  
}
.news-list-bot{
    
border-top: 1px solid #eeeeee;
}
.tab-list-container .tab-main-images .image-item.is-full{
    height:191px;
}
/* ----------------------列表页------------- */
/* ----------------------文章页------------- */
.article-wrap .article-main p {
text-indent: 0;
font-family: "宋体";
color: #000;
}
.article-wrap .article-title{
    font-family: "宋体";
    color: #000;
}
/* ----------------------图集首页------------- */
.gallery-section .image-item-more{
        line-height: 30px;
    font-size: 18px;
}
.gallery-section .title-container:hover{
     font-weight: 600;
}
.gallery-item-info:hover .gallery-item-title {
  background: rgba(230, 0, 18, 0.8);
  background: radial-gradient(circle at bottom left, transparent 5px, rgba(230, 0, 18, 0.8) 0) bottom left;
}

.gallery-item-info:hover .gallery-item-main {
  background: rgba(230, 0, 18, 0.8);
  background: radial-gradient(circle at top left, transparent 5px, rgba(230, 0, 18, 0.8) 0) top left;
}
.gallery-swiper{ height:825px;}

/* ----------------------图集文章页------------- */
.gallery-wrap .gallery-title{
    font-family: "宋体";
    color: #000;
}
.gallery-wrap .gallery-swiper .swiper-summary-item.is-active{
    font-family: "宋体";
    color: #000;
}
.gallery-wrap .gallery-swiper .swiper-container{
    height:570px;
}