/* 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: #fff;
}
.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-input-wrapper {
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  right: 80px;
}
.search-input {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ececec;
  border-radius: 1px 0 0 1px;
  border-right: 0;
  color: #bababa;
  font-size: 14px;
  background-color: #f9f9f9;
}
.search-icon {
  height: 100%;
  width: 80px;
  transition: all 0.3s;
  border-radius: 0px 1px 1px 0px;
  float: right;
  text-align: center;
}
.search-icon img {
  margin-top: 10px;
}
.search-icon:hover {
  cursor: pointer;
}
/* search */

.slide-whole {
  width: 100%;
  position: relative;
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
.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;
}
.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 .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;
}
.slide-whole .slide-wrapper ul li .slide-title a {
  display: block;
  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(//statics.itc.cn/pcChannel/prod/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;
}
.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 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-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(//statics.itc.cn/pcChannel/prod/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-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 7px;
  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 a {
  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:visited {
  color: #191919;
}
.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:visited {
  color: #191919;
}
.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:visited {
  color: #191919;
}
.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(//statics.itc.cn/pcChannel/prod/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 35px 0;
  color: #191919;
  line-height: 25px;
  text-align: left;
  font-size: 22px;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
}
.operation-wrapper .operation-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 8px;
  width: 3px;
  height: 20px;
  background-color: #c9141d;
  transform: rotateZ(10deg);
}
.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: 14px;
  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%;
  height: 157px;
}
.topic-main-wrap .topic-middle-area {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  padding-top: 28px;
  box-sizing: border-box;
}
.topic-main-wrap .topic-middle-area .topic-title-size {
  font-size: 46px;
  line-height: 46px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-main-wrap .topic-middle-area .topic-share {
  margin-top: 34px;
  font-size: 14px;
  line-height: 14px;
  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 img {
  margin-right: 10px;
  cursor: pointer;
  border: none;
}
.topic-main-wrap .topic-middle-area .topic-share .topic-qrcode {
  width: 100px;
  padding: 14px 2px 5px 5px;
  position: absolute;
  top: 24px;
  left: 46px;
  z-index: 200;
  background: url(//statics.itc.cn/pcChannel/prod/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: 12px;
  margin-top: 4px;
  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-top {
  margin-top: 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;
}
.out-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.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: 2px 15px 4px 15px;
  margin: 0 12px 12px 0;
}
.out-main-wrap .out-link-wrap .out-outlink .out-outlink-a {
  margin-right: 4px;
}

.video-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.video-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.video-main-wrap img {
  border: none;
}
.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;
}
.video-main-wrap .video-video .video-video-pic .video-video-play {
  width: 100%;
  height: 160px;
}
.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: 3px 12px;
  border-radius: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #000;
  bottom: 9px;
  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 24px;
  position: relative;
}
.video-main-wrap .video-video .video-video-content .video-video-title {
  margin: 0;
}
.video-main-wrap .video-video .video-video-content .video-video-title a {
  font-size: 18px;
  line-height: 26px;
  color: #404040;
}
.video-main-wrap .video-video .video-video-content .video-video-title a:hover {
  color: #c9141d;
}
.video-main-wrap .video-video .video-video-content .video-video-detail {
  font-size: 12px;
  color: #777777;
  position: absolute;
  bottom: 17px;
}
.video-main-wrap .video-video .video-video-content .video-video-detail a {
  color: #777777;
}
.video-main-wrap .video-video .video-video-content .video-video-detail a:hover {
  color: #c9141d;
}
.video-main-wrap .video-video-layer {
  position: fixed;
  left: 37%;
  top: 24%;
  width: 400px;
  height: 312px;
  background: #1D1D1D;
  z-index: 1011;
}
.video-main-wrap .video-video-layer .video-video-close {
  height: 35px;
  padding: 0 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}
.video-main-wrap .video-video-layer .video-video-close i {
  float: right;
  position: relative;
  top: 11px;
}

.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-feed-wrap {
  width: 100%;
}
.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: 24px;
  border-radius: 2px;
  margin: 6px 12px 0 0;
  float: left;
  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;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content {
  width: 100%;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed {
  height: 115px;
  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 {
  width: 20%;
  float: left;
  position: relative;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-content .topicfeed-feed .topicfeed-one-pic a .topicfeed-one-cover {
  height: 100px;
  width: 100%;
}
.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(//statics.itc.cn/pcChannel/prod/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 15px;
  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;
  padding-left: 10px;
  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(//statics.itc.cn/pcChannel/prod/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 {
  font-size: 12px;
  color: #777777;
  vertical-align: super;
  position: relative;
  top: 1px;
  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 {
  border: 1px solid #f7b2b2;
  border-radius: 2px;
  position: relative;
  top: -5px;
  padding: 1px 2px 0px 2px;
  color: #fc4b4c;
  font-size: 12px;
}
.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-load {
  margin-top: 30px;
  text-align: center;
}
.topicfeed-main-wrap .topicfeed-feed-wrap .topicfeed-feed-load .topicfeed-feed-txt {
  margin: 0 20px;
  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: 5px;
}

.piccomp-main-wrap {
  font-family: 'Microsoft YaHei';
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.piccomp-main-wrap a {
  text-decoration: none;
  color: #404040;
}
.piccomp-main-wrap img {
  border: none;
}
.piccomp-main-wrap .piccomp-pic-big {
  width: 100%;
  margin-top: 30px;
}
.piccomp-main-wrap .piccomp-pic-big a img {
  width: 100%;
  height: 100%;
}
.piccomp-main-wrap .piccomp-pic-big img {
  width: 100%;
  height: 100%;
}
.piccomp-main-wrap .piccomp-pic-passage {
  width: 100%;
  height: 270px;
  margin-top: 30px;
  background: #f5f5f5;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left {
  width: 540px;
  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%;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-images-left img {
  height: 270px;
  width: 100%;
}
.piccomp-main-wrap .piccomp-pic-passage .piccomp-passage-right {
  width: 210px;
  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: 16px 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;
}
.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;
}

/* 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 .ad-exp {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 8px;
}
.ad-feed-item .feed-item .ad-exp .i-ad-exp {
  color: white;
  line-height: 22px;
  font-size: 16px;
}
.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:visited {
  color: #191919;
}
.ad-feed-item .feed-no-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.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:visited {
  color: #191919;
}
.ad-feed-item .feed-one-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.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:visited {
  color: #191919;
}
.ad-feed-item .feed-four-pic .feed-h3-style a:hover {
  color: #c9141d;
}
.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(//statics.itc.cn/pcChannel/prod/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;
}

.theme_base__hover:hover {
  color: #c9141d !important;
}
.theme_red_color {
  color: #c9141d !important;
}
.theme_red_background-color {
  background-color: #c9141d !important;
}
.theme_red_background-color__before::before {
  background-color: #c9141d !important;
}
.theme_red_border-top-color {
  border-top-color: #c9141d !important;
}
.theme_red_background-color__hover:hover {
  background-color: #ab1119 !important;
}
.theme_red_border-color__focus:focus {
  border-color: #c9141d !important;
}
.theme_red_color__hover:hover {
  color: #ab1119 !important;
}
.theme_blue_color {
  color: #0e8ef1 !important;
}
.theme_blue_background-color {
  background-color: #0e8ef1 !important;
}
.theme_blue_background-color__before::before {
  background-color: #0e8ef1 !important;
}
.theme_blue_border-top-color {
  border-top-color: #0e8ef1 !important;
}
.theme_blue_background-color__hover:hover {
  background-color: #0c79cd !important;
}
.theme_blue_border-color__focus:focus {
  border-color: #0e8ef1 !important;
}
.theme_blue_color__hover:hover {
  color: #0c79cd !important;
}
.theme_health_blue_color {
  color: #049fdf !important;
}
.theme_health_blue_background-color {
  background-color: #049fdf !important;
}
.theme_health_blue_background-color__before::before {
  background-color: #049fdf !important;
}
.theme_health_blue_border-top-color {
  border-top-color: #049fdf !important;
}
.theme_health_blue_background-color__hover:hover {
  background-color: #0387be !important;
}
.theme_health_blue_border-color__focus:focus {
  border-color: #049fdf !important;
}
.theme_health_blue_color__hover:hover {
  color: #049fdf !important;
}
.channel-index #main-header {
  width: 100%;
  background-color: #222;
}
.channel-index #main-container {
  background: #fff;
  width: 1180px;
  margin: 55px auto 0;
}
.channel-index #main-container .feed_section {
  background: #fff;
}
.channel-index #main-container .feed_section .main {
  width: 640px;
  margin-left: 20px;
  margin-top: 10px;
  float: left;
}
.channel-index #main-container .feed_section .sidebar {
  width: 340px;
  margin: 10px auto 0;
}
.channel-index #main-container .feed_section .column {
  width: 160px;
  left: 0;
  top: -6px;
  z-index: 60;
  height: 100%;
  visibility: visible;
  float: left;
}
.channel-index #main-container .feed_section .column-fixed {
  position: fixed;
  left: 50%;
  margin-left: -590px;
}
.channel-index .hot-spots-r {
  display: block;
}
.channel-logo {
  background: #fff;
}
.channel-logo a {
  background: url(http://statics.itc.cn/os/channels/logo/business_logo.png) no-repeat center;
}
a:hover {
  color: #0c79cd;
}
.cooperation .cooper a:hover {
  color: #0c79cd;
}
.second-nav .box h4 {
  color: #0e8ef1;
}
.second-nav .box h4 a {
  color: #0e8ef1;
}
.bord,
.second-nav {
  border-top: 2px #0e8ef1 solid;
}
.second-nav .show-nav .mod dl .ln {
  background: #0e8ef1;
}
.second-nav .box-cur h4 {
  background: #0e8ef1;
}
.second-nav .box-cur h4 a {
  color: #fff;
}
.second-nav .box-cur:hover h4 {
  background: #0e8ef1;
}
.second-nav .box-cur:hover h4 a {
  color: #fff;
}
/*通过after元素加入透明边框*/
.second-nav .show-nav .bg:after,
.second-nav .show-nav:after {
  border: 1px #0e8ef1 solid;
}
/*搜索框背景色*/
.search .search-btn {
  background: #0e8ef1;
}
.search .search-btn:hover {
  background: #0c79cd;
}
.search .search-input:focus {
  border-color: #0e8ef1;
}
/* pop-layer */
.body-shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 70;
}
.pop-layer {
  z-index: 80;
  color: #333;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -217px 0 0 -265px;
  width: 530px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 7px;
}
.pop-layer a {
  color: #333;
}
.pop-layer a:hover {
  color: #FDD000;
}
.pop-layer .title {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  padding: 35px 0 0;
}
.pop-layer .close-pop {
  position: absolute;
  top: 12px;
  right: 15px;
  display: block;
  width: 12px;
  height: 12px;
}
.pop-layer a:hover.close-pop {
  background-position: 0 -20px;
}
.pop-layer .err-info {
  color: #FB1616;
  font-size: 14px;
  line-height: 1;
  padding: 14px 0 0 110px;
}
.pop-layer .login {
  width: 312px;
  margin: 0 auto;
}
.pop-layer .mobile-login {
  display: none;
}
.pop-layer .login ul {
  overflow: hidden;
}
.pop-layer .login li {
  height: 47px;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
}
.pop-layer .login li input {
  width: 299px;
  font-size: 16px;
  line-height: 45px;
  color: #B0B0B0;
  background: #fff;
  vertical-align: top;
  height: 43px;
  padding-left: 10px;
  float: left;
  border-radius: 6px;
  border: 1px #E7E7E7 solid;
}
.pop-layer .login li.short input {
  width: 99px;
}
.pop-layer .login li.short img {
  padding-left: 49px;
  padding-top: 5px;
}
.pop-layer .login li input:focus {
  border-color: #FDD000;
  color: #191919;
}
.pop-layer .login li input.error {
  border-color: #FB1515;
}
.pop-layer .login li input.code-input-log {
  width: 179px;
}
.pop-layer .login .close-btn {
  position: absolute;
  top: 14px;
  right: 10px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #CACACA;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.pop-layer .login .gain-code {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #FDD000;
  font-size: 16px;
  line-height: 30px;
}
.pop-layer .login .veri-code-img {
  float: right;
}
.pop-layer .login .pw-txt {
  position: absolute;
  left: 11px;
  top: 16px;
  color: #B0B0B0;
  font-size: 16px;
  line-height: 1;
}
.pop-layer .auto-login {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
}
.pop-layer .radio-btn {
  float: left;
  cursor: pointer;
}
.pop-layer .radio-icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/radio_bg01-f808336a88e0a722529d8500a8215895.png) no-repeat 0 0;
}
.pop-layer .radio-icon input[type="radio"] {
  filter: alpha(opacity=0);
  opacity: 0;
}
.pop-layer .radio-icon-sel {
  background-position: 0 -20px;
}
.pop-layer .agreement {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
}
.pop-layer .agreement a {
  color: #FDD000;
}
.pop-layer .back-link {
  float: right;
}
.pop-layer .login-btn {
  margin-top: 22px;
}
.pop-layer .login-btn .login-bn {
  width: 100%;
  height: 45px;
  font-size: 18px;
  color: #2F2F2F;
  background: #FDD000;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: top;
  border: 0;
}
.pop-layer .login-btn .login-bn:hover {
  background: #F0C402;
}
.pop-layer .login-oper {
  font-size: 14px;
  text-align: right;
  margin: 6px auto 0;
  line-height: 20px;
}
.pop-layer .third {
  width: 344px;
  margin: 26px auto 0;
}
.pop-layer .third li {
  float: left;
  width: 25%;
  text-align: center;
}
.pop-layer .third li a {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/third_bg01_o-e4255a2b30cb37e71bc3d92577979693.png) no-repeat 0 0;
}
.pop-layer .third .sinat a {
  background-position: 0 -60px;
}
.pop-layer .third .wx a {
  background-position: 0 -120px;
}
.pop-layer .third .oth a {
  background-position: 0 -180px;
}
.pop-layer .third li a:hover {
  background-image: url(//statics.itc.cn/pcChannel/prod/css/images/third_bg01_o-e4255a2b30cb37e71bc3d92577979693.png);
}
.register-menu {
  height: 33px;
  padding: 40px 0 0;
  width: 340px;
  margin: 0 auto;
}
.register-menu li {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 24px;
  height: 28px;
  box-sizing: border-box;
  text-align: center;
}
.register-menu li:last-child {
  border-left: 2px #E8E8E8 solid;
}
.register-menu li em {
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 10px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/reg_icon-65fa3afdf74153b51cbcd47300bbd1c9.png) no-repeat 0 0;
  vertical-align: top;
}
.register-menu li .mail-reg {
  background-position: 0 -30px;
}
.register-menu .now .phone-reg {
  background-position: 0 -60px;
}
.register-menu .now .mail-reg {
  background-position: 0 -90px;
}
.register-menu .now {
  color: #FDD000;
}
/* passport v4 add mobile login */
/* 20171212 hongyili213591 */
.pop-layer .title {
  width: 312px;
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px #E7E7E7 solid;
}
.pop-layer .title li {
  position: relative;
  height: 40px;
  font-size: 18px;
  width: 50%;
  float: left;
  color: #999;
  cursor: pointer;
}
.pop-layer .title .cur {
  color: #333;
}
.pop-layer .title .cur:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background: #FDD000;
  overflow: hidden;
}
.pop-layer .login li.short input {
  width: 180px;
}
.pop-layer .login li.short img {
  padding-left: 0;
  float: right;
}
.pop-layer .login .user-del {
  width: 19px;
  height: 19px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/close102-c6957b01bacf3d6efb5bdfc024631abd.png) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 14px;
  right: 8px;
}
.pop-layer .login .user-del:hover {
  background-position: 0 -30px;
}
.pop-layer .auto-login {
  margin-top: 20px;
}
.pop-layer .err-info {
  padding-top: 20px;
}
.pop-layer .history-user {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 100;
  border: 1px #E7E7E7 solid;
  width: 310px;
  background: #fff;
}
.pop-layer .history-user dd {
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  padding-left: 10px;
  cursor: pointer;
}
.pop-layer .history-user .history-user-del {
  width: 9px;
  height: 9px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/close101-2a92e87c1c6c38eab28c4cf367f50cff.png) no-repeat 0 0;
  float: right;
  margin: 17px 15px 0 0;
  display: none;
}
.pop-layer .history-user .history-user-del:hover {
  background-position: 0 -20px;
}
.pop-layer .history-user dd:hover {
  background: #F5F5F5;
}
.pop-layer .history-user dd:hover .history-user-del {
  display: block;
}
.pop-layer .login .dynamic-code .dynamic-input {
  width: 180px;
}
.pop-layer .login .dynamic-code .dynamic-btn {
  width: 110px;
  height: 45px;
  background: #ECECEC;
  display: block;
  float: right;
  border-radius: 4px;
  color: #999;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
}
.pop-layer .login .dynamic-code .dynamic-btn-click {
  background: #FDD000;
  color: #333;
  pointer-events: auto;
}
.pop-layer .login .dynamic-code .dynamic-btn-click:hover {
  background: #F0C402;
}
.safe-hint {
  display: none;
  border: 1px #E7E7E7 solid;
  background: #fff;
  width: 372px;
  height: 222px;
  padding-top: 46px;
  border-radius: 5px;
  position: absolute;
  top: 120px;
  left: 78px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -186px;
  z-index: 110;
  box-shadow: 0 3px 3px rgba(231, 231, 231, 0.6);
}
.safe-tt {
  text-align: center;
  font-size: 18px;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.safe-tt .safe-icon {
  width: 27px;
  height: 29px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/safe_icon-a405d0098d28536ae2c735d0d1cd718e.png) no-repeat 0 0;
  margin-right: 9px;
}
.safe-hint .safe-info {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 19px 41px 0;
}
.safe-hint .safe-btn {
  padding-top: 27px;
  text-align: center;
}
.safe-hint .safe-btn a {
  height: 45px;
  border-radius: 4px;
  background: #ECECEC;
  color: #666;
  text-align: center;
  display: inline-block;
  width: 110px;
  font-size: 14px;
  line-height: 45px;
  margin: 0 5px;
}
.safe-hint .safe-btn a:hover {
  background: #d4d4d4;
  color: #666;
}
.safe-hint .safe-btn .btn-send {
  color: #2f2f2f;
  width: 180px;
  background: #FDD000;
}
.safe-hint .safe-btn .btn-send:hover {
  background: #F0C402;
}
.safe-title {
  padding-top: 44px;
}
.safe-title p {
  font-size: 16px;
  padding: 17px 0 0 110px;
  line-height: 26px;
}
.pop-layer .dynamic-hint {
  font-size: 14px;
  line-height: 18px;
  padding-top: 6px;
}
.pop-layer .dynamic-hint a {
  color: #FDD000;
}
.pop-layer .dynamic-hint a:hover {
  color: #F0C402;
}
.pop-layer .captcha-pic {
  cursor: pointer;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
li {
  display: list-item;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
}
body,
input {
  font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  background: #FFF;
  color: #666;
  font-size: 12px;
  line-height: 1.667;
}
a {
  color: #191919;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
footer,
#foot {
  height: 95px;
}
body {
  overflow-x: hidden;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.sohu-index .container,
.tag-index .container,
.channel-index .container,
.article-page .container {
  background-color: #fff;
}
.sohu-index .wrapper-box {
  overflow-x: hidden;
}
#foot {
  text-align: center;
  color: #8B8B8B;
  line-height: 21px;
  padding: 16px 0 0;
  height: 79px;
}
.area {
  min-width: 1180px;
}
#foot a {
  color: #8B8B8B;
}
.clear {
  zoom: 1;
  overflow: hidden;
}
.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.area {
  width: 1180px;
  margin: 0 auto;
}
.left,
.right {
  float: left;
  display: inline;
}
.right {
  float: right;
}
.sohu-index .sohu-head,
.tag-index .sohu-head,
.article-page .sohu-head,
.channel-index .sohu-head,
.channel-sub .sohu-head,
.error-index .sohu-head {
  background: #222;
  height: 40px;
  color: #fff;
}
.sohu-index .sohu-head a,
.tag-index .sohu-head a,
.article-page .sohu-head a,
.channel-index .sohu-head a,
.channel-sub .sohu-head a,
.error-index .sohu-head a {
  color: #fff;
}
.sohu-index .sohu-head-box,
.tag-index .sohu-head-box,
.article-page .sohu-head-box,
.channel-index .sohu-head-box,
.channel-sub .sohu-head-box,
.error-index .sohu-head-box {
  font-size: 14px;
  line-height: 40px;
}
.sohu-index .sohu-head .head-left span,
.tag-index .sohu-head .head-left span,
.article-page .sohu-head .head-left span,
.channel-index .sohu-head .head-left span,
.channel-sub .sohu-head .head-left span,
.error-index .sohu-head .head-left span {
  display: inline-block;
  float: left;
}
.sohu-index .sohu-head .head-right li,
.tag-index .sohu-head .head-right li,
.article-page .sohu-head .head-right li,
.channel-index .sohu-head .head-right li,
.channel-sub .sohu-head .head-right li,
.error-index .sohu-head .head-right li {
  float: left;
  padding: 0 10px;
  display: inline;
}
.sohu-index .sohu-head .login-after .user,
.tag-index .sohu-head .login-after .user,
.article-page .sohu-head .login-after .user,
.channel-index .sohu-head .login-after .user,
.channel-sub .sohu-head .login-after .user,
.error-index .sohu-head .login-after .user {
  float: left;
  margin-top: 8px;
  line-height: 40px;
}
.sohu-index .sohu-head .login-after .user img,
.tag-index .sohu-head .login-after .user img,
.article-page .sohu-head .login-after .user img,
.channel-index .sohu-head .login-after .user img,
.channel-sub .sohu-head .login-after .user img,
.error-index .sohu-head .login-after .user img {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
}
.sohu-index .sohu-head .login-after .write-link,
.tag-index .sohu-head .login-after .write-link,
.article-page .sohu-head .login-after .write-link,
.channel-index .sohu-head .login-after .write-link,
.channel-sub .sohu-head .login-after .write-link,
.error-index .sohu-head .login-after .write-link {
  margin-left: 16px;
  float: left;
  display: inline-block;
  padding-left: 21px;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/write_bg-ffc0b4aa88ccaa7374d7a9a4828e2bcc.png) no-repeat 0 8px;
  vertical-align: top;
}
.sohu-index .sohu-head .login-after,
.tag-index .sohu-head .login-after,
.article-page .sohu-head .login-after,
.channel-index .sohu-head .login-after,
.channel-sub .sohu-head .login-after,
.error-index .sohu-head .login-after {
  height: 40px;
}
.sohu-index .sohu-head .back-old a,
.tag-index .sohu-head .back-old a,
.article-page .sohu-head .back-old a,
.channel-index .sohu-head .back-old a,
.channel-sub .sohu-head .back-old a,
.error-index .sohu-head .back-old a {
  padding: 0 10px;
  display: inline-block;
}
.sohu-index .sohu-head .back-old:after,
.tag-index .sohu-head .back-old:after,
.article-page .sohu-head .back-old:after,
.channel-index .sohu-head .back-old:after,
.channel-sub .sohu-head .back-old:after,
.error-index .sohu-head .back-old:after {
  float: right;
  content: "";
  background: #666;
  width: 1px;
  height: 15px;
  overflow: hidden;
  display: inline-block;
  margin: 13px 0 0 10px;
}
.sohu-index #head-login,
.tag-index #head-login,
.article-page #head-login,
.channel-index #head-login,
.channel-sub #head-login,
.error-index #head-login {
  width: 100%;
}
.sohu-index .area .login,
.tag-index .area .login,
.article-page .area .login,
.channel-index .area .login,
.channel-sub .area .login,
.error-index .area .login {
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}
.sohu-index .area .blog,
.tag-index .area .blog,
.article-page .area .blog,
.channel-index .area .blog,
.channel-sub .area .blog,
.error-index .area .blog {
  padding: 0 10px;
}
.sohu-index .area .login ul li.blog:hover,
.tag-index .area .login ul li.blog:hover,
.article-page .area .login ul li.blog:hover,
.channel-index .area .login ul li.blog:hover,
.channel-sub .area .login ul li.blog:hover,
.error-index .area .login ul li.blog:hover,
.sohu-index .area .login ul li.login:hover,
.tag-index .area .login ul li.login:hover,
.article-page .area .login ul li.login:hover,
.channel-index .area .login ul li.login:hover,
.channel-sub .area .login ul li.login:hover,
.error-index .area .login ul li.login:hover {
  background: #444;
}
.sohu-index .area .login ul li.back-old a:hover,
.tag-index .area .login ul li.back-old a:hover,
.article-page .area .login ul li.back-old a:hover,
.channel-index .area .login ul li.back-old a:hover,
.channel-sub .area .login ul li.back-old a:hover,
.error-index .area .login ul li.back-old a:hover {
  background: #444;
}
.sohu-index .area .login .login-sohu,
.tag-index .area .login .login-sohu,
.article-page .area .login .login-sohu,
.channel-index .area .login .login-sohu,
.channel-sub .area .login .login-sohu,
.error-index .area .login .login-sohu {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.sohu-index .area .login .login-sohu .icon-user:before,
.tag-index .area .login .login-sohu .icon-user:before,
.article-page .area .login .login-sohu .icon-user:before,
.channel-index .area .login .login-sohu .icon-user:before,
.channel-sub .area .login .login-sohu .icon-user:before,
.error-index .area .login .login-sohu .icon-user:before {
  font-size: 16px;
  color: #fff;
  margin-right: 6px;
  top: 2px;
  position: relative;
  display: inline-block;
}
.sohu-index .area .login-after,
.tag-index .area .login-after,
.article-page .area .login-after,
.channel-index .area .login-after,
.channel-sub .area .login-after,
.error-index .area .login-after {
  position: relative;
  float: right;
  z-index: 10;
}
.sohu-index .area .login-after .user,
.tag-index .area .login-after .user,
.article-page .area .login-after .user,
.channel-index .area .login-after .user,
.channel-sub .area .login-after .user,
.error-index .area .login-after .user {
  margin-top: 8px;
  display: inline-block;
}
.sohu-index .area .login-after .user img,
.tag-index .area .login-after .user img,
.article-page .area .login-after .user img,
.channel-index .area .login-after .user img,
.channel-sub .area .login-after .user img,
.error-index .area .login-after .user img {
  border-radius: 50%;
  float: left;
  height: 26px;
  margin-right: 10px;
  width: 26px;
}
.sohu-index .area .login-after .user .login-avatar,
.tag-index .area .login-after .user .login-avatar,
.article-page .area .login-after .user .login-avatar,
.channel-index .area .login-after .user .login-avatar,
.channel-sub .area .login-after .user .login-avatar,
.error-index .area .login-after .user .login-avatar {
  border-radius: 50%;
  float: left;
  height: 26px;
  margin-right: 10px;
  width: 26px;
}
.sohu-index .area .login-after .user .name,
.tag-index .area .login-after .user .name,
.article-page .area .login-after .user .name,
.channel-index .area .login-after .user .name,
.channel-sub .area .login-after .user .name,
.error-index .area .login-after .user .name {
  display: inline-block;
  float: left;
  width: 78px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sohu-index .area .login-after .user .user-name,
.tag-index .area .login-after .user .user-name,
.article-page .area .login-after .user .user-name,
.channel-index .area .login-after .user .user-name,
.channel-sub .area .login-after .user .user-name,
.error-index .area .login-after .user .user-name {
  position: relative;
  float: left;
  top: -27px;
  left: 46px;
  text-align: left;
}
.sohu-index .area .login-after .user .num,
.tag-index .area .login-after .user .num,
.article-page .area .login-after .user .num,
.channel-index .area .login-after .user .num,
.channel-sub .area .login-after .user .num,
.error-index .area .login-after .user .num {
  position: absolute;
  left: 25px;
  top: 2px;
  text-align: center;
  display: inline-block;
  background: #ff4646;
  color: #fff;
  height: 14px;
  min-width: 14px;
  line-height: 14px;
  padding: 1px 3px 0;
  margin: 2px 0 0 -4px;
  border-radius: 7px;
  font-size: 12px;
  vertical-align: top;
  font-family: Arial;
}
.sohu-index .area .login-layer,
.tag-index .area .login-layer,
.article-page .area .login-layer,
.channel-index .area .login-layer,
.channel-sub .area .login-layer,
.error-index .area .login-layer {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  border: 1px #ccc solid;
  border-top: 0;
  background: #fff;
  width: 148px;
  position: absolute;
  left: -20px;
  top: 40px;
}
.sohu-index .area .login-layer .login-loyer-a,
.tag-index .area .login-layer .login-loyer-a,
.article-page .area .login-layer .login-loyer-a,
.channel-index .area .login-layer .login-loyer-a,
.channel-sub .area .login-layer .login-loyer-a,
.error-index .area .login-layer .login-loyer-a {
  color: #191919;
  display: block;
  width: 100%;
  line-height: 44px;
  text-align: center;
}
.sohu-index .area .login-layer .login-loyer-a:hover,
.tag-index .area .login-layer .login-loyer-a:hover,
.article-page .area .login-layer .login-loyer-a:hover,
.channel-index .area .login-layer .login-loyer-a:hover,
.channel-sub .area .login-layer .login-loyer-a:hover,
.error-index .area .login-layer .login-loyer-a:hover {
  background: #F9F9F9;
}
.sohu-index .area .login-after .login .login-after:hover .login-layer,
.tag-index .area .login-after .login .login-after:hover .login-layer,
.article-page .area .login-after .login .login-after:hover .login-layer,
.channel-index .area .login-after .login .login-after:hover .login-layer,
.channel-sub .area .login-after .login .login-after:hover .login-layer,
.error-index .area .login-after .login .login-after:hover .login-layer {
  visibility: visible;
  opacity: 1;
}
.float-links {
  width: 60px;
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: 600px;
}
.float-links li {
  width: 100%;
  height: 60px;
  margin-top: 3px;
  background: #999;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.float-links li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.float-links li a:hover {
  color: #fff;
}
.float-links li a em {
  display: block;
  padding-top: 14px;
}
.float-links li .icon {
  width: 24px;
  height: 12px;
  margin: 0 auto;
}
.float-links li:hover {
  background: #666;
}
.float-links .back-top {
  background: inherit;
}
.float-links .back-top a {
  background: #999;
}
.float-links .back-top a:hover {
  background: #666;
}
.float-links .back-top .icon {
  background: url(//statics.itc.cn/pcChannel/prod/css/images/back_top-da8864cb541a682afe37386507f4a8c2.png) no-repeat 0 -20px;
  margin-top: 24px;
  display: inline-block;
}
.float-links .back-top:hover {
  background: inherit;
}
.float-links .prize-survey {
  background: #fdd000;
}
.float-links .prize-survey:hover {
  background: #ffba00;
}
.float-links .prize-survey a,
.float-links .prize-survey a:hover {
  color: #333;
}
.pages-fun {
  background-color: #f9f9f9;
  padding: 0 15px;
}
.pages-fun ul {
  height: 54px;
  border-top: 1px solid #e5e5e5;
}
.pages-fun ul a {
  display: block;
  height: 54px;
  line-height: 54px;
  padding-left: 83px;
  font-size: 16px;
  color: #303030;
}
.pages-fun ul a .contact-icon {
  float: left;
}
.pages-fun .icon-comment {
  font-size: 19px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
/* 致歉声明 */
.pages-fun .contact-fun-zqsm {
  background: #f9f9f9;
  height: 71px;
  padding-top: 19px;
  color: #ccc;
  text-align: center;
  width: 110px;
}
.pages-fun .contact-fun-zqsm a {
  height: auto;
  padding-top: 0;
  display: inline-block;
}
.pages-fun .contact-fun-zqsm .contact-icon-link {
  display: block;
}
.pages-fun .contact-fun-zqsm a:hover {
  color: #0e8ef1;
}
/* us-pop */
.us-pop-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: auto;
}
.us-pop {
  border: 1px #E7E7E7 solid;
  background: #fff;
  width: 686px;
  height: 628px;
  padding: 0 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -319px 0 0 -403px;
  border-radius: 6px;
  z-index: 3;
  color: #191919;
}
.us-pop .us-tt {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-top: 25px;
}
.us-pop .icon-close:before {
  position: absolute;
  right: 15px;
  top: 15px;
}
.us-pop .box {
  padding-top: 10px;
}
.us-pop .box h4 {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
}
.us-pop .box .tt {
  font-size: 14px;
  line-height: 28px;
  float: left;
  width: 102px;
}
.us-pop .box .radio-sel li {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.us-pop .box .radio-sel li input {
  float: left;
  margin: 3px 8px 0 0;
  opacity: 0;
  opacity: 100\9;
  *margin-top: 0;
  visibility: hidden;
}
.us-pop .box .radio-icon {
  position: relative;
  float: left;
  cursor: pointer;
}
.us-pop .box .radio-icon:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px #DEDEDE solid;
  position: absolute;
  top: 8px;
  z-index: 201;
  left: 0;
  border-radius: 50%;
}
.us-pop .box .clk .radio-icon:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FDD000;
  position: absolute;
  top: 11px;
  left: 3px;
  z-index: 202;
  border-radius: 50%;
}
.us-pop .box .write-need textarea {
  font-size: 12px;
  border: 1px #E7E7E7 solid;
  color: #999;
  line-height: 20px;
  padding: 5px 10px;
  height: 70px;
  width: 664px;
  overflow: hidden;
  border-radius: 5px;
  resize: none;
  outline: none;
}
.us-pop .box .write-need textarea:focus {
  color: #191919;
}
.us-pop .box-pic {
  padding-top: 10px;
  height: 40px;
}
.us-pop .box-pic .tt {
  padding-top: 7px;
}
.us-pop .add-file {
  overflow: hidden;
  width: 70px;
  height: 30px;
  position: relative;
  float: left;
  margin-top: 5px;
}
.us-pop .add-file .myFile {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.us-pop .add-file .file-btn {
  display: inline-block;
  background: #FDD000;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  line-height: 30px;
  text-align: center;
  width: 70px;
  float: left;
}
.us-pop .add-file .file-btn:hover {
  color: #191919;
}
.us-pop .add-file.disable a {
  background: #ccc;
}
.us-pop .add-file.disable .myFile {
  z-index: 0;
}
.us-pop .add-img {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px;
}
.us-pop .add-img img {
  width: 38px;
  height: 38px;
  display: block;
  border: 1px #F5F5F5 solid;
}
.us-pop .add-img .close-pic {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 11px;
  height: 11px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAD/SURBVHjaYvz//z8DCMyaNUsGSFUAsT8Qg9hPgHgjEHekpaWB2AwAAcQIUgxU6AhkbwBiPgZM8AmIA4Aa9gMEEOPMmTOFgZyrQCzOgBu8BGJtgABiAhKNMIXW1tYMUlJSYFkQDeJDAUi+ESCAQIq9YSL3799ncHFxYdDT0wPTID4S8AYIIJBiBRjv2bNnDJcuXWKwsLAA0yA+ElAACCAmqK/hVoNMPXHiBJiGOQkKngAEEAs0eLJBPEVFRYY9e/aATXzz5g2Yj2T6RoAAIik0AAKICRh+b4GMSCD+jkMhSDwSpA4ggBiRYlAVSOUDcQjUlrNAvB8kBVR4G6QGIMAA/QNUvMpn3xwAAAAASUVORK5CYII=) no-repeat 0 0;
}
.us-pop .err-info {
  color: #ff0000;
  display: none;
}
.us-pop .box-pic .err-info {
  margin-top: 9px;
  display: none;
  margin-left: 3px;
}
.us-pop .box-mode .input-mode {
  border: 1px #E7E7E7 solid;
  height: 28px;
  color: #999;
  width: 572px;
  padding-left: 10px;
  border-radius: 5px;
  line-height: 28px;
}
.us-pop .box-mode .input-mode:focus {
  color: #191919;
}
.us-pop .btns {
  padding-top: 25px;
  text-align: center;
}
.us-pop .btns .us-btn {
  width: 140px;
  height: 30px;
  background: #F0F0F0;
  cursor: pointer;
  border-radius: 3px;
  color: #999;
  display: inline-block;
}
.us-pop .btns .us-btn-ok {
  background: #fdd000;
  color: #191919;
}
.unfeedback {
  width: 290px;
  height: 90px;
  padding-top: 22px;
  border: 1px #E7E7E7 solid;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -56px 0 0 -145px;
  z-index: 10;
  display: none;
}
.unfeedback .feedback-icon {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/feedback_icon-cd4f2dc075297687a4991eec392623be.png) no-repeat 0 0;
}
.unfeedback p {
  text-align: center;
  line-height: 20px;
  padding-top: 13px;
}
/* index-block */
.index-block {
  margin: 20px auto 0;
  height: 100px;
  color: #191919;
}
.index-block .index-number {
  height: 98px;
  border: 1px #E8E8E8 solid;
  width: 638px;
  background: #F9F9F9;
}
.index-block .index-number .index-box {
  height: 100%;
  border-left: 1px #E8E8E8 solid;
  float: left;
  width: 172px;
  transition: width 0.2s ease-in;
}
.index-block .index-number .sh-index {
  border: 0;
}
.index-block .red {
  color: #E80B16;
}
.index-block .green {
  color: #04B25A;
}
.index-block .cor-red,
.index-block .cor-green,
.index-block .cor-line {
  width: 9px;
  height: 6px;
  display: inline-block;
  overflow: hidden;
  margin: 8px 0 0 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAeCAYAAAD+QjQzAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEgSURBVHjaYvj//z8DDL/gEecE4jUgGlkcIICYGFDBBCAOBuKpyIIAAYRsSiwQ/0fCsTA5gABiBBEveSW0gBrOADEnkv7vQGwi/vnFNYAAYgTZD1WgxYAJroEUAgQQE9R+bAoYoOIzAQIIbB0hABBATAxEAIAAIkoRQAARpQgggIhSBBBARCkCCCCiFAEEEFGKAAKIKEUAAUSUIoAAIkoRQAARpQgggIhSBBBARCkCCCAW1k3Ri4B0LB41iwECCGRSOjRxMeBIdOkAAcT0228pKJmGQpMrA1ryDQXJAwQQ2E1ABkhHNpqibKg4A0AAMSDnL5aNUYuA+D+IRhYHCCAWNN0g93FBaTgACCCi0jhAABEVTgABRJQigAAiShFAgAEA05FsD1jcyIAAAAAASUVORK5CYII=) no-repeat 0 0;
  vertical-align: top;
}
.index-block .cor-green {
  background-position: 0 -20px;
}
.index-block .cor-line {
  height: 2px;
  background: #A8A8A8;
  margin-top: 10px;
}
.index-block .index-number .number {
  float: left;
  padding-top: 10px;
  width: 125px;
  padding-left: 20px;
}
.index-block .index-number .number h4 {
  font-size: 14px;
  line-height: 22px;
}
.index-block .index-number .number h4 em {
  color: #A8A8A8;
  font-weight: bold;
}
.index-block .index-number .number .num {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 3px;
}
.index-block .index-number .number .float-index {
  font-weight: bold;
}
.index-block .index-number .number .float-index .float-num {
  width: 64px;
  float: left;
}
.index-block .index-number .index-img {
  float: left;
  display: none;
  margin-top: 10px;
}
.index-block .index-number .index-now {
  background: #fff;
  width: 292px;
}
.index-block .index-number .index-now .index-img {
  display: inline;
}
/* business-stock */
.business-stock {
  margin: 0 auto 10px;
  color: #191919;
}
.business-stock .red {
  color: #E80B16;
}
.business-stock .green {
  color: #04B25A;
}
.business-stock .business-search {
  height: 32px;
  position: relative;
  padding: 10px 20px 0;
}
.business-stock .business-search .search-input {
  width: 246px;
  padding-left: 10px;
  height: 32px;
  color: #999;
  font-size: 14px;
  border: 0;
  vertical-align: top;
  line-height: 32px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.business-stock .business-search .search-input:focus {
  color: #333;
}
.business-stock .business-search .search-btn {
  float: left;
  cursor: pointer;
  width: 54px;
  height: 32px;
  display: inline-block;
  background: #0e8ef1;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.business-stock .business-search .search-btn:hover {
  background: #0c79cd;
}
.business-stock .stock-box {
  position: relative;
  padding: 6px 0 10px;
}
.business-stock .stock-box h4 {
  padding: 0 20px;
  height: 30px;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}
.business-stock .stock-box h4 a {
  color: #0e8ef1;
}
.business-stock .stock-box h4 span {
  float: left;
}
.business-stock .stock-list ul {
  overflow: hidden;
  font-size: 14px;
}
.business-stock .stock-list li {
  height: 26px;
  padding: 4px 0;
  float: left;
}
.business-stock .stock-list .tt {
  color: #999;
  font-size: 12px;
}
.business-stock .stock-list li span {
  float: left;
  line-height: 26px;
}
.business-stock .stock-list li .wdA {
  width: 146px;
  text-indent: 20px;
}
.business-stock .stock-list li .wdB {
  width: 122px;
}
.business-stock .stock-list li .wdC {
  width: 72px;
  position: relative;
}
.business-stock .stock-list .add-stock {
  position: absolute;
  top: 2px;
  left: -2px;
  display: none;
  width: 52px;
  height: 22px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  background: #0e8ef1;
}
.business-stock .stock-list .add-stock:hover {
  background: #0c79cd;
}
.business-stock .stock-list li:hover span {
  background: #F0F0F0;
}
.business-stock .stock-list li:hover .add-stock {
  display: block;
}
.business-stock .stock-list li.tt:hover span {
  background: none;
}
.business-stock .stock-list h5 {
  background: #F7F7F7;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #838383;
}
.business-stock .stock-tab {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-bottom: 1px #EDEDED solid;
  width: 100%;
  display: none;
}
.business-stock .stock-tab ul {
  overflow: hidden;
}
.business-stock .stock-tab li {
  border-bottom: 1px #EDEDED solid;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  *float: left;
}
.business-stock .stock-tab li:hover,
.business-stock .stock-tab .hover {
  background: #F0F0F0;
}
.business-stock .stock-tab li span {
  float: left;
  width: 70px;
}
.business-stock .stock-tab li .wdA {
  width: 88px;
}
.business-stock .stock-tab li .wdB {
  width: 94px;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business-stock .stock-tab li .wdD {
  width: 68px;
  text-align: right;
  color: #999;
}
.business-stock .stock-tab h5 {
  text-align: center;
  line-height: 25px;
}
.z-top-header {
  height: 80px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.z-top-header_left {
  float: left;
  width: 240px;
}
.z-top-header_mid {
  float: left;
  width: 550px;
  height: 44px;
  margin-top: 20px;
}
.z-top-header_right {
  float: right;
}
.z-top-header_right .item {
  width: 107px;
  float: left;
}
.z-main-1 {
  padding-top: 20px;
  padding-bottom: 14px;
}
.z-main-1_left {
  float: left;
  width: 320px;
}
.z-main-1_left .z-main-1_left_swiper {
  width: 320px;
  height: 213px;
}
.z-main-1_left .z-main-1_left_news {
  width: 290px;
  padding: 18px 15px 0;
  background: #fafafa;
}
.z-main-1_left .z-main-1_left_news .z-main-1_left_item {
  margin-top: 10px;
}
.z-main-1_mid {
  float: left;
  width: 500px;
  padding-left: 30px;
  padding-right: 30px;
}
.z-main-1_right {
  float: left;
  width: 270px;
  padding: 18px 15px 0;
  background: #fafafa;
}
.z-main-1_right .z-business-achievement {
  margin-bottom: 23px;
}
.z-main1_mid_news_head {
  font-size: 22px;
  color: #333;
  height: 22px;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
  margin-bottom: -1px;
  font-weight: 400;
}
.z-main1_mid_news_head .icon-I {
  font-size: 22px;
  float: left;
  position: relative;
  left: -18px;
}
.z-business-video .thematic-wrapper {
  margin-top: 19px;
  margin-bottom: 4px;
  padding: 0;
  border: none!important;
}
.z-business-video .thematic-wrapper .thematic-title {
  display: none;
}
.z-business-video .thematic-wrapper .thematic-picture ul .thematic-small-li {
  width: 130px;
}
.z-business-video .thematic-wrapper .thematic-scroll .thematic-ul .thematic-li .thematic-play-index,
.z-business-video .thematic-wrapper .thematic-picture ul .thematic-small-li a .thematic-play {
  display: none;
}
.z-business-video .thematic-wrapper .thematic-scroll {
  height: 200px;
}
.z-business-video .thematic-wrapper .thematic-picture ul .thematic-small-li a {
  height: 86px;
}
.z-business-video .thematic-wrapper .thematic-picture ul .thematic-small-li .thematic-small-p a {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thematic-wrapper .thematic-scroll .thematic-ul .thematic-li .thematic-info .thematic-spe {
  bottom: 7px;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li {
  width: 125px;
}
.thematic-wrapper .thematic-scroll .thematic-ul {
  height: 180px;
}
.thematic-wrapper .thematic-picture ul .thematic-small-li a .thematic-introduce {
  height: 87px;
}
.channel-index #main-container .feed_section .main {
  margin-left: 40px;
}
.channel-index #main-container .feed_section .sidebar {
  width: 300px;
}
.channel-index #main-container .feed_section .sidebar .ad-rect {
  padding: 0;
}
.z-main-head {
  font-size: 30px;
  font-weight: 700;
  color: #303030;
}
.feed_section {
  border-top: 2px solid #0e8ef1;
}
.feed_section .left-wrap {
  padding: 0;
}
.feed_section .left-nav {
  padding-bottom: 1px;
}
.feed_section .left-nav .left-nav-fix {
  width: 160px;
  z-index: 1;
}
.feed_section .right {
  background-color: #f9f9f9;
}
.channel-index #main-container .feed_section .sidebar {
  margin: 0 auto;
}
.channel-index #main-container .feed_section .sidebar .z-rz {
  font-size: 16px;
  height: 28px;
  color: white;
  background-color: #0e8ef1;
  padding-left: 30px;
  text-indent: 7px;
  display: block;
  margin-bottom: 20px;
}
.channel-index #main-container .feed_section .sidebar .z-rz .rz-icon {
  background-image: url(//statics.itc.cn/pcChannel/prod/css/images/rz_shh-969753e30383ece7e6fdad0eaf0fefbe.png);
  display: block;
  width: 17px;
  height: 17px;
  background-size: contain;
  float: left;
  margin-top: 5px;
}
.sidebar .ad-rect .ad-exp {
  right: 0;
  top: 0;
}
.sidebar .ad-rect .ad-tag {
  right: 0;
  bottom: 0;
}
.left-wrap .left-category .category-second-nav .category-box-no .category-show-nav .category-mod dl dt,
.left-wrap .left-category .category-second-nav .category-box h4 {
  font-size: 18px;
}
.z-section {
  border-top: 2px solid #0e8ef1;
}
.z-section-left {
  width: 880px;
  float: left;
}
.z-section-right {
  float: right;
  width: 300px;
  background: #fafafa;
}
.z-section-right .z-section-right-main {
  padding: 18px 15px 0;
}
.z-section-right .ad-rect {
  padding: 0;
}
.feed-wrapper a:hover {
  color: #0c79cd !important;
}
.z-slide-whole .slide-wrapper .slide-autos div.slide-index.slide-active {
  background-color: #0e8ef1;
}
.god-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  height: 20px!important;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px 0 0 0;
  z-index: 100;
}
.swf-top {
  background: #fff;
  background-color: #ffffff;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
.focus-god {
  position: relative;
}
.god-mark-origin {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
  border-radius: 0 0 8px 0;
  z-index: 1;
}
.got-video-icon {
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 31px;
  height: 31px;
  display: block;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/god_video_icon-f90ba4c15aa200a98d9051fa1479fb6d.png) no-repeat 0 0;
  z-index: 2;
}
.got-i-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/god_i_icon-741cd43cb3d0e4c647ac492cbfea6d8e.png) no-repeat 0 0;
  z-index: 2;
}
.adA,
.godA {
  margin-top: 17px;
  position: relative;
  overflow: hidden;
}
.adA img,
.godA img {
  display: block;
  margin: 0 auto;
}
.adA .swf-top,
.godA .swf-top {
  background: #fff;
  background-color: #ffffff;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  cursor: pointer;
  cursor: hand;
}
.adL,
.godL {
  padding-bottom: 24px;
  position: relative;
  display: none;
  overflow: hidden;
}
.adL img,
.godL img {
  display: block;
  margin: 0 auto;
}
.adL .god-mark,
.godL .god-mark {
  bottom: 24px;
}
.adR,
.god-article-bottom {
  padding: 20px 0 10px;
  position: relative;
  display: none;
  overflow: hidden;
  z-index: 0;
}
.adR img,
.god-article-bottom img,
.adR object,
.god-article-bottom object {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.adR .got-i-icon,
.god-article-bottom .got-i-icon {
  top: 10px;
}
.adR .god-mark-origin,
.god-article-bottom .god-mark-origin {
  top: 10px;
}
.adR {
  /* 20170307 */
  padding: 10px 0 0px;
  position: relative;
  display: none;
  height: 250px;
  overflow: hidden;
}
.adR .swf-top {
  background: #fff;
  background-color: #ffffff;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
.god-article-bottom {
  width: 100%;
  height: 150px;
  padding-bottom: 0;
  padding: 10px 0 10px;
}
.god-article-bottom .swf-top {
  z-index: 1;
  background: #fff;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
.god-article-bottom .got-i-icon {
  top: 10px;
}
.god-article-bottom .god-mark-origin {
  top: 10px;
}
.god-article-bottom .god-mark {
  bottom: 10px;
}
.god-article-bottom img,
.god-article-bottom object {
  height: 150px;
}
.god-banner {
  position: relative;
}
.god-banner img {
  display: block;
  width: 640px;
  height: 100px;
}
.god-txtL {
  margin-top: 3px;
  border: 1px #E5E5E5 solid;
  padding: 0 4px;
  line-height: 19px;
  color: #BFBFBF;
}
.god-list-txt .god-txtL {
  margin-top: 0;
}
.god-list-txt .got-i-icon {
  position: static;
  top: auto;
  right: auto;
  background-position: 0 -30px;
  margin-left: 3px;
}
.god-pop {
  position: relative;
  overflow: visible;
}
.god-video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 199;
}
.god-video video {
  width: 100%;
  height: auto;
}
.god-video-do {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  z-index: 200;
  line-height: 20px;
}
.god-video-do .god-mark {
  background: none;
  font-size: 14px;
  width: 46px;
  bottom: auto;
  top: 0;
  height: 21px;
}
.god-video-do .god-video-close {
  width: 54px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.god-video-do .god-video-close .icon-close:before {
  color: #fff;
  margin-left: 7px;
  font-size: 11px;
}
.god-video-do .god-video-close:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* 20161107 */
.god-channel-top.show-all {
  height: 240px;
}
.god-channel-top {
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  height: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.god-channel-top img {
  width: 1180px;
}
.god-channel-top .ad-exp {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  z-index: 100;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 8px;
}
.god-channel-top .ad-exp .i-ad-exp {
  color: white;
  line-height: 22px;
  font-size: 16px;
}
.god-channel-top .god-mark {
  bottom: 0px;
}
.god-channel-top .flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.god-channel-top .flash-god .flash {
  background-color: #ccc;
  opacity: 0;
  filter: alpha(opacity=0);
}
.god-channel-top a.flash {
  background-color: #ccc;
  opacity: 0;
  filter: alpha(opacity=0);
}
.god-channel-top .got-i-icon {
  top: 0px;
}
.god-channel-top .god-mark-origin {
  top: 0px;
}
.god-channel-top .god-o-c {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 32px;
  font-size: 14px;
  width: 49px;
  height: 50px;
  padding-top: 6px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: url(//statics.itc.cn/pcChannel/prod/css/images/god_o_c-a2130551f7c0ab4e81b61b6712252e87.png) no-repeat 0 0;
  text-decoration: none;
  cursor: pointer;
}
.god-channel-top .god-o-c em {
  font-size: 10px;
  display: block;
}
.god-channel-top .god-o-c:hover {
  color: #fff;
}
.god-channel-top .b-960,
.god-channel-top .s-960 {
  display: none;
}
#god_fix_1 {
  height: auto;
}
#god_fix_1 .big-god {
  display: none;
  height: 250px;
}
#god_fix_1 .small-god {
  display: block;
}
#god_fix_1 .small-god img {
  height: 110px;
}
@media (min-height: 769px) {
  #god_fix_1 .big-god {
    display: block;
  }
  #god_fix_1 .small-god {
    display: none;
  }
}
/* 20170214 */
@media screen and (max-width: 1024px) {
  .godA {
    display: none !important;
  }
}
/* feeds ad */
.god-one .swf-top {
  background: #fff;
  background-color: #ffffff;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
.sidebar .adA,
.sidebar .godA {
  display: none;
  width: 100%;
  margin: 0 auto 10px;
}
.sidebar .adA img,
.sidebar .godA img {
  width: 100%;
  height: 64px;
}
.sidebar .godR {
  background-color: #f9f9f9;
}
.sidebar .godR object,
.sidebar .godR img {
  width: 300px;
  height: 250px;
}
.sidebar .godR .got-i-icon,
.sidebar .godR .god-mark {
  right: 0px;
}
.sidebar .godR .god-mark {
  bottom: 0px;
}
.sidebar .godR .god-mark-origin {
  left: 20px;
  right: initial;
}
/* 17/3/10  搜狐首页右侧，推广 */
#god_index .swiper .widget-swiper {
  height: 150px;
  width: 300px;
}
#god_index .swiper .widget-swiper .con .pic {
  height: 150px;
  width: 300px;
}
#god_index .swiper-wrap {
  width: 300px;
  height: 150px;
  background-color: #999;
}
#god_index .tab-wrap {
  font-size: 14px;
  margin: 0 auto;
}
#god_index .tab-nav {
  height: 43px;
  list-style: none;
  margin: 0 auto;
}
#god_index .tab-nav-item {
  float: left;
  height: 43px;
  font-size: 14px;
  line-height: 43px;
  cursor: pointer;
}
#god_index .tab-nav-item span {
  display: inline-block;
  height: 43px;
}
#god_index .tab-nav-item {
  border-bottom: 2px solid #f9f9f9;
}
#god_index .tab-nav-item.active {
  border-bottom: 2px solid #fdd000;
}
#god_index .tab-body {
  margin: 7px auto 0 auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#god_index .tab-body-item.active {
  display: block;
}
#god_index .tab-body-item-list-item {
  line-height: 29px;
  height: 29px;
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#god_index .tab-body-item-list-item .dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  float: left;
  margin: 13px 6px 0 0;
  overflow: hidden;
  background: #ccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#god_index .tab-body-item-list-item a:hover {
  color: #E63939;
  text-decoration: none;
}
#god_index .tab-body-item-title {
  font-size: 16px;
  color: #529ff2;
  height: 34px;
  line-height: 30px;
  text-align: center;
}
/* 17/3/15  搜狐首页焦点图 #index-focus */
#god_focus {
  height: 100%;
  position: absolute;
  z-index: 4;
}
#god_focus .linear-box {
  height: 55px;
  font-size: 20px;
  line-height: 44px;
}
#god_focus .linear-box a {
  color: #fff;
  position: absolute;
  width: 530px;
  left: 20px;
  height: 42px;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#god_focus img {
  display: block;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: 'sohu-icon';
  src: url(//statics.itc.cn/pcChannel/prod/css/images/sohu_icon-de7605af07865fbd8dd905408e75a210.eot);
  src: url(//statics.itc.cn/pcChannel/prod/css/images/sohu_icon-de7605af07865fbd8dd905408e75a210.eot#iefix) format('embedded-opentype'), url(//statics.itc.cn/pcChannel/prod/css/images/sohu_icon-01a2a431aa4df79a2ca7588610917c6d.ttf) format('truetype'), url(//statics.itc.cn/pcChannel/prod/css/images/sohu_icon-b03367c3336f8459ce9335fd386c755d.woff) format('woff'), url(//statics.itc.cn/pcChannel/prod/css/images/sohu_icon-89b175d018387f586afc1df1b9b023b1.svg#sohu_icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sohu-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-I:before {
  content: "\E906";
}
.icon-search:before {
  content: "\E907";
}
.icon-comment:before {
  content: "\E900";
}
.icon-home:before {
  content: "\E901";
}
.icon-left:before {
  content: "\E902";
}
.icon-right:before {
  content: "\E903";
}
.icon-sohu:before {
  content: "\E904";
}
.icon-user:before {
  content: "\E905";
}

.ad-rect {
  background-color: #f9f9f9;
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.ad-rect img {
  display: block;
}
.ad-rect .ad-url {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ad-rect .ad-exp {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  height: 22px;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 8px;
}
.ad-rect .ad-exp .i-ad-exp {
  color: white;
  line-height: 22px;
  font-size: 16px;
}
.ad-rect .ad-tag {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 5px;
  height: 20px!important;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px 0 0 0;
  z-index: 1;
}
.ad-name {
  padding: 0;
}
.ad-name .ad-exp {
  top: 0;
  right: 0;
}
.ad-name .ad-tag {
  bottom: 0;
  right: 0;
}

.ad-focus {
  background-color: #f9f9f9;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.ad-focus img {
  display: block;
  width: 100%;
  height: 100%;
}
.ad-focus .ad-url {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ad-focus .ad-exp {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 8px;
}
.ad-focus .ad-exp .i-ad-exp {
  color: white;
  line-height: 22px;
  font-size: 16px;
}
.ad-focus .ad-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  height: 20px!important;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px 0 0 0;
  z-index: 1;
}
.ad-focus .ad-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;
}
.ad-focus .ad-title a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
}

.top-header {
  color: red;
}

.z-logo {
  width: 150px;
  height: 36px;
  display: block;
  margin: 22px 0px;
}
.z-logo img {
  display: block;
}

.z-func-link {
  margin: 25px 0px;
}
.z-func-link_item {
  float: left;
  position: relative;
}
.z-func-link_item.shh a {
  width: 88px;
}
.z-func-link_item.sougou a {
  width: 96px;
  margin-left: 10px;
}
.z-func-link_item.sohu_email a {
  width: 88px;
  margin-left: 10px;
}
.z-func-link_item.shh::after,
.z-func-link_item.sougou::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 8px;
}
.z-func-link_item a {
  display: block;
  height: 30px;
}
.z-func-link_item a img {
  float: left;
  width: 30px;
  height: 30px;
}
.z-func-link_item a span {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.z-c-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom: 1px solid #e5e5e5;
  zoom: 1;
  overflow: hidden;
}
.z-c-nav:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.z-c-nav .z-nav_item {
  float: left;
  padding: 0 30px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #333;
  border-right: 1px solid #e5e5e5;
}
.z-c-nav .z-nav_item:last-child {
  border-right: none;
}
.z-c-nav .z-nav_item.z-nav_item_last {
  border-right: none;
}
.z-c-nav .z-nav_item.active {
  font-weight: 700;
}

.z-slide-whole {
  height: 100%;
  width: 320px;
}
.z-slide-whole .slide-wrapper ul li {
  height: 100%;
}
.z-slide-whole .slide-wrapper ul li a {
  height: 100%;
}
.z-slide-whole .slide-wrapper ul li .slide-title a,
.z-slide-whole .slide-wrapper ul li .ad-title a {
  font-size: 16px;
  line-height: 20px;
}
.z-slide-whole .slide-wrapper ul li .slide-title,
.z-slide-whole .slide-wrapper ul li .ad-title {
  height: 61px;
  padding-top: 0;
}
.z-slide-whole .slide-wrapper ul li .slide-title a,
.z-slide-whole .slide-wrapper ul li .ad-title a {
  word-wrap: normal;
  overflow: normal;
  white-space: normal;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.z-slide-whole .slide-wrapper .slide-autos {
  height: 13px;
}
.z-slide-whole .slide-wrapper .slide-autos .slide-index {
  width: 20px;
  height: 3px;
  background-color: #ccc;
}
.z-slide-whole .slide-wrapper .slide-autos .slide-index.slide-active {
  width: 20px;
  height: 3px;
  background-color: #c9141d;
}
.z-slide-whole .slide-wrapper .slide-autos div {
  margin: 0 2px 0 3px;
}
.z-slide-whole.slide-whole .slide-wrapper .slide-move-btn {
  transition: all 0.3s;
  background: #000000;
  filter: alpha(opacity=40);
  background: rgba(0, 0, 0, 0.4);
  width: 33px;
  height: 57px;
  padding-left: 7px;
  line-height: 61px;
  color: white;
  font-size: 26px;
  top: 34%;
}
.z-slide-whole.slide-whole .slide-wrapper .slide-move-btn:hover {
  background: #000000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
}
.z-slide-whole.slide-whole .slide-wrapper .slide-move-btn.slide-prev {
  left: 0;
}
.z-slide-whole.slide-whole .slide-wrapper .slide-move-btn.slide-next {
  right: 0;
}

.z-stock {
  width: 308px;
  margin-top: 10px;
  background-color: #fafafa;
  padding: 8px 6px 3px;
}
.z-stock_item {
  float: left;
  margin-right: 34px;
}
.z-stock_item.third {
  margin-right: 0;
}
.z-stock_item img {
  display: block;
  margin: 0 15px;
}
.z-stock_item .title {
  text-align: center;
  color: #303030;
  font-size: 12px;
  display: block;
  height: 28px;
  line-height: 28px;
}
.z-stock .z-stock_item a {
  display: block;
  width: 80px;
  height: 82px;
  padding-top: 6px;
}
.z-stock .z-stock_item a:hover .title {
  color: #c9141d;
}

.z-resource-img-300-250 .link {
  display: block;
  width: 320px;
  height: 250px;
}
.z-resource-img-300-250 .link img {
  width: 320px;
  height: 250px;
}

.z-head-news {
  font-size: 16px;
  line-height: 32px;
  padding-top: 14px;
}
.z-head-news_item {
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.z-head-news_item.bold {
  font-weight: 700;
}

.z-head-line {
  padding-bottom: 33px;
}
.z-head-line_param,
.z-head-line_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.z-head-line_title {
  font-size: 22px;
  color: #333;
  height: 27px;
  line-height: 27px;
  margin-bottom: 9px;
}
.z-head-line_param {
  font-size: 16px;
  color: #333;
  height: 25px;
  line-height: 25px;
}

.z-sec-header {
  border-bottom: solid 2px #eee;
}
.z-sec-header h1 {
  font-size: 32px;
  color: #222;
  display: inline-block;
  position: relative;
}
.z-sec-header h1:before {
  width: 100%;
  content: "";
  height: 2px;
  background: #c9141d;
  position: absolute;
  bottom: -2px;
}



.z-side-top-pic-news-list ul {
  margin-top: 20px;
}
.z-side-top-pic-news-list ul .item-1 {
  margin-bottom: 2px;
  position: relative;
}
.z-side-top-pic-news-list ul .item-1 img {
  width: 90px;
  height: 60px;
  float: left;
}
.z-side-top-pic-news-list ul .item-1 .title-box {
  height: 60px;
  line-height: 60px;
  width: 170px;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 100px;
}
.z-side-top-pic-news-list ul .item-1 .title-box .title-link {
  display: inline-block;
  line-height: 22px;
  width: 170px;
  vertical-align: middle;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.z-side-top-pic-news-list ul .item {
  line-height: 28px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 14px;
}
.z-side-top-pic-news-list ul .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ccc;
}
.news-title {
  color: #303030;
}

.z-side-top-pic-list ul {
  margin-top: -1px;
  padding-bottom: 29px;
}
.z-side-top-pic-list ul li {
  margin-top: 20px;
  position: relative;
}
.z-side-top-pic-list ul li .link-box {
  display: block;
  color: #303030;
}
.z-side-top-pic-list ul li img {
  width: 90px;
  height: 60px;
  float: left;
}
.z-side-top-pic-list ul li .title-box {
  height: 60px;
  line-height: 60px;
  width: 170px;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-size: 14px;
  margin-left: 100px;
}
.z-side-top-pic-list ul li .title-box .title-link {
  display: inline-block;
  line-height: 22px;
  width: 170px;
  vertical-align: middle;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.z-side-title {
  overflow: visible;
}
.z-side-title h1 {
  position: relative;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  padding-left: 20px;
  overflow: visible;
  color: #303030;
}
.z-side-title h1 a {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.z-side-title h1 .icon-I {
  font-size: 22px;
  float: left;
  position: relative;
  left: -18px;
}

.left-wrap {
  width: 100%;
  height: 100%;
  padding: 10px 0 5px;
  position: relative;
  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;
  padding-top: 5px;
}
.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: 18px;
  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-menu.more {
  top: 6px;
}
.left-wrap .left-category .category-second-nav .category-box .category-show-nav {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=100);
  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=100);
}
.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=100);
}
.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;
  filter: alpha(opacity=100);
}
.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-hover:hover .category-menu.more {
  display: 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: 18px;
  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;
}

.z-c-title {
  font-weight: 700;
  font-size: 32px;
  height: 67px;
  line-height: 67px;
}
.z-c-title em.dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 15px 10px 6px;
  border-radius: 50%;
}

.z-c-block {
  float: left;
  width: 410px;
  padding-right: 30px;
  color: #303030;
}
.z-c-block-header {
  border-bottom: 1px solid #ccc;
  height: 43px;
  line-height: 43px;
  margin-bottom: 10px;
  position: relative;
}
.z-c-block-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 12px;
  width: 3px;
  height: 20px;
  transform: rotateZ(10deg);
}
.z-c-block-header-title {
  font-size: 22px;
  float: left;
  padding-left: 20px;
}
.z-c-block-header-more {
  font-size: 14px;
  color: #999;
  float: right;
  padding-right: 12px;
}
.z-c-block-list {
  padding-bottom: 22px;
}
.z-c-block-list-item {
  font-size: 14px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.z-c-block-list-item-first {
  font-weight: 700;
}

.z-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;
}
.z-recommend-wrapper .recommend-h4-style {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 36px;
  color: #191919;
  position: relative;
  padding-left: 15px;
}
.z-recommend-wrapper .recommend-h4-style:before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 8px;
  width: 3px;
  height: 20px;
  transform: rotateZ(10deg);
}
.z-recommend-wrapper .recommend-h4-style .recommend-hover-a {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  float: right;
}
.z-recommend-wrapper .recommend-h4-style .recommend-hover-a:hover {
  color: #c9141d;
}
.z-recommend-wrapper .recommend-list {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.z-recommend-wrapper .recommend-list .recommend-image {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.z-recommend-wrapper .recommend-list .recommend-image a {
  display: inline-block;
  text-decoration: none;
}
.z-recommend-wrapper .recommend-list .recommend-image a img {
  width: 50px;
  height: 50px;
  border: none;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.z-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);
}
.z-recommend-wrapper .recommend-list .recommend-info {
  margin-left: 50px;
}
.z-recommend-wrapper .recommend-list .recommend-info p {
  margin: 0;
}
.z-recommend-wrapper .recommend-list .recommend-info .recommend-title {
  line-height: 16px;
  margin-bottom: 6px;
}
.z-recommend-wrapper .recommend-list .recommend-info .recommend-title a {
  color: #191919;
  font-size: 14px;
  text-decoration: none;
}
.z-recommend-wrapper .recommend-list .recommend-info .recommend-title a:hover {
  color: #c9141d;
}
.z-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;
}
/* recommend */

.z-c-stock-func {
  padding-top: 20px;
}
.z-c-stock-func .stock-red {
  color: #f00;
}
.z-c-stock-func .stock-green {
  color: #090;
}
.z-c-stock-func .search input {
  border: 1px solid #c9141d;
  outline: none;
  height: 30px;
  width: 257px;
  font-size: 14px;
  padding-left: 9px;
  float: left;
}
.z-c-stock-func .search button {
  outline: none;
  border: none;
  width: 52px;
  height: 32px;
  background-color: #c9141d;
  color: white;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  float: right;
  cursor: pointer;
}
.z-c-stock-func .chart {
  height: 239px;
  width: 320px;
  margin-top: 20px;
}
.z-c-stock-func .zx {
  padding: 9px 10px 4px;
  background-color: #f9f9f9;
  margin-top: 10px;
}
.z-c-stock-func .zx .title {
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  color: #191919;
  position: relative;
  padding-left: 20px;
}
.z-c-stock-func .zx .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 10px;
  width: 3px;
  height: 20px;
  background: #c9141d;
  transform: rotateZ(10deg);
}
.z-c-stock-func .zx .title .more {
  font-size: 14px;
  float: right;
  color: #303030;
}
.z-c-stock-func .zx .head {
  font-size: 12px;
  color: #999999;
  line-height: 30px;
}
.z-c-stock-func .zx .item {
  line-height: 28px;
  font-size: 14px;
}
.z-c-stock-func .zx .name {
  width: 90px;
  float: left;
}
.z-c-stock-func .zx .price {
  width: 120px;
  float: left;
  text-align: center;
}
.z-c-stock-func .zx .rate {
  width: 90px;
  float: left;
  text-align: right;
}
.z-c-stock-func .mystock-body {
  min-height: 149px;
}
.z-c-stock-func .hot-title {
  text-align: center;
  line-height: 30px;
  color: #888;
}
.z-c-stock-func .stock-zs {
  min-height: 200px;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.z-c-stock-func .stock-zs ul,
.z-c-stock-func .stock-zs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.z-c-stock-func .stock-zs .stock-tag {
  min-height: 37px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.z-c-stock-func .stock-zs .stock-tag ul {
  position: relative;
  z-index: 10;
  top: -1px;
}
.z-c-stock-func .stock-zs .stock-tag li {
  float: left;
  font-size: 14px;
  line-height: 35px;
  padding: 2px 0 2px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
.z-c-stock-func .stock-zs .stock-tag li.start {
  width: 107px;
}
.z-c-stock-func .stock-zs .stock-tag li.start.cur {
  border-right: 1px solid #e8e8e8;
}
.z-c-stock-func .stock-zs .stock-tag li.middle {
  width: 106px;
}
.z-c-stock-func .stock-zs .stock-tag li.middle.cur {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.z-c-stock-func .stock-zs .stock-tag li.end {
  width: 107px;
}
.z-c-stock-func .stock-zs .stock-tag li.end.cur {
  border-left: 1px solid #e8e8e8;
}
.z-c-stock-func .stock-zs .stock-tag li a:link,
.z-c-stock-func .stock-zs .stock-tag li a:visited {
  text-decoration: none;
  color: #000;
}
.z-c-stock-func .stock-zs .stock-tag li.cur {
  padding-top: 0;
  border-top: 2px solid #c9141d;
  background-color: #fff;
}
.z-c-stock-func .stock-info {
  padding: 0 15px;
  clear: both;
  min-height: 38px;
}
.z-c-stock-func .stock-info .stock-tabcon {
  display: none;
}
.z-c-stock-func .stock-info .stock-tabcon .stock-num {
  text-align: center;
  padding: 5px 0 0;
  font-size: 12px;
  font-weight: 700;
}
.z-c-stock-func .stock-info .stock-tabcon .stock-num .stock-num-a {
  font-size: 18px;
}
.z-c-stock-func .stock-info .stock-tabcon .stock-num .stock-num-b {
  padding: 0 35px 0 45px;
}
.z-c-stock-func .stock-info .stock-red .arrow,
.z-c-stock-func .stock-info .stock-green .arrow {
  display: inline-block;
  margin: 0 0 0 3px;
  width: 10px;
  height: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAeCAYAAAD+QjQzAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEgSURBVHjaYvj//z8DDL/gEecE4jUgGlkcIICYGFDBBCAOBuKpyIIAAYRsSiwQ/0fCsTA5gABiBBEveSW0gBrOADEnkv7vQGwi/vnFNYAAYgTZD1WgxYAJroEUAgQQE9R+bAoYoOIzAQIIbB0hABBATAxEAIAAIkoRQAARpQgggIhSBBBARCkCCCCiFAEEEFGKAAKIKEUAAUSUIoAAIkoRQAARpQgggIhSBBBARCkCCCAW1k3Ri4B0LB41iwECCGRSOjRxMeBIdOkAAcT0228pKJmGQpMrA1ryDQXJAwQQ2E1ABkhHNpqibKg4A0AAMSDnL5aNUYuA+D+IRhYHCCAWNN0g93FBaTgACCCi0jhAABEVTgABRJQigAAiShFAgAEA05FsD1jcyIAAAAAASUVORK5CYII=) no-repeat;
}
.z-c-stock-func .stock-info .stock-green .arrow {
  background-position: 0 -20px;
}
.z-c-stock-func .stock-img {
  text-align: center;
  height: 160px;
}
.stock-sea {
  width: 318px;
  height: 32px;
  position: relative;
  border: 1px solid #c9141d;
}
.stock-sea .kw {
  height: 18px;
  padding: 3px 0;
  width: 260px;
  border: none;
  position: absolute;
  top: 4px;
  left: 5px;
  color: #999;
  box-sizing: content-box;
}
.stock-sea .btn {
  transition: all 0.3s;
  width: 52px;
  height: 32px;
  padding: 0 0 1px;
  text-align: center;
  background-color: #c9141d;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font: 400 14px/24px microsoft yahei;
  color: #fff;
}
.stock-sea .btn:hover {
  background-color: #ab1119;
}
.suggestLists {
  width: 380px;
  position: absolute;
  top: 28px;
  left: -1px;
  z-index: 3002;
  border-color: #5b1616;
  color: #333;
  border: 1px solid #b1c6e8;
  background: #fff;
  font-size: 12px;
}
.suggestLists li.hover {
  background-color: #f5f5f5;
}
.suggestLists li {
  border-bottom-color: #e5e5e5;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #EAF1FD;
  white-space: nowrap;
  list-style-type: none;
}
.suggestLists li a {
  text-align: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #2c2c2c;
}
.suggestLists li a span {
  float: left;
  padding-left: 5px;
  overflow: hidden;
}
.suggestLists li a span.e1 {
  width: 60px;
}
.suggestLists li a span.e2 {
  width: 140px;
}
.suggestLists li a span.e3 {
  width: 100px;
}
.suggestLists li a span.e4 {
  text-align: right;
  padding-right: 5px;
  color: #999;
  white-space: nowrap;
}
.suggestLists_ft {
  text-align: center;
  border-top: 1px solid #ddd;
}
.suggestLists_ft a {
  text-align: center;
}

.ad-rect-long .ad-rect {
  padding: 0;
  margin-bottom: 20px;
}

/* navigation */
.z-navigation-main-wrapper {
  width: 100%;
  height: 40px;
  min-width: 1180px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #222;
  z-index: 999;
}
.z-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;
}
.z-navigation-main-wrapper .navigation-top-wrapper a {
  text-decoration: none;
}
.z-navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap {
  width: 76px;
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
  float: left;
  color: #ccc;
  font-size: 16px;
  text-align: center;
}
.z-navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a {
  display: block;
  width: 76px;
  height: 40px;
  color: #ccc;
  font-size: 20px;
}
.z-navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a i.icon-sohu {
  position: relative;
  top: 1px;
}
.z-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: "";
}
.z-navigation-main-wrapper .navigation-top-wrapper .navigation-image-wrap a:hover i {
  color: #e7c73a;
}
.z-navigation-main-wrapper .navigation-top-wrapper ul {
  margin: 0;
}
.z-navigation-main-wrapper .navigation-top-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.z-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;
  transition: all 0.3s;
}
.z-navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li a {
  color: #fff;
  font-size: 16px;
}
.z-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;
}
.z-navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li:hover {
  background-color: rgba(98, 98, 98, 0.5);
}
.z-navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-list-li:hover i {
  transition: all 0.2s ease-in-out 0s;
  transform: rotate(180deg);
}
.z-navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra {
  position: relative;
}
.z-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;
}
.z-navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra .navigation-more-list a {
  display: inline-block;
  width: 67px;
  float: left;
  color: #191919;
}
.z-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;
}
.z-navigation-main-wrapper .navigation-top-wrapper ul .navigation-head-extra:hover .navigation-more-list {
  visibility: visible;
  opacity: 1;
}
.z-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;
  transition: all 0.3s;
  cursor: pointer;
}
.z-navigation-main-wrapper .navigation-top-wrapper .navigation-login-wrap a {
  color: #fff;
}
.z-navigation-main-wrapper .navigation-top-wrapper .navigation-login-wrap:hover {
  background-color: rgba(98, 98, 98, 0.5);
}
/* navigation */

.z-zhibo-logo {
  margin: 13px 0;
  width: 150px;
  height: 39px;
  display: block;
}

.live-calen {
  width: 200px;
  position: fixed;
  top: 50px;
  bottom: 0;
  transition: 0.3s all;
}
.live-calen.hide {
  width: 0;
}
.live-calen.hide #logo-area {
  width: 0;
}
.live-calen.hide .calen-toggle .icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAASCAYAAABmQp92AAAArElEQVQokX3RoQ3CUBSF4a+EEBwLsAJLIJFYHCMgCBMQBDNgmtpKZA0jMAJdoBYDgldyKZRj35+885+b5Xm+w0FPBthj9Q/IcMK8DzhihBKzX8AWBSY4Y9oFHlijSo/nBL8BuGOJa/qmTN++AWiwQJ0Kn5ANO53qBF281G8D/zPuArFkgU0EomaVzB4tEIe6JqN7axGnbks2cYf2WFFTBHY+h9IF4tRficf6mSf61ig6DeDEKwAAAABJRU5ErkJggg==);
}
.live-calen #logo-area {
  width: 190px;
  margin-left: 10px;
  margin-top: 19px;
  background-color: white;
  z-index: 9;
  height: 39px;
  overflow: hidden;
}
.live-calen #logo-area img {
  width: 190px;
}
.live-calen #calen-items {
  overflow-y: scroll;
  position: absolute;
  top: 58px;
  bottom: 0;
  left: 0;
  right: 0;
}
.live-calen .live-item {
  padding: 14px 0 0 10px;
  font-size: 12px;
  position: relative;
}
.live-calen .live-item .live-status {
  color: #666666;
}
.live-calen .live-item .live-status .live-status-tag {
  color: #487AE7;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  border: 1px solid #487AE7;
  border-radius: 2px;
  margin-right: 7px;
}
.live-calen .live-item .live-name {
  font-size: 14px;
  color: #404040;
  line-height: 14px;
  margin-top: 9px;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-calen .live-item.end .live-status-tag {
  color: #999;
  border-color: #999;
}
.live-calen .live-item.ing .live-status {
  color: #F43D60;
  background-color: #F9F8F8;
  display: inline-block;
}
.live-calen .live-item.ing .live-status .live-status-tag {
  background-color: #F43D60;
  border-color: #F43D60;
  color: #fff;
  position: relative;
  padding-left: 13px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
}
.live-calen .live-item.ing .live-status .live-status-tag::after {
  content: '';
  width: 6px;
  height: 12px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAArij59AAAAqUlEQVQokW2RIQ4CMRREX8Dh2RNg4AJYCAoBbi0n4RpoNASDgStwgMUhsKxf7MPQpVs6SdPfP5Of6XxUMmcZ6hw5Vi/h3aOLAXACnqGRCnbABKjaTjR64w+z1MNYbSLBMBYM1LtdHNQiCPbm8VLLHnAFav5RAPPgoVCPyYSz2o9/MYnI29dbJ4fyez+AFfBOc6jUWh3F0cfjG3Wa7iYUW3WdWVwrWORIlQ9RkESl+ygHrAAAAABJRU5ErkJggg==);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: 3px;
}
.live-calen .live-item.active {
  background-color: #F9F8F8;
}
.live-calen .live-item.active.ing .live-status-tag::before {
  content: '';
  position: absolute;
  left: -11px;
  top: -1px;
  width: 12px;
  height: 20px;
  background-color: #F43D60;
  border-radius: 2px;
}
.live-calen .live-item.active::before {
  content: '';
  display: block;
  height: 71px;
  width: 3px;
  position: absolute;
  right: -3px;
  top: 0;
  background-color: #F43D60;
}
.live-calen .live-item::after {
  content: '';
  display: block;
  height: 1px;
  width: 170px;
  margin-top: 14px;
  background-color: #eee;
}
.live-calen::before {
  content: '';
  position: absolute;
  top: 54px;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #eee;
}
.live-calen .calen-toggle {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABCCAYAAABuOUe8AAAAwklEQVRIie3WPWpCURAG0PPEBYS0LiCmcRW2NoorCFmEhUXagBtIZ2vhBoT0PqxESJEy2IiN4MVGMIU8EH9ebiGp7tfOgRmm+rIQwgQ9zJSkgiZyjPBUBiFDFwt8oHYLFqniFd94x2MxyEIIh5LTVmgh/wvCEvXz1ddSw0sMhHYsbMTCh1h48ccEE0wwwQQTTPC/4CYWzmPh+G51Zo0OtrfgDgM8Y8qxi51mjyHe8HM6KOABY/TxdW1FFZ+ORTMvO/YXWJwq5Ng/oGwAAAAASUVORK5CYII=);
  width: 10px;
  height: 66px;
  right: -10px;
  top: 40%;
  cursor: pointer;
}
.live-calen .calen-toggle .icon {
  display: inline-block;
  margin-top: 27px;
  margin-left: 2px;
  width: 6px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAASCAYAAABmQp92AAAArUlEQVQokX3RoQ3CYBCG4acNqUXhWIElkMhaHCMgCBOgmQDT1CKRNYzACLAAFlPMtflpaM/em8v7fZdVVWVijvnEcovTGLDGBdk/YIUrCpyHwBI3zFFjnwLzWC7RYIe2A4o4u8IDJT6QIwuhNV7Y4N2dzXGKSO9YvlKpHLORqD1wCONU8gdow7gZxOwBYVxGgrQoaQ+pZF/1ULCLeY9kz3+/SIsafXdf9VQHNRZf5LMnU0fhMRIAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
}

.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 35px 0;
  color: #191919;
  line-height: 25px;
  text-align: left;
  font-size: 22px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
}
.operation-wrapper .operation-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 8px;
  width: 3px;
  height: 20px;
  transform: rotateZ(10deg);
}
.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: 14px;
  color: #666;
  border-right: 1px solid #e3e7ed;
  text-decoration: none;
}

.pic-rec {
  margin-top: 20px;
}
.pic-rec .pic-rec-item {
  width: 135px;
  height: 150px;
  float: left;
}
.pic-rec .pic-rec-item.pic-rec-item-right {
  margin-left: 20px;
}
.pic-rec .pic-rec-item img {
  width: 135px;
  height: 88px;
  display: block;
}
.pic-rec .pic-rec-item .title {
  line-height: 20px;
  display: block;
  width: 135px;
  margin-top: 7px;
  word-break: break-all;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.image-comp {
  position: relative;
  overflow: hidden;
}
.image-comp .image-comp-img {
  display: block;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.image-comp .image-comp-img:hover {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

