/* navigation */
.navigation-main-wrapper {
  width: 100%;
  height: 40px;
  min-width: 1180px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #222;
  z-index: 999;
}
.navigation-main-wrapper .navigation-top-wrapper {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.navigation-main-wrapper .navigation-top-wrapper a {
  text-decoration: none;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap {
  width: 76px;
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a {
  display: block;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a:before {
  width: 1px;
  height: 15px;
  background: #666;
  display: inline-block;
  float: right;
  margin-top: 12px;
  position: relative;
  left: 12px;
  content: "";
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a:hover i {
  color: #e7c73a;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a i {
  display: inline-block;
  border: none;
  position: relative;
  color: #ccc;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a .navigation-index {
  top: 3px;
  font-size: 16px;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a .navigation-sohu {
  left: 8px;
  top: 4px;
  font-size: 18px;
}
.navigation-main-wrapper .navigation-top-wrapper ul {
  margin: 0;
}
.navigation-main-wrapper .navigation-top-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li {
  width: 74px;
  height: 40px;
  margin-right: 5px;
  float: left;
  line-height: 40px;
  text-align: center;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li a {
  color: #fff;
  font-size: 16px;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 5px;
  font-weight: bold;
  transition: all 0.2s ease-in-out 0s;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li:hover {
  background-color: rgba(98, 98, 98, 0.5);
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li:hover i {
  transition: all 0.2s ease-in-out 0s;
  transform: rotate(180deg);
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra {
  position: relative;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra .navigation-more-list {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  width: 268px;
  line-height: 40px;
  position: absolute;
  padding: 7px 10px;
  text-align: center;
  top: 40px;
  left: -110px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra .navigation-more-list a {
  display: inline-block;
  width: 67px;
  float: left;
  color: #191919;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra .navigation-more-list a:hover {
  background-color: rgba(189, 189, 189, 0.37);
  color: #b63905;
}
.navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra:hover .navigation-more-list {
  visibility: visible;
  opacity: 1;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-login-wrap {
  width: 150px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  float: right;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-login-wrap a {
  color: #fff;
}
.navigation-main-wrapper .navigation-top-wrapper .navigation-login-wrap:hover {
  background-color: rgba(98, 98, 98, 0.5);
}
/* navigation */

.left-wrap {
  width: 100%;
  height: 100%;
  padding: 10px 0 5px;
  position: relative;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
  z-index: 60;
}
.left-wrap h4,
.left-wrap p,
.left-wrap ul,
.left-wrap li {
  margin: 0;
  padding: 0;
}
.left-wrap li {
  list-style: none;
}
.left-wrap a {
  text-decoration: none;
}
.left-wrap .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.left-wrap .clearfix {
  zoom: 1;
}
.left-wrap .left-image {
  padding-top: 19px;
  padding-bottom: 22px;
  text-align: center;
  background: #fff;
}
.left-wrap .left-image .left-image-url {
  display: inline-block;
  width: 100%;
}
.left-wrap .left-image .left-image-url img {
  border: none;
}
.left-wrap .left-category {
  background-color: #f9f9f9;
}
.left-wrap .left-category .category-second-nav {
  font-size: 14px;
  background-color: #f9f9f9;
}
.left-wrap .left-category .category-second-nav .category-box {
  padding: 10px 0 5px;
  position: relative;
}
.left-wrap .left-category .category-second-nav .category-box h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  padding-left: 17px;
  position: relative;
  z-index: 2;
}
.left-wrap .left-category .category-second-nav .category-box h4 a {
  color: #c9141d;
}
.left-wrap .left-category .category-second-nav .category-box p {
  color: #191919;
  line-height: 24px;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.left-wrap .left-category .category-second-nav .category-box p a {
  margin-left: 16px;
  color: #191919;
}
.left-wrap .left-category .category-second-nav .category-box .category-bg-mod {
  width: 2px;
  height: 94px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.left-wrap .left-category .category-second-nav .category-box .category-con {
  padding: 0 20px 8px 0;
  overflow: hidden;
}
.left-wrap .left-category .category-second-nav .category-box .category-con li {
  float: left;
  display: inline-block;
  margin-left: 21px;
  line-height: 26px;
  white-space: nowrap;
}
.left-wrap .left-category .category-second-nav .category-box .category-con li a {
  display: block;
  color: #191919;
}
.left-wrap .left-category .category-second-nav .category-box .category-con li a:hover {
  color: #c9141d;
}
.left-wrap .left-category .category-second-nav .category-box .category-menu {
  position: absolute;
  top: 14px;
  right: 6px;
  width: 10px;
  height: 23px;
  overflow: hidden;
}
.left-wrap .left-category .category-second-nav .category-box .category-menu img {
  top: -16px;
  position: relative;
}
.left-wrap .left-category .category-second-nav .category-box .category-show-nav {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #FFFFFF;
  position: absolute;
  left: 100%;
  top: 1px;
  padding: 8px 0 0;
  width: 240px;
  color: #191919;
  min-height: 86px;
  transition: opacity 0.2s ease-in;
}
.left-wrap .left-category .category-second-nav .category-box .category-show-nav:after {
  content: '';
  border: 1px #c9141d solid;
  position: absolute;
  left: 1px;
  top: -1px;
  width: 238px;
  height: 100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.left-wrap .left-category .category-second-nav .category-box .category-show-nav .category-bg {
  background: #FFFFFF;
  position: absolute;
  left: -160px;
  top: -1px;
  width: 160px;
  height: 94px;
}
.left-wrap .left-category .category-second-nav .category-box .category-show-nav .category-bg:after {
  content: '';
  border: 1px #c9141d solid;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.left-wrap .left-category .category-second-nav .category-common {
  z-index: 12;
}
.left-wrap .left-category .category-second-nav .category-box-hover:hover .category-show-nav {
  visibility: visible;
  opacity: 0.95;
  background: #FFFFFF;
  -moz-opacity: 0.95;
}
.left-wrap .left-category .category-second-nav .category-box-hover:hover a {
  position: relative;
  z-index: 2;
}
.left-wrap .left-category .category-second-nav .category-box-hover:hover a:hover {
  color: #c9141d;
}
.left-wrap .left-category .category-second-nav .category-box-hover:hover h4 {
  background: none;
}
.left-wrap .left-category .category-second-nav .category-box-no {
  padding: 6px 0;
  z-index: 6;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-bg-width {
  width: 2px;
  height: 35px;
  background: #FFFFFF;
  position: absolute;
  top: 2px;
  right: -2px;
  z-index: 2;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav {
  top: auto;
  bottom: 2px;
  box-sizing: border-box;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-bg {
  height: 35px;
  top: auto;
  bottom: 1px;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod {
  position: relative;
  z-index: 2;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl {
  overflow: hidden;
  line-height: 26px;
  margin: 0;
  padding: 0 20px 10px;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl a {
  color: #191919;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl a:hover {
  color: #c9141d;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl dt {
  font-size: 15px;
  float: left;
  font-weight: bold;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl dt .category-ln {
  width: 3px;
  height: 16px;
  background: #c9141d;
  float: left;
  margin: 5px 8px 0 0;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl dd {
  font-size: 14px;
  margin-left: 21px;
  float: left;
  white-space: nowrap;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-box-one .category-bg {
  height: 70px;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-box-thr .category-bg {
  height: 118px;
}
.left-wrap .whole-border {
  border-top: 2px #c9141d solid;
}

/* search */
.search-model {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.search-model .search-input-wrapper {
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  right: 68px;
}
.search-model .search-input-wrapper .search-input {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  color: #666;
}
.search-model .search-input-wrapper .search-input:focus {
  border: 1px solid #c9141d;
}
.search-model .search-icon {
  height: 100%;
  width: 69px;
  float: right;
  text-align: center;
  background-color: #c9141d;
}
.search-model .search-icon img {
  margin-top: 9px;
}
.search-model .search-icon:hover {
  cursor: pointer;
  background-color: #ab0a12;
}
/* search */

.slide-whole {
  width: 100%;
  position: relative;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
}
.slide-whole .slide-target {
  position: absolute;
  top: -110px;
  left: 20px;
  width: 20px;
  height: 70px;
}
.slide-whole .slide-title-wrap {
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #F04040;
}
.slide-whole .slide-title-wrap .slide-title-mid {
  position: relative;
  top: -24px;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.slide-whole .slide-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-whole .slide-wrapper a {
  text-decoration: none;
}
.slide-whole .slide-wrapper ul {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  z-index: 19;
}
.slide-whole .slide-wrapper ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.slide-whole .slide-wrapper ul li a {
  display: block;
  position: relative;
}
.slide-whole .slide-wrapper ul li a .slide-img {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.slide-whole .slide-wrapper ul li a .slide-img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.slide-whole .slide-wrapper ul li a .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(//statics.itc.cn/mobile/beauty/play-icon.png);
  background-size: cover;
}
.slide-whole .slide-wrapper ul li a .gods-tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  text-indent: 0;
  color: #f5f5f5;
  background: rgba(0, 0, 0, 0.5);
}
.slide-whole .slide-wrapper ul li .slide-advertisement {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(20, 20, 20, 0.5);
  text-align: center;
}
.slide-whole .slide-wrapper ul li .slide-advertisement a {
  display: block;
}
.slide-whole .slide-wrapper ul li .slide-advertisement a img {
  width: 15px;
  height: 16px;
  border: none;
  position: relative;
  top: 3px;
  right: 1px;
}
.slide-whole .slide-wrapper ul li .slide-ad-content {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 20px;
  text-align: center;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  z-index: 100;
  border-radius: 5px 0px 0px 0px;
}
.slide-whole .slide-wrapper ul li .slide-title {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0 20px;
  pointer-events: none;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0%, #333 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #333 100%);
  background: -o-linear-gradient(top, transparent 0%, #333 100%);
  background: -ms-linear-gradient(top, transparent 0%, #333 100%);
  background: linear-gradient(top, transparent 0%, #333 100%);
  filter: alpha(opacity=95);
  opacity: 0.95;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  z-index: 25;
}
.slide-whole .slide-wrapper .slide-autos {
  bottom: 0;
  height: 23px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 23;
}
.slide-whole .slide-wrapper .slide-autos div {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px 0 4px;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
}
.slide-whole .slide-wrapper .slide-autos div span {
  width: 100%;
  height: 3px;
  margin-top: 6px;
  border-radius: 1px;
  font-size: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
.slide-whole .slide-wrapper .slide-autos .slide-active span {
  background: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slide-whole .slide-wrapper:hover .slide-move-btn {
  display: block;
}
.slide-whole .slide-wrapper .slide-move-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  overflow: hidden;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/focus_btn-1cf8c79c08a3c8267d19597cc0da6e4e.png);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none;
  z-index: 25;
}
.slide-whole .slide-wrapper .slide-prev {
  left: 10px;
}
.slide-whole .slide-wrapper .slide-next {
  right: 10px;
  background-position: 0 -50px;
}

.news-wrapper {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 15px 0 0;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.news-wrapper .news-list {
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-wrapper .news-list .news-title {
  display: inline-block;
  font-size: 16px;
  color: #191919;
  line-height: 16px;
  max-width: 100%;
  text-decoration: none;
}
.news-wrapper .news-list:first-child {
  padding-right: 12px;
  margin-bottom: 16px;
}
.news-wrapper .news-list .news-dot {
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  background-color: #e8e8e8;
  display: inline-block;
  margin: 0 10px 4px 0;
  border-radius: 50%;
}
.news-wrapper .news-list:first-child .news-title {
  font-size: 18px;
  line-height: 22px;
}
.news-wrapper .news-list:hover .news-dot {
  background-color: #cccccc;
}

.train-wrapper {
  width: 100%;
  margin-top: 20px;
  height: 173px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.train-wrapper .train {
  height: 100%;
  white-space: nowrap;
  position: relative;
}
.train-wrapper .train .train-url {
  display: inline-block;
  width: 230px;
  height: 153px;
  margin-right: 10px;
  position: relative;
  font-size: 0;
  text-decoration: none;
  overflow: hidden;
}
.train-wrapper .train .train-url:last-child {
  margin-right: 0px;
}
.train-wrapper .train .train-url .train-image {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.train-wrapper .train .train-url .train-image:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.train-wrapper .train .train-url .train-title {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 10px 10px 10px;
  white-space: normal;
  position: relative;
  box-sizing: border-box;
  right: 0;
  bottom: 58px;
  font-size: 14px;
  color: #fff;
  z-index: 12;
  overflow: hidden;
  background: -moz-linear-gradient(top, transparent 0%, #333 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #333 100%);
  background: -o-linear-gradient(top, transparent 0%, #333 100%);
  background: -ms-linear-gradient(top, transparent 0%, #333 100%);
  background: linear-gradient(top, transparent 0%, #333 100%);
  filter: alpha(opacity=95);
  opacity: 0.95;
}
.train-wrapper .train .train-url .train-title img {
  margin-right: 6px;
  float: left;
  position: relative;
  top: 18px;
  border: none;
}
.train-wrapper .train .train-url .train-title span {
  position: absolute;
  bottom: 10px;
  padding-right: 10px;
  max-height: 43px;
  overflow: hidden;
}
.train-wrapper .train .train-url .train-topic {
  display: block;
  width: 30px;
  height: 18px;
  background-color: #fc4b4b;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  text-align: center;
}
.train-wrapper .train-btn {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 61px;
  cursor: pointer;
  display: none;
}
.train-wrapper .train-btn i {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.train-wrapper .train-prev {
  left: 12px;
}
.train-wrapper .train-next {
  right: 17px;
}
.train-wrapper .train-hover-show {
  display: block;
}

/* feed */
.feed-wrapper {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
  margin-bottom: 30px;
}
.feed-wrapper .feed-common {
  border-bottom: 1px solid #f0f0f0;
}
.feed-wrapper .feed-common a {
  text-decoration: none;
}
.feed-wrapper .feed-common .feed-info-pic {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  margin-right: 9px;
}
.feed-wrapper .feed-common .feed-nopic-pv {
  width: 52px;
  position: absolute;
  bottom: 3px;
  right: 10px;
  font-size: 12px;
  color: #999999;
}
.feed-wrapper .feed-common .feed-nopic-pv:hover {
  cursor: pointer;
}
.feed-wrapper .feed-common .feed-nopic-pv:hover a {
  color: #c9141d;
}
.feed-wrapper .feed-common .feed-nopic-pv i {
  font-size: 14px;
  color: #777777;
  margin-right: 5px;
  vertical-align: baseline;
}
.feed-wrapper .feed-common .feed-nopic-pv span {
  display: inline-block;
  position: relative;
  top: -2px;
}
.feed-wrapper .feed-common .feed-nopic-pv span a {
  color: #777777;
}
.feed-wrapper .feed-common .feed-nopic-pv span a:hover {
  color: #c9141d;
}
.feed-wrapper .feed-common .feed-pic-style {
  width: 150px;
  height: 100px;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.feed-wrapper .feed-common .feed-pic-style:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.feed-wrapper .feed-common .feed-pic-play {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  bottom: 36px;
  left: 8px;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/play2-icon-1cb3409425da11f2ef31d8fee7659585.png);
  background-size: 26px 26px;
  border: none;
}
.feed-wrapper .feed-common .feed-info-time {
  display: inline-block;
  vertical-align: super;
  position: relative;
  top: 1px;
}
.feed-wrapper .feed-common .feed-info-time .feed-info-a {
  font-size: 12px;
  color: #777777;
}
.feed-wrapper .feed-common .feed-info-time .feed-info-a:hover {
  color: #c9141d;
}
.feed-wrapper .feed-common .feed-info-pic2 {
  display: inline-block;
  height: 20px;
  border: none;
}
.feed-wrapper .feed-common .feed-dot {
  display: inline-block;
  vertical-align: super;
  margin: 0 2px 0 6px;
  font-size: 12px;
  color: #777777;
}
.feed-wrapper .feed-common .feed-publish {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  position: relative;
  top: 1px;
  left: 3px;
  vertical-align: super;
}
.feed-wrapper .feed-common .feed-info-topic {
  display: none;
  line-height: 18px;
  margin: 1px 0 0 10px;
  font-size: 12px;
  border: 1px solid #f7b2b2;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  padding: 0px 1px;
}
.feed-wrapper .feed-common .feed-info-topic div {
  color: #fc4b4b;
}
.feed-wrapper .feed-common .feed-no-info {
  position: relative;
  margin: 20px 0 12px 0;
}
.feed-wrapper .feed-no-pic {
  padding-top: 23px;
}
.feed-wrapper .feed-no-pic .feed-h3-style {
  margin: 0;
  white-space: nowrap;
}
.feed-wrapper .feed-no-pic .feed-h3-style a {
  display: inline-block;
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  font-weight: normal;
  white-space: normal;
}
.feed-wrapper .feed-no-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.feed-wrapper .feed-no-pic .feed-h3-style a:visited {
  color: #999;
}
.feed-wrapper .feed-no-pic .feed-no-title {
  margin-right: 30px;
}
.feed-wrapper .feed-one-pic {
  padding: 10px 0;
  overflow: hidden;
}
.feed-wrapper .feed-one-pic .feed-h3-style {
  margin: 0;
  white-space: nowrap;
}
.feed-wrapper .feed-one-pic .feed-h3-style a {
  display: inline-block;
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  font-weight: normal;
  white-space: normal;
}
.feed-wrapper .feed-one-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.feed-wrapper .feed-one-pic .feed-h3-style a:visited {
  color: #999;
}
.feed-wrapper .feed-one-pic .feed-show-one {
  width: 150px;
  height: 100px;
  float: left;
  overflow: hidden;
}
.feed-wrapper .feed-one-pic .feed-show-info {
  margin-left: 165px;
  height: 100px;
  margin-top: -4px;
  position: relative;
  overflow: hidden;
}
.feed-wrapper .feed-one-pic .feed-show-info .feed-one-title {
  margin-top: 9px;
}
.feed-wrapper .feed-one-pic .feed-show-info .feed-one-info {
  margin-top: 1px;
  position: absolute;
  width: 100%;
  bottom: 2px;
}
.feed-wrapper .feed-one-pic .feed-show-info .feed-one-info a {
  display: inline-block;
}
.feed-wrapper .feed-four-pic {
  padding-top: 22px;
}
.feed-wrapper .feed-four-pic .feed-h3-style {
  margin: 0;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  /*溢出省略号，支持opera*/
  overflow: hidden;
  /*溢出隐藏*/
}
.feed-wrapper .feed-four-pic .feed-h3-style a {
  display: inline-block;
  font-size: 18px;
  color: #191919;
  margin-bottom: 5px;
  line-height: 22px;
  font-weight: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /*溢出省略号，支持opera*/
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.feed-wrapper .feed-four-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.feed-wrapper .feed-four-pic .feed-h3-style a:visited {
  color: #999;
}
.feed-wrapper .feed-four-pic .feed-four-title {
  margin: 0 0 5px 0;
}
.feed-wrapper .feed-four-pic .feed-pic {
  height: 100px;
  width: 100%;
}
.feed-wrapper .feed-four-pic .feed-pic .feed-four-location {
  display: inline-block;
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.feed-wrapper .feed-four-pic .feed-pic .feed-four-location:last-child {
  margin-right: 0;
}
.feed-wrapper .feed-four-pic .feed-pic-wrapper {
  overflow: hidden;
}
.feed-wrapper .feed-load-wrapper {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
.feed-wrapper .feed-load-wrapper .feed-load-gif {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -13px;
  background-image: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/loading-14a0936bd54fd18c22b5e7fb86ba26a3.gif);
  background-size: 100% 100%;
}
.feed-wrapper .feed-load-wrapper .feed-load-more {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-left: 6px;
  position: relative;
  top: -11px;
}

.recommend-wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px 1px 20px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.recommend-wrapper .recommend-h4-style {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.recommend-wrapper .recommend-h4-style .recommend-hover-a {
  text-decoration: none;
  color: #191919;
}
.recommend-wrapper .recommend-h4-style .recommend-hover-a:hover {
  color: #c9141d;
}
.recommend-wrapper .recommend-list {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.recommend-wrapper .recommend-list .recommend-image {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.recommend-wrapper .recommend-list .recommend-image a {
  display: inline-block;
  text-decoration: none;
}
.recommend-wrapper .recommend-list .recommend-image a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.recommend-wrapper .recommend-list .recommend-image a img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.recommend-wrapper .recommend-list .recommend-info {
  margin-left: 50px;
}
.recommend-wrapper .recommend-list .recommend-info p {
  margin: 0;
}
.recommend-wrapper .recommend-list .recommend-info .recommend-title {
  line-height: 16px;
  margin-bottom: 6px;
}
.recommend-wrapper .recommend-list .recommend-info .recommend-title a {
  color: #191919;
  font-size: 14px;
  text-decoration: none;
}
.recommend-wrapper .recommend-list .recommend-info .recommend-title a:hover {
  color: #c9141d;
}
.recommend-wrapper .recommend-list .recommend-info .recommend-detail {
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.whole-border {
  border-top: 2px #c9141d solid;
}
/* recommend */

.operation-wrapper {
  width: 100%;
  margin: 0 auto 10px;
  background: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.operation-wrapper .operation-title {
  height: 32px;
  width: 100%;
  padding: 6px 20px 0;
  color: #191919;
  line-height: 25px;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 700;
}
.operation-wrapper .operation-list {
  line-height: 34px;
  padding: 0 20px;
}
.operation-wrapper .operation-list a {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #666;
  border-right: 1px solid #e3e7ed;
  text-decoration: none;
}
.operation-wrapper .operation-list a:hover {
  color: #c9141d;
}
.whole-border {
  border-top: 2px #c9141d solid;
}

.passage-wrapper {
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 26px 1px 20px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.passage-wrapper .passage-title {
  font-size: 16px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 15px;
}
.passage-wrapper .passage-info {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.passage-wrapper .passage-info a {
  text-decoration: none;
  display: none;
}
.passage-wrapper .passage-info .passage-image {
  width: 88px;
  height: 58px;
  position: relative;
  float: left;
}
.passage-wrapper .passage-info .passage-image .passage-cover {
  display: block;
  overflow: hidden;
  height: 100%;
}
.passage-wrapper .passage-info .passage-image .passage-cover .passage-back {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.passage-wrapper .passage-info .passage-image .passage-cover .passage-back:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.passage-wrapper .passage-info .passage-image .passage-cover .passage-play {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 60;
  border: none;
}
.passage-wrapper .passage-info .passage-content {
  height: 44px;
  margin: 0 0 0 98px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  word-wrap: break-word;
}
.passage-wrapper .passage-info .passage-content .passage-link {
  display: inline;
  color: #191919;
}
.passage-wrapper .passage-info .passage-content .passage-link:hover {
  color: #c9141d;
}
.passage-fix {
  position: fixed;
  top: 60px;
}
.whole-border {
  border-top: 2px #c9141d solid;
}

.thematic-wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px 5px 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f9f9f9;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.thematic-wrapper ul,
.thematic-wrapper li {
  padding: 0;
}
.thematic-wrapper a {
  text-decoration: none;
}
.thematic-wrapper .thematic-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #191919;
  pointer: default;
}
.thematic-wrapper .thematic-scroll {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thematic-wrapper .thematic-scroll .thematic-ul {
  height: 200px;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  z-index: 20;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li a {
  display: block;
  height: 100%;
  color: #191919;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li a .thematic-slide-image {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li a .thematic-slide-image:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li .thematic-info {
  height: 70px;
  padding: 18px 10px 0 10px;
  white-space: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  z-index: 80;
  background: -moz-linear-gradient(top, transparent 0%, #333 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #333 100%);
  background: -o-linear-gradient(top, transparent 0%, #333 100%);
  background: -ms-linear-gradient(top, transparent 0%, #333 100%);
  background: linear-gradient(top, transparent 0%, #333 100%);
  filter: alpha(opacity=95);
  opacity: 0.95;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li .thematic-info .thematic-font {
  display: inline;
  height: auto;
  bottom: 26px;
  padding-right: 10px;
  position: absolute;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li .thematic-info .thematic-spe {
  bottom: 16px;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li .thematic-play-index {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 80px;
  left: 130px;
  cursor: pointer;
  border: none;
}
.thematic-wrapper .thematic-scroll .thematic-autos {
  bottom: 13px;
  height: 23px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 23;
}
.thematic-wrapper .thematic-scroll .thematic-autos .thematic-index {
  cursor: pointer;
  height: 12px;
  margin: 0 2px 0 3px;
  overflow: hidden;
  width: 12px;
  display: inline-block;
  vertical-align: top;
}
.thematic-wrapper .thematic-scroll .thematic-autos .thematic-index span {
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
.thematic-wrapper .thematic-scroll .thematic-autos .thematic-active span {
  width: 12px;
  border-radius: 3px;
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #c9141d;
}
.thematic-wrapper .thematic-scroll .thematic-btn {
  display: none;
  width: 25px;
  height: 29px;
  position: absolute;
  top: 90px;
  overflow: hidden;
  cursor: pointer;
  z-index: 25;
}
.thematic-wrapper .thematic-scroll .thematic-btn img {
  width: 25px;
  height: 58px;
}
.thematic-wrapper .thematic-scroll:hover .thematic-btn {
  display: block;
}
.thematic-wrapper .thematic-scroll .thematic-prev {
  left: 10px;
}
.thematic-wrapper .thematic-scroll .thematic-next {
  right: 10px;
}
.thematic-wrapper .thematic-scroll .thematic-next img {
  position: relative;
  top: -29px;
}
.thematic-wrapper .thematic-picture {
  width: 100%;
}
.thematic-wrapper .thematic-picture ul {
  margin: 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li {
  display: inline-block;
  width: 145px;
  float: left;
  margin: 0 10px 15px 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li:nth-child(even) {
  margin-right: 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li:first-child + li {
  margin: 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li:first-child + li + li + li {
  margin: 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li:first-child + li + li + li + li + li {
  margin: 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li:hover .thematic-small-p a {
  color: #c9141d;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li a .thematic-introduce {
  width: 100%;
  height: 97px;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li a .thematic-introduce:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.thematic-wrapper .thematic-picture ul .thematic-small-li a .thematic-play {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 30;
  border: none;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li .thematic-small-p {
  margin: 3px 0 0 0;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li .thematic-small-p a {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  color: #191919;
}
.whole-border {
  border-top: 2px #c9141d solid;
}

.topic-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
}
.topic-main-wrap .topic-common-width {
  width: 750px;
}
.topic-main-wrap .topic-tx-width {
  width: 100%;
}
.topic-main-wrap .topic-middle-area {
  height: 100%;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.topic-main-wrap .topic-middle-area .topic-ban-wrap {
  position: absolute;
  top: 40px;
  z-index: -1;
  font-size: 0;
  width: 200%;
  overflow: hidden;
  text-align: center;
  left: -50%;
}
.topic-main-wrap .topic-middle-area .topic-ban-wrap1 {
  position: relative;
  top: -23px;
  margin-bottom: -157px;
  z-index: -1;
  font-size: 0;
  width: 100%;
}
.topic-main-wrap .topic-middle-area .topic-ban-wrap1 img {
  width: 100%;
}
.topic-main-wrap .topic-middle-area .topic-title-size {
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 20px;
  min-height: 71px;
  max-height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.topic-main-wrap .topic-middle-area .topic-share {
  font-size: 14px;
  line-height: 14px;
  height: 23px;
  position: relative;
}
.topic-main-wrap .topic-middle-area .topic-share span {
  position: relative;
  top: -3px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon {
  display: inline-block;
  margin-left: 14px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon span {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-share-weibo {
  top: 3px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-share-wx {
  top: 4px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-share-qq {
  top: 2px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-w {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/weibo-9e94a66c0c33bb3f227903c70111f02c.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-w:hover {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/colorWb-367e4fc1946cb854e4ef78ee19f50b6e.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-x {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/wechat-79c1ddf76a6b028fe29d420af5416412.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-x:hover {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/colorWx-99d864776b543a92066e76a3f4eb74e8.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-q {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/qzone-b812a8e3d6dff79012cc0521a140328d.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-q:hover {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/colorQzone-92e8738950e62c1b35bbb9729208f5ff.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-color-w {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/weibog-28622e81fbd1075b5d5d3295e2b1411c.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-color-w:hover {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/colorWb-367e4fc1946cb854e4ef78ee19f50b6e.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-color-x {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/wxg-781b05ef811af7aaeaff11ff53bb6789.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-color-x:hover {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/colorWx-99d864776b543a92066e76a3f4eb74e8.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-color-q {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/qzoneg-81ab01491b9586345c7c9cb23b945ab6.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-share-icon .topic-color-q:hover {
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/colorQzone-92e8738950e62c1b35bbb9729208f5ff.png);
  background-repeat: no-repeat;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-qrcode {
  width: 120px;
  height: 172px;
  padding: 21px 12px 0px 10px;
  position: absolute;
  top: 22px;
  left: 40px;
  z-index: 200;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/shareBack-5fe7fe3a8d1c36e4d069f32339713cbf.png);
  background-size: 100% 100%;
  display: none;
  box-sizing: border-box;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-qrcode .topic-qrcode-pic {
  margin-left: 5px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-qrcode .topic-qrcode-pic img {
  width: 80px;
  height: 80px;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-qrcode .topic-wx {
  text-align: center;
  color: #404040;
  font-size: 14px;
  margin-top: 7px;
  line-height: 20px;
}
.i {
  width: 600px;
}
.i .uu {
  width: 100%;
  background-color: pink;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 50% 0 0;
}

.textflow-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
}
.textflow-main-wrap .textflow-target {
  position: absolute;
  top: -65px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.textflow-main-wrap .textflow-top {
  margin-top: 40px;
  margin-bottom: 40px;
}
.textflow-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.textflow-main-wrap img {
  border: none;
}
.textflow-main-wrap .textflow-font-wrap {
  width: 100%;
}
.textflow-main-wrap .textflow-font-wrap .textflow-font-title {
  margin-bottom: 1px;
  font-size: 20px;
  color: #404040;
  height: 26px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow-main-wrap .textflow-font-wrap .textflow-font-content {
  font-size: 14px;
  color: #777777;
}

.out-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.out-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.out-main-wrap .out-target {
  position: absolute;
  top: -65px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.out-main-wrap .out-link-wrap {
  margin-top: 40px;
}
.out-main-wrap .out-link-wrap .out-outlink {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 16px;
  padding: 1px 13px 3px 14px;
  margin: 0 12px 12px 0;
}
.out-main-wrap .out-link-wrap .out-outlink:hover {
  background: #eaeaea;
}
.out-main-wrap .out-link-wrap .out-outlink:hover a {
  color: #c9141d;
}
.out-main-wrap .out-link-wrap .out-outlink .out-outlink-a {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.video-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.video-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.video-main-wrap img {
  border: none;
}
.video-main-wrap .video-target {
  position: absolute;
  top: -65px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.video-main-wrap .video-video {
  height: 160px;
  overflow: hidden;
  background: #fafafa;
  margin-top: 25px;
}
.video-main-wrap .video-video .video-video-pic {
  width: 320px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.video-main-wrap .video-video .video-video-pic .video-video-play {
  width: 100%;
  height: 160px;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.video-main-wrap .video-video .video-video-pic .video-video-play:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.video-main-wrap .video-video .video-video-pic .video-play-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 130px;
}
.video-main-wrap .video-video .video-video-pic .video-play-time {
  position: absolute;
  display: block;
  padding: 0px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 12px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}
.video-main-wrap .video-video .video-video-content {
  display: inline-block;
  float: right;
  box-sizing: border-box;
  width: 430px;
  height: 100%;
  padding: 18px 22px 12px 22px;
  position: relative;
}
.video-main-wrap .video-video .video-video-content a {
  display: block;
  text-decoration: none;
}
.video-main-wrap .video-video .video-video-content a .video-video-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #404040;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.video-main-wrap .video-video .video-video-content a:hover .video-video-title {
  color: #c9141d;
}
.video-main-wrap .video-video .video-video-content .video-video-detail {
  font-size: 12px;
  color: #777777;
  position: absolute;
  bottom: 16px;
}

.topicfeed-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.topicfeed-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.topicfeed-main-wrap img {
  border: none;
}
.topicfeed-main-wrap .topicfeed-target {
  position: absolute;
  top: -65px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap {
  width: 100%;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-title-wrap {
  height: 44px;
  margin-bottom: 30px;
  text-align: center;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-title-wrap .topicfeed-tx-title {
  position: relative;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-title-wrap .topicfeed-title-line {
  position: relative;
  top: 22px;
  height: 1px;
  background-color: #F04040;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-title {
  margin-bottom: 25px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-title .topicfeed-feed-logo {
  display: inline-block;
  width: 5px;
  height: 23px;
  border-radius: 2px;
  margin: 6px 12px 0 0;
  float: left;
  background: #fcaa00;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd000), to(#fcaa00));
  /** Chrome Safari **/
  background: -moz-linear-gradient(top, #fdd000, #fcaa00);
  /** FireFox **/
  background: -o-linear-gradient(top, #fdd000, #fcaa00);
  /** Opear **/
  background: -ms-linear-gradient(#fdd000 0%, #fcaa00 100%);
  /** IE9 IE10 **/
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-title h3 {
  margin: 0;
  color: #404040;
  font-size: 22px;
  font-weight: bold;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-common .topicfeed-feed {
  height: 115px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-common .topicfeed-feed .topicfeed-one-pic {
  width: 150px;
  height: 100px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-tx .topicfeed-feed {
  height: 139px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-tx .topicfeed-feed .topicfeed-one-pic {
  width: 186px;
  height: 124px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content {
  width: 100%;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-pic {
  float: left;
  position: relative;
  overflow: hidden;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-pic a .topicfeed-one-cover {
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-pic a .topicfeed-one-cover:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-pic .topicfeed-one-play {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 26px;
  height: 26px;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/play2-icon-1cb3409425da11f2ef31d8fee7659585.png);
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right {
  width: 80%;
  float: right;
  height: 100%;
  position: relative;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-one-title {
  padding: 4px 15px 0 10px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-one-title a:hover {
  color: #c9141d;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail {
  position: absolute;
  width: 100%;
  bottom: 3px;
  box-sizing: border-box;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news {
  float: left;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news .topicfeed-net-logo img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news .topicfeed-default {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/soh-dbbc6af81ae7a521f4feb7acc7ad0c45.png);
  background-size: 100% 100%;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news .topicfeed-net-time {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  vertical-align: super;
  position: relative;
  top: 0px;
  margin: 0 10px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news .topicfeed-net-time a {
  color: #777777;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news .topicfeed-net-time a:hover {
  color: #c9141d;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-news .topicfeed-net-theme {
  display: inline-block;
  border: 1px solid #f7b2b2;
  border-radius: 2px;
  color: #fc4b4c;
  font-size: 12px;
  margin: 0;
  box-sizing: border-box;
  padding: 0px 3px 0px 2px;
  position: relative;
  top: -5px;
  height: 17px;
  line-height: 15px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-comment {
  float: right;
  width: 52px;
  text-align: left;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-comment:hover span a {
  color: #c9141d;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-comment .topicfeed-comment-icon {
  margin-right: 5px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-comment .topicfeed-comment-icon i {
  color: #999999;
  font-size: 12px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-comment span {
  color: #999999;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-right .topicfeed-right-detail .topicfeed-net-comment span a {
  color: #999999;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics {
  height: 190px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .title {
  width: 90%;
  padding: 4px 15px 0 0;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .title a:hover {
  color: #c9141d;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .topicfeed-net-time {
  margin-top: 10px;
  font-size: 12px;
  color: #777777;
  vertical-align: super;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .topicfeed-net-time a {
  color: #777777;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .topicfeed-net-time a:hover {
  color: #c9141d;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .group-imgs {
  margin-top: 10px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed-group-pics .group-imgs img {
  width: 150px;
  height: 100px;
  margin-right: 10px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-load {
  margin-top: 30px;
  text-align: center;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-load .topicfeed-feed-txt {
  font-size: 14px;
  color: #777777;
  vertical-align: middle;
  cursor: pointer;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-load .topicfeed-feed-line {
  display: inline-block;
  width: 235px;
  border-top: 1px solid #f0f0f0;
  position: relative;
  bottom: 2px;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-load:hover .topicfeed-feed-txt {
  color: #404040;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-load:hover .topicfeed-feed-line {
  border-top: 1px solid #dddddd;
}

.piccomp-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.piccomp-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.piccomp-main-wrap img {
  border: none;
}
.piccomp-main-wrap .piccomp-target {
  position: absolute;
  top: -65px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.piccomp-main-wrap .piccomp-pic-big {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.piccomp-main-wrap .piccomp-pic-big a img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.piccomp-main-wrap .piccomp-pic-big a img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.piccomp-main-wrap .piccomp-pic-big img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.piccomp-main-wrap .piccomp-pic-big img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.piccomp-main-wrap .piccomp-pic-passage {
  width: 100%;
  height: 270px;
  margin-top: 30px;
  background: #f5f5f5;
  overflow: hidden;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left {
  width: 540px;
  overflow: hidden;
  float: left;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left a {
  display: block;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left a img {
  height: 270px;
  width: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left a img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left img {
  height: 270px;
  width: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-passage-right {
  width: 210px;
  overflow: hidden;
  float: right;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-passage-right .piccomp-right-good {
  padding: 30px 0 0 24px;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-passage-right .piccomp-right-title {
  padding: 6px 22px 0 40px;
  font-weight: bold;
  font-size: 18px;
  color: #404040;
  line-height: 32px;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-passage-right .piccomp-right-title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-passage-right .piccomp-right-title a:hover {
  color: #c9141d;
}

.topicleft-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
}
.topicleft-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.topicleft-main-wrap img {
  border: none;
}
.topicleft-main-wrap .topicleft-fix-left {
  position: fixed;
  top: 230px;
  right: 140px;
  width: 140px;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single {
  margin-bottom: 14px;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single:last-child .topicleft-connect {
  display: none;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-fix-circle {
  width: 8px;
  height: 8px;
  float: left;
  box-sizing: border-box;
  background: #d1d1d1;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: 9px;
  padding: 2px;
  z-index: 120;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-fix-circle .topicleft-fix-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5f5f5;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-fix-circle .topicleft-fix-dot a {
  display: block;
  width: 21px;
  height: 16px;
  position: relative;
  top: -5px;
  left: -3px;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-fix-title {
  display: inline-block;
  width: 98px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-fix-title a {
  color: #999999;
  font-size: 16px;
  display: block;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-fix-title a:hover {
  color: #404040;
  font-weight: bold;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-connect {
  width: 2px;
  height: 48px;
  background: #f5f5f5;
  position: absolute;
  top: 17px;
  left: 3px;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-active-circle {
  width: 12px;
  height: 12px;
  left: -2px;
  margin-right: 8px;
  padding: 3px;
  background: -moz-linear-gradient(left, #fdd000 0%, #fcaa00 100%);
  background: -webkit-linear-gradient(left, #fdd000 0%, #fcaa00 100%);
  background: -o-linear-gradient(left, #fdd000 0%, #fcaa00 100%);
  background: -ms-linear-gradient(left, #fdd000 0%, #fcaa00 100%);
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-active-title {
  position: relative;
  top: 3px;
}
.topicleft-main-wrap .topicleft-fix-left .topicleft-fix-single .topicleft-active-title a {
  color: #404040;
  font-weight: bold;
}

.timeline-main-wrap {
  width: 160px;
  background: #F9F9F9;
  padding: 15px 0;
  border-top: 2px solid #375890;
  color: #999999;
}
.timeline-main-wrap li {
  list-style: none;
}
.timeline-main-wrap .highlight {
  color: #375890;
  font-weight: bold;
}
.timeline-main-wrap .none {
  display: none;
}
.timeline-main-wrap .timeline-title {
  font-size: 17px;
  text-align: left;
  padding: 0 17px;
  margin-bottom: 23px;
}
.timeline-main-wrap .timeline-list {
  padding: 0 19px;
}
.timeline-main-wrap .timeline-list li {
  padding-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
.timeline-main-wrap .timeline-list .year .year-header {
  position: relative;
  font-size: 14px;
}
.timeline-main-wrap .timeline-list .year .year-header i {
  position: absolute;
  font-size: 10px;
  right: 7px;
  margin-top: 4px;
}
.timeline-main-wrap .timeline-list .year .year-header.highlight {
  font-size: 17px;
}
.timeline-main-wrap .timeline-list .year .year-header.highlight i {
  transition: all 0.2s ease-in-out 0s;
  transform: rotate(90deg);
  margin-top: 7px;
}
.timeline-main-wrap .timeline-list .year .month-list {
  padding: 15px 0 0 0;
}
.timeline-main-wrap .timeline-list .year .month-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  height: 20px;
}
.timeline-main-wrap .timeline-list .year .month-list li .dot {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 7px;
  border: 1px solid #979797;
  border-radius: 50%;
}
.timeline-main-wrap .timeline-list .year .month-list li .line {
  position: absolute;
  width: 1px;
  height: 28px;
  background: #d8d8d8;
  left: 3px;
  top: 14px;
}
.timeline-main-wrap .timeline-list .year .month-list li:last-child {
  padding-bottom: 0;
}
.timeline-main-wrap .timeline-list .year .month-list li:last-child .line {
  height: 0;
}
.timeline-main-wrap .timeline-list .year .month-list li.highlight .dot {
  border: 1px solid #375890;
  background: #375890;
}

.five-pic-wrap {
  width: 100%;
  margin-top: 30px;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.five-pic-wrap .five-pic-title {
  margin-bottom: 25px;
}
.five-pic-wrap .five-pic-title .five-logo {
  display: inline-block;
  width: 5px;
  height: 24px;
  border-radius: 2px;
  margin: 2px 12px 0 0;
  float: left;
  background: #fcaa00;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd000), to(#fcaa00));
  /** Chrome Safari **/
  background: -moz-linear-gradient(top, #fdd000, #fcaa00);
  /** FireFox **/
  background: -o-linear-gradient(top, #fdd000, #fcaa00);
  /** Opear **/
  background: -ms-linear-gradient(#fdd000 0%, #fcaa00 100%);
  /** IE10+ **/
}
.five-pic-wrap .five-pic-title h3 {
  margin: 0;
  color: #404040;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.five-pic-wrap .tx-five-pic-title-wrap {
  height: 44px;
  margin-bottom: 20px;
  text-align: center;
}
.five-pic-wrap .tx-five-pic-title-wrap .tx-five-pic-title {
  position: relative;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.five-pic-wrap .tx-five-pic-title-wrap .tx-five-pic-title-line {
  position: relative;
  top: 22px;
  height: 1px;
  background-color: #F04040;
}
.five-pic-wrap .five-pic-con {
  height: 100%;
}
.five-pic-wrap .five-pic-con .five-left-wrap {
  width: 50%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
.five-pic-wrap .five-pic-con .five-left-wrap .five-image {
  height: 100%;
}
.five-pic-wrap .five-pic-con .five-left-wrap .five-image a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.five-pic-wrap .five-pic-con .five-left-wrap .five-image a img {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.five-pic-wrap .five-pic-con .five-left-wrap .five-image a img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.five-pic-wrap .five-pic-con .five-left-wrap .five-text {
  width: 100%;
  height: 79px;
  padding: 20px 0 7px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: #000000;
  filter: alpha(opacity=50);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.five-pic-wrap .five-pic-con .five-left-wrap .five-text a {
  display: -webkit-box;
  position: absolute;
  bottom: 8px;
  padding: 0px 18px 0px 10px;
  max-height: 50px;
  line-height: 25px;
  font-size: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.five-pic-wrap .five-pic-con .five-right-wrap {
  width: 50%;
  height: 100%;
  display: inline-block;
  margin-top: 1px;
  padding-left: 0.93%;
  box-sizing: border-box;
  overflow: hidden;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li {
  width: 48.9%;
  height: 48.9%;
  position: relative;
  float: left;
  list-style: none;
  box-sizing: border-box;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li:first-child {
  margin: 0 2.13% 2.13% 0;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li:nth-child(2) {
  margin-bottom: 2.13%;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li:first-child + li {
  margin-bottom: 2.13%;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li:nth-child(3) {
  margin-right: 2.13%;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li:first-child + li + li {
  margin-right: 2.13%;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li .right-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li .right-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li .right-img a img {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li .right-img a img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li .right-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0 0 0;
  background: #000000;
  filter: alpha(opacity=50);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.five-pic-wrap .five-pic-con .five-right-wrap .right-ul .right-li .right-content a {
  display: -webkit-box;
  position: relative;
  bottom: 4px;
  padding: 0px 16px 0px 8px;
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.four-pic-wrap {
  width: 100%;
  margin-top: 30px;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.four-pic-wrap .four-pic-title {
  margin-bottom: 25px;
}
.four-pic-wrap .four-pic-title .four-logo {
  display: inline-block;
  width: 5px;
  height: 24px;
  border-radius: 2px;
  margin: 2px 12px 0 0;
  float: left;
  background: #fcaa00;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd000), to(#fcaa00));
  /** Chrome Safari **/
  background: -moz-linear-gradient(top, #fdd000, #fcaa00);
  /** FireFox **/
  background: -o-linear-gradient(top, #fdd000, #fcaa00);
  /** Opear **/
  background: -ms-linear-gradient(#fdd000 0%, #fcaa00 100%);
  /** IE10+ **/
}
.four-pic-wrap .four-pic-title h3 {
  margin: 0;
  color: #404040;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.four-pic-wrap .tx-four-pic-title-wrap {
  height: 44px;
  margin-bottom: 20px;
  text-align: center;
}
.four-pic-wrap .tx-four-pic-title-wrap .tx-four-pic-title {
  position: relative;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.four-pic-wrap .tx-four-pic-title-wrap .tx-four-pic-title-line {
  position: relative;
  top: 22px;
  height: 1px;
  background-color: #F04040;
}
.four-pic-wrap .four-each-wrap {
  height: 100%;
}
.four-pic-wrap .four-each-wrap ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.four-pic-wrap .four-each-wrap ul li {
  width: 24.526%;
  list-style: none;
  float: left;
}
.four-pic-wrap .four-each-wrap ul li:nth-child(3) {
  margin-right: 0.631%;
}
.four-pic-wrap .four-each-wrap ul li:nth-child(2) {
  margin-right: 0.631%;
}
.four-pic-wrap .four-each-wrap ul li:first-child {
  margin-right: 0.631%;
}
.four-pic-wrap .four-each-wrap ul li:first-child + li {
  margin-right: 0.631%;
}
.four-pic-wrap .four-each-wrap ul li:first-child + li + li {
  margin-right: 0.631%;
}
.four-pic-wrap .four-each-wrap ul li .four-img-wrap {
  height: 123px;
  margin-bottom: 7px;
  overflow: hidden;
}
.four-pic-wrap .four-each-wrap ul li .four-img-wrap a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.four-pic-wrap .four-each-wrap ul li .four-img-wrap a img {
  width: 100%;
  height: 100%;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.four-pic-wrap .four-each-wrap ul li .four-img-wrap a img:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.four-pic-wrap .four-each-wrap ul li .four-img-content {
  padding-right: 13px;
}
.four-pic-wrap .four-each-wrap ul li .four-img-content a {
  text-decoration: none;
  display: block;
}
.four-pic-wrap .four-each-wrap ul li .four-img-content a p {
  display: -webkit-box;
  padding: 0;
  margin: 0;
  line-height: 20px;
  max-height: 40px;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.four-pic-wrap .four-each-wrap ul li .four-img-content a p:hover {
  color: #c9141d;
}

.image-text-list-wrap {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.image-text-list-wrap .toutu {
  width: 100%;
  padding: 20px 20px 0 20px;
  position: relative;
  overflow: hidden;
  z-index: 15;
  text-align: center;
  box-sizing: border-box;
}
.image-text-list-wrap .toutu .toutu-big {
  max-width: 100%;
  border: none;
}
.image-text-list-wrap .toutu .toutu-small {
  border: none;
  position: absolute;
  right: 33px;
  top: 12px;
}
.image-text-list-wrap .image-except {
  position: relative;
  width: 100%;
  padding: 0 25px 0 26px;
  top: -10px;
  z-index: 10;
}
.image-text-list-wrap .image-except .image-text-left-wrap {
  width: 590px;
  height: 400px;
  padding: 10px 10px 10px 11px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #DDDDDD;
}
.image-text-list-wrap .image-except .image-text-left-wrap:hover {
  border: 1px solid #E93426;
}
.image-text-list-wrap .image-except .image-text-left-wrap .image-text-border {
  position: relative;
  width: 570px;
}
.image-text-list-wrap .image-except .image-text-left-wrap .image-text-border a {
  display: block;
  font-size: 0;
  text-decoration: none;
}
.image-text-list-wrap .image-except .image-text-left-wrap .image-text-border a img {
  width: 570px;
  height: 380px;
  border: none;
}
.image-text-list-wrap .image-except .image-text-left-wrap .image-text-border .title-wrap {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 18px 21px 0 21px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  background: #000000 \0;
}
.image-text-list-wrap .image-except .image-text-left-wrap .image-text-border .title-wrap a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-text-list-wrap .image-except .image-text-left-wrap .image-text-border .gather-pic-play {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 165px;
  left: 260px;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/year-play-227e2933bfff5c991375ac85452c13d0.png);
  background-size: 50px 50px;
  border: none;
}
.image-text-list-wrap .image-except .image-text-right-wrap {
  width: 459px;
  height: 400px;
  display: inline-block;
  padding: 21px 0 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.image-text-list-wrap .image-except .image-text-right-wrap .single-text-wrap {
  width: 100%;
  height: 54px;
  padding-top: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
.image-text-list-wrap .image-except .image-text-right-wrap .single-text-wrap .single-content a {
  display: inline-block;
  width: 100%;
  line-height: 18px;
  height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.image-text-list-wrap .image-except .image-text-right-wrap .single-text-wrap .single-content a .single-num {
  color: #000000;
  margin-right: 10px;
  font-size: 30px;
  font-style: italic;
}
.image-text-list-wrap .image-except .image-text-right-wrap .single-text-wrap .single-content a:hover {
  color: #E71400;
}
.image-text-list-wrap .image-except .image-text-right-wrap .single-text-wrap .single-content a:hover .single-num {
  color: #E71400;
}

.image-gather-wrap {
  width: 100%;
  margin-top: 40px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.image-gather-wrap .toutu {
  width: 100%;
  overflow: hidden;
  padding-top: 13px;
  z-index: 15;
  text-align: center;
  position: relative;
}
.image-gather-wrap .toutu .toutu-big {
  max-width: 100%;
  border: none;
}
.image-gather-wrap .toutu .toutu-small {
  border: none;
  position: absolute;
  right: 33px;
  top: 8px;
}
.image-gather-wrap .gather-big {
  position: relative;
  width: 100%;
  top: -20px;
  z-index: 10;
}
.image-gather-wrap .gather-big .gather-total-link {
  text-decoration: none;
  font-size: 0;
  display: inline-block;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap {
  width: 250px;
  height: 275px;
  margin: 20px 20px 0 0;
  position: relative;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 10px 8px 0 9px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap:hover {
  border: 1px solid #E93426;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap:hover .gather-middle-wrap p {
  color: #E93426;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap:hover .gather-date-wrap {
  color: #E93426;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-top-wrap {
  position: relative;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-top-wrap .gather-show-image {
  font-size: 0;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-top-wrap .gather-show-image img {
  width: 100%;
  height: 154px;
  border: none;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-top-wrap .gather-pic-play {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 54px;
  left: 86px;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/year-play-227e2933bfff5c991375ac85452c13d0.png);
  background-size: 50px 50px;
  border: none;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-middle-wrap {
  padding: 14px 6px 0 1px;
  box-sizing: border-box;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-middle-wrap p {
  display: -webkit-box;
  padding: 0;
  margin: 0;
  line-height: 22px;
  height: 43px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.image-gather-wrap .gather-big .gather-total-link .gather-each-wrap .gather-date-wrap {
  position: absolute;
  bottom: 14px;
  right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}

.double-text-link-wrap {
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.double-text-link-wrap .toutu {
  width: 100%;
  padding-top: 13px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 15;
}
.double-text-link-wrap .toutu .toutu-big {
  max-width: 100%;
  border: none;
}
.double-text-link-wrap .toutu .toutu-small {
  border: none;
  position: absolute;
  right: 33px;
  top: 6px;
}
.double-text-link-wrap .double-each-wrap {
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap {
  width: 510px;
  height: 221px;
  display: inline-block;
  position: relative;
  padding: 10px 15px 10px 10px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  cursor: pointer;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap:hover {
  border: 1px solid #E93426;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap:hover .double-right-wrap .double-title-wrap p {
  color: #E93426;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap:hover .double-bottom-wrap {
  color: #E93426;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-image-wrap {
  width: 300px;
  float: left;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-image-wrap .double-o-img {
  font-size: 0;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-image-wrap .double-o-img img {
  width: 100%;
  height: 200px;
  border: none;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-image-wrap .gather-pic-play {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 85px;
  left: 135px;
  background: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/year-play-227e2933bfff5c991375ac85452c13d0.png);
  background-size: 50px 50px;
  border: none;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-right-wrap {
  float: right;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-right-wrap .double-title-wrap {
  width: 165px;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-right-wrap .double-title-wrap p {
  margin: 5px 0 0 1px;
  padding: 0;
  display: -webkit-box;
  line-height: 28px;
  max-height: 140px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}
.double-text-link-wrap .double-each-wrap .double-top-wrap .double-bottom-wrap {
  position: absolute;
  left: 329px;
  bottom: 16px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.double-text-link-wrap .double-each-wrap .double-list {
  width: 1140px;
  clear: both;
}
.double-text-link-wrap .double-each-wrap .double-list .double-each-list {
  width: 510px;
  height: 54px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
.double-text-link-wrap .double-each-wrap .double-list .double-each-list .double-list-a {
  position: absolute;
  left: 6px;
  bottom: 10px;
  font-size: 0;
  text-decoration: none;
}
.double-text-link-wrap .double-each-wrap .double-list .double-each-list .double-list-a img {
  border: none;
  width: 16px;
  height: 16px;
}
.double-text-link-wrap .double-each-wrap .double-list .double-each-list a {
  position: absolute;
  left: 36px;
  bottom: 8px;
  display: inline-block;
  width: 460px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  max-height: 18px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.double-text-link-wrap .double-each-wrap .double-list .double-each-list a:hover {
  color: #E93426;
}
.double-text-link-wrap .double-each-wrap .double-remove2 {
  display: inline-block;
  font-size: 0;
  margin-left: 40px;
}
.double-text-link-wrap .double-each-wrap .double-remove2:first-child {
  margin-left: 0;
}
.double-text-link-wrap .double-each-wrap .double-remove {
  margin-right: 40px;
}
.double-text-link-wrap .double-each-wrap .double-remove:nth-child(even) {
  margin-left: 0;
}

.tx-navbar-wrap {
  width: 100%;
  height: 60px;
  background-color: #F04040;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.tx-navbar-wrap ul {
  padding: 0;
  margin: 0;
}
.tx-navbar-wrap ul,
.tx-navbar-wrap li {
  list-style: none;
}
.tx-navbar-wrap .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.tx-navbar-wrap .tx-navbar-ul {
  position: relative;
  width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.tx-navbar-wrap .tx-navbar-ul .hidden {
  display: none;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner {
  overflow: hidden;
  height: 100%;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li {
  position: relative;
  height: 100%;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li.more {
  position: absolute;
  display: none;
  user-select: none;
  width: 82px;
  padding: 0 26px 0 0;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li.more:hover {
  background-color: #F04040;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li.more:hover .line {
  width: 0;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li .line {
  position: absolute;
  width: 2px;
  height: 24px;
  left: 0;
  top: 18px;
  background-color: #fff;
  content: '';
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li:first-child .line,
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li.hover .line {
  width: 0;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  line-height: 40px;
  padding: 10px 25px;
  font-size: 28px;
  text-decoration: none;
  color: #fff;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li i {
  position: relative;
  display: block;
  height: 32px;
  margin-left: 24px;
  top: 14px;
  color: #fff;
  font-size: 32px;
  transition: transform 0.2s ease-in-out;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li i.mirror {
  transform: rotate(180deg);
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li .dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: -150%;
  width: 273px;
  height: auto;
  padding: 21px 15px;
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0 3px 15px 0 rgba(180, 180, 180, 0.3);
  z-index: 999;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li .dropdown-wrapper .dropdown-li {
  margin-bottom: 12px;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li .dropdown-wrapper .dropdown-li:last-child {
  margin-bottom: 0;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li .dropdown-wrapper .dropdown-li a {
  padding: 0;
  font-size: 22px;
  color: #404040;
  letter-spacing: 0.26px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tx-navbar-wrap .tx-navbar-ul .tx-navbar-ul-inner .tx-navbar-li .dropdown-wrapper .dropdown-li a:hover {
  color: #F04040;
}

.long-pic-wrap {
  width: 100%;
  margin: 61px 0 20px 0;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.long-pic-wrap .long-pic-title-wrap {
  text-align: center;
  border-top: 1px solid #F04040;
}
.long-pic-wrap .long-pic-title-wrap .long-pic-title-mid {
  position: relative;
  top: -24px;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.long-pic-wrap .long-pic-cont-wrap {
  width: 100%;
  height: 640px;
  margin-top: -6px;
  position: relative;
  overflow: hidden;
}
.long-pic-wrap .long-pic-cont-wrap .long-pic-image {
  position: absolute;
  width: 100%;
  border: none;
}
.long-pic-wrap .long-pic-cont-wrap .long-pic-common {
  width: 100%;
  height: 56px;
  position: absolute;
  padding-top: 10px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 8;
}
.long-pic-wrap .long-pic-cont-wrap .long-pic-common i {
  color: #fff;
  font-size: 33px;
}
.long-pic-wrap .long-pic-cont-wrap .long-pic-back {
  width: 100%;
  height: 56px;
  position: absolute;
  background: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 6;
}
.long-pic-wrap .long-pic-cont-wrap .long-pic-up {
  top: 0;
}
.long-pic-wrap .long-pic-cont-wrap .long-pic-down {
  bottom: 0;
}

.tx-head-news-wrap {
  font-family: PingFangSC, Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.tx-head-news-wrap .tx-head-news-title-wrap {
  height: 44px;
  text-align: center;
}
.tx-head-news-wrap .tx-head-news-title-wrap .tx-head-news-title {
  position: relative;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.tx-head-news-wrap .tx-head-news-title-wrap .tx-head-news-line {
  position: relative;
  top: 22px;
  height: 1px;
  background-color: #F04040;
}
.tx-head-news-wrap .tx-head-news-content-wrap {
  position: relative;
  margin-top: 2.73%;
  height: 330px;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content {
  position: absolute;
  width: 45.05%;
  height: 100%;
  overflow: hidden;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag {
  margin: 0;
  padding: 0;
  height: 13.64%;
  border-top: 4px solid #F04040;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  line-height: 2.28;
  text-align: center;
  font-size: 18px;
  color: #404040;
  letter-spacing: 0.22px;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.active {
  background-color: #F04040;
  color: #ffffff;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li:first-child .line,
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.active .line,
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.hover .line {
  width: 0;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li .line {
  position: absolute;
  width: 1px;
  height: 15px;
  left: 0;
  top: 13px;
  background-color: #d8d8d8;
  content: '';
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.tab1 {
  width: 100%;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.tab2 {
  width: 50%;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.tab3 {
  width: 33.3%;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-tag li.tab4 {
  width: 25%;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-item {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 86.36%;
  overflow: hidden;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-item a {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 100%;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-item img {
  width: 100%;
  height: 100%;
  border: none;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-item .pic-title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  color: #ffffff;
  background: #000000;
  filter: alpha(opacity=50);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .pic-item .pic-title-wrap .pic-title {
  position: absolute;
  box-sizing: border-box;
  bottom: 12px;
  width: 100%;
  max-height: 30px;
  line-height: 28px;
  padding: 0 30px;
  overflow: hidden;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.tx-head-news-wrap .tx-head-news-content-wrap .pic-content .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.tx-head-news-wrap .tx-head-news-content-wrap .news-content {
  padding-left: 48%;
  height: 100%;
  margin: 0;
}
.tx-head-news-wrap .tx-head-news-content-wrap .news-content .news-item {
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #404040;
  text-decoration: none;
  letter-spacing: 0.22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tx-head-news-wrap .tx-head-news-content-wrap .news-content .news-item:first-child {
  position: relative;
  top: -5px;
  margin-bottom: 4px;
  height: 37px;
  line-height: 37px;
  font-size: 26px;
  color: #D01E1E;
  letter-spacing: 0.36px;
  font-family: PingFangSC, Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
  font-weight: bold;
}
.tx-head-news-wrap .tx-head-news-content-wrap .news-content .news-item:first-child + a,
.tx-head-news-wrap .tx-head-news-content-wrap .news-content .news-item:first-child + a + a + a + a {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #404040;
  letter-spacing: 0.26px;
  font-family: PingFangSC, Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
  font-weight: bold;
}
.tx-head-news-wrap .tx-head-news-content-wrap .news-content .news-item:first-child + a + a + a {
  margin-bottom: 20px;
}
.tx-head-news-wrap .tx-head-news-content-wrap .news-content .news-item:hover {
  color: #F04040;
}

.tx-text-pic-wrap {
  width: 100%;
  margin: 61px 0 20px 0;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.tx-text-pic-wrap .tx-text-title-wrap {
  text-align: center;
  border-top: 1px solid #F04040;
}
.tx-text-pic-wrap .tx-text-title-wrap .tx-text-title-mid {
  position: relative;
  top: -24px;
  padding: 0 31px;
  font-size: 31px;
  color: #F04040;
  background: #fff;
  font-weight: bold;
}
.tx-text-pic-wrap .tx-text-content-wrap {
  width: 100%;
  height: 600px;
  margin-top: -6px;
  overflow: hidden;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left {
  float: left;
  width: 600px;
  height: 100%;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap .tx-text-image {
  position: absolute;
  width: 100%;
  border: none;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap .tx-text-common {
  width: 100%;
  height: 56px;
  position: absolute;
  padding-top: 10px;
  text-align: center;
  box-sizing: border-box;
  z-index: 8;
  cursor: pointer;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap .tx-text-common i {
  color: #fff;
  font-size: 33px;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap .tx-text-back {
  width: 100%;
  height: 56px;
  position: absolute;
  background: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 6;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap .tx-text-up {
  top: 0;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-left .tx-left-wrap .tx-text-down {
  bottom: 0;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-right {
  margin-left: 620px;
  height: 100%;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-right .tx-text-right-title {
  width: 100%;
  height: 44px;
  padding-top: 8px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #F04040;
  box-sizing: border-box;
  font-weight: bold;
}
.tx-text-pic-wrap .tx-text-content-wrap .tx-text-right .tx-text-right-content {
  padding-top: 16px;
  margin: 0;
  font-size: 18px;
  color: #404040;
  line-height: 28px;
  max-height: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical;
  word-break: break-all;
  box-sizing: border-box;
}

.dynamic-mid-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.dynamic-mid-img .img-container {
  width: 200%;
  height: 100%;
  position: relative;
  left: -50%;
  text-align: center;
}

/* feed */
.ad-feed-item {
  color: #191919;
  width: 100%;
  box-sizing: border-box;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.ad-feed-item .feed-item {
  border-bottom: 1px solid #f0f0f0;
}
.ad-feed-item .feed-item a {
  text-decoration: none;
}
.ad-feed-item .feed-item .feed-info-pic {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  margin-right: 9px;
}
.ad-feed-item .feed-item .feed-nopic-pv {
  width: 52px;
  position: absolute;
  bottom: 3px;
  right: 10px;
  font-size: 12px;
  color: #999999;
}
.ad-feed-item .feed-item .feed-nopic-pv:hover {
  cursor: pointer;
}
.ad-feed-item .feed-item .feed-nopic-pv:hover a {
  color: #c9141d;
}
.ad-feed-item .feed-item .feed-nopic-pv img {
  width: 16px;
  height: 14px;
  border: none;
  margin-right: 5px;
  vertical-align: baseline;
}
.ad-feed-item .feed-item .feed-nopic-pv span {
  display: inline-block;
  position: relative;
  top: -2px;
}
.ad-feed-item .feed-item .feed-nopic-pv span a {
  color: #777777;
}
.ad-feed-item .feed-item .feed-nopic-pv span a:hover {
  color: #c9141d;
}
.ad-feed-item .feed-item .feed-pic-style {
  width: 150px;
  height: 100px;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.ad-feed-item .feed-item .feed-pic-style:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.ad-feed-item .feed-item .feed-pic-banner-style {
  width: 640px;
  height: 100px;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.ad-feed-item .feed-item .feed-pic-banner-style:hover {
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.ad-feed-item .feed-item .feed-pic-play {
  width: 26px;
  height: 26px;
  position: relative;
  bottom: 36px;
  left: 8px;
  border: none;
}
.ad-feed-item .feed-item .feed-info-time {
  vertical-align: super;
  position: relative;
  top: 1px;
}
.ad-feed-item .feed-item .feed-info-time .feed-info-a {
  font-size: 12px;
  color: #777777;
}
.ad-feed-item .feed-item .feed-info-time .feed-info-a:hover {
  color: #c9141d;
}
.ad-feed-item .feed-item .feed-info-pic2 {
  display: inline-block;
  height: 20px;
  border: none;
}
.ad-feed-item .feed-item .feed-dot {
  vertical-align: super;
  margin: 0 2px 0 6px;
  font-size: 12px;
  color: #777777;
}
.ad-feed-item .feed-item .feed-publish {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  position: relative;
  top: -5px;
  left: 3px;
}
.ad-feed-item .feed-item .feed-info-topic {
  display: inline-block;
  width: 30px;
  height: 18px;
  line-height: 18px;
  margin: 1px 0 0 10px;
  font-size: 12px;
  border: 1px solid #f7b2b2;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  padding-left: 2px;
}
.ad-feed-item .feed-item .feed-info-topic a {
  color: #fc4b4b;
}
.ad-feed-item .feed-item .feed-no-info {
  position: relative;
  margin: 20px 0 12px 0;
}
.ad-feed-item .feed-item .feed-no-info a {
  color: gray;
}
.ad-feed-item .feed-no-pic {
  padding-top: 23px;
}
.ad-feed-item .feed-no-pic .feed-h3-style {
  margin: 0;
  white-space: nowrap;
}
.ad-feed-item .feed-no-pic .feed-h3-style a {
  display: inline-block;
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  font-weight: normal;
  white-space: normal;
}
.ad-feed-item .feed-no-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.ad-feed-item .feed-no-pic .feed-h3-style a:visited {
  color: #999;
}
.ad-feed-item .feed-no-pic .feed-no-title {
  margin-right: 30px;
}
.ad-feed-item .feed-one-pic {
  padding: 10px 0;
  overflow: hidden;
}
.ad-feed-item .feed-one-pic .feed-h3-style {
  margin: 0;
  white-space: nowrap;
}
.ad-feed-item .feed-one-pic .feed-h3-style a {
  display: inline-block;
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  font-weight: normal;
  white-space: normal;
}
.ad-feed-item .feed-one-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.ad-feed-item .feed-one-pic .feed-h3-style a:visited {
  color: #999;
}
.ad-feed-item .feed-one-pic .feed-show-one {
  width: 150px;
  height: 100px;
  float: left;
  overflow: hidden;
}
.ad-feed-item .feed-one-pic .feed-show-info {
  margin-left: 165px;
  height: 109px;
}
.ad-feed-item .feed-one-pic .feed-show-info .feed-one-title {
  margin-top: 17px;
}
.ad-feed-item .feed-one-pic .feed-show-info .feed-one-info {
  margin-top: 1px;
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.ad-feed-item .feed-one-pic .feed-show-info .feed-one-info a {
  display: inline-block;
}
.ad-feed-item .feed-four-pic {
  padding-top: 22px;
}
.ad-feed-item .feed-four-pic .feed-h3-style {
  margin: 0;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  /*溢出省略号，支持opera*/
  overflow: hidden;
  /*溢出隐藏*/
}
.ad-feed-item .feed-four-pic .feed-h3-style a {
  display: inline-block;
  font-size: 18px;
  color: #191919;
  margin-bottom: 5px;
  line-height: 22px;
  font-weight: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /*溢出省略号，支持opera*/
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.ad-feed-item .feed-four-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.ad-feed-item .feed-four-pic .feed-h3-style a:visited {
  color: #999;
}
.ad-feed-item .feed-four-pic .feed-four-title {
  margin: 0 0 5px 0;
}
.ad-feed-item .feed-four-pic .feed-pic {
  height: 100px;
  width: 100%;
}
.ad-feed-item .feed-four-pic .feed-pic .feed-four-location {
  display: inline-block;
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.ad-feed-item .feed-four-pic .feed-pic .feed-four-location:last-child {
  margin-right: 0;
}
.ad-feed-item .feed-four-pic .feed-pic-wrapper {
  overflow: hidden;
}
.ad-feed-item .feed-load-wrapper {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
.ad-feed-item .feed-load-wrapper .feed-load-gif {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -13px;
  background-image: url(https://g1.itc.cn/msfe-pcsbj-prod/300000000000/css/images/loading-14a0936bd54fd18c22b5e7fb86ba26a3.gif);
  background-size: 100% 100%;
}
.ad-feed-item .feed-load-wrapper .feed-load-more {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-left: 6px;
  vertical-align: super;
}

