html {
  background: #f6f6f6;
  overflow: auto;
  height: 100%;
}
body {
  min-width: 1200px;
  font-size: 14px;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei",
    FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB",
    "Hiragino Sans GB W3", FontAwesome, sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #f1f1f1;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0 none;
}
a:hover {
  text-decoration: none;
  color: #e60640;
}
a:focus {
  /* -moz-outline-style: none; */
  border: 0;
  /* blr: expression(this.onFocus=this.blur()); */
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
dd,
dl,
dt,
li,
ol,
ul {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
submit {
  vertical-align: middle;
}
button,
submit {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: lighter;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline-style: none;
  outline-width: 0;
  padding: 0;
  margin: 0;
}
b,
cite,
em,
i {
  font-style: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap {
  width: 1220px;
  margin: 0 auto;
}
.wrap100 {
  width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.ico18 {
  font-size: 18px;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
header {
  height: 35px;
  width: 100%;
  background: #333;
}
.container {
  min-height: 100%;
  height: auto !important;
  background: #f6f6f6;
  position: relative;
}
.regular {
  margin: 0 auto;
  overflow: auto;
  zoom: 1;
  width: 100%;
  padding-bottom: 20px;
}
footer {
  width: 100%;
  height: 166px;
  clear: both;
}
button {
  outline: 0;
}
.tskuan_black {
  position: fixed;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10000;
}
.tskuan_black p {
  color: #fff;
  font-size: 14px;
}
.yh_photo img {
  vertical-align: baseline;
}
.header_nav {
  color: #fff;
  padding-top: 7px;
}
.header_nav li {
  border-right: 1px #4d4d4d solid;
  height: 20px;
  line-height: 20px;
  float: left;
  padding: 0 12px;
  cursor: pointer;
}
.header_nav a {
  color: #fff;
}
.header_nav li a:hover {
  color: #efeaea;
}
.dl_zhuc li:last-child,
.left_dh li:last-child {
  border: 0;
}
.left_dh li .iconfont {
  display: inline-block;
  width: 23px;
}
.qhzt {
  width: 65px;
  height: 24px;
  line-height: 24px;
  border: 1px #5d5d5d solid;
  border-radius: 25em;
  margin-left: 30px;
}
.qhzt a {
  width: 24px;
  height: 24px;
  border-radius: 25em;
  display: inline-block;
  text-align: center;
}
.qhzt a:first-child {
  margin-right: 10px;
}
.qhzt a:hover {
  color: #fff;
}
.top_nav {
  min-height: 50px;
  height: auto;
  background: #16529f;
}
.ss_logo {
  width: 200px;
  height: 50px;
}
.ss_logo a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
}
.ss_logo img {
  margin-top: 5px;
}
.top_nav_nr{
  width: calc(100% - 200px);
}
.top_nav_nr li {
  margin-right: 10px;
  min-width: 100px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  float: left;
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.top_nav_nr li a {
  color: #fff;
  font-size: 18px;
}
.top_nav_nr li:hover {
  background: #bf0f30;
}
.top_nav_nr li:hover .second_nav {
  display: block;
}
.top_nav_nr .second_nav {
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  height: auto;
  background: #bf0f30;
  display: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 10px rgba(132, 15, 37, 0.5);
  z-index: 1000;
}
.top_nav_nr .second_nav li {
  float: left;
  width: 100px;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.top_nav_nr .second_nav li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav_more {
  color: #feaaba;
}
.top_nav_nr .second_nav li:hover a {
  color: #fff;
}
.top_nav_nr .second_nav li:hover {
  background: #d33556;
}
.top_nav_nr li.hove {
  background: #007bff;
}
.dl_zhuangtai {
  position: relative;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  margin-top: -7px;
  padding: 0 10px;
}
.dl_zhuangtai:hover .yh_zl_list {
  display: block;
}
.dl_zhuangtai:hover {
  background: #484848;
}
.yh_photo {
  float: left;
  padding-top: 5px;
  height: 27px;
}
.yh_photo img {
  width: 18px;
  height: 18px;
  border-radius: 25em;
}
.yh_name {
  padding-left: 10px;
  font-size: 16px;
  cursor: pointer;
  padding-left: 10px;
  float: left;
}
.yh_zl_list {
  position: absolute;
  top: 33px;
  left: 0;
  background: #fff;
  width: 116px;
  z-index: 1000;
  border: 1px #eee solid;
  border-bottom: 0;
  display: none;
  box-shadow: 0 0 10px rgba(132, 15, 37, 0.34);
}
.yh_zl_list li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
  border-bottom: 1px #eee solid;
  width: 100%;
  color: #333;
  font-size: 14px;
  padding: 0;
}
.yh_zl_list li a {
  color: #333;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.yh_zl_list li:hover a {
  color: #e60640;
}
.my_mizi {
  float: left;
}
.jiantou {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  display: inline-block;
  float: left;
  margin: 17px 0 0 5px;
}
.dl_zhuangtai:hover .jiantou {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  display: inline-block;
  float: left;
  margin: 17px 0 0 5px;
  border-top: 0;
}
footer {
  background: #333;
  color: #777;
}
footer a {
  color: #777;
}
footer a:hover {
  color: #fff;
}
.foot_one {
  border-bottom: 1px #4a4949 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.foot_nav {*/
/*  margin-left: 35px;*/
/*}*/
.foot_two {
  text-align: center;
  padding-top: 10px;
}
.foot_two p {
  line-height: 25px;
}

#hot{
  display: flex;
  align-items: center;
}
.shouye_nav_l {
  display: flex;
  width: 1220px;
  min-height: 50px;
  height: auto;
}
.shouye_zc {
  height: 36px;
  border-radius: 36px;
  background: #bf0f30;
  margin-top: 7px;
  color: #fff;
  padding: 0 15px 0 0;
}
.shouye_zc a {
  color: #fff;
}
.shouye_zc a:hover {
  color: #faeff1;
}
.shouye_dl_zhuc {
  display: flex;
  align-items: center;
  height: 36px;
  position: relative;
}
.shouye_dl_zhuc li {
  float: left;
  height: 36px;
  line-height: 36px;
}
.rightxian {
  border-right: 1px #d41135 solid;
  height: 16px;
  width: 1px;
  display: inline-block;
  margin: 0 9px;
}
.dlzc_img {
  color: #fff;
  margin: 0 15px 0 20px;
}
.top_nav_tow {
  height: auto;
  min-height: 40px;
  background: #333333;
  color: #fff;
}
.nav_tow_sy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  height: auto;
  line-height: 40px;
  overflow: hidden;
  /*overflow-x: auto;*/
  width: 1220px;
}
.nav_tow_sy::-webkit-scrollbar {
  display: none;
}
.nav_tow_sy dd,
.nav_tow_sy dt {
  float: left;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.nav_tow_sy dd a {
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
}
.nav_tow_sy dt {
  height: 22px;
  line-height: 22px;
  padding: 0 13px;
  color: #e60640;
  background: #fff;
  border-radius: 22px;
}
.zhibo_fl {
  margin-right: 5px;
}
.lx_list {
  margin-left: 60px;
}
.nav_tow_sy dd:hover a {
  position: relative;
}
.nav_tow_sy dd:hover a:after {
  height: 1px;
  content: "";
  width: 60%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 10;
  transform: translate(-30%, 0);
}
.sy_yh_photo {
  height: 31px;
  display: inline-block;
  margin-left: 10px;
}
.sy_yh_photo img {
  width: 31px;
  height: 31px;
  border-radius: 25em;
}
.sy_yh_name {
  padding-left: 10px;
  font-size: 16px;
  cursor: pointer;
  padding-left: 10px;
  float: left;
  height: 26px;
}
.sy_yh_name_more {
  color: #fff;
  margin-left: 10px;
  height: 10px;
}
.syyh_zl_list {
  position: absolute;
  top: 35px;
  left: 15px;
  background: #fff;
  width: 126px;
  z-index: 1000;
  border: 1px #eee solid;
  border-radius: 4px;
  display: none;
}
.syyh_zl_list li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
  border-bottom: 1px #eee solid;
  width: 100%;
  color: #333;
  font-size: 14px;
}
.syyh_zl_list li a {
  color: #333;
  font-size: 14px;
}
.syyh_zl_list li:hover a {
  color: #e60640;
}
.shouye_dl_zhuc:hover .syyh_zl_list {
  display: block;
}
.jtou {
  position: relative;
}
.jtou:before {
  position: absolute;
  right: 30px;
  top: -6px;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.bs_time {
  height: 45px;
  line-height: 45px;
  background: #eaeaea;
  font-size: 14px;
  padding-left: 14px;
}
.bs_time span {
  padding-left: 20px;
}
.hide {
  display: none;
}

@media (min-width: 750px) {
  .contest_list {
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
  }
  .contest_list li {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #eee;
  }
  .contest_list li:hover {
    background: #fbfafa;
  }
  .contest_list li:hover .bs_time_fl {
    color: #999;
  }
  .contest_list li:hover .bs_duiwu {
    color: #333;
  }
  .contest_list li:hover .bs_video {
    color: #fff;
  }
  .contest_list li .zhudui:hover {
    color: #333;
  }
  .contest_list li .kedui:hover {
    color: #333;
  }
  .contest_list li .bs_duiwu_bt:hover {
    color: #16529f;
  }
  .contest_list li .zhudui cite:hover {
    color: #16529f;
  }
  .contest_list li .kedui cite:hover {
    color: #16529f;
  }
  .contest_list .bs_fegnlei {
    float: left;
    width: 350px;
    padding: 0 0 0 20px;
    display: flex;
  }
  .contest_list .bs_fegnlei cite {
    float: left;
    margin-right: 5px;
    height: 58px;
    display: flex;
    align-items: center;
  }
  .contest_list .bs_fegnlei cite img {
    width: 18px;
    height: 18px;
    /* margin-bottom: -4px; */
  }
  .contest_list .bs_time_fl {
    float: left;
    color: #999;
    display: flex;
    align-items: center;
  }
  .contest_list .bs_time_fl a {
    color: #999;
  }
  .contest_list .bs_time_fl a:hover {
    color: #e60640;
  }
  .contest_list .bs_time_fl i {
    width: 140px;
    float: left;
    white-space: nowrap;
  }
  .contest_list .bs_time_fl span {
    width: 70px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contest_list .bs_duiwu {
    float: left;
    width: 530px;
    text-align: center;
  }
  .contest_list .bs_duiwu p {
    float: left;
  }
  .contest_list .bs_duiwu .bs_vs {
    float: left;
    font-size: 16px;
    margin: 0 12px;
    width: 60px;
  }
  .contest_list .bs_duiwu .kedui,
  .contest_list .bs_duiwu .zhudui {
    float: left;
    width: 119px;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contest_list .bs_duiwu .zhudui {
    text-align: right;
  }
  .contest_list .bs_duiwu .kedui {
    text-align: left;
  }
  .contest_list .bs_duiwu .duibiao {
    width: 27px;
    height: 27px;
    float: left;
    margin-top: 8px;
  }
  .contest_list .bs_duiwu .duibiao img {
    width: 27px;
    height: 27px;
    border-radius: 25em;
  }
  .contest_list .bs_video {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bs_video {
    float: left;
    min-width: 102px;
    width:auto;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    background: #b9b9b9;
    text-align: center;
    margin: 14px 0 0 25px;
  }
  .bs_video cite {
    /* background: url(../image/zbvideo.png) no-repeat; */
    background-position: 0 6px;
    display: inline-block;
    width: 16px;
    /*height: 30px;*/
    /*float: left;*/
  }

  .bs_video cite img {
    width: 15px;
    height: 15px;
  }

  .bs_video span {
    display: inline-block;
    margin-left: 5px;
  }
  .bs_duiwu_bt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 80%;
    cursor: pointer;
    padding-left: 50px;
  }
  .bs_video a {
    color: #fff;
    padding:0 5px;
  }
}

.nobegin {
  background: #b9b9b9;
}
.bs_video:hover {
  background: #c9c6c6;
  color: #fff;
}
.begin {
  background: #16529f;
}
.begin:hover {
  background: #0468ae;
  color: #fff !important;
}
.breadnav {
  font-size: 12px;
  height: 43px;
  line-height: 43px;
  color: #333;
}
.breadnav a {
  color: #333;
}
.breadnav a:hover {
  color: #e60640;
}
.breadnav span {
  color: #666;
}
.fl_part {
  width: 860px;
  background: #fff;
}
.fr_part {
  width: 340px;
  min-height: 800px;
}
.dwdh {
  position: relative;
}
.left_nav_dw {
  position: fixed;
  top: 138px;
  left: 0;
  width: 103px;
  font-size: 14px;
  text-align: center;
  z-index: 10000;
}
.dhtext_ln {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.dhtext_ln li {
  height: 56px;
  border-bottom: 1px #edeef0 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #e60640;
  padding: 0 20px;
}
.dhtext_ln li a {
  color: #333;
}
.dhtext_ln li a:hover {
  color: #e60640;
}
.dhtext_ln li.zbhover {
  background: #e60640;
  color: #fff;
}
.dhtext_ln li.zbhover a {
  color: #fff;
}
.zhixun {
  width: 340px;
}
.zhixun_head {
  height: 50px;
  line-height: 50px;
  background: #e60640;
  color: #fff;
  padding: 0 10px 0 14px;
  border-radius: 4px 4px 0 0;
}
.zhixun_head span {
  font-size: 18px;
}
.zhixun_head cite {
  font-size: 14px;
}
.zhixun_head a {
  color: #fff;
}
.zhixun_head a:hover {
  color: #faebeb;
}
.zhixun_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.zhixun_list li {
  height: 28px;
  line-height: 28px;
}
.zhixun_list li a {
  display: inline-block;
  float: left;
  width: 258px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  position: relative;
  padding-left: 12px;
}
.zhixun_list li span {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #d8d8d8;
}
.zhixun_list li a:after {
  height: 6px;
  content: "";
  width: 6px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  margin-top: -2px;
}
.luxiang_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.luxiang_list li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px #eee solid;
}
.luxiang_list li a {
  display: inline-block;
  float: left;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  position: relative;
  padding-left: 32px;
}
.luxiang_list li span {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #d8d8d8;
}
.luxiang_list li a:after {
  content: "";
  background: url(../image/lx_list.jpg) no-repeat top left/16px 12px;
  position: absolute;
  top: 13px;
  left: 9px;
  z-index: 2;
  width: 16px;
  height: 12px;
}
.luxiang_list {
  padding-bottom: 14px;
}
.jijing_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.jijing_list li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px #eee solid;
}
.jijing_list li a {
  display: inline-block;
  float: left;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  position: relative;
  padding-left: 32px;
}
.jijing_list li span {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #d8d8d8;
}
.jijing_list li a:after {
  content: "";
  background: url(https://www.hngzgs.net/static/images/h28/jj_list.png)
    no-repeat top left/16px 16px;
  position: absolute;
  top: 11px;
  left: 9px;
  z-index: 2;
  width: 16px;
  height: 16px;
}
.duansp_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.duansp_list li {
  width: 49.5%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.dspmr_lb .dsp_bt {
  width: 95%;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 48px;
  text-align: left;
}
.duansp_list .dsp_img {
  position: relative;
  width: 145px;
  height: 83px;
  margin: 0 auto;
}
.duansp_list .dsp_img span {
  width: 145px;
  height: 83px;
  display: block;
}
.duansp_list .dsp_img span img {
  width: 145px;
  height: 83px;
  display: block;
}
.duansp_list .dsp_img .covermask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.duansp_list .dsp_img:hover .covermask {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.duansp_list .dsp_img .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -19px;
  margin-left: -19px;
  width: 38px;
  height: 38px;
  background: url(https://www.hngzgs.net/static/images/h28/dspleft_ico.png)
    no-repeat 0 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transform: scale(0.7);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  zoom: 1;
  background-size: 100% 100%;
}
.duansp_list .dsp_img:hover .playbtn {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transform: scale(1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  cursor: pointer;
}
.zhibo_list {
  background: #fff;
  padding: 6px 10px 20px 6px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.zhibo_list li {
  border-bottom: 1px #eee solid;
  padding: 0 5px;
}
.zhibo_list_flsj {
  color: #999;
  padding-top: 10px;
  overflow: hidden;
}
.zhibo_list_flsj a {
  color: #999;
}
.zhibo_list_flsj a:hover {
  color: #e60640;
}
.zhibo_list_dwzb {
  height: 65px;
  padding-top: 5px;
}
.zhibo_list_dw {
  width: 220px;
}
.zhibo_list_dw span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhibo_list_dw span cite img {
  width: 22px;
  height: 22px;
  border-radius: 25em;
  margin-bottom: -4px;
  margin-right: 6px;
}
.zhibo_list_zb span {
  background: #0073c4;
  width: 88px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  margin-top: 14px;
  display: block;
}
.zhibo_list li:hover .zhibo_list_zb span {
  background: #0468ae;
  color: #fff;
}
.zhibo_list_bt {
  height: 64px;
  width: 210px;
  float: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.zhibo_list_zb a {
  color: #fff;
}
.zhibo_list_zb span a {
  position: relative;
  display: block;
  padding-left: 15px;
}
.zhibo_list_zb span a:after {
  content: "";
  background: url(../image/zbvideo.png) no-repeat top left/16px 16px;
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 2;
  width: 16px;
  height: 16px;
}
.ep-pages {
  padding: 30px 40px;
  clear: both;
  text-align: center;
  vertical-align: top;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #ededed;
  overflow: hidden;
  vertical-align: top;
  margin: 0 3px;
  min-width: 18px;
}
.pagination li.active {
  background: #e60640;
  border: 1px solid #e60640;
  color: #fff;
  border-radius: 4px;
}
.pagination li.active a {
  color: #fff;
}
.nodatalb {
  text-align: center;
  padding: 30px 0 30px;
}
.nodatalb span img {
  width: 120px;
  height: auto;
}
.nodatalb cite {
  display: block;
  text-align: center;
  color: #999;
}
.nodatalb_fl {
  text-align: center;
  padding: 20px 0;
}
.nodatalb_fl span img {
  width: 80px;
  height: auto;
}
.nodatalb_fl cite {
  display: block;
  text-align: center;
  color: #999;
}
.gbdingwei {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}
.onoff_ad {
  position: absolute;
  top: -19px;
  right: 0;
  z-index: 1000;
  height: 12px;
  cursor: pointer;
}
.onoff_wz {
  float: left;
  margin-right: 1px;
}
.onoff_tishi {
  width: 230px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: -26px;
  right: -100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  display: none;
  font-size: 12px;
  color: #999;
}
.onoff_ad:hover .onoff_tishi {
  display: block;
}
.onecolumn {
  overflow: hidden;
  width: 100%;
}
.onecolumn a {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.onecolumn img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.onecolumn .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.onecolumn p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 5px;
}
.twocolumn {
  overflow: hidden;
  width: 100%;
}
.twocolumn a {
  position: relative;
  width: 605px;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.twocolumn img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.twocolumn .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.twocolumn a:nth-child(2n + 0) {
  margin-left: 10px;
}
.twocolumn p {
  width: 605px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.threecolumn {
  overflow: hidden;
  width: 100%;
}
.threecolumn a {
  position: relative;
  width: 400px;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.threecolumn img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.threecolumn .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.threecolumn a:nth-child(2) {
  margin: 0 10px;
}
.threecolumn a:nth-child(5) {
  margin: 0 10px;
}
.threecolumn a:nth-child(8) {
  margin: 0 10px;
}
.threecolumn a:nth-child(11) {
  margin: 0 10px;
}
.threecolumn p {
  width: 406px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.swiperlumn .swiper-container {
  width: 100%;
  height: 100%;
}
.swiperlumn .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiperlumn .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiperlumn .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.swiperlumn .swiper-slide img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.swiperlumn .swiper-slide .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.swiperlumn .swiper-slide p {
  width: 353px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#bofangqidown {
  margin-top: 10px;
  margin-bottom: 10px;
}
#bofangqidown .onecolumn a {
  background: 0 0 !important;
}
#bofangqiright {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  top: 30%;
  display: none;
}
#bofangqiright .onecolumn a {
  color: #ccc;
}
#bofangqiright .twocolumn a {
  color: #ccc;
}
#bofangqiright .threecolumn a {
  color: #ccc;
}
#bofangqiright .swiperlumn a {
  color: #ccc;
}
.oneline {
  overflow: hidden;
  width: 100%;
}
.oneline a {
  position: relative;
  width: 100%;
  display: block;
}
.oneline img {
  display: block;
  width: 100%;
  max-height: 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.oneline .adwz {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.oneline p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.oneline p a {
  color: #999;
}
.twocoline {
  overflow: hidden;
  width: 100%;
}
.twocoline a {
  position: relative;
  width: 100%;
  display: block;
}
.twocoline img {
  display: block;
  width: 100%;
  max-height: 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.twocoline .adwz {
  position: absolute;
  bottom: -4px;
  left: 1px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.twocoline a:nth-child(2) {
  margin-top: 15px;
}
.twocoline p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.twocoline p a {
  color: #999;
}
.threeline {
  overflow: hidden;
  width: 100%;
}
.threeline a {
  position: relative;
  width: 100%;
  display: block;
}
.threeline img {
  display: block;
  width: 100%;
  max-height: 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.threeline .adwz {
  position: absolute;
  bottom: -4px;
  left: 1px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.threeline a:nth-child(2) {
  margin: 15px 0;
}
.threeline p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.threeline p a {
  color: #999;
}
.swiperline .swiper-container {
  width: 100%;
  height: 40px;
}
.swiperline .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiperline .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiperline .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.swiperline .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.swiperline .swiper-slide .adwz {
  position: absolute;
  bottom: -4px;
  left: 1px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.swiperline .swiper-slide p {
  width: 100%;
  height: 60px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.swiperline p a {
  color: #999;
}
.signalrightimg {
  display: inline-block;
  width: 300px;
  float: left;
  padding-top: 10px;
  margin-left: 10px;
}
.signalrightimg .signalhthree .adwz {
  bottom: -4px;
}
.signalrightimg .signalhtwo .adwz {
  bottom: -4px;
}
.signalrightimg .signalhswiper .swiper-slide .adwz {
  bottom: -4px;
}
.signalhone {
  margin-left: 15px;
  float: left;
}
.signalhone a {
  position: relative;
  width: 285px;
  height: 40px;
  display: block;
}
.signalhone img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.signalhone .adwz {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.signalhone p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signalhone a {
  color: #de1e30;
}
.signalhone a:hover {
  color: red;
}
.signalhtwo {
  float: left;
}
.signalhtwo a {
  position: relative;
  display: block;
  width: 130px;
  height: 40px;
  float: left;
  margin: 0 5px;
}
.signalhtwo img {
  display: block;
  width: 130px;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.signalhtwo .adwz {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.signalhtwo p {
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signalhtwo a {
  color: #de1e30;
}
.signalhtwo a:hover {
  color: red;
}
.signalhthree {
  overflow: hidden;
  width: 285px;
  float: left;
}
.signalhthree a {
  position: relative;
  width: 80px;
  height: 40px;
  float: left;
  margin: 0 5px;
}
.signalhthree img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.signalhthree .adwz {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.signalhthree p {
  width: 80px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signalhthree a {
  color: #de1e30;
}
.signalhthree a:hover {
  color: red;
}
.signalhswiper .swiper-container {
  width: 285px;
  height: 40%;
}
.signalhswiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.signalhswiper .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.signalhswiper .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.signalhswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.signalhswiper .swiper-slide .adwz {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.signalhswiper .swiper-slide p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tonglan {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 10px;
}
.oneall {
  overflow: hidden;
  width: 100%;
}
.oneall a {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.oneall img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.oneall .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.oneall p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  background: #fff;
  margin-bottom: 5px;
}
.twoall {
  overflow: hidden;
  width: 100%;
}
.twoall a {
  position: relative;
  width: 600px;
  display: block;
  margin-bottom: 5px;
  float: left;
  background: #fff;
}
.twoall img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.twoall .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.twoall a:nth-child(1) {
  margin-right: 10px;
}
.twoall a:nth-child(2n + 0) {
  margin-left: 10px;
}
.twoall p {
  width: 599px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.twoall p a {
  width: 100%;
  background: #fff;
}
.twoall p:nth-child(1) {
  margin-right: 10px;
}
.twoall p:nth-child(2n + 0) {
  margin-left: 10px;
}
.threeall {
  overflow: hidden;
  width: 100%;
}
.threeall a {
  position: relative;
  width: 403px;
  display: block;
  margin-bottom: 5px;
  float: left;
  background: #fff;
}
.threeall img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.threeall .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.threeall a:nth-child(2) {
  margin: 0 5px;
}
.threeall a:nth-child(5) {
  margin: 0 5px;
}
.threeall a:nth-child(8) {
  margin: 0 5px;
}
.threeall a:nth-child(11) {
  margin: 0 5px;
}
.threeall p {
  width: 403px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.threeall p a {
  width: 100%;
  background: #fff;
}
.threeall p:nth-child(2) {
  margin: 0 5px;
}
.threeall p:nth-child(5) {
  margin: 0 5px;
}
.threeall p:nth-child(8) {
  margin: 0 5px;
}
.threeall p:nth-child(11) {
  margin: 0 5px;
}
.swiperall .swiper-container {
  width: 100%;
  height: 100%;
}
.swiperall .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiperall .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiperall .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.swiperall .swiper-slide img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.swiperall .swiper-slide .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.swiperall .swiper-slide p {
  width: 353px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#zblbup {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background: 0 0;
}
.onezblb {
  overflow: hidden;
  width: 100%;
}
.onezblb a {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.onezblb img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.onezblb .adwz {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.onezblb p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.twozblb {
  overflow: hidden;
  width: 100%;
}
.twozblb a {
  position: relative;
  width: 425px;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.twozblb img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.twozblb .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.twozblb a:nth-child(2n + 0) {
  margin-left: 10px;
}
.twozblb p {
  width: 425px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.threezblb {
  overflow: hidden;
  width: 100%;
}
.threezblb a {
  position: relative;
  width: 280px;
  display: block;
  margin-bottom: 5px;
  float: left;
}
.threezblb img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.threezblb .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.threezblb a:nth-child(2) {
  margin: 0 10px;
}
.threezblb a:nth-child(5) {
  margin: 0 10px;
}
.threezblb a:nth-child(8) {
  margin: 0 10px;
}
.threezblb a:nth-child(11) {
  margin: 0 10px;
}
.threezblb p {
  width: 286px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.swiperzblb .swiper-container {
  width: 100%;
  height: 100%;
}
.swiperzblb .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiperzblb .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiperzblb .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.swiperzblb .swiper-slide img {
  display: block;
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.swiperzblb .swiper-slide .adwz {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.swiperzblb .swiper-slide p {
  width: 353px;
  line-height: 40px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.sywordr {
  float: left;
  width: 90px;
  margin-top: 0;
  height: 43px;
  padding-top: 15px;
}
.sywordrone {
  margin-left: 5px;
  float: left;
  width: 90px;
}
.sywordrone a {
  position: relative;
  width: 90px;
  height: 30px;
  display: block;
}
.sywordrone img {
  display: block;
  width: 100%;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sywordrone .adwz {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sywordrone p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sywordrone a {
  color: #de1e30;
}
.sywordrone a:hover {
  color: red;
}
.sywordrtwo {
  float: left;
}
.sywordrtwo a {
  position: relative;
  display: block;
  width: 43px;
  margin: 0 1px;
  height: 30px;
  float: left;
}
.sywordrtwo img {
  display: block;
  width: 43px;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sywordrtwo .adwz {
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sywordrtwo a:nth-child(1) {
  margin-right: 1px;
}
.sywordrtwo p {
  width: 43px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sywordrtwo a {
  color: #de1e30;
}
.sywordrtwo a:hover {
  color: red;
}
.sywordrthree {
  overflow: hidden;
  width: 90px;
  float: left;
}
.sywordrthree a {
  position: relative;
  width: 28px;
  height: 30px;
  float: left;
  margin: 0 1px;
  color: #de1e30;
}
.sywordrthree a:hover {
  color: red;
}
.sywordrthree img {
  display: block;
  width: 100%;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sywordrthree .adwz {
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sywordrthree p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sywordrswiper .swiper-container {
  width: 90px;
}
.sywordrswiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sywordrswiper .swiper-container {
  --swiper-theme-color: #fff;
}
.swiper-pagination {
  bottom: 0 !important;
}
.sywordrswiper .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
}
.sywordrswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sywordrswiper .swiper-slide .adwz {
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 25px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sywordrswiper .swiper-slide p {
  width: 90px;
  height: 30px;
  line-height: 20px;
  margin-bottom: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.zblb_zs .swiper-pagination {
  line-height: normal !important;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  position: absolute;
  bottom: 4px;
  background: #ccc !important;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #eaeaea !important;
}
#bofangqiup .swiperall .swiper-slide {
  background: #232222;
  color: #999;
}
#bofangqiup .swiperall .swiper-slide a {
  color: #999;
  font-size: 14px;
}
#bofangqiright .threeline a:nth-child(2) {
  margin: 5px 0;
}
#bofangqiright .swiperline .swiper-slide .adwz {
  bottom: 5px;
}
.refresh_w {
  width: 56px;
  position: fixed;
  right: 1%;
  bottom: 150px;
  display: block;
  z-index: 49;
}
.refresh_w .fanhui {
  margin-top: 0;
}
.fanhui {
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  background: url(../image/fanding.png) no-repeat center center #666;
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-size: 22px 22px;
  display: none;
}
.fanhui:hover {
  background: #ddd;
  color: #333;
  font-size: 16px;
}
.fanhui:hover cite {
  display: inline-block;
}
.fanhui cite {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  line-height: 17px;
  display: none;
}
.bs_vs_bifen_new {
  font-weight: 600;
}
.contest_list .bs_duiwu .bs_vs_bifen_new {
  margin: 0 5px;
}
.contest_list .contest_ist_con_wrap .bs_duiwu {
  width: 360px;
}
.contest_list .contest_ist_con_wrap .bs_duiwu .kedui,
.contest_list .contest_ist_con_wrap .bs_duiwu .zhudui {
  width: 90px;
}
.contest_list .bs_duiwu .bs_vs_bifen_new {
  width: 70px;
  color: #ee564f;
}
.contest_ist_con_wrap .changci {
  float: left;
  width: 90px;
  height: 100%;
  display: none;
  font-weight: 600;
  color: #ee564f;
  font-size: 12px;
}
.contest_ist_con_wrap .bs_video {
  margin-left: 10px;
}
.clock-d {
  animation: clockD 1s infinite;
}
@keyframes clockD {
  0% {
    color: transparent;
  }
  40% {
    color: #ee564f;
  }
  80% {
    color: #ee564f;
  }
  100% {
    color: transparent;
  }
}
.bs_vs_bifen_new {
  position: relative;
}
.bifeng_xq_lan em {
  display: block;
}
.bifeng_xq_lan {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 345px;
  height: 103px;
  -webkit-box-shadow: 0 0 10px rgba(233, 214, 208, 0.5);
  -moz-box-shadow: 0 0 10px rgba(233, 214, 208, 0.5);
  box-shadow: 0 0 10px rgba(233, 214, 208, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: -122px;
  top: 50px;
  left: -19px;
}
.bifeng_xq_lan li {
  line-height: 20px;
}
.bf_bj_jt {
  position: absolute;
  top: -5px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #adcae8;
}
.chang_lan_bt {
  height: 28px;
  line-height: 28px;
  background: #adcae8;
  moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding-left: 139px;
  width: 100%;
  box-sizing: border-box;
}
.chang_lan_bt {
  height: 28px;
  line-height: 28px;
  background: #adcae8;
  moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding-left: 139px;
}
.chang_lan_bt tt {
  color: #fff;
  font-size: 14px;
  width: 39px;
  text-align: center;
  float: left;
}
.bifen_lan_xs span {
  color: #333;
  font-size: 14px;
  width: 39px;
  text-align: center;
  float: left;
  line-height: 30px;
  font-weight: 500;
}
.bifen_lan_xs span.dw_name {
  width: 129px;
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bifen_lan_xs span.dw_name {
  width: 129px;
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs_vs_bifen_new_ack {
  cursor: pointer;
}
.bs_vs_bifen_new_ack:hover > .bifeng_xq_lan {
  display: block;
  cursor: pointer;
}

.zhanbao_list {
  background: #fff;
  padding: 6px 14px;
  border: 1px #eee solid;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.zhanbao_list ul li {
  float: left;
  padding: 5px 0;
}
.zhanbao_list ul li img {
  min-width: 62px;
  min-height: 46px;
  max-width: 62px;
  max-height: 46px;
}
.zhanbao_list ul li a {
  display: flex;
}
.zhanbao_list ul li a span {
  display: inline-block;
  padding-left: 10px;
}

.dzz {
  background: #fff;
  overflow: hidden;
  padding: 5px;
}

.dzz span {
  display: inline-block;
}
.dzz a {
  height: 26px;
  line-height: 26px;
  padding: 2px 8px;
}
.dzz .tags0 {
}
.dzz .tags1 {
  color: #c00;
  font-size: 22px;
}
.dzz .tags2 {
  color: #63d563;
  font-size: 16px;
}
.dzz .tags3 {
  color: #00b8ff;
}
.dzz .tags4 {
  font-size: 16px;
}
.dzz .tags5 {
  color: #c00;
  font-size: 20px;
}
.dzz .tags6 {
  color: #f06;
  font-size: 20px;
}
.dzz .tags7 {
  color: #f8db12;
  font-weight: bold;
  font-size: 18px;
}
.dzz .tags8 {
  color: #f06;
  font-weight: bold;
}
.dzz .tags9 {
  color: #bb81ef;
  font-weight: bold;
  font-size: 16px;
}

.time-title {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
