.linkmap_box {
  display: none;
}

.Clearit::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.main {
  background: none;
  padding: 0px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.Min {
  padding: 60px 0px;
}

.jxxw {
  float: left;
  width: 60%;
}

.tzgg {
  float: right;
  width: 36%;
}

.jxxw .title_header, .tzgg .title_header {
  border: none;
  padding-bottom: 20px;
}

.jxxw .title_header span, .tzgg .title_header span {
  border-bottom: none;
  color: #333;
}

.jxxw .title_header span a, .tzgg .title_header span a {
  color: #333;
  font-size: 24px;
}

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

.article_list_xwjx li {
  float: left;
  overflow: hidden;
  width: 48%;
}

.img_box {
  display: block;
  overflow: hidden;
}

.img_box img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all .3s;
}

.img_box:hover img {
  transform: scale(1.1);

}

.article_list_xwjx li .title_type {
  display: inline-block;
  font-size: 16px;
  padding: 10px 0px;

}
.article_list_xwjx li h2:hover .title_type, .article_list_xwjx li h2:hover .span_date{
  color: #66428A;
}

.article_list_xwjx .span_date {
  line-height: 40px;
  font-size: 16px;
}

.span_date {
  float: right;
}


.article_list_xwjx li p a {
  display: block;
  color: #999;
  padding-bottom: 18px;
  font-size: 14px;
  border-bottom: 1px solid #D8D8D8;
}

.article_list_btm {
  padding-top: 10px;
  overflow: hidden;
}

.article_list_btm li {
  line-height: 36px;
  width: 48%;
}

.article_list_btm li.Li_Odd {
  float: left;
}

.article_list_btm li.Li_Even {
  float: right;
}

/* 通知a8体育 */
.article_list_tzgg li {
  line-height: 41px;
}
.article_list_tzgg li:hover a, .article_list_tzgg li:hover .span_date, .article_list_btm li:hover a, .article_list_btm li:hover .span_date{
  color: #66428A;
  /* color: #bb70d8; */
}

.article_list_tzgg li .span_date {
  color: #999;
}

.jcsy_img {
  overflow: hidden;
  margin-top: 40px;
}

.jcsy_img img {
  width: 100%;
  transition: all .3s;
}

.jcsy_img img:hover {
  transform: scale(1.1);
  transition: all .3s;
}

/* tab */
.Min1 {
  background: url('/Sites/Uploaded/UserUpLoad/20230713/20230713161659.png');
  padding-bottom: 60px;
}

.tab_title {
  padding: 35px 0px;
}

.tab_title a {
  padding: 10px 25px;
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
}

.tab_title a:nth-child(3) {
  margin-right: 0px;
}

.tab_title a.on {
  background: #619bd4;
  border-radius: 8px;
}

.tab_items .new_item {
  display: none;
}

.tab_items .new_item.on {
  display: block;
}

.tab_items {
  border: 1px solid #fff;
  padding: 35px 30px 35px 35px;
}

.tab_items_con {
  overflow-y: auto;
  height: 270px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab_items .article_list_tab li.Li_Odd {

  float: left;
}

.tab_items .article_list_tab li.Li_Even {
  float: right;
}

.tab_items .article_list_tab li {
  width: 45%;
  background: none;
  line-height: 45px;
  position: relative;
  padding-left: 0px;

}

.article_list_tab li a, .article_list_tab li {
  color: #fff;
}

.tab_items .article_list_tab li:hover::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 3px;
  background: #fff;
  left: -15px;
  top: 15px;
}

/* 滑动 */
.tab_items_con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  border-radius: 2px;
  height: 30px;

}

.tab_items_con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 4px;
  background: #fff;
  border-radius: 2px;

}

.tab_items_con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #a2bbe0;
  border-radius: 2px;
}
@media only screen and (max-width: 768px){
  .main{
 padding: 0px 10px;
   
  }
  .w1200{
 width: 100%;
  }
  .jxxw, .tzgg{
 width: 100%;
 float: none;
  }
  .article_list_xwjx{
 display: block;
  }
  .article_list_xwjx li, .article_list_btm li{
 width: 100%;
 float: none;
  }
  .Min{
 padding-top: 30px;
  }
  .Min{
 padding-bottom: 30px;
  }
  .img_box {
 margin-bottom: 8px;
  }
  .jxxw .title_header, .tzgg .title_header{
 padding: 0px;
  }
  .tzgg{
 padding-top: 20px;
  }
  .article_list_tzgg li{
 line-height: 40px;
  }
  .jcsy_img{
 margin-top: 25px;
  }
  .Min1{
 padding: 0px 10px;
 padding-bottom: 20px;
  }
  .tab_items{
 padding: 30px;
  }
  .tab_title{
 padding: 25px 0px;
  }
  .tab_title a{
 margin-right: 20px;
 padding: 10px 18px;
 font-size: 16px;
  }
  .tab_items .article_list_tab li.Li_Odd, .tab_items .article_list_tab li.Li_Even{
 width: 100%;
 float: none;
 line-height: 40px;
  }
  .article_list_tab li a, .article_list_tzgg li a{
 display: inline-block;
 width: 68%;
 overflow: hidden;
 white-space: nowrap;
 line-height: initial;
 text-overflow: ellipsis;
  }
} 