* {
  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 {
  /*color: #4fa2dd;*/
  transition: all 0.2s;
}

p {
  word-wrap: break-word;
  word-break: normal;
}

.text-red {
  color: #31cd5c !important;
}

.flex {
  display: flex;
}

.flex_sc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*字体图标*/
.icon_header {
  display: inline-block;
  position: absolute;
  left: 15px;
}

.icon_focus {
  display: inline-block;
  width: 16px;
  text-align: center;
  color: #fb820c;
}

.icon_down {
  color: #fff;
  position: absolute;
  left: 42%;
  bottom: -25px;
  font-size: small;
}

.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;
}

.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;
}

.icon_pro {
  position: absolute;
  left: 12px;
  top: 13px;
}

.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;
}

.icon_play {
  position: absolute;
  background-color: #54bef0;
  bottom: 30px;
  height: 26px;
  right: 0;
  width: 32px;
  opacity: 0.9;
  text-align: center;
  color: #d5d5d5;
}

.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;
}

.icon_signal {
  /* position: absolute; */
  /* left: -13px; */
  margin-top: 3px;
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  margin-left: -4px;
}

.icon_top {
  color: #fff;
}

.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;
}

.icon_play2 {
  display: none;
  position: absolute;
  left: 44%;
  top: 30%;
  opacity: 0.9;
  color: #d5d5d5;
}

.icon_play3 {
  display: none;
  position: absolute;
  left: 44%;
  top: 27%;
  opacity: 0.9;
  color: #d5d5d5;
}

.icon_cur1 {
  display: block;
  color: #585a59;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: 7px;
}

.icon_cur2 {
  display: block;
  color: #585a59;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 7px;
}

.download_info .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 .container,
#footer .container {
  width: 1200px;
  margin: 0 auto;
}

#footer .container {
  padding: 20px 0;
  height: 78px;
}

#nav {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.navbar {
  float: right;
  height: 100%;
}

.navbar li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 100%;
  width: 104px;
}

.subnav li {
  height: 45px;
}

.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;
}

.subnav li a {
  line-height: 45px;
}

.navbar li a:hover,
.navbar li a.active {
  background: #31cd5c;
  color: #262626;
}

.navbar li a:hover .triangle_down,
.navbar li a.active .triangle_down {
  border-top: 6px solid rgb(38, 38, 38);
}

#logo {
  float: left;
  margin: 20px 0;
}

#logo img {
  width: auto;
  max-height: 60px;
}

.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;
}

.subnav ul {
  padding: 0;
  width: 100%;
  display: block;
}

.subnav ul li {
  float: none;
  text-align: center;
}

.subnav ul li a {
  display: block;
  color: #262626;
  /* padding: 9px; */
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.subnav ul li a:hover {
  background: #31cd5c;
  color: #262626;
}

.add_nav {
  width: 198px;
}

.add_nav ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.crumbs {
  margin-top: -5px;
}

.crumbs a {
  color: #818181;
}

.crumbs a:hover {
  color: #4eb4e4;
}

.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;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

#content_main {
  float: left;
  /* width: 800px; */
  width: 1200px;
  /* min-height: 400px; */
  position: relative;
}

#content_main-1 {
  float: left;
   width: 800px; 
  /*width: 1200px;*/
  /* min-height: 400px; */
  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;
}

.hot_match {
  height: 25px;
}

.hot_match a {
  display: inline-block;
  margin-left: 10px;
  color: #10c84c;
}

.hot_match .match_news {
  color: #4aaaed;
}

.hot_video .point {
  width: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}

.hot_video a {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}

/*侧栏日期表*/
.filter {
  position: absolute;
  left: -150px;
  top: 436px;
}

.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;
}

.filter li .filter_day {
  text-align: center;
  margin-right: 5px;
}

.filter li:hover,
.filter .cur {
  background-color: #31cd5c;
  color: #333;
}

.filter li:last-child {
  border-radius: 0px 0px 5px 5px;
}

.filter_fixed {
  position: fixed;
  top: 0;
  left: 190px;
}

/*首页分类标题*/
.content_header {
  height: 55px;
  line-height: 55px;
  border-bottom: 3px solid #48b9e8;
}

.content_header h1 {
  display: inline-block;
  float: left;
}

.kind_list {
  margin-left: 25%;
  list-style: none;
  display: inline-block;
}

.kind_list li {
  width: 120px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0 10px;
}

.kind_list li h2 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
}

.kind_list a {
  text-align: center;
  font-size: 16px;
  display: block;
  cursor: pointer;
}

.kind_list a:hover {
  color: #31cd5c;
}

.kind_list li:hover,
li.show {
  border-bottom: 4px solid #31cd5c;
}

.kind_list li.show a {
  color: #31cd5c;
}

/*详情页比赛标题*/
.match_video_container {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

.match_video_box {
  padding: 20px;
  border-bottom: 1px solid #f2f3f5;
}

.match_title_play {
  padding: 15px;
  text-align: center;
}

.match_title_play h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #369ee6;
}

.match_title {
  text-align: center;
  background-color: #262626;
  font-size: 20px;
  color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.match_title h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.match_title strong {
  text-align: center;
  color: #787878;
  padding: 10px;
  font-size: 1.2em;
  display: block;
}

.miantitle {
  display: inline-block;
}

.match_time {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}

.teamvs {
  display: flex;
  height: 128px;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  width: 100%;
}

.match_bg {
  background: url(../images/match_bg.jpg);
  background-size: cover;
  height: 200px;
  display: flex;
  align-items: center;
}

.match_bg_gray {
  background-image: linear-gradient(black, black), url(../images/match_bg.jpg);
  background-blend-mode: saturation;
}

.match_video_container .status_wrap {
  background-color: #262626;
  height: 60px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.score_container {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 270px;
}

.team_group {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team_group img {
  width: 60px;
  height: 60px;
  z-index: 2;
}

.match_video_box .team_name {
  font-size: 20px;
  padding-top: 5px;
  font-weight: bold;
}

.team_form {
  width: 100%;
  margin: 12px 0;
  font-size: 13px;
}

.team_form th {
  padding: 8px;
}

.team_form td {
  padding: 8px;
  text-align: center;
}

.team_form a {
  padding: 0 5px;
  margin: 0;
  font-size: 13px;
}

.form1 {
  float: left;
  width: 49%;
}

.form2 {
  float: right;
  width: 49%;
}

.form1 h3,
.form2 h3 {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.team_live {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  padding: 5px 0;
}

.section .con {
  /* display: flex;
    flex-wrap: wrap; */
  padding: 16px 20px 16px 20px;
  margin-bottom: 0;
}

.section .con_dujia {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px 15px 15px;
  margin-bottom: 0;
}

/*倒计时*/
.count p {
  font-size: 15px;
  color: #828282;
}

ul.countdown {
  list-style: none;
  margin: 25px 0;
  display: block;
  text-align: center;
}

ul.countdown li {
  display: inline-block;
}

ul.countdown li span {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  padding: 0 7px;
  line-height: 40px;
  background: #5ced7b;
  color: #fff;
}

ul.countdown li.seperator {
  font-size: 30px;
  line-height: 70px;
  vertical-align: baseline;
}

/*直播列表*/
.schedule {
  margin-bottom: 20px;
}

.daily {
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-left: 1px;
}

.daily:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.align_items {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.date {
  /* padding-left: 15px; */
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  background: #eeeeee;
  border-radius: 0px 10px 10px 0px;
}

.date p {
  padding: 6px 10px;
  font-size: 0.85rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1rem;
  color: #333333;
}

.date h2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.video_date {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  display: flex;
  padding-left: 20px;
}

.video_date p {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 0px;
  font-size: 16px;
  font-weight: bold;
}

.video_date img {
  width: 20px;
  height: 20px;
  align-self: center;
  margin-right: 4px;
}

.video_date h2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.nodata {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}

.past {
  background: #939393;
}

.list {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  line-height: 1.188rem;
}

.item {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0 15px 0;
  line-height: 20px;
  font-size: 14px;
}

.item a:hover {
  text-decoration: underline;
  color: #4fa2dd;
}

.point {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  width: 16px;
  text-align: center;
}

.time {
  margin: 0 20px;
}

.league {
  margin-right: 10px;
}

.game {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.game div {
  width: 40px;
  text-align: center;
}

.game a {
  width: 140px;
  text-align: right;
}

.signal {
  font-size: 14px;
  color: #10c84c;
}

.highLive {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3px 5px;
  border: 1px solid #000000;
}

.blod .league,
.blod .game,
.blod .time {
  font-weight: bold;
  color: #1f3145;
}

/*联赛/直播信息简介*/
.nomatch {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 0 100px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.nomatch span {
  display: block;
  color: #a6beda;
}

.info {
  margin: 15px 0 30px;
}

.info p {
  padding: 10px;
  color: #666;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}

p.live_address {
  position: relative;
  margin-left: 10px;
}

.live_address span {
  font-weight: 400;
}

.live_address a {
  margin-left: 10px;
}

.live_notice {
  text-align: center;
  font-size: 20px;
}

.live-info {
  min-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  font-size: 14px;
}

.live-info .live_address {
  display: flex;
  width: 120px;
  position: relative;
  align-items: center;
}

.icon-tv2:before {
  color: #0080ff;
  font-size: 26px !important;
}

.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;
}

.living_text {
  color: #ff0000;
}

.icon_signal_new {
  background: url("../images/material-live-tv.png") no-repeat center center;
  height: 18px;
  width: 28px;
  margin-right: 3px;
}

/*视频页*/
.video_details_title {
  text-align: center;
  width: 527px;
  padding-left: 15px;
  margin: 30px 0 20px 0;
}

.video_details_info {
  width: 562px;
  margin-top: 30px !important;
}

.video_details_info > ul {
  float: none !important;
  width: 100% !important;
}

.section {
  overflow: hidden;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 5px;
}

.section h2 {
  padding: 8px 10px;
  color: #369ee6;
  font-size: 16px;
  background-color: #eff6fa;
  border: 1px solid #eff6fa;
  font-weight: bold;
}

.qrcode {
  text-align: center;
}

.qrcode img {
  max-width: 70%;
  height: auto;
}

.qrcode p {
  font-size: 14px;
  font-weight: bold;
  color: #369ee6;
}

.video_kind {
  color: #3393ec;
}

.more {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #aaaaab;
  padding: 3px;
}

.video_box {
  float: left;
  padding: 10px;
  position: relative;
  width: 160px;
}

.img_outer {
  display: block;
  background: #000;
  height: 105px;
}

.img_outer:hover .video_img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.img_outer:hover span {
  display: inline-block;
}

.video_img {
  width: 160px;
  height: 105px;
  background-color: #fff;
  transition: all 0.3s;
}

.video_title {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.pages {
  position: relative;
  left: 50%;
  float: left;
  margin-top: 20px;
}

/*视频播放页*/
.player-box img {
  width: 760px;
}

.picbox {
  width: 704px;
  height: 115px;
  overflow: hidden;
  position: relative;
  background: #404040;
  margin-bottom: 10px;
}

.piclist {
  width: 200%;
  height: 115px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.piclist li {
  background: #363636;
  margin: 3px;
  padding: 5px;
  float: left;
  position: relative;
}

.piclist li a {
  display: block;
}

.piclist li img {
  width: 160px;
  height: 105px;
}

.piclist li:hover {
  background: #292929;
}

.piclist li:hover img {
  opacity: 0.8;
}

.swaplist {
  position: absolute;
  left: -3000px;
  top: 0px;
}

.cur_prev,
.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;
}

.cur_prev {
  left: 0px;
}

.cur_next {
  right: 0px;
}

.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;
}

.piclist li:hover span {
  bottom: 2px;
}

.active_video img {
  opacity: 0.8;
}

.active_video span {
  bottom: 2px;
  color: #ff8809;
}

.videoplay_tag {
  margin: 10px 0;
}

.videoplay_tag span {
  font-size: 14px;
  font-weight: bold;
  color: #1d94f0;
}

.videoplay_tag a {
  font-size: 14px;
}

.videoplay_tag a:hover {
  text-decoration: underline;
}

.match_title .play_title {
  font-size: 19px;
  color: #191919;
}

.match_title .play_time {
  color: #a3a3a3;
}

/*视频tag标签*/
.video_tag {
  padding: 10px 5px;
  overflow: hidden;
}

.tag_list li a {
  float: left;
  background-color: #3dd48b;
  padding: 5px 10px;
  margin: 7px 0 0 10px;
  color: #fff;
  font-size: 13px;
}

.tag_list li a:hover {
  background-color: #36b879;
}

/*常用频道和视频录像*/
.common_channels {
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.common_channels li {
  float: left;
  margin: 5px 10px;
  font-size: 14px;
}

.wrap {
  margin-top: 15px;
}

.wrap ul {
  overflow: hidden;
}

.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;
}

.channel_tt div {
  transform: skew(20deg);
  color: #fff;
}

.record_title {
  height: 60px;
  line-height: 20px;
  margin-right: 12px;
}

.addheight {
  height: 165px;
}

.record_title:hover {
  text-decoration: underline;
}

.menu_title {
  font-size: 16px;
  padding: 10px;
  margin-top: 23px;
}

.week {
  overflow: hidden;
}

.week li {
  float: left;
  padding: 10px 13px;
  color: #292929;
  cursor: pointer;
}

.week .weekhover,
.week li:hover {
  background-color: #54c6f6;
  color: #fff;
}

.clannel_menu {
  display: none;
  border: 1px solid #cfcfcf;
  height: 342px;
  overflow-y: scroll;
  padding: 10px;
  margin-bottom: 16px;
}

.clannel_menu li {
  padding: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

.clannel_menu li:hover {
  background-color: #e9e9e9;
}

/*下载页*/
.download_img {
  float: left;
  padding: 10px;
  width: 300px;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
}

.download_info {
  float: right;
  width: 400px;
  padding-right: 10px;
  font-size: 14px;
  text-align: left;
}

.download_info li {
  line-height: 30px;
}

.download_info span {
  display: inline-block;
  padding-left: 30px;
}

.download_info tr {
  line-height: 30px;
}

.smallh2 h2 {
  line-height: 20px;
  margin-top: 20px;
}

/*战报页*/
.reports {
  padding: 10px 0;
  overflow: hidden;
}

.league_report {
  margin: 12px 0;
  width: 47%;
  float: left;
  padding-right: 20px;
}

.report_list {
  font-size: 13px;
  height: 263px;
}

.report_list li {
  padding: 5px;
  overflow: hidden;
}

.report_list img {
  width: 120px;
  height: 80px;
}

.other_report {
  display: block;
  height: 17px;
  width: 90%;
  overflow: hidden;
}

.other_report:hover {
  text-decoration: underline;
}

.report_list .keyreport {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.report_list p {
  width: 185px;
  max-height: 75px;
  float: left;
  padding: 0 10px;
  text-indent: 2em;
  color: #585858;
  line-height: 18px;
  overflow: hidden;
}

.report {
  margin-top: 20px;
}

.report li {
  font-size: 15px;
}

.report a:hover {
  text-decoration: underline;
}

/*侧边栏*/
#aside {
  width: 380px;
  padding-left: 20px;
  position: relative;
  float: left;
}

.section h3 {
  padding: 10px;
  color: #369ee6;
  font-size: 16px;
  background-color: #eff6fa;
  border: 1px solid #eff6fa;
  font-weight: bold;
}

.section h4 {
  padding: 10px;
  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;
}

.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;*/
/*}*/

.info {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.info h4 {
  padding: 14px 20px 14px 44px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  display: flex;
}

.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;
}

.info h4 img {
  align-self: center;
  margin-right: 1px;
}

.con {
  margin-bottom: 10px;
}

.con a {
  /* display: inline-block; */
  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;
}

.con p {
  font-size: 13px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: 50px;
}

.pros {
  overflow: hidden;
  margin-bottom: 10px;
}

.con .program {
  width: 60px;
  height: 70px;
  float: left;
  padding: 0;
  position: relative;
}

.matches {
  color: #4fa2dd;
}

/*侧栏视频选项卡*/
.tab {
  height: 50px;
  background: #eff6fa;
  position: relative;
}

.tab_bb {
  width: 250px;
  height: 50px;
  background: #369ee6;
  float: left;
  transition: all 0.5s;
}

.tab_fb {
  width: 100px;
  height: 50px;
  background: #72db49;
  float: left;
  transition: all 0.5s;
}

.bb_title {
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  left: 100px;
  transition: all 0.5s;
}

.fb_title {
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  left: 265px;
  transition: all 0.5s;
}

.box_video {
  overflow: hidden;
}

.box_video img {
  width: 175px;
  height: 112px;
}

.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;
}

.fb_video {
  display: none;
}

.box_video li a {
  position: relative;
  width: 175px;
  height: 112px;
  float: left;
}

.box_video li a:hover .icon_play {
  background: #50da64;
}

/*侧栏视频列表*/
.rank_list {
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.rank_list_new > img {
  width: 26px;
  height: 26px;
  margin-right: 7px;
}

.rank_list_new > div {
  white-space: nowrap; /* 不换行 */
  overflow: hidden;
  max-width: 320px;
  text-overflow: ellipsis;
}

.rank_list_new > div > a {
  white-space: nowrap; /* 不换行 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0;
}

.new_rank {
  padding: 5px 0 5px 38px;
  border-bottom: 1px solid #eaeaea;
}

.new_rank a {
  color: #333333;
}

.video_list_s {
  padding: 2px 5px;
}

.rank_list .time {
  margin-right: 10px;
  vertical-align: top;
}

.rank_list a {
  line-height: 34px;
  margin: 0;
  padding: 0;
  height: 34px;
  overflow: hidden;
}

.rank_list:hover .icon_rank,
.rank_list:hover .icon_video {
  background: #5ecd7b;
}

.rank_list img,
.rank_list .icon_play_s {
  display: none;
}

.img_box {
  height: auto;
  overflow: hidden;
  padding: 2px 0 2px 6px;
  font-size: 14px;
  position: relative;
}

.img_box .time {
  display: none;
}

.img_box .img_title {
  float: left;
  width: 214px;
  overflow: visible;
  height: auto;
  line-height: 20px;
  padding: 10px 5px;
  margin: 0;
}

.img_box img {
  float: left;
  width: 120px;
  height: 80px;
  margin-right: 10px;
  margin: 0;
  cursor: pointer;
}

/*网站地图*/
.sitemap {
  margin-top: 12px;
}

.sitemap h2 {
  background-color: #fff;
  padding: 5px;
  border: none;
  font-size: 17px;
  overflow: auto;
}

.sitemap a {
  padding: 0;
  margin: 7px;
}

.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;
}

.contact {
  margin-top: 10px;
  background: #fff;
  height: 300px;
  padding-top: 100px;
  font-size: 20px;
  text-align: center;
}

.contact-img img {
  width: 100%;
  margin-top: 10px;
}

/*底部*/
.footer {
  width: 100%;
  background: #212224;
}

.footer .mw {
  padding-top: 30px;
  background: #212224;
}

.mw {
  width: 1200px;
  margin: 0 auto;
}

.footer .links {
  padding: 10px 0px;
  border-bottom: solid 1px #161617;
}

.footer .links h5 {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.footer .links a {
  color: #8d93a1;
  display: inline-block;
  padding: 10px 0;
  margin-right: 20px;
  font-size: 14px;
}

.footer .notice {
  margin-top: 20px;
  color: #8d93a1;
  font-size: 12px;
  text-align: center;
}

.footer .notice a {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin: 0 5px;
}

.footer .cp {
  padding: 10px 0 50px 0;
  color: #8d93a1;
  font-size: 12px;
  text-align: center;
}

.map {
  color: #b1b1b1;
}

/*  change      */
.wraprecord {
  width: 730px;
  margin-top: 10px;
  border-top: 3px solid #262626;
}

.footballlive_con {
  padding-left: 5px;
}

.navimg {
  width: 16%;
  height: 100px;
  text-align: center;
  border-right: 1px solid #dddddd;
  float: left;
}

.navimg:hover {
  background-color: #f7f7f7;
  border-bottom: 3px solid #58c246;
}

.record_imgbg {
  background-color: #f7f7f7;
  border-bottom: 3px solid #58c246;
}

.navimg img {
  margin-top: 15px;
  text-align: center;
  /*display:block;*/
}

.center {
  text-align: center;
  height: 70px;
}

#table_record .bggreen:hover,
#foottable .bggreen:hover {
  background-color: #dff0d8;
}

#foottable > tbody > tr > td {
  border-top: 0;
}

#foottable > thead > tr > th {
  border: 0;
}

.score {
  color: #4fa2dd;
}

.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;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.clearfix {
  clear: both;
}

.tv_nav {
  border: 1px dashed #a6bdd0;
  line-height: 24px;
  padding: 2px;
  margin-top: 5px;
}

.tv_nav a,
.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;
}

.red {
  color: red;
}

.tv_nav a:hover {
  color: #4388c5;
}

.blue {
  color: #4388c5;
}

.tv_nav a.red {
  color: red;
}

/*热门频道*/
.tv_item_hot {
  border: 1px solid #ecf1ec;
  margin-top: 10px;
  box-shadow: 0 4px 4px #ddd;
}

.tv_item_hot .tv_title {
  color: #66b16c;
  font-size: 14px;
  background-color: #f0f6fb;
}

.tv_item_hot .tv_title span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  border: 1px solid #eff6fa;
  font-weight: bold;
}

.tv_item_hot .tv_title img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

.tv_item_hot .tv_con a {
  display: inline-block;
  width: 97px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #fff;
}

.tv_item_hot .tv_con a:hover {
  border: 1px solid #eee;
  background-color: #edf9ec;
}

.tv_item_hot a img {
  display: inline-block;
  width: 70px;
  height: 60px;
  margin-bottom: 5px;
}

/*分类频道*/
.tv_item,
.program {
  border: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 10px;
}

.tv_con {
  padding: 5px;
}

.tv_con a p {
  height: 16px;
  overflow: hidden;
}

.tv_title {
  padding: 5px 10px;
  background-color: #e8eae7;
}

.tv_title span {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.tv_title a.more {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #4388c5;
  padding: 3px;
}

.tv_title a.more:hover {
  text-decoration: underline;
}

.tv_item .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;
}

/*节目单*/
.program .tv_title {
  margin-left: -2px;
  border-left: 4px solid #4b94c7;
  background: none;
  padding: 5px 10px;
  color: #4278a7;
  font-size: 16px;
  font-weight: bold;
}

.program .tv_con ul {
  width: 50%;
  float: left;
}

.program .tv_con ul li {
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  color: #333;
}

.program .tv_con ul li:nth-child(even) {
  background-color: #f5f7f4;
}

.program .tv_con ul li span {
  margin-right: 5px;
}

/*频道介绍*/
.tv_intro img {
  display: block;
  width: 220px;
  margin: 20px;
  float: left;
}

.tv_intro p {
  padding: 20px 10px 10px 10px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 14px;
  color: #444;
}

p.play_video iframe {
  width: 728px;
  height: 580px;
}

/*地区分类页面*/
.tvlocal_item .tvlocal_title {
  display: inline-block;
  padding: 14px 10px 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  border-bottom: 4px solid #6bc8ef;
}

.tvlocal_con {
  padding: 5px;
  background-color: #f9fbfd;
}

.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;
}

.tvlocal_con a:hover {
  color: #4388c5;
}

#player {
  text-align: center;
  padding: 0px 2px;
  float: left;
}

.selected {
  padding: 5px 0 5px 5px;
  /*border: 1px solid #adcbeb;*/
  margin: 0 auto 3px;
  width: 723px;
  font-size: 14px;
  text-align: left;
  background-color: #f5f5f5;
  cursor: pointer;
}

.selected .actived {
  background: #3e6d8e;
  color: #fff;
}

.player a {
  font-size: 14px;
}

.selected a {
  border: 1px solid #adcbeb;
  padding: 2px 4px;
  margin-right: 5px;
  font-weight: bold;
  color: #0000ff;
}

.selected a:hover {
  background-color: #3e6d8e;
  color: #ffffff;
}

/* Taylor新增 */
/* 热门赛事 */

.topic_match_box {
  width: 800px;
  background: #ffffff;
  border-radius: 5px;
}

.index_tag_title {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0 10px 20px;
}

.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;
}

.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;
}

.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;
}

.list_block .list_block_div {
  display: flex;
  align-items: center;
}

.list_block .list_block_div div {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list_block .list_block_div .state {
  width: 10%;
  text-align: center;
  border-radius: 3px;
  padding: 4px 0 4px 0;
  font-weight: bold;
}

.list_block .list_block_div .state.incoming {
  color: #999999;
  background: #f3f3f3;
}

.list_block .list_block_div .state.end {
  color: #2a83f8;
  background: #f2f8ff;
}

.list_block .list_block_div .type {
  width: 10%;
}

.list_block .list_block_div .match_name {
  width: 36%;
  text-align: center;
  display: flex;
  align-items: center;
}

.list_block .list_block_div .resource {
  width: 10%;
  text-align: center;
  margin-left: 60px;
  border-radius: 3px;
  padding: 4px 10px;
}

.list_block .list_block_div .resource a {
  color: #ffffff;
}

.list_block .list_block_div .resource.live {
  color: #fff;
  background: #f82a2a;
}

.list_block .list_block_div .resource.blue {
  color: #fff;
  background: #2a83f8;
}

.list_block .list_block_div .resource.gray {
  color: #ffffff;
  background: #999999;
}

.list_block .list_block_div time {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 15%;
}

.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;
}

.shape {
  width: 20px;
  margin: 0 8px;
}

.text_right {
  width: 120px;
  text-align: left;
}

.longtext-ignore {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow-y: clip;
  -webkit-box-orient: vertical;
}

.ld-button {
  color: #10c84c;
  border: solid 1px;
  padding: 5px;
  font-weight: bold;
  border-radius: 4px;
}

/* 新闻资讯 */
.topic_name_news_box {
  margin-bottom: 15px;
}

.news_more {
  float: right;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  cursor: pointer;
}

/* 新闻列表页 */
.news_content {
  overflow: hidden;
  background-color: white;
  border-radius: 5px;
}

.wenda_container .wenda_detail {
  width: 100%;
  height: 51px;
  border-bottom: unset;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: white;
}

.wenda_container {
  background-color: #f2f3f5;
}

.wenda_detail .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;
}

.news_content .header {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  height: 21px;
  padding: 12px 20px;
}

.news_content .header span {
  margin-left: 10px;
}

.news_content .wenda .header {
  width: 95px;
}

.image-container .header_container,
.pic_content .header_container,
.news_content .header_container {
  border-bottom: 1px solid #e1e1e1;
}

.news_content .news_box {
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}

.news_content .news_box .text {
  font-size: 13px;
}

.news_content .news_box:last-child {
  border-bottom: unset;
}

.news_content .news_box .leftBox {
  font-size: 0;
  display: inline-block;
  width: 180px;
  height: 135px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
  flex-shrink: 0;
}

.news_content .news_box .wendaImg {
  margin-right: 0;
}

.rightBox .footer {
  display: flex;
  align-items: center;
}

.rightBox p {
  font-size: 20px;
  font-weight: bold;
}

.rightBox .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;
}

.news_content .news_box .rightBox {
  position: relative;
  padding: 10px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_content .news_box .wendaBox {
  padding: 0;
}

.news_content .news_box .imageBox img {
  width: 180px;
  height: 135px;
  transition: all 0.6s ease;
}

.news_content .news_box .imageBox img:hover {
  cursor: pointer;
  transform: scale(1.1);
  border-radius: 5px;
}

.block_img .video_tag {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(/) no-repeat;
  left: 66px;
  top: 45px;
}

.news_content .rightBox h1 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_content .rightBox time {
  font-size: 16px;
}

/* 新闻详情页 */
.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;
}

.newsDetails_content h2 {
  padding: 15px 0;
  color: #555555;
}

/* 20200804  图片视角 hyy */
.pic_content {
  overflow: hidden;
  background-color: white;
}

.pic_list_container {
  padding: 20px;
}

.pic_content .pic_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pic_content .picH {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.picH {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.picH > .lun {
  width: 500px;
  height: 300px;
}

.picH > .lun > img {
  object-fit: cover;
}

.picH > .picH_right {
  width: 250px;
}

.picH > .picH_right > img {
  width: 100%;
  height: 132px;
  display: block;
  margin-bottom: 6px;
}

/* 直播源列表 */
.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;
}

.cctv_icon {
  background-image: url(/);
  height: 20px;
  width: 20px;
  background-size: contain;
  position: absolute;
  margin-top: 1px;
}

.cctv_match_title {
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  height: 31px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 1px;
}

.cctv_match_title_text {
  padding-left: 24px;
}

.player-box {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

.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;
}

.content_header_ver2 h1 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  padding: 10px 0;
}

.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;
}


.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;
}

.content_header_ver2-1 h1 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 1.313rem;
  color: #000000;
  padding: 10px 0;
}

.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;
}


.list .item .align_items {
  margin: 0 30px 0 0;
}

.list .item .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;
}

.list .item .signal.incoming {
  color: #999999;
  background: #f3f3f3;
  border: 1px solid #999999;
}

.list .item .signal.live {
  color: #f82a2a;
  background: #fff2f2;
  border: 1px solid #f82a2a;
}

.list .item .signal.end {
  color: #09388c;
  background: #ffffff;
  border: 1px solid #09388c;
}

.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;
}

.section .right_tag_box {
  padding: 0;
}

.section .right_tag_box ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.section .right_tag_box li {
  /*flex: 1 0 25%;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
}

.section .right_tag_box li a {
  margin: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section .right_tag_box li a:hover,
.con a:hover {
  background: #31cd5c;
  font-weight: bold;
  color: #000000;
  border: 1px solid #31cd5c;
}

.section .rank_list a,
.section .rank .rank_list_new a {
  background: unset;
  border: none;
  font-size: 0.875rem;
  color: #000000;
}

.section .rank_list a:hover,
.section .rank_list_new a:hover {
  font-weight: bold;
  color: #31cd5c;
}

.section .rank_list .icon {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/hl-vid-inactive.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.section .rank_list a:hover .icon {
  background-image: url("/");
}

.section .rank .rank_list_new {
  border-bottom: none;
  padding: 4px 0 4px 0px;
}

.section .rank .rank_list_new div {
  padding: 0;
}

.section .rank .rank_list_new .icon {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/hl-vid-inactive.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.section .rank .rank_list_new a:hover .icon {
  background-image: url("/");
}

.section .rank .rank_list_new .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;
}

.section .rank .rank_list_new a:hover .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");
}

.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;
}

.icon-basketball:before {
  content: "\e60b";
  font-size: 23px;
}

.icon-football:before {
  content: "\e603";
  font-size: 23px;
}

.icon-tennis:before {
  content: "\e613";
  font-size: 23px;
}

.icon-star:before {
  content: "\e60c";
}

.icon-backtop:before {
  content: "\e61f";
  font-size: 23px;
}

.icon-down:before {
  content: "\e81c";
  font-size: small;
  font-weight: 100;
}

.icon-cur:before {
  content: "\e81c";
  font-size: 25px;
  font-weight: 800;
}

.icon-tv2:before {
  content: "\e600";
  font-size: 22px;
}

.icon-play:before {
  content: "\f0066";
  font-size: 25px;
  font-weight: 100;
}

.icon-play-s:before {
  content: "\f0066";
  font-size: 20px;
  font-weight: 100;
}

.icon-tv:before {
  content: "\e74c";
  font-size: 35px;
}

.icon-video:before {
  content: "\e68c";
  font-size: 35px;
}

.icon-play_s:before {
  content: "\f0066";
  font-size: 20px;
}

.icon-basketball2:before {
  content: "\e61a";
  font-size: 27px;
  line-height: 22px;
}

.icon-basketball3:before {
  content: "\e61a";
  font-size: 20px;
  line-height: 20px;
  color: #369ee6;
}

.icon-football2:before {
  content: "\e6c7";
  font-size: 27px;
  line-height: 25px;
}

.icon-football3:before {
  content: "\e6c7";
  font-size: 20px;
  line-height: 20px;
  color: #10c84c;
}

.icon-record:before {
  content: "\e62c";
  font-size: 35px;
}

/*right,tag块*/
.right_tag_box {
  padding: 0 5px;
}

.right_tag_box ul {
  margin-top: 12px;
}

.right_tag_box li {
  float: left;
}

.right_tag_box li a {
  display: block;
  line-height: 22px;
  padding: 0 6px;
  font-size: 14px;
  color: #666;
  margin: 4px 0 0 3px;
}

.right_tag_box li a:hover {
  color: #dc2221;
}

.right_tag_box li a.active {
  background: #dddddd;
}

/* 热门视频 start */
.topic_name_video_box {
  margin-bottom: 30px;
  width: 800px;
  background-color: #fff;
  border-radius: 5px;
}

.tocname_list {
  overflow: hidden;
}

.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;
}

.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;
}

.tocname_list > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.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;
}

.tocname_list > ul > li > img {
  width: 20px;
  margin-right: 6px;
  filter: grayscale(100%);
}

.tocname_list > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.tocname_list > ul > li:hover a {
  color: #31cd5c;
  font-weight: bold;
}

.tocname_list > ul > li:hover > img {
  filter: unset;
}

/* 热门视频 end */

/* 首页 时间 time 标签样式 */
.content_match_fixed {
  background: #fff;
  width: 80px;
  position: absolute;
  top: 190px;
  left: -52px;
  padding-bottom: 24px;
}

.content_match_fixed a {
  display: block;
  font: 16px/28px "microsoft yahei";
  color: #333;
  width: 80%;
  text-align: center;
  margin: 18px auto 0;
}

.content_match_fixed a.active {
  color: #fff;
  background: #dc2221;
}

.content_match_fixed a:hover {
  color: #fff;
  background: #dc2221;
}

/* 首页 时间 time 标签样式 end*/

/*=========right/left content=========*/

.content_box {
  height: auto;
  margin: 0 auto 0;
  position: relative;
}

.content_block_left {
  width: 800px;
  height: auto;
  float: left;
  margin-bottom: 50px;
}

.articles_text_box {
  background: #fff;
  border-radius: 5px 5px 0px 0px;
}

.bread_crumb {
  font-size: 14px;
  color: #666;
  padding: 10px 0 0 20px;
}

.articles_text {
  padding: 0 40px 28px;
  font-size: 16px;
  color: #333;
}

.articles_text .title {
  margin-top: 20px;
}

.articles_text p span {
  font-size: 20px !important;
}

.articles_text p span:nth-child(2) {
  margin-right: 5px;
}

.articles_text .title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #262626;
}

.articles_text .title time {
  display: block;
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
  margin-top: 20px;
}

.articles_text img {
  max-width: 600px;
  width: auto;
  height: auto;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.articles_text p {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 36px;
  color: #262626;
}

.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;
}

.articles_text strong {
  font-weight: bold;
}

/*tag*/
.articles_tag_text ul {
  display: flex;
  flex-wrap: wrap;
}

.articles_tag_text li {
  height: 44px;
  background: #f5f5f5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 20px 15px 0;
}

.articles_tag_text li:hover {
  background: #ccc;
  color: #333;
}

.articles_tag_text li a {
  display: block;
  padding: 0 20px;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

/*推荐阅读*/

.reading_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #fff;
  float: right;
  border-radius: 5px;
}

.reading_box > div:nth-child(2) {
  padding: 0 20px 20px;
}

.reading_box .reading_title {
  height: 46px;
  padding: 8px 0 0 0;
}

.reading_title p {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
}

/*翻页*/
.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.pagination {
  display: flex;
}

.page-item {
  margin-right: 10px;
}

.page-item.active a,
.page-item.active span {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.page-item a,
.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;
}

.page-item a:hover {
  color: #222;
  background-color: #eee;
  border-color: #ddd;
}

.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;
}

.topic_name_video_box .tocname_list li .icon {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/hl-vid-inactive.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.topic_name_video_box .tocname_list a:hover .icon {
  background-image: url("/");
}

.topic_name_video_box .tocname_list li .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;
}

.topic_name_video_box .tocname_list a:hover .icon-news {
  background-image: url("/");
}

.topic_name_video_box .tocname_list a:hover {
  font-weight: bold;
  color: #31cd5c;
}

.record_video_box {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}

.record_video_box .tag {
  margin-top: 10px;
}

.record_video_box .tag a {
  color: #3a78f4;
  margin-right: 10px;
}

.record_video_date {
  text-align: left;
  display: inline-block;
  display: flex;
  padding-left: 20px;
  padding-top: 10px;
}

.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;
}

.recordname_list {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  padding-bottom: 15px;
}

.recordname_list > ul {
  width: 50%;
  float: left;
}

.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;
}

.recordname_list > ul:first-child > li {
  margin-left: 18px;
  margin-right: 10px;
}

.recordname_list > ul:last-child > li {
  margin-left: 10px;
  margin-right: 20px;
}

.recordname_list > ul > li:last-child {
  border-bottom: none;
}

.recordname_list > ul > li > img {
  width: 20px;
  margin-right: 6px;
  filter: grayscale(100%);
}

.recordname_list > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

.recordname_list > ul > li:hover a {
  color: #31cd5c;
  font-weight: bold;
}

.recordname_list > ul > li:hover > img {
  filter: unset;
}

.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;
}

.blogroll li {
  display: inline-block;
}

.link {
  list-style: none;
}

.p {
  color: #b1b1b1;
  padding-top: 20px;
}

.link .blogroll li {
  margin: 0 5px 10px 0;
  background: none;
  padding-left: 0 !important;
  color: #ffffff;
}

.link .blogroll li a {
  display: inline-block;
  padding: 2px 5px;
  color: #ffffff;
}

.link .blogroll li a:hover {
  background: #09f;
  color: #fff;
}

.footer .record {
  margin-left: 5px;
  color: #ffffff;
  text-decoration: revert;
}

.footer .record:hover {
  color: #ffffff;
}

.toc_left_w665 {
  margin-bottom: 20px;
}
.containers {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column; /* 设置为垂直方向的列布局 */
}

.panel {
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
  margin-bottom: 20px;
}

.panel-hd {
  display: flex;
  align-items: center; /* 垂直居中标题 */
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #d3d3d3;
  height: 30px; /* 可以根据内容的高度调整 */
}

.hdt {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
}

.panel-bd {
  flex: 1; /* 让 .panel-bd 充满 .panel 的剩余空间 */
  padding: 15px 0 20px 0;
}

.zb-zzk-list {
  display: flex;
  flex-wrap: wrap; /* 允许元素换行 */
}

.zb-zzk-list li {
  margin: 0 10px 10px 0;
}

.zb-zzk-list li a {
  display: inline-block;
  color: #172b4c;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px;
  text-decoration: none; /* 清除链接下划线 */
}


.tags{
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
	margin-top: 20px;
}

.tags li {
  margin: 0 10px 10px 0;
}

.tags li a{
  color: #000;
}


 .pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.pagelist li{
list-style: none;
}
.pagelist a {
  color: #000;
  margin: 0 5px 10px;
  padding: 5px 10px;
  background: #f7f7f7;
  display: inline-block;
}
.pagelist a:hover,
.pagelist > b {
  color: #3690cf;
  color: #fff;
  background: #1c2327;
}
.pagelist > b {
  padding: 5px 10px;
}

.zc_nrong {
  padding: 10px;
  max-height: auto !important;
  background-color: #fff;
}


.image-container {
  float: left;
  margin-right: 20px;
}

.image-container img{
  height: 200px;
}

.text-container {
  font-size: 18px;
  line-height: 35px;
}

.text {
  text-indent: 2em;
}

.zhankaiall {
  display: none;
}

.jianjie {
  color: #31cd5c;
}


.zc_nrong ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zc_nrong ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_nrong ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.zc_nrong ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}


.zc_nrong ul li .tit {
    font-size: 14px;
    padding: 5px 0;
}

/*展开切换回pc*/

.zc_nrong_modified{
    background-color: #fff;
}

.zc_nrong_modified ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zc_nrong_modified ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_nrong_modified ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}

.zc_nrong_modified ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}


.zc_nrong_modified ul li .tit {
    font-size: 14px;
    padding: 5px 0;
}


  
.section-tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
    border-bottom: 2px solid #555555;
}

.section-tit span {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

.section-tit span img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.section-tit span em {
    font-size: 14px;
    font-weight: bold;
    color: #CACACA;
    padding: 0 8px;
}

.section-tit a {
    font-weight: 400;
    color: #9F9F9F;
    font-size: 12px;
}

.section-tit .more img {
    margin-left: 3px;
}
.section-tit-nav {
    background: #F8F8F8;
    padding: 5px;
    display: flex;
}

.section-tit-nav span {
    flex: 1;
    text-align: center;
    padding: 5px 0;
}

.section-tit-nav span.on {
    background: #FFFFFF;
}

.section-tit-nav .nav.on {
    background: #FFFFFF;
}

.section-tit-nav2 {
    display: flex;
    background: #F8F8F8;
}

.section-tit-nav2 span {
    flex: 1;
    text-align: center;
    line-height: 32px;
}

.section-tit-nav2 span a {
    display: block;
}

.section-tit-nav2 span.on {
    background: #FDDC00;
}


.section-hot-team {
    padding: 10px 0;
    background-color: #FFFFFF;
}

.section-hot-team a .pic-qiudui {
    border: 1px solid #F2F2F2;
    padding: 10px;
}

.section-hot-team a .pic-qiudui img {
    width: 48px;
    height: 48px;
}

.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
}

.section-hot-team a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68px;
}

.section-hot-team-box {
    display: none
}

.section-hot-team-box.on {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-items: center;
}


.fenye {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    font-size: 14px;
    background-color: #fff;
}

.fenye ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    line-height: 1.5;
}

.fenye ul li a {
    font-size: 12px;
    color: #9B9B9B;
    display: block;
    padding: 2px 6px;
    border: 1px solid #31cd5c;
    border-radius: 3px;
}

.fenye ul li a:hover {
    background-color: #31cd5c;
    color: #fff;
    border: 1px solid #31cd5c;
}

.fenye ul li.active a {
    background-color: #31cd5c;
    color: #fff;
    border: 1px solid #31cd5c;
}



.qiudui-1 p{
    padding: 8px 10px;
    font-size: 16px;
}

.qiuyuanlist {
     width: 1200px;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .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;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info-1 em {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}


.qdqyinfo .qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.qdqyinfo .qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.qdqyinfo .qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.qdqyinfo .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;
}

.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.bgwhite{
    background-color: #fff;
    width: 1200px;
    border-radius: 4px;
    padding: 20px 10px;
    box-sizing: border-box;
}


.saishi_item .qiudui {
    padding: 0px;
}

.saishi_item .qiudui .qiudui_item {
    width: 23%;
    margin: 1%;
    display: flex;
    justify-content: space-between;
}

.saishi_item .qiudui .qiudui_item .pic-1 {
    width: 50px;
    height: 50px;
    background: #F5F7F9;
    padding: 7px;
}

.saishi_item .qiudui .qiudui_item .pic-1 img {
    width: 50px;
    height: 50px;
}

.saishi_item .qiudui .qiudui_item .title {
    width: calc(100% - 74px);
    text-align: left;
}

.saishi_item .qiudui .qiudui_item .title p {
    font-weight: 600;
    color: #000;
    /*line-height: 2;*/
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.saishi_item .qiudui .qiudui_item .title .t2 {
    font-size: 14px;
    color: #656565;
    font-weight: 400;
    padding-top: 10px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.zhuanti{
    background-color: #fff;
}

.zhuanti ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.zhuanti ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhuanti ul li .pic-1 {
    width: 100%;
    /* height: 128px; */
    overflow: hidden;
}
.zhuanti ul li .pic-1 img{
    width: 100%;
    /*height: 128px; */
}

.zhuanti ul li .tit {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
}

.mt20{
    margin-top: 20px;
}


.citiao_list{
  padding: 10px;
  background: #fff;
  color:#6a6a6a;
}

.citiao_list span a {
  font-size: 14px;
  line-height: 27px;
  color:#6a6a6a;
  
  border: none;
  padding: 0;
}

.article_content{
    padding:0 15px;
}

.article_content .article_tit {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
}

.article_content .article_info {
    font-size: 14px;
    color: #e5e5e5;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}


.article_content .article_info a {
    color: #e5e5e5;
}


.image_box {
    text-align: center;
}

.image_box img {
    max-width: 500px;
}

.nr {
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
}

.nr_1 {
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
}



.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

