.lis_top {
  width: 100%;
  height: 220px;
  background: url(../image/bg-list.png) no-repeat;
  background-size: 100% 100%;
}
.btop > h1 {
  height: 60px;
  font-size: 54px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  margin-top: 88px;
}

.list {
  margin-top: 50px;
}
.bt {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d8d8d8;
}
.bt h2 {
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #165fa6;
  line-height: 28px;
  display: inline-block;
}
.list_nr li {
  height: 110px;
  background: #f6f8ff;
  padding: 10px 20px;
  margin-bottom: 13px;
  margin-top: 20px;
}
.list_nr li:last-of-type {
  margin-bottom: 0px;
}
.list_nr .ss_fl {
  width: 70px;
  text-align: center;
  position: relative;
}
.list_nr .ss_fl::after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0px;
  right: -20px;
  height: 100%;
  width: 1px;
  background-color: #cab6f6;
}
.list_nr .ss_fl h1 {
  height: 54px;
  background: #165fa6;
  font-size: 36px;
  font-family: Calibri;
  font-weight: bold;
  color: #ffffff;
  line-height: 55px;
}
.list_nr .ss_fl span {
  margin-top: 10px;
  display: block;
  height: 24px;
  line-height: 24px;
  background: #cab6f6;
}
.list_nr .ss_fr {
  width: 1040px;
}
.list_nr .ss_fr a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
}

.list_nr .ss_fr p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 25px;
}

.list_nr li:hover {
  background-color: #165fa6;
}

.list_nr li:hover .ss_fl h1 {
  background-color: #ffffff;
  color: #165fa6;
}
.list_nr li:hover .ss_fl span {
  background-color: #ffffff;
}
.list_nr li:hover .ss_fr a,
.list_nr li:hover .ss_fr p {
  color: #fff;
}

/* 赛事视频 */
.shsp_nr {
  margin-top: 30px;
}
.shsp_nr li {
    width: 268px;
    text-align: center;
    float: left;
    margin-right: 42px;
    margin-bottom: 40px;
}
.shsp_nr li:nth-child(4),.shsp_nr li:nth-child(8),.shsp_nr li:nth-child(12){
    margin-right: 0px;
}
.shsp_nr li a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.shsp_nr li a:hover{
    color: #165fa6;
    font-weight: bold;
}
.sp_img {
  height: 185px;
  position: relative;
}
.sp_img img{
    width: 268px;
    
    height: 178px;

}
.sp_img i {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(../image/icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
