[data-flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-flex~="flex:wrap"] {
  flex-wrap: wrap 
}
[data-flex~="flex:nowrap"] {
  flex-wrap: nowrap
}
[data-flex] > * {
  display: block;
}
[data-flex] > [data-flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-flex~="dir:left"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
[data-flex~="dir:right"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}
[data-flex~="dir:top"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-flex~="dir:bottom"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
}
[data-flex~="main:left"] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
[data-flex~="main:right"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
[data-flex~="main:justify"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-flex~="main:center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-flex~="cross:top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
[data-flex~="cross:bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[data-flex~="cross:center"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-flex~="cross:baseline"] {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
[data-flex~="cross:stretch"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
[data-flex~="box:mean"] > *,
[data-flex~="box:first"] > *,
[data-flex~="box:last"] > *,
[data-flex~="box:justify"] > * {
  width: 0;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
[data-flex~="box:first"] > :first-child,
[data-flex~="box:last"] > :last-child,
[data-flex~="box:justify"] > :first-child,
[data-flex~="box:justify"] > :last-child {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-flex~="dir:top"][data-flex~="box:mean"] > *,
[data-flex~="dir:top"][data-flex~="box:first"] > *,
[data-flex~="dir:top"][data-flex~="box:last"] > *,
[data-flex~="dir:top"][data-flex~="box:justify"] > *,
[data-flex~="dir:bottom"][data-flex~="box:mean"] > *,
[data-flex~="dir:bottom"][data-flex~="box:first"] > *,
[data-flex~="dir:bottom"][data-flex~="box:last"] > *,
[data-flex~="dir:bottom"][data-flex~="box:justify"] > * {
  width: auto;
  height: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
[data-flex~="dir:top"][data-flex~="box:first"] > :first-child,
[data-flex~="dir:top"][data-flex~="box:last"] > :last-child,
[data-flex~="dir:top"][data-flex~="box:justify"] > :first-child,
[data-flex~="dir:top"][data-flex~="box:justify"] > :last-child,
[data-flex~="dir:bottom"][data-flex~="box:first"] > :first-child,
[data-flex~="dir:bottom"][data-flex~="box:last"] > :last-child,
[data-flex~="dir:bottom"][data-flex~="box:justify"]
  > :first-child
  [data-flex~="dir:bottom"][data-flex~="box:justify"]
  > :last-child {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bg-color{
  background-color: #000000
}
.bg-wf-color{
  background-color: #FFF
}
.zhuluan-temp .logo, .zhuluan-temp .header .name, .zhuluan-temp .logo a {
  height: 50px;
}
.zhuluan-temp .logo a , .zhuluan-temp .menu {
  line-height: 50px;
}
.zhuluan-temp .header {
  border-bottom: 1px solid #000000;
  box-shadow: 0 0 6px rgb(0 0 0 / 5%)
}
.zhuluan-temp .header .name a, .zhuluan-temp .menu li:hover a, .menu li.on a, .menu li a {
  color: #fff
}
.zhuluan-temp .header li {
  margin:0
}
.zhuluan-temp .header li a {
  padding: 0 15px
}
.zhuluan-temp .header li.on a {
  background-color: #000000
}
.menu li::before {
  display: none
}
.zhuluan-temp .menu li:hover a {
  background-color: rgba(0, 0, 0, 0.1)
}

.layout-wrapper {
  padding: 80px 0 20px 0;
}
.layout-left {
  width: 75%;
}
.layout-right {
  width: calc(25% - 20px)
}
.layout-box {
  padding: 15px;
  border-radius: 4px;
}
.layout-box .title {
  padding: 10px 15px 0;
  font-size: 20px;
}
.layout-box .title h2, .layout-box .title h1 {
  font-weight: 500;
  /* border-bottom: 1px solid #e4e8eb; */
  /* padding-bottom: 10px; */
  line-height: 120%;
  font-size: 22px;
}
.layout-box .title.desc h1 {
  font-size: 36px;
  line-height: 160%
}
.layout-left .layout-box .title.list h2, .layout-left .layout-box .title.list h1 {
  font-size: 26px;
}
.layout-box .title .desc {
  padding: 10px 0 5px;
  font-size: 16px;
}
.desc .xg-tags li {
  border: none;
  font-size: 16px;
  color: #999;
  
}
.desc .xg-tags li a {
  position: relative;
}
.desc .xg-tags li a:before {
  content: '#';
  color: #d2d2d2;
  margin-right: 3px;
}
.layout-hr {
  height: 10px;
  width: 100%;
  margin: 0 15px 15px 15px;
  border-bottom: 1px solid #e4e8eb
}
.hot-box {
  min-height: 220px;
}
.hot-box .list {
  margin-top: -12px;
}
.list .item, .layout-right .right-list .list li {
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hot-box .list .item {
  height: 34px;
  line-height: 34px;
}
.list .item.is-info {
  padding-right: 208px;
  position: relative
}
.list .item.is-info .right-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.list .item .link {
  color: #333;
  transition: all 0.3s
}
.list .item .link:hover, .notice a:hover, .desc .xg-tags li a:hover {
  color:#000000;
  text-decoration: underline dotted
}
.hot-left {
  width: 35%
}
.hot-right {
  width: calc(65% - 30px);
}
.box-info {
  padding: 15px;
}
.swiper-container {
  height: 220px
}
.zhuluan-temp .swiper-container .swiper-pagination-bullet {
  padding: 0;
  margin: 0 3px;
}
.swiper-container .links {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow:hidden
}
.swiper-container .links img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%)
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #fff;
  opacity: .6;
}
.list .item.is-info.wpx-138 {
  padding-right: 288px;
}
.list .item.is-info.wpx-138 .right-info {
  width: 260px;
}
.list .item .cate {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  color: #999;
  background-color: #f8f8f8f8;
  border-radius: 2px;
  position: relative
}
.list .item .cate:before {
  content: '#';
  color: #d2d2d2;
  margin-right: 3px;
}
.layout-right .layout-box {
  margin-bottom: 20px;
}
.layout-box .tags li a {
  display: block;
  padding: 0 8px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #e4e8eb;
  margin: 0 12px 12px 0;
  vertical-align: top;
  position: relative;
  transition: all 0.3s
}
.layout-box .tags li a:before {
  content: '#';
  margin-right: 3px;
  color: #d2d2d2;
}
.layout-box .tags li a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff
}
.layout-box .tags li a:hover:before {
  color: rgba(255, 255, 255, .3)
}
.friendly-link li {
  width: 50%;
  margin-bottom: 12px;
}
.friendly-link li a {
  color: #333;
  position: relative;
  padding-left: 22px;
  transition: all 0.3s
}
.friendly-link li a:before {
  content: '->';
  font-size: 10px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  color: #999;
  transform: translateY(-50%)
}
.friendly-link li a:hover, .list-box .info a:hover, .layout-right .right-list a:hover {
  color: #0767C8;
  text-decoration: underline dotted
}
.layout-box .tags ul, .friendly-link ul {
  margin-bottom: -12px;
}

.list-box .media, .list-box .media img {
  width: 160px;
  height: 120px;
}
.list-box {
  padding-top: 15px;
  border-top: 1px solid #e4e8eb
}
.list-box .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e8eb
}
.list-box .info {
  padding-left: 25px;
  width: calc(100% - 185px);
}
.list-box .info a, .layout-right .right-list a {
  color: #333;
  transition: all 0.3s
}
.layout-box .tags-cloud {
  margin: 0 -15px -15px 0
}
.layout-box .tags-cloud li {
  margin: 0 15px 15px 0
}
.layout-box .tags-cloud li a {
  padding: 5px 12px;
  margin: 0
}
.layout-box .tags-cloud li span {
  margin-left: 10px;
}
.layout-right .right-list .list li {
  height: 34px;
  line-height: 34px;
}
.list-box .info h3 {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-box .info .digest, .list-box .info .text {
  font-size: 14px;  
}
.list-box .info .digest {
  padding: 10px 0 20px;
  line-height: 160%;
  max-height: 46px;
  overflow: hidden
}
.list-box .info .text {

}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {
  .container {
      width: 750px
  }
}
@media (min-width:992px) {
  .container {
      width: 980px
  }
}
@media screen and (max-width: 1200px) {
  .header .name a, .header .logo {
    margin: 0;
    padding: 0
  }
}
@media (min-width:1200px) {
  .container {
      width: 85%;
  }
}
@media (max-width: 1080px) {
  .layout-wrapper, .hot-info {
    display: block;
  }
  .layout-left, .layout-right, .hot-box {
    width: 100%
  }
  .swiper-container {
    height: 120px;
  }
  .hot-box {
    min-height: auto
  }
  .hot-box .list {
    margin-top: 22px;
  }
  .list .item .cate {
    display: none
  }
  .list .item.is-info.wpx-138 {
    padding-right: 190px
  }
  .list .item.is-info.wpx-138 .right-info {
    width: auto;
    text-align:right;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .zhuluan-temp .container {
    padding: 0 15px;
  }
  .zhuluan-temp .layout-wrapper {
    padding: 70px 15px 20px
  }
  .layout-right .layout-box {
    margin: 20px 0 0 0;
  }
  .hot-box .list .item, .list .item {
    height: auto;
    line-height: 160%;
  }
  .list .item.is-info, .list .item.is-info.wpx-138 {
    padding: 0;
    white-space: normal;
    text-overflow: clip;
    overflow:auto;
  }
  .list {
    margin-bottom: -10px;
  }
  .list .item.is-info {
    margin-bottom: 20px;
  }
  .list .item.is-info span:not(.cate) {
    display: block;
    max-height: 50px;
    overflow: hidden
  }
  .list .item.is-info:not(.wpx-138) .right-info {
    display: block;
  }
  .list .item.is-info .right-info {
    
    position: static;
    top: 0;
    transform: translateY(0);
    font-size: 14px;
    color: #999
  }
  .list .item.is-info .right-info {

  }
  .list .item .cate {
    display: block;
    padding: 0;
    background-color: transparent
  }
  .list-box .media, .list-box .media img {
    width: 84px;
    height: 50px
  }
  .list-box .info {
    padding-left: 20px;
    width: calc(100% - 104px)
  }
  .list-box .info .digest, .list-box .info .text p {
    display: none;
  }
  .list-box .info .text {
    display: block;
  }
  .list-box .info h3 {
    white-space: normal;
    text-overflow: inherit;
    max-height: 52px;
    margin: -5px 0 10px;
    overflow: hidden
  }
  .list-box .info a {
    font-size: 16px;
    font-weight: 500
  }
  .layout-box .title.desc h1 {
    font-size: 36px;
  }
  .recommend .item h5 {
    max-width: 100%;
    overflow: hidden
  }
}