* {
  margin: 0;
  padding: 0;
}

body {
  overflow: auto;
  min-width: 1150px;
  background: #f2f3f5;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  -webkit-font-smoothing: antialiased;
  line-height: normal;
}

dd,
dl,
dt,
form,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}

img {
  border: none;
}

a:focus {
  outline: 0;
  -moz-outline: none;
}

a {
  text-decoration: none;
  color: #38485a;
}

a:hover {
  /*字体图标*/
  transition: all 0.2s;
}

p {
  word-wrap: break-word;
  word-break: normal;
}

.gdlhanbang-text-red {
  color: #31cd5c !important;
}

.gdlhanbang-flex {
  display: flex;
}

.gdlhanbang-flex_sc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*字体图标*/
.gdlhanbang-icon_header {
  display: inline-block;
  position: absolute;
  left: 15px;
}

.gdlhanbang-icon_focus {
  display: inline-block;
  width: 16px;
  text-align: center;
  color: #fb820c;
}

.gdlhanbang-icon_down {
  color: #fff;
  position: absolute;
  left: 42%;
  bottom: -25px;
  font-size: small;
}

.gdlhanbang-triangle_down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  color: #fff;
  position: absolute;
  left: 45%;
  bottom: 18px;
}

.gdlhanbang-icon_rank {
  position: absolute;
  left: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #a1b7c4;
  color: #fff;
  border-radius: 26px;
  text-align: center;
  line-height: 28px;
  margin: 5px 5px 0 0;
}

.gdlhanbang-icon_pro {
  position: absolute;
  left: 12px;
  top: 13px;
}

.gdlhanbang-icon_pro2 {
  position: absolute;
  top: 1px;
  left: 32px;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 25px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

.gdlhanbang-icon_play {
  position: absolute;
  background-color: #54bef0;
  bottom: 30px;
  height: 26px;
  right: 0;
  width: 32px;
  opacity: 0.9;
  text-align: center;
  color: #d5d5d5;
}

.gdlhanbang-icon_video {
  position: absolute;
  left: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #a1b7c4;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin: 5px 5px 0 0;
}

.gdlhanbang-icon_signal {
  /*首页顶部*/
  /*侧栏日期表*/
  margin-top: 3px;
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  margin-left: -4px;
}

.gdlhanbang-icon_top {
  color: #fff;
}

.gdlhanbang-icon_play_s {
  position: absolute;
  background-color: #4bcb5d;
  cursor: pointer;
  bottom: 2px;
  left: 102px;
  width: 24px;
  height: 24px;
  line-height: 28px;
  opacity: 0.9;
  text-align: center;
  color: #e6e6e6;
}

.gdlhanbang-icon_play2 {
  display: none;
  position: absolute;
  left: 44%;
  top: 30%;
  opacity: 0.9;
  color: #d5d5d5;
}

.gdlhanbang-icon_play3 {
  display: none;
  position: absolute;
  left: 44%;
  top: 27%;
  opacity: 0.9;
  color: #d5d5d5;
}

.gdlhanbang-icon_cur1 {
  display: block;
  color: #585a59;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: 7px;
}

.gdlhanbang-icon_cur2 {
  display: block;
  color: #585a59;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 7px;
}

.gdlhanbang-download_info .gdlhanbang-icon_download {
  display: inline-block;
  color: #3884f8;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  padding-left: 5px;
}

/*头部导航栏*/
#header {
  position: relative;
  background-color: #262626;
  height: 80px;
  width: 100%;
}

#header .gdlhanbang-container,
#footer .gdlhanbang-container {
  width: 1200px;
  margin: 0 auto;
}

#footer .gdlhanbang-container {
  padding: 20px 0;
  height: 78px;
}

#nav {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.gdlhanbang-navbar {
  float: right;
  height: 100%;
}

.gdlhanbang-navbar li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 100%;
  width: 104px;
}

.gdlhanbang-subnav li {
  height: 45px;
}

.gdlhanbang-navbar li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  transition: all 0.2s;
  height: 100%;
  line-height: 80px;
  width: 100%;
  text-align: center;
}

.gdlhanbang-subnav li a {
  line-height: 45px;
}

.gdlhanbang-navbar li a:hover,
.gdlhanbang-navbar li a.gdlhanbang-active {
  background: #31cd5c;
  color: #262626;
}

.gdlhanbang-navbar li a:hover .gdlhanbang-triangle_down,
.gdlhanbang-navbar li a.gdlhanbang-active .gdlhanbang-triangle_down {
  border-top: 6px solid rgb(38, 38, 38);
}

#logo {
  float: left;
  margin: 20px 0;
}

#logo img {
  width: auto;
  max-height: 60px;
}

.gdlhanbang-subnav {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 4px 0;
  background-color: #31cd5c;
  z-index: 10;
  width: 100%;
  border-bottom: 4px solid #262626;
}

.gdlhanbang-subnav ul {
  padding: 0;
  width: 100%;
  display: block;
}

.gdlhanbang-subnav ul li {
  float: none;
  text-align: center;
}

.gdlhanbang-subnav ul li a {
  display: block;
  color: #262626;
  /*详情页比赛标题*/
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.gdlhanbang-subnav ul li a:hover {
  background: #31cd5c;
  color: #262626;
}

.gdlhanbang-add_nav {
  width: 198px;
}

.gdlhanbang-add_nav ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.gdlhanbang-crumbs {
  margin-top: -5px;
}

.gdlhanbang-crumbs a {
  color: #818181;
}

.gdlhanbang-crumbs a:hover {
  color: #4eb4e4;
}

.gdlhanbang-crumbs span {
  font-weight: bolder;
  color: #1273b5;
}

/*首页顶部*/
#banner {
  width: 1100px;
  margin: 0 auto;
}

#content {
  width: 1200px;
  margin: 0 auto 10px;
  display: flex;
  padding-top: 15px;
}

.gdlhanbang-inner {
  width: 1200px;
  margin: 0 auto;
}

#content_main {
  float: left;
  /*直播列表*/
  width: 1200px;
  /*联赛/直播信息简介*/
  position: relative;
}

#content_main-1 {
  float: left;
   width: 800px; 
  /*视频页*/
  /*视频播放页*/
  position: relative;
}

#events {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}

#events div {
  width: 50%;
  float: left;
}

#events h2 {
  font-weight: 400;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #595959;
}

.gdlhanbang-hot_match {
  height: 25px;
}

.gdlhanbang-hot_match a {
  display: inline-block;
  margin-left: 10px;
  color: #10c84c;
}

.gdlhanbang-hot_match .gdlhanbang-match_news {
  color: #4aaaed;
}

.gdlhanbang-hot_video .gdlhanbang-point {
  width: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}

.gdlhanbang-hot_video a {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}

/*侧栏日期表*/
.gdlhanbang-filter {
  position: absolute;
  left: -150px;
  top: 436px;
}

.gdlhanbang-filter li {
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
  color: #999;
  display: flex;
  justify-content: center;
  width: 120px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: Microsoft YaHei;
  line-height: 1.888rem;
}

.gdlhanbang-filter li .gdlhanbang-filter_day {
  text-align: center;
  margin-right: 5px;
}

.gdlhanbang-filter li:hover,
.gdlhanbang-filter .gdlhanbang-cur {
  background-color: #31cd5c;
  color: #333;
}

.gdlhanbang-filter li:last-child {
  border-radius: 0px 0px 5px 5px;
}

.gdlhanbang-filter_fixed {
  position: fixed;
  top: 0;
  left: 190px;
}

/*首页分类标题*/
.gdlhanbang-content_header {
  height: 55px;
  line-height: 55px;
  border-bottom: 3px solid #48b9e8;
}

.gdlhanbang-content_header h1 {
  display: inline-block;
  float: left;
}

.gdlhanbang-kind_list {
  margin-left: 25%;
  list-style: none;
  display: inline-block;
}

.gdlhanbang-kind_list li {
  width: 120px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0 10px;
}

.gdlhanbang-kind_list li h2 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
}

.gdlhanbang-kind_list a {
  text-align: center;
  font-size: 16px;
  display: block;
  cursor: pointer;
}

.gdlhanbang-kind_list a:hover {
  color: #31cd5c;
}

.gdlhanbang-kind_list li:hover,
li.gdlhanbang-show {
  border-bottom: 4px solid #31cd5c;
}

.gdlhanbang-kind_list li.gdlhanbang-show a {
  color: #31cd5c;
}

/*详情页比赛标题*/
.gdlhanbang-match_video_container {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

.gdlhanbang-match_video_box {
  padding: 20px;
  border-bottom: 1px solid #f2f3f5;
}

.gdlhanbang-match_title_play {
  padding: 15px;
  text-align: center;
}

.gdlhanbang-match_title_play h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #369ee6;
}

.gdlhanbang-match_title {
  text-align: center;
  background-color: #262626;
  font-size: 20px;
  color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gdlhanbang-match_title h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.gdlhanbang-match_title strong {
  text-align: center;
  color: #787878;
  padding: 10px;
  font-size: 1.2em;
  display: block;
}

.gdlhanbang-miantitle {
  display: inline-block;
}

.gdlhanbang-match_time {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}

.gdlhanbang-teamvs {
  display: flex;
  height: 128px;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  width: 100%;
}

.gdlhanbang-match_bg {
  background: url(../images/match_bg.jpg);
  background-size: cover;
  height: 200px;
  display: flex;
  align-items: center;
}

.gdlhanbang-match_bg_gray {
  background-image: linear-gradient(black, black), url(../images/match_bg.jpg);
  background-blend-mode: saturation;
}

.gdlhanbang-match_video_container .gdlhanbang-status_wrap {
  background-color: #262626;
  height: 60px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gdlhanbang-score_container {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 270px;
}

.gdlhanbang-team_group {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gdlhanbang-team_group img {
  width: 60px;
  height: 60px;
  z-index: 2;
}

.gdlhanbang-match_video_box .gdlhanbang-team_name {
  font-size: 20px;
  padding-top: 5px;
  font-weight: bold;
}

.gdlhanbang-team_form {
  width: 100%;
  margin: 12px 0;
  font-size: 13px;
}

.gdlhanbang-team_form th {
  padding: 8px;
}

.gdlhanbang-team_form td {
  padding: 8px;
  text-align: center;
}

.gdlhanbang-team_form a {
  padding: 0 5px;
  margin: 0;
  font-size: 13px;
}

.gdlhanbang-form1 {
  float: left;
  width: 49%;
}

.gdlhanbang-form2 {
  float: right;
  width: 49%;
}

.gdlhanbang-form1 h3,
.gdlhanbang-form2 h3 {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.gdlhanbang-team_live {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  padding: 5px 0;
}

.gdlhanbang-section .gdlhanbang-con {
  /*战报页*/
  padding: 16px 20px 16px 20px;
  margin-bottom: 0;
}

.gdlhanbang-section .gdlhanbang-con_dujia {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px 15px 15px;
  margin-bottom: 0;
}

/*倒计时*/
.gdlhanbang-count p {
  font-size: 15px;
  color: #828282;
}

ul.gdlhanbang-countdown {
  list-style: none;
  margin: 25px 0;
  display: block;
  text-align: center;
}

ul.gdlhanbang-countdown li {
  display: inline-block;
}

ul.gdlhanbang-countdown li span {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  padding: 0 7px;
  line-height: 40px;
  background: #5ced7b;
  color: #fff;
}

ul.gdlhanbang-countdown li.gdlhanbang-seperator {
  font-size: 30px;
  line-height: 70px;
  vertical-align: baseline;
}

/*直播列表*/
.gdlhanbang-schedule {
  margin-bottom: 20px;
}

.gdlhanbang-daily {
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-left: 1px;
}

.gdlhanbang-daily:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gdlhanbang-align_items {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.gdlhanbang-date {
  /*    content: '';*/
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  background: #eeeeee;
  border-radius: 0px 10px 10px 0px;
}

.gdlhanbang-date p {
  padding: 6px 10px;
  font-size: 0.85rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1rem;
  color: #333333;
}

.gdlhanbang-date h2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.gdlhanbang-video_date {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  display: flex;
  padding-left: 20px;
}

.gdlhanbang-video_date p {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 0px;
  font-size: 16px;
  font-weight: bold;
}

.gdlhanbang-video_date img {
  width: 20px;
  height: 20px;
  align-self: center;
  margin-right: 4px;
}

.gdlhanbang-video_date h2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.gdlhanbang-nodata {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}

.gdlhanbang-past {
  background: #939393;
}

.gdlhanbang-list {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  line-height: 1.188rem;
}

.gdlhanbang-item {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0 15px 0;
  line-height: 20px;
  font-size: 14px;
}

.gdlhanbang-item a:hover {
  text-decoration: underline;
  color: #4fa2dd;
}

.gdlhanbang-point {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  width: 16px;
  text-align: center;
}

.gdlhanbang-time {
  margin: 0 20px;
}

.gdlhanbang-league {
  margin-right: 10px;
}

.gdlhanbang-game {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.gdlhanbang-game div {
  width: 40px;
  text-align: center;
}

.gdlhanbang-game a {
  width: 140px;
  text-align: right;
}

.gdlhanbang-signal {
  font-size: 14px;
  color: #10c84c;
}

.gdlhanbang-highLive {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3px 5px;
  border: 1px solid #000000;
}

.gdlhanbang-blod .gdlhanbang-league,
.gdlhanbang-blod .gdlhanbang-game,
.gdlhanbang-blod .gdlhanbang-time {
  font-weight: bold;
  color: #1f3145;
}

/*联赛/直播信息简介*/
.gdlhanbang-nomatch {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 0 100px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.gdlhanbang-nomatch span {
  display: block;
  color: #a6beda;
}

.gdlhanbang-info {
  margin: 15px 0 30px;
}

.gdlhanbang-info p {
  padding: 10px;
  color: #666;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}

p.gdlhanbang-live_address {
  position: relative;
  margin-left: 10px;
}

.gdlhanbang-live_address span {
  font-weight: 400;
}

.gdlhanbang-live_address a {
  margin-left: 10px;
}

.gdlhanbang-live_notice {
  text-align: center;
  font-size: 20px;
}

.gdlhanbang-live-info {
  min-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  font-size: 14px;
}

.gdlhanbang-live-info .gdlhanbang-live_address {
  display: flex;
  width: 120px;
  position: relative;
  align-items: center;
}

.gdlhanbang-icon-tv2:before {
  color: #0080ff;
  font-size: 26px !important;
}

.gdlhanbang-icon-tv2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  left: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0080ff;
}

.gdlhanbang-living_text {
  color: #ff0000;
}

.gdlhanbang-icon_signal_new {
  background: url("../images/material-live-tv.png") no-repeat center center;
  height: 18px;
  width: 28px;
  margin-right: 3px;
}

/*视频页*/
.gdlhanbang-video_details_title {
  text-align: center;
  width: 527px;
  padding-left: 15px;
  margin: 30px 0 20px 0;
}

.gdlhanbang-video_details_info {
  width: 562px;
  margin-top: 30px !important;
}

.gdlhanbang-video_details_info > ul {
  float: none !important;
  width: 100% !important;
}

.gdlhanbang-section {
  overflow: hidden;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 5px;
}

.gdlhanbang-section h2 {
  padding: 8px 10px;
  color: #369ee6;
  font-size: 16px;
  background-color: #eff6fa;
  border: 1px solid #eff6fa;
  font-weight: bold;
}

.gdlhanbang-qrcode {
  text-align: center;
}

.gdlhanbang-qrcode img {
  max-width: 70%;
  height: auto;
}

.gdlhanbang-qrcode p {
  font-size: 14px;
  font-weight: bold;
  color: #369ee6;
}

.gdlhanbang-video_kind {
  color: #3393ec;
}

.gdlhanbang-more {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #aaaaab;
  padding: 3px;
}

.gdlhanbang-video_box {
  float: left;
  padding: 10px;
  position: relative;
  width: 160px;
}

.gdlhanbang-img_outer {
  display: block;
  background: #000;
  height: 105px;
}

.gdlhanbang-img_outer:hover .gdlhanbang-video_img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.gdlhanbang-img_outer:hover span {
  display: inline-block;
}

.gdlhanbang-video_img {
  width: 160px;
  height: 105px;
  background-color: #fff;
  transition: all 0.3s;
}

.gdlhanbang-video_title {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.gdlhanbang-pages {
  position: relative;
  left: 50%;
  float: left;
  margin-top: 20px;
}

/*视频播放页*/
.gdlhanbang-player-box img {
  width: 760px;
}

.gdlhanbang-picbox {
  width: 704px;
  height: 115px;
  overflow: hidden;
  position: relative;
  background: #404040;
  margin-bottom: 10px;
}

.gdlhanbang-piclist {
  width: 200%;
  height: 115px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.gdlhanbang-piclist li {
  background: #363636;
  margin: 3px;
  padding: 5px;
  float: left;
  position: relative;
}

.gdlhanbang-piclist li a {
  display: block;
}

.gdlhanbang-piclist li img {
  width: 160px;
  height: 105px;
}

.gdlhanbang-piclist li:hover {
  background: #292929;
}

.gdlhanbang-piclist li:hover img {
  opacity: 0.8;
}

.gdlhanbang-swaplist {
  position: absolute;
  left: -3000px;
  top: 0px;
}

.gdlhanbang-cur_prev,
.gdlhanbang-cur_next {
  width: 25px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 38px;
  z-index: 10;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border-radius: 7px;
}

.gdlhanbang-cur_prev {
  left: 0px;
}

.gdlhanbang-cur_next {
  right: 0px;
}

.gdlhanbang-piclist span {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 18px;
  text-align: center;
  background: none repeat scroll 0 0 #01060d;
  color: #fff;
  opacity: 0.7;
  font-size: 12px;
  transition: bottom 0.2s;
}

.gdlhanbang-piclist li:hover span {
  bottom: 2px;
}

.gdlhanbang-active_video img {
  opacity: 0.8;
}

.gdlhanbang-active_video span {
  bottom: 2px;
  color: #ff8809;
}

.gdlhanbang-videoplay_tag {
  margin: 10px 0;
}

.gdlhanbang-videoplay_tag span {
  font-size: 14px;
  font-weight: bold;
  color: #1d94f0;
}

.gdlhanbang-videoplay_tag a {
  font-size: 14px;
}

.gdlhanbang-videoplay_tag a:hover {
  text-decoration: underline;
}

.gdlhanbang-match_title .gdlhanbang-play_title {
  font-size: 19px;
  color: #191919;
}

.gdlhanbang-match_title .gdlhanbang-play_time {
  color: #a3a3a3;
}

/*视频tag标签*/
.gdlhanbang-video_tag {
  padding: 10px 5px;
  overflow: hidden;
}

.gdlhanbang-tag_list li a {
  float: left;
  background-color: #3dd48b;
  padding: 5px 10px;
  margin: 7px 0 0 10px;
  color: #fff;
  font-size: 13px;
}

.gdlhanbang-tag_list li a:hover {
  background-color: #36b879;
}

/*常用频道和视频录像*/
.gdlhanbang-common_channels {
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.gdlhanbang-common_channels li {
  float: left;
  margin: 5px 10px;
  font-size: 14px;
}

.gdlhanbang-wrap {
  margin-top: 15px;
}

.gdlhanbang-wrap ul {
  overflow: hidden;
}

.gdlhanbang-channel_tt {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 8px;
  border: 1px solid #44a5fc;
  color: #333;
  transform: skew(-20deg);
  font-size: 16px;
  background: #2fa1f0;
}

.gdlhanbang-channel_tt div {
  transform: skew(20deg);
  color: #fff;
}

.gdlhanbang-record_title {
  height: 60px;
  line-height: 20px;
  margin-right: 12px;
}

.gdlhanbang-addheight {
  height: 165px;
}

.gdlhanbang-record_title:hover {
  text-decoration: underline;
}

.gdlhanbang-menu_title {
  font-size: 16px;
  padding: 10px;
  margin-top: 23px;
}

.gdlhanbang-week {
  overflow: hidden;
}

.gdlhanbang-week li {
  float: left;
  padding: 10px 13px;
  color: #292929;
  cursor: pointer;
}

.gdlhanbang-week .gdlhanbang-weekhover,
.gdlhanbang-week li:hover {
  background-color: #54c6f6;
  color: #fff;
}

.gdlhanbang-clannel_menu {
  display: none;
  border: 1px solid #cfcfcf;
  height: 342px;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 16px;
}

.gdlhanbang-clannel_menu li {
  padding: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

.gdlhanbang-clannel_menu li:hover {
  background-color: #e9e9e9;
}

/*下载页*/
.gdlhanbang-download_img {
  float: left;
  padding: 10px;
  width: 300px;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
}

.gdlhanbang-download_info {
  float: right;
  width: 400px;
  padding-right: 10px;
  font-size: 14px;
  text-align: left;
}

.gdlhanbang-download_info li {
  line-height: 30px;
}

.gdlhanbang-download_info span {
  display: inline-block;
  padding-left: 30px;
}

.gdlhanbang-download_info tr {
  line-height: 30px;
}

.gdlhanbang-smallh2 h2 {
  line-height: 20px;
  margin-top: 20px;
}

/*战报页*/
.gdlhanbang-reports {
  padding: 10px 0;
  overflow: hidden;
}

.gdlhanbang-league_report {
  margin: 12px 0;
  width: 47%;
  float: left;
  padding-right: 20px;
}

.gdlhanbang-report_list {
  font-size: 13px;
  height: 263px;
}

.gdlhanbang-report_list li {
  padding: 5px;
  overflow: hidden;
}

.gdlhanbang-report_list img {
  width: 120px;
  height: 80px;
}

.gdlhanbang-other_report {
  display: block;
  height: 17px;
  width: 90%;
  overflow: hidden;
}

.gdlhanbang-other_report:hover {
  text-decoration: underline;
}

.gdlhanbang-report_list .gdlhanbang-keyreport {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.gdlhanbang-report_list p {
  width: 185px;
  max-height: 75px;
  float: left;
  padding: 0 10px;
  text-indent: 2em;
  color: #585858;
  line-height: 18px;
  overflow: hidden;
}

.gdlhanbang-report {
  margin-top: 20px;
}

.gdlhanbang-report li {
  font-size: 15px;
}

.gdlhanbang-report a:hover {
  text-decoration: underline;
}

/*侧边栏*/
#aside {
  width: 380px;
  padding-left: 20px;
  position: relative;
  float: left;
}

.gdlhanbang-section h3 {
  padding: 10px;
  color: #369ee6;
  font-size: 16px;
  background-color: #eff6fa;
  border: 1px solid #eff6fa;
  font-weight: bold;
}

.gdlhanbang-section h4 {
  padding: 10px 0px 10px 5px;
  background-color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  position: relative;
}

.gdlhanbang-section h4::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 6px;
  height: 16px;
  background: #31cd5c;
  border-radius: 5px;
  margin-right: 8px;
}

/*.section h4::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 20px;*/
/*    display: inline-block;*/
/*    width: 24px;*/
/*    height: 20px;*/
/*    background-image: url('/');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    margin-left: 170px;*/
/*}*/

.gdlhanbang-info {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.gdlhanbang-info h4 {
  padding: 14px 20px 14px 44px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  display: flex;
}

.gdlhanbang-info h4::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/");
  background-repeat: no-repeat;
  background-size: cover;
  left: 20px;
}

.gdlhanbang-info h4 img {
  align-self: center;
  margin-right: 1px;
}

.gdlhanbang-con {
  margin-bottom: 10px;
}

.gdlhanbang-con a {
  /*地区分类页面*/
  margin: 5px;
  padding: 5px;
  flex: 1 0 30%;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  opacity: 1;
  border-radius: 3px;
  text-align: center;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1.888rem;
  color: #999999;
}

.gdlhanbang-con p {
  font-size: 13px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: 50px;
}

.gdlhanbang-pros {
  overflow: hidden;
  margin-bottom: 10px;
}

.gdlhanbang-con .gdlhanbang-program {
  width: 60px;
  height: 70px;
  float: left;
  padding: 0;
  position: relative;
}

.gdlhanbang-matches {
  color: #4fa2dd;
}

/*侧栏视频选项卡*/
.gdlhanbang-tab {
  height: 50px;
  background: #eff6fa;
  position: relative;
}

.gdlhanbang-tab_bb {
  width: 250px;
  height: 50px;
  background: #369ee6;
  float: left;
  transition: all 0.5s;
}

.gdlhanbang-tab_fb {
  width: 100px;
  height: 50px;
  background: #72db49;
  float: left;
  transition: all 0.5s;
}

.gdlhanbang-bb_title {
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  left: 100px;
  transition: all 0.5s;
}

.gdlhanbang-fb_title {
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  left: 265px;
  transition: all 0.5s;
}

.gdlhanbang-box_video {
  overflow: hidden;
}

.gdlhanbang-box_video img {
  width: 175px;
  height: 112px;
}

.gdlhanbang-box_video span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  background: none repeat scroll 0 0 #01060d;
  color: #fff;
  opacity: 0.7;
  font-size: 12px;
}

.gdlhanbang-fb_video {
  display: none;
}

.gdlhanbang-box_video li a {
  position: relative;
  width: 175px;
  height: 112px;
  float: left;
}

.gdlhanbang-box_video li a:hover .gdlhanbang-icon_play {
  background: #50da64;
}

/*侧栏视频列表*/
.gdlhanbang-rank_list {
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gdlhanbang-rank_list_new {
  height: 34px;
  font-size: 14px;
  padding: 5px 0 5px 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.gdlhanbang-rank_list_new > img {
  width: 26px;
  height: 26px;
  margin-right: 7px;
}

.gdlhanbang-rank_list_new > div {
  white-space: nowrap; /* 新闻资讯 */
  overflow: hidden;
  max-width: 320px;
  text-overflow: ellipsis;
}

.gdlhanbang-rank_list_new > div > a {
  white-space: nowrap; /* 新闻列表页 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0;
}

.gdlhanbang-new_rank {
  padding: 5px 0 5px 38px;
  border-bottom: 1px solid #eaeaea;
}

.gdlhanbang-new_rank a {
  color: #333333;
}

.gdlhanbang-video_list_s {
  padding: 2px 5px;
}

.gdlhanbang-rank_list .gdlhanbang-time {
  margin-right: 10px;
  vertical-align: top;
}

.gdlhanbang-rank_list a {
  line-height: 34px;
  margin: 0;
  padding: 0;
  height: 34px;
  overflow: hidden;
}

.gdlhanbang-rank_list:hover .gdlhanbang-icon_rank,
.gdlhanbang-rank_list:hover .gdlhanbang-icon_video {
  background: #5ecd7b;
}

.gdlhanbang-rank_list img,
.gdlhanbang-rank_list .gdlhanbang-icon_play_s {
  display: none;
}

.gdlhanbang-img_box {
  height: auto;
  overflow: hidden;
  padding: 2px 0 2px 6px;
  font-size: 14px;
  position: relative;
}

.gdlhanbang-img_box .gdlhanbang-time {
  display: none;
}

.gdlhanbang-img_box .gdlhanbang-img_title {
  float: left;
  width: 214px;
  overflow: visible;
  height: auto;
  line-height: 20px;
  padding: 10px 5px;
  margin: 0;
}

.gdlhanbang-img_box img {
  float: left;
  width: 120px;
  height: 80px;
  margin-right: 10px;
  margin: 0;
  cursor: pointer;
}

/*网站地图*/
.gdlhanbang-sitemap {
  margin-top: 12px;
}

.gdlhanbang-sitemap h2 {
  background-color: #fff;
  padding: 5px;
  border: none;
  font-size: 17px;
  overflow: auto;
}

.gdlhanbang-sitemap a {
  padding: 0;
  margin: 7px;
}

.gdlhanbang-sitemap a:hover {
  text-decoration: underline;
}

/*返回顶部*/
#gotoTop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
  cursor: pointer;
  width: 100px;
  height: 36px;
  background: #262626;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 2.255rem;
  color: #ffffff;
}

.gdlhanbang-contact {
  margin-top: 10px;
  background: #fff;
  height: 300px;
  padding-top: 100px;
  font-size: 20px;
  text-align: center;
}

.gdlhanbang-contact-img img {
  width: 100%;
  margin-top: 10px;
}

/*底部*/
.gdlhanbang-footer {
  width: 100%;
  background: #212224;
}

.gdlhanbang-footer .gdlhanbang-mw {
  padding-top: 30px;
  background: #212224;
}

.gdlhanbang-mw {
  width: 1200px;
  margin: 0 auto;
}

.gdlhanbang-footer .gdlhanbang-links {
  padding: 10px 0px;
  border-bottom: solid 1px #161617;
}

.gdlhanbang-footer .gdlhanbang-links h5 {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.gdlhanbang-footer .gdlhanbang-links a {
  color: #8d93a1;
  display: inline-block;
  padding: 10px 0;
  margin-right: 20px;
  font-size: 14px;
}

.gdlhanbang-footer .gdlhanbang-notice {
  margin-top: 20px;
  color: #8d93a1;
  font-size: 12px;
  text-align: center;
}

.gdlhanbang-footer .gdlhanbang-notice a {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin: 0 5px;
}

.gdlhanbang-footer .gdlhanbang-cp {
  padding: 10px 0 50px 0;
  color: #8d93a1;
  font-size: 12px;
  text-align: center;
}

.gdlhanbang-map {
  color: #b1b1b1;
}

/*  change      */
.gdlhanbang-wraprecord {
  width: 730px;
  margin-top: 10px;
  border-top: 3px solid #262626;
}

.gdlhanbang-footballlive_con {
  padding-left: 5px;
}

.gdlhanbang-navimg {
  width: 16%;
  height: 100px;
  text-align: center;
  border-right: 1px solid #dddddd;
  float: left;
}

.gdlhanbang-navimg:hover {
  background-color: #f7f7f7;
  border-bottom: 3px solid #58c246;
}

.gdlhanbang-record_imgbg {
  background-color: #f7f7f7;
  border-bottom: 3px solid #58c246;
}

.gdlhanbang-navimg img {
  margin-top: 15px;
  text-align: center;
  /* 热门视频 start */
}

.gdlhanbang-center {
  text-align: center;
  height: 70px;
}

#table_record .gdlhanbang-bggreen:hover,
#foottable .gdlhanbang-bggreen:hover {
  background-color: #dff0d8;
}

#foottable > tbody > tr > td {
  border-top: 0;
}

#foottable > thead > tr > th {
  border: 0;
}

.gdlhanbang-score {
  color: #4fa2dd;
}

.gdlhanbang-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.gdlhanbang-table > thead > tr > th,
.gdlhanbang-table > tbody > tr > th,
.gdlhanbang-table > tfoot > tr > th,
.gdlhanbang-table > thead > tr > td,
.gdlhanbang-table > tbody > tr > td,
.gdlhanbang-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.gdlhanbang-clearfix {
  clear: both;
}

.gdlhanbang-tv_nav {
  border: 1px dashed #a6bdd0;
  line-height: 24px;
  padding: 2px;
  margin-top: 5px;
}

.gdlhanbang-tv_nav a,
.gdlhanbang-tv_nav span {
  display: inline-block;
  padding: 2px 0;
  text-align: center;
  width: 49px;
  float: left;
  color: #666;
  font: normal 12px tahoma, Corbel, Verdana, Helvetica, sans-serif;
}

.gdlhanbang-red {
  color: red;
}

.gdlhanbang-tv_nav a:hover {
  color: #4388c5;
}

.gdlhanbang-blue {
  color: #4388c5;
}

.gdlhanbang-tv_nav a.gdlhanbang-red {
  color: red;
}

/*热门频道*/
.gdlhanbang-tv_item_hot {
  border: 1px solid #ecf1ec;
  margin-top: 10px;
  box-shadow: 0 4px 4px #ddd;
}

.gdlhanbang-tv_item_hot .gdlhanbang-tv_title {
  color: #66b16c;
  font-size: 14px;
  background-color: #f0f6fb;
}

.gdlhanbang-tv_item_hot .gdlhanbang-tv_title span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  border: 1px solid #eff6fa;
  font-weight: bold;
}

.gdlhanbang-tv_item_hot .gdlhanbang-tv_title img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

.gdlhanbang-tv_item_hot .gdlhanbang-tv_con a {
  display: inline-block;
  width: 97px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #fff;
}

.gdlhanbang-tv_item_hot .gdlhanbang-tv_con a:hover {
  border: 1px solid #eee;
  background-color: #edf9ec;
}

.gdlhanbang-tv_item_hot a img {
  display: inline-block;
  width: 70px;
  height: 60px;
  margin-bottom: 5px;
}

/*分类频道*/
.gdlhanbang-tv_item,
.gdlhanbang-program {
  border: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 10px;
}

.gdlhanbang-tv_con {
  padding: 5px;
}

.gdlhanbang-tv_con a p {
  height: 16px;
  overflow: hidden;
}

.gdlhanbang-tv_title {
  padding: 5px 10px;
  background-color: #e8eae7;
}

.gdlhanbang-tv_title span {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.gdlhanbang-tv_title a.gdlhanbang-more {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #4388c5;
  padding: 3px;
}

.gdlhanbang-tv_title a.gdlhanbang-more:hover {
  text-decoration: underline;
}

.gdlhanbang-tv_item .gdlhanbang-tv_con a {
  float: left;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding: 0px 10px 0 10px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 158px;
  background: url("../images/arrow.png") no-repeat scroll 0px 9px transparent;
}

/*节目单*/
.gdlhanbang-program .gdlhanbang-tv_title {
  margin-left: -2px;
  border-left: 4px solid #4b94c7;
  background: none;
  padding: 5px 10px;
  color: #4278a7;
  font-size: 16px;
  font-weight: bold;
}

.gdlhanbang-program .gdlhanbang-tv_con ul {
  width: 50%;
  float: left;
}

.gdlhanbang-program .gdlhanbang-tv_con ul li {
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: #333;
}

.gdlhanbang-program .gdlhanbang-tv_con ul li:nth-child(even) {
  background-color: #f5f7f4;
}

.gdlhanbang-program .gdlhanbang-tv_con ul li span {
  margin-right: 5px;
}

/*频道介绍*/
.gdlhanbang-tv_intro img {
  display: block;
  width: 220px;
  margin: 20px;
  float: left;
}

.gdlhanbang-tv_intro p {
  padding: 20px 10px 10px 10px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 14px;
  color: #444;
}

p.gdlhanbang-play_video iframe {
  width: 728px;
  height: 580px;
}

/*地区分类页面*/
.gdlhanbang-tvlocal_item .gdlhanbang-tvlocal_title {
  display: inline-block;
  padding: 14px 10px 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  border-bottom: 4px solid #6bc8ef;
}

.gdlhanbang-tvlocal_con {
  padding: 5px;
  background-color: #f9fbfd;
}

.gdlhanbang-tvlocal_con a {
  float: left;
  display: inline-block;
  height: 25px;
  width: 138px;
  line-height: 25px;
  color: #888;
  overflow: hidden;
  padding-left: 5px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gdlhanbang-tvlocal_con a:hover {
  color: #4388c5;
}

#player {
  text-align: center;
  padding: 0px 2px;
  float: left;
}

.gdlhanbang-selected {
  padding: 5px 0 5px 5px;
  /*推荐阅读*/
  margin: 0 auto 3px;
  width: 723px;
  font-size: 14px;
  text-align: left;
  background-color: #f5f5f5;
  cursor: pointer;
}

.gdlhanbang-selected .gdlhanbang-actived {
  background: #3e6d8e;
  color: #fff;
}

.gdlhanbang-player a {
  font-size: 14px;
}

.gdlhanbang-selected a {
  border: 1px solid #adcbeb;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #0000ff;
}

.gdlhanbang-selected a:hover {
  background-color: #3e6d8e;
  color: #ffffff;
}

/* Taylor新增 */
/* 热门赛事 */

.gdlhanbang-topic_match_box {
  width: 800px;
  background: #ffffff;
  border-radius: 5px;
}

.gdlhanbang-index_tag_title {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0 10px 20px;
}

.gdlhanbang-index_tag_title div {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
}

.gdlhanbang-index_tag_title div::before {
  content: "";
  background-image: url("../images/hot.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 3px;
}

.gdlhanbang-list_block {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.188rem;
  color: #333333;
  margin: 8px 20px 8px 20px;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid #eee;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div {
  display: flex;
  align-items: center;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div div {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-state {
  width: 10%;
  text-align: center;
  border-radius: 3px;
  padding: 4px 0 4px 0;
  font-weight: bold;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-state.gdlhanbang-incoming {
  color: #999999;
  background: #f3f3f3;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-state.gdlhanbang-end {
  color: #2a83f8;
  background: #f2f8ff;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-type {
  width: 10%;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-match_name {
  width: 36%;
  text-align: center;
  display: flex;
  align-items: center;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-resource {
  width: 10%;
  text-align: center;
  margin-left: 60px;
  border-radius: 3px;
  padding: 4px 10px;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-resource a {
  color: #ffffff;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-resource.gdlhanbang-live {
  color: #fff;
  background: #f82a2a;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-resource.gdlhanbang-blue {
  color: #fff;
  background: #2a83f8;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div .gdlhanbang-resource.gdlhanbang-gray {
  color: #ffffff;
  background: #999999;
}

.gdlhanbang-list_block .gdlhanbang-list_block_div time {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 15%;
}

.gdlhanbang-text_left {
  width: 120px; /* 热门赛事 首页 需要120长度，展示5个字*/
  text-align: right;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box !important; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gdlhanbang-shape {
  width: 20px;
  margin: 0 8px;
}

.gdlhanbang-text_right {
  width: 120px;
  text-align: left;
}

.gdlhanbang-longtext-ignore {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow-y: clip;
  -webkit-box-orient: vertical;
}

.gdlhanbang-ld-button {
  color: #10c84c;
  border: solid 1px;
  padding: 5px;
  font-weight: bold;
  border-radius: 4px;
}

/* 新闻资讯 */
.gdlhanbang-topic_name_news_box {
  margin-bottom: 15px;
}

.gdlhanbang-news_more {
  float: right;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  cursor: pointer;
}

/* 新闻列表页 */
.gdlhanbang-news_content {
  overflow: hidden;
  background-color: white;
  border-radius: 5px;
}

.gdlhanbang-wenda_container .gdlhanbang-wenda_detail {
  width: 100%;
  height: 51px;
  border-bottom: unset;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: white;
}

.gdlhanbang-wenda_container {
  background-color: #f2f3f5;
}

.gdlhanbang-wenda_detail .gdlhanbang-main_header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  width: 100px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
}

.gdlhanbang-news_content .gdlhanbang-header {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  height: 21px;
  padding: 12px 20px;
}

.gdlhanbang-news_content .gdlhanbang-header span {
  margin-left: 10px;
}

.gdlhanbang-news_content .gdlhanbang-wenda .gdlhanbang-header {
  width: 95px;
}

.gdlhanbang-image-container .gdlhanbang-header_container,
.gdlhanbang-pic_content .gdlhanbang-header_container,
.gdlhanbang-news_content .gdlhanbang-header_container {
  border-bottom: 1px solid #e1e1e1;
}

.gdlhanbang-news_content .gdlhanbang-news_box {
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-text {
  font-size: 13px;
}

.gdlhanbang-news_content .gdlhanbang-news_box:last-child {
  border-bottom: unset;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-leftBox {
  font-size: 0;
  display: inline-block;
  width: 180px;
  height: 135px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
  flex-shrink: 0;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-wendaImg {
  margin-right: 0;
}

.gdlhanbang-rightBox .gdlhanbang-footer {
  display: flex;
  align-items: center;
}

.gdlhanbang-rightBox p {
  font-size: 20px;
  font-weight: bold;
}

.gdlhanbang-rightBox .gdlhanbang-play {
  width: 56px;
  height: 24px;
  background: #31cd5c;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #262626;
  margin-right: 15px;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-rightBox {
  position: relative;
  padding: 10px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-wendaBox {
  padding: 0;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-imageBox img {
  width: 180px;
  height: 135px;
  transition: all 0.6s ease;
}

.gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-imageBox img:hover {
  cursor: pointer;
  transform: scale(1.1);
  border-radius: 5px;
}

.gdlhanbang-block_img .gdlhanbang-video_tag {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(/) no-repeat;
  left: 66px;
  top: 45px;
}

.gdlhanbang-news_content .gdlhanbang-rightBox h1 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gdlhanbang-news_content .gdlhanbang-rightBox time {
  font-size: 16px;
}

/* 新闻详情页 */
.gdlhanbang-newsDetails_content {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  padding: 20px;
  overflow: hidden;
}

.gdlhanbang-newsDetails_content h2 {
  padding: 15px 0;
  color: #555555;
}

/* 20200804  图片视角 hyy */
.gdlhanbang-pic_content {
  overflow: hidden;
  background-color: white;
}

.gdlhanbang-pic_list_container {
  padding: 20px;
}

.gdlhanbang-pic_content .gdlhanbang-pic_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gdlhanbang-pic_content .gdlhanbang-picH {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gdlhanbang-picH {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gdlhanbang-picH > .gdlhanbang-lun {
  width: 500px;
  height: 300px;
}

.gdlhanbang-picH > .gdlhanbang-lun > img {
  object-fit: cover;
}

.gdlhanbang-picH > .gdlhanbang-picH_right {
  width: 250px;
}

.gdlhanbang-picH > .gdlhanbang-picH_right > img {
  width: 100%;
  height: 132px;
  display: block;
  margin-bottom: 6px;
}

/* 直播源列表 */
.gdlhanbang-signalCon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a {
  color: #333;
  text-decoration: none;
}

.signalCon_list {
  height: 48px;
  line-height: 28px;
  border: 1px solid #31cd5c;
  border-radius: 4px;
  background: #fff;
  margin: 2px 13px 0 0;
  color: #000;
  overflow: hidden;
}

.signalCon_list_active {
  border: 1px solid red;
  background: red;
  color: #fff;
}

.signalCon_list:hover {
  border: 1px solid #31cd5c;
  background: rgba(255, 255, 255, 0.1);
  color: #31cd5c;
}

.signalCon_list > h5 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 17px;
  box-sizing: border-box;
}

.signalCon_list > p {
  height: 24px;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.signalCon_listD {
  height: 28px;
  line-height: 28px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  color: #cbcbcb;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.signalCon_listD > h5 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 2px;
}

.gdlhanbang-cctv_icon {
  background-image: url(/);;
  height: 20px;
  width: 20px;
  background-size: contain;
  position: absolute;
  margin-top: 1px;
}

.gdlhanbang-cctv_match_title {
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  height: 31px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 1px;
}

.gdlhanbang-cctv_match_title_text {
  padding-left: 24px;
}

.gdlhanbang-player-box {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

.gdlhanbang-content_header_ver2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* width: 780px; */
  width: 1180px;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  background: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 0 20px;
}

.gdlhanbang-content_header_ver2 h1 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  padding: 10px 0;
}

.gdlhanbang-content_header_ver2 h1::before {
  content: "";
  background-image: url("../images/live.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 3px;
}


.gdlhanbang-content_header_ver2-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
   width: 780px; 
   /*width: 1180px;*/
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  background: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 0 20px;
}

.gdlhanbang-content_header_ver2-1 h1 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  padding: 10px 0;
}

.gdlhanbang-content_header_ver2-1 h1::before {
  content: "";
  background-image: url("../images/live.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 3px;
}


.gdlhanbang-list .gdlhanbang-item .gdlhanbang-align_items {
  margin: 0 30px 0 0;
}

.gdlhanbang-list .gdlhanbang-item .gdlhanbang-signal {
  display: block;
  width: 13%;
  text-align: center;
  margin-right: 0px;
  margin-left: 70px;
  padding: 4px 10px;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.188rem;
  color: #999999;
  border-radius: 3px;
}

.gdlhanbang-list .gdlhanbang-item .gdlhanbang-signal.gdlhanbang-incoming {
  color: #999999;
  background: #f3f3f3;
  border: 1px solid #999999;
}

.gdlhanbang-list .gdlhanbang-item .gdlhanbang-signal.gdlhanbang-live {
  color: #f82a2a;
  background: #fff2f2;
  border: 1px solid #f82a2a;
}

.gdlhanbang-list .gdlhanbang-item .gdlhanbang-signal.gdlhanbang-end {
  color: #09388c;
  background: #ffffff;
  border: 1px solid #09388c;
}

.gdlhanbang-filter-h2 {
  background: #fff;
  padding: 10px 30px 10px 28px;
  text-align: center;
  position: absolute;
  left: -150px;
  top: 390px;
  border-top: 2px solid #262626;
  font-weight: 700;
}

.gdlhanbang-section .gdlhanbang-right_tag_box {
  padding: 0;
}

.gdlhanbang-section .gdlhanbang-right_tag_box ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.gdlhanbang-section .gdlhanbang-right_tag_box li {
  /*flex: 1 0 25%;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
}

.gdlhanbang-section .gdlhanbang-right_tag_box li a {
  margin: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gdlhanbang-section .gdlhanbang-right_tag_box li a:hover,
.gdlhanbang-con a:hover {
  background: #31cd5c;
  font-weight: bold;
  color: #000000;
  border: 1px solid #31cd5c;
}

.gdlhanbang-section .gdlhanbang-rank_list a,
.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new a {
  background: unset;
  border: none;
  font-size: 0.875rem;
  color: #000000;
}

.gdlhanbang-section .gdlhanbang-rank_list a:hover,
.gdlhanbang-section .gdlhanbang-rank_list_new a:hover {
  font-weight: bold;
  color: #31cd5c;
}

.gdlhanbang-section .gdlhanbang-rank_list .gdlhanbang-icon {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/play_video.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.gdlhanbang-section .gdlhanbang-rank_list a:hover .gdlhanbang-icon {
  background-image: url("/");
}

.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new {
  border-bottom: none;
  padding: 4px 0 4px 0px;
}

.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new div {
  padding: 0;
}

.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new .gdlhanbang-icon {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/play_video.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new a:hover .gdlhanbang-icon {
  background-image: url("/");
}

.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new .gdlhanbang-icon-news {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.gdlhanbang-section .gdlhanbang-rank .gdlhanbang-rank_list_new a:hover .gdlhanbang-icon-news {
  background-image: url("/");
}



@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_1453702746_9938898.eot");
  src: url("//at.alicdn.com/t/font_1453702746_9938898.eot?#iefix")
      format("embedded-opentype"),
    url("/") format("woff"),
    url("//at.alicdn.com/t/font_1453702746_9938898.woff") format("woff"),
    url("//at.alicdn.com/t/font_1453702746_9938898.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1453702746_9938898.svg#iconfont") format("svg");
}

.gdlhanbang-iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.gdlhanbang-icon-basketball:before {
  content: "\e60b";
  font-size: 23px;
}

.gdlhanbang-icon-football:before {
  content: "\e603";
  font-size: 23px;
}

.gdlhanbang-icon-tennis:before {
  content: "\e613";
  font-size: 23px;
}

.gdlhanbang-icon-star:before {
  content: "\e60c";
}

.gdlhanbang-icon-backtop:before {
  content: "\e61f";
  font-size: 23px;
}

.gdlhanbang-icon-down:before {
  content: "\e81c";
  font-size: small;
  font-weight: 100;
}

.gdlhanbang-icon-cur:before {
  content: "\e81c";
  font-size: 25px;
  font-weight: 800;
}

.gdlhanbang-icon-tv2:before {
  content: "\e600";
  font-size: 22px;
}

.gdlhanbang-icon-play:before {
  content: "\f0066";
  font-size: 25px;
  font-weight: 100;
}

.gdlhanbang-icon-play-s:before {
  content: "\f0066";
  font-size: 20px;
  font-weight: 100;
}

.gdlhanbang-icon-tv:before {
  content: "\e74c";
  font-size: 35px;
}

.gdlhanbang-icon-video:before {
  content: "\e68c";
  font-size: 35px;
}

.gdlhanbang-icon-play_s:before {
  content: "\f0066";
  font-size: 20px;
}

.gdlhanbang-icon-basketball2:before {
  content: "\e61a";
  font-size: 27px;
  line-height: 22px;
}

.gdlhanbang-icon-basketball3:before {
  content: "\e61a";
  font-size: 20px;
  line-height: 20px;
  color: #369ee6;
}

.gdlhanbang-icon-football2:before {
  content: "\e6c7";
  font-size: 27px;
  line-height: 25px;
}

.gdlhanbang-icon-football3:before {
  content: "\e6c7";
  font-size: 20px;
  line-height: 20px;
  color: #10c84c;
}

.gdlhanbang-icon-record:before {
  content: "\e62c";
  font-size: 35px;
}

/*right,tag块*/
.gdlhanbang-right_tag_box {
  padding: 0 5px;
}

.gdlhanbang-right_tag_box ul {
  margin-top: 12px;
}

.gdlhanbang-right_tag_box li {
  float: left;
}

.gdlhanbang-right_tag_box li a {
  display: block;
  line-height: 22px;
  padding: 0 6px;
  font-size: 14px;
  color: #666;
  margin: 4px 0 0 3px;
}

.gdlhanbang-right_tag_box li a:hover {
  color: #dc2221;
}

.gdlhanbang-right_tag_box li a.gdlhanbang-active {
  background: #dddddd;
}

/* 热门视频 start */
.gdlhanbang-topic_name_video_box {
  margin-bottom: 30px;
  width: 800px;
  background-color: #fff;
  border-radius: 5px;
}

.gdlhanbang-tocname_list {
  overflow: hidden;
}

.gdlhanbang-time_show {
  text-align: center;
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #369ee6;
  padding-bottom: 10px;
}

.gdlhanbang-time_show_new {
  text-align: center;
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 20px;
  margin-top: 16px;
  font-size: 12px;
  color: #999;
}

.gdlhanbang-tocname_list > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.gdlhanbang-tocname_list > ul > li {
  margin-top: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 30px 15px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  box-sizing: border-box;
}

.gdlhanbang-tocname_list > ul > li > img {
  width: 20px;
  margin-right: 6px;
  filter: grayscale(100%);
}

.gdlhanbang-tocname_list > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.gdlhanbang-tocname_list > ul > li:hover a {
  color: #31cd5c;
  font-weight: bold;
}

.gdlhanbang-tocname_list > ul > li:hover > img {
  filter: unset;
}

/* 热门视频 end */

/* 首页 时间 time 标签样式 */
.gdlhanbang-content_match_fixed {
  background: #fff;
  width: 80px;
  position: absolute;
  top: 190px;
  left: -52px;
  padding-bottom: 24px;
}

.gdlhanbang-content_match_fixed a {
  display: block;
  font: 16px/28px "microsoft yahei";
  color: #333;
  width: 80%;
  text-align: center;
  margin: 18px auto 0;
}

.gdlhanbang-content_match_fixed a.gdlhanbang-active {
  color: #fff;
  background: #dc2221;
}

.gdlhanbang-content_match_fixed a:hover {
  color: #fff;
  background: #dc2221;
}

/* 首页 时间 time 标签样式 end*/

/*=========right/left content=========*/

.gdlhanbang-content_box {
  height: auto;
  margin: 0 auto 0;
  position: relative;
}

.gdlhanbang-content_block_left {
  width: 800px;
  height: auto;
  float: left;
  margin-bottom: 50px;
}

.gdlhanbang-articles_text_box {
  background: #fff;
  border-radius: 5px 5px 0px 0px;
}

.gdlhanbang-bread_crumb {
  font-size: 14px;
  color: #666;
  padding: 10px 0 0 20px;
}

.gdlhanbang-articles_text {
  padding: 0 40px 28px;
  font-size: 16px;
  color: #333;
}

.gdlhanbang-articles_text .gdlhanbang-title {
  margin-top: 20px;
}

.gdlhanbang-articles_text p span {
  font-size: 20px !important;
}

.gdlhanbang-articles_text p span:nth-child(2) {
  margin-right: 5px;
}

.gdlhanbang-articles_text .gdlhanbang-title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #262626;
}

.gdlhanbang-articles_text .gdlhanbang-title time {
  display: block;
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
  margin-top: 20px;
}

.gdlhanbang-articles_text img {
  max-width: 600px;
  width: auto;
  height: auto;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.gdlhanbang-articles_text p {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 36px;
  color: #262626;
}

.gdlhanbang-articles_text pre {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: left;
  margin-top: 20px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.gdlhanbang-articles_text strong {
  font-weight: bold;
}

/*tag*/
.gdlhanbang-articles_tag_text ul {
  display: flex;
  flex-wrap: wrap;
}

.gdlhanbang-articles_tag_text li {
  height: 44px;
  background: #f5f5f5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 20px 15px 0;
}

.gdlhanbang-articles_tag_text li:hover {
  background: #ccc;
  color: #333;
}

.gdlhanbang-articles_tag_text li a {
  display: block;
  padding: 0 20px;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

/*推荐阅读*/

.gdlhanbang-reading_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #fff;
  float: right;
  border-radius: 5px;
}

.gdlhanbang-reading_box > div:nth-child(2) {
  padding: 0 20px 20px;
}

.gdlhanbang-reading_box .gdlhanbang-reading_title {
  height: 46px;
  padding: 8px 0 0 0;
}

.gdlhanbang-reading_title p {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
}

/*翻页*/
.gdlhanbang-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.gdlhanbang-pagination {
  display: flex;
}

.gdlhanbang-page-item {
  margin-right: 10px;
}

.gdlhanbang-page-item.gdlhanbang-active a,
.gdlhanbang-page-item.gdlhanbang-active span {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.gdlhanbang-page-item a,
.gdlhanbang-page-item span {
  min-width: 10px;
  display: block;
  padding: 0 11px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #999999;
}

.gdlhanbang-page-item a:hover {
  color: #222;
  background-color: #eee;
  border-color: #ddd;
}

.gdlhanbang-topic_name_video_box div div {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
}

.gdlhanbang-topic_name_video_box .gdlhanbang-tocname_list li .gdlhanbang-icon {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/play_video.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.gdlhanbang-topic_name_video_box .gdlhanbang-tocname_list a:hover .gdlhanbang-icon {
  background-image: url("/");
}

.gdlhanbang-topic_name_video_box .gdlhanbang-tocname_list li .gdlhanbang-icon-news {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.gdlhanbang-topic_name_video_box .gdlhanbang-tocname_list a:hover .gdlhanbang-icon-news {
  background-image: url("/");
}

.gdlhanbang-topic_name_video_box .gdlhanbang-tocname_list a:hover {
  font-weight: bold;
  color: #31cd5c;
}

.gdlhanbang-record_video_box {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}

.gdlhanbang-record_video_box .gdlhanbang-tag {
  margin-top: 10px;
}

.gdlhanbang-record_video_box .gdlhanbang-tag a {
  color: #3a78f4;
  margin-right: 10px;
}

.gdlhanbang-record_video_date {
  text-align: left;
  display: inline-block;
  display: flex;
  padding-left: 20px;
  padding-top: 10px;
}

.gdlhanbang-record_video_box div div {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
}

.gdlhanbang-recordname_list {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  padding-bottom: 15px;
}

.gdlhanbang-recordname_list > ul {
  width: 50%;
  float: left;
}

.gdlhanbang-recordname_list > ul > li {
  margin-top: 16px;
  padding: 0 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gdlhanbang-recordname_list > ul:first-child > li {
  margin-left: 18px;
  margin-right: 10px;
}

.gdlhanbang-recordname_list > ul:last-child > li {
  margin-left: 10px;
  margin-right: 20px;
}

.gdlhanbang-recordname_list > ul > li:last-child {
  border-bottom: none;
}

.gdlhanbang-recordname_list > ul > li > img {
  width: 20px;
  margin-right: 6px;
  filter: grayscale(100%);
}

.gdlhanbang-recordname_list > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

.gdlhanbang-recordname_list > ul > li:hover a {
  color: #31cd5c;
  font-weight: bold;
}

.gdlhanbang-recordname_list > ul > li:hover > img {
  filter: unset;
}

.gdlhanbang-daily-title {
  height: 34px;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  background-image: url("/");
  background-position: 20px 13px;
  background-repeat: no-repeat;
  padding-top: 11px;
  padding-left: 52px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #eeeeee;
}

.gdlhanbang-blogroll li {
  display: inline-block;
}

.gdlhanbang-link {
  list-style: none;
}

.gdlhanbang-p {
  color: #b1b1b1;
  padding-top: 20px;
}

.gdlhanbang-link .gdlhanbang-blogroll li {
  margin: 0 5px 10px 0;
  background: none;
  padding-left: 0 !important;
  color: #ffffff;
}

.gdlhanbang-link .gdlhanbang-blogroll li a {
  display: inline-block;
  padding: 2px 5px;
  color: #ffffff;
}

.gdlhanbang-link .gdlhanbang-blogroll li a:hover {
  background: #09f;
  color: #fff;
}

.gdlhanbang-footer .gdlhanbang-record {
  margin-left: 5px;
  color: #ffffff;
  text-decoration: revert;
}

.gdlhanbang-footer .gdlhanbang-record:hover {
  color: #ffffff;
}

.gdlhanbang-toc_left_w665 {
  margin-bottom: 20px;
}
.gdlhanbang-containers {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column; 
}

.gdlhanbang-panel {
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
  margin-bottom: 20px;
}

.gdlhanbang-panel-hd {
  display: flex;
  align-items: center; 
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #d3d3d3;
  height: 30px; 
}

.gdlhanbang-hdt {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
}

.gdlhanbang-panel-bd {
  flex: 1; 
  padding: 15px 0 20px 0;
}

.gdlhanbang-zb-zzk-list {
  display: flex;
  flex-wrap: wrap; 
}

.gdlhanbang-zb-zzk-list li {
  margin: 0 10px 10px 0;
}

.gdlhanbang-zb-zzk-list li a {
  display: inline-block;
  color: #172b4c;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px;
  text-decoration: none; 
}


.gdlhanbang-tags{
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
	margin-top: 20px;
}

.gdlhanbang-tags li {
  margin: 0 10px 10px 0;
}

.gdlhanbang-tags li a{
  color: #000;
}


 .gdlhanbang-pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.gdlhanbang-pagelist li{
list-style: none;
}
.gdlhanbang-pagelist a {
  color: #000;
  margin: 0 5px 10px;
  padding: 5px 10px;
  background: #f7f7f7;
  display: inline-block;
}
.gdlhanbang-pagelist a:hover,
.gdlhanbang-pagelist > b {
  color: #3690cf;
  color: #fff;
  background: #1c2327;
}
.gdlhanbang-pagelist > b {
  padding: 5px 10px;
}

.gdlhanbang-zc_nrong {
  padding: 10px;
  max-height: auto !important;
  background-color: #fff;
}


.gdlhanbang-image-container {
  float: left;
  margin-right: 20px;
}

.gdlhanbang-image-container img{
  height: 200px;
}

.gdlhanbang-text-container {
  font-size: 18px;
  line-height: 35px;
}

.gdlhanbang-text {
  text-indent: 2em;
}

.gdlhanbang-zhankaiall {
  display: none;
}

.gdlhanbang-jianjie {
  color: #31cd5c;
}


.gdlhanbang-zc_nrong ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.gdlhanbang-zc_nrong ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gdlhanbang-zc_nrong ul li .gdlhanbang-pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.gdlhanbang-zc_nrong ul li .gdlhanbang-pic-1 img{
    width: 100%;
    /* height: 128px; */
}


.gdlhanbang-zc_nrong ul li .gdlhanbang-tit {
    font-size: 14px;
    padding: 5px 0;
}

/*展开切换回pc*/

.gdlhanbang-zc_nrong_modified{
    background-color: #fff;
}

.gdlhanbang-zc_nrong_modified ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.gdlhanbang-zc_nrong_modified ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gdlhanbang-zc_nrong_modified ul li .gdlhanbang-pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.gdlhanbang-zc_nrong_modified ul li .gdlhanbang-pic-1 img{
    width: 100%;
    /* height: 128px; */
}


.gdlhanbang-zc_nrong_modified ul li .gdlhanbang-tit {
    font-size: 14px;
    padding: 5px 0;
}


  
.gdlhanbang-section-tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
    border-bottom: 2px solid #555555;
}

.gdlhanbang-section-tit span {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

.gdlhanbang-section-tit span img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.gdlhanbang-section-tit span em {
    font-size: 14px;
    font-weight: bold;
    color: #CACACA;
    padding: 0 8px;
}

.gdlhanbang-section-tit a {
    font-weight: 400;
    color: #9F9F9F;
    font-size: 12px;
}

.gdlhanbang-section-tit .gdlhanbang-more img {
    margin-left: 3px;
}
.gdlhanbang-section-tit-nav {
    background: #F8F8F8;
    padding: 5px;
    display: flex;
}

.gdlhanbang-section-tit-nav span {
    flex: 1;
    text-align: center;
    padding: 5px 0;
}

.gdlhanbang-section-tit-nav span.gdlhanbang-on {
    background: #FFFFFF;
}

.gdlhanbang-section-tit-nav .gdlhanbang-nav.gdlhanbang-on {
    background: #FFFFFF;
}

.gdlhanbang-section-tit-nav2 {
    display: flex;
    background: #F8F8F8;
}

.gdlhanbang-section-tit-nav2 span {
    flex: 1;
    text-align: center;
    line-height: 32px;
}

.gdlhanbang-section-tit-nav2 span a {
    display: block;
}

.gdlhanbang-section-tit-nav2 span.gdlhanbang-on {
    background: #FDDC00;
}


.gdlhanbang-section-hot-team {
    padding: 10px 0;
    background-color: #FFFFFF;
}

.gdlhanbang-section-hot-team a .gdlhanbang-pic-qiudui {
    border: 1px solid #F2F2F2;
    padding: 10px;
}

.gdlhanbang-section-hot-team a .gdlhanbang-pic-qiudui img {
    width: 48px;
    height: 48px;
}

.gdlhanbang-section-hot-team a {
    width: 82px;
    margin: 10px 0;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.gdlhanbang-section-hot-team a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68px;
}

.gdlhanbang-section-hot-team-box {
    display: none
}

.gdlhanbang-section-hot-team-box.gdlhanbang-on {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
}


.gdlhanbang-fenye {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    font-size: 14px;
    background-color: #fff;
}

.gdlhanbang-fenye ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    line-height: 1.5;
}

.gdlhanbang-fenye ul li a {
    font-size: 12px;
    color: #9B9B9B;
    display: block;
    padding: 2px 6px;
    border: 1px solid #31cd5c;
    border-radius: 3px;
}

.gdlhanbang-fenye ul li a:hover {
    background-color: #31cd5c;
    color: #fff;
    border: 1px solid #31cd5c;
}

.gdlhanbang-fenye ul li.gdlhanbang-active a {
    background-color: #31cd5c;
    color: #fff;
    border: 1px solid #31cd5c;
}



.gdlhanbang-qiudui-1 p{
    padding: 8px 10px;
    font-size: 16px;
}

.gdlhanbang-qiuyuanlist {
     width: 1200px;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item {
    width: 23%;
    margin: 1%
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item .gdlhanbang-pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item .gdlhanbang-pic img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item .gdlhanbang-info-1 {
    width: calc(100% - 68px);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}

.gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item .gdlhanbang-info-1 em {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}


.gdlhanbang-qdqyinfo .gdlhanbang-qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.gdlhanbang-qdqyinfo .gdlhanbang-qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.gdlhanbang-qdqyinfo .gdlhanbang-qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.gdlhanbang-qdqyinfo .gdlhanbang-qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.gdlhanbang-qdqyinfo .gdlhanbang-qy_qyxx ul li {
    display: flex;
    width: 33.333%;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ADADAD;
    font-size: 12px;
    padding: 15px 0;
}

.gdlhanbang-qdqyinfo .gdlhanbang-qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.gdlhanbang-qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.gdlhanbang-bgwhite{
    background-color: #fff;
    width: 1200px;
    border-radius: 4px;
    padding: 20px 10px;
    box-sizing: border-box;
}


.gdlhanbang-saishi_item .gdlhanbang-qiudui {
    padding: 0px;
}

.gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item {
    width: 23%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
}

.gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item .gdlhanbang-pic-1 {
    width: 50px;
    height: 50px;
    background: #F5F7F9;
    padding: 7px;
}

.gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item .gdlhanbang-pic-1 img {
    width: 50px;
    height: 50px;
}

.gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item .gdlhanbang-title {
    width: calc(100% - 74px);
    text-align: left;
}

.gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item .gdlhanbang-title p {
    font-weight: 600;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item .gdlhanbang-title .gdlhanbang-t2 {
    font-size: 14px;
    color: #656565;
    font-weight: 400;
    padding-top: 10px;
}

.gdlhanbang-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.gdlhanbang-zhuanti{
    background-color: #fff;
}

.gdlhanbang-zhuanti ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.gdlhanbang-zhuanti ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gdlhanbang-zhuanti ul li .gdlhanbang-pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}
.gdlhanbang-zhuanti ul li .gdlhanbang-pic-1 img{
    width: 100%;
    /* height: 128px; */
}

.gdlhanbang-zhuanti ul li .gdlhanbang-tit {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
}

.gdlhanbang-mt20{
    margin-top: 20px;
}


.gdlhanbang-citiao_list{
  padding: 10px;
  background: #fff;
  color:#6a6a6a;
}

.gdlhanbang-citiao_list span a {
  font-size: 14px;
  line-height: 27px;
  color:#6a6a6a;
  
  border: none;
  padding: 0;
}

.gdlhanbang-article_content{
    padding:0 15px;
}

.gdlhanbang-article_content .gdlhanbang-article_tit {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
}

.gdlhanbang-article_content .gdlhanbang-article_info {
    font-size: 14px;
    color: #e5e5e5;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}


.gdlhanbang-article_content .gdlhanbang-article_info a {
    color: #e5e5e5;
}


.gdlhanbang-image_box {
    text-align: center;
}

.gdlhanbang-image_box img {
    max-width: 500px;
}

.gdlhanbang-nr {
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
}

.gdlhanbang-nr_1 {
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
}



.gdlhanbang-flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

