body {
  user-select: none;
}

a {
  color: #333;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: '020';
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.inbox {
  width: 1200px;
}

.banner img {
  display: block;
  width: 100%;
}

.cont {
  margin: 30px auto;
}

.dqwz {
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  background: #ededed url(dqwz.png) no-repeat 10px center;
}

.xxlb_lr {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xxlb_l {
  width: 270px;
}

.xxlb_l li {
  padding-right: 14px;
  height: 80px;
  margin-bottom: 10px;
}

.xxlb_l li a {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.00deg, #fff 0%, #ececec 100%);
  border: 1px solid #e2e2e2;
  padding: 10px;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xxlb_l li:hover,
.xxlb_l .active {
  background: url(acimg.png) no-repeat center;
  background-size: 100% 100%;
}

.xxlb_l li:hover a,
.xxlb_l .active a {
  background: none;
  border: none;
  font-weight: bold;
  color: #fff;
}

.xxlb_r {
  width: 900px;
}

.xxlb_r ul li {
  height: 55px;
  padding: 10px 25px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
}

.xuh {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #c7c7c7;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
}

.xxlb_r li a {
  display: block;
  width: 630px;
  line-height: 35px;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timer {
  font-size: 16px;
  line-height: 60px;
  color: #999;
}

.xxlb_r ul li:hover {
  background: #f0f6ff;
  border-left: 4px solid #2f58aa;
}

.xxlb_r ul li:hover .xuh {
  background: #2f58aa;
  color: #fff;
}

.xxlb_r ul li:hover a {
  font-weight: bold;
  color: #2f58aa;
}

@media (max-width: 768px) {
  .cont {
    margin: 2vw auto;
  }

  .inbox {
    width: 100%;
    padding: 2vw;
    margin-top: 0;
  }

  .dqwz {
    background: #ededed;
    height: auto;
    padding: 0 2vw;
  }

  .dqwz a {
    font-size: 4vw;
    line-height: 9vw;
  }

  .xxlb_lr {
    margin-top: 3vw;
  }

  .xxlb_l {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .xxlb_l li {
    width: 49%;
    padding-right: 0;
    height: auto;
    margin-bottom: 2vw;
  }

  .xxlb_l li:hover,
  .xxlb_l .active {
    background: #3059ab;
  }

  .xxlb_l li a {
    padding: 0 2vw;
    font-size: 4vw;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .xxlb_r {
    width: 100%;
    margin-top: 4vw;
  }

  .xuh {
    display: none;
  }

  .xxlb_r ul li {
    height: auto;
    padding: 0;
    margin-bottom: 2vw;
  }

  .xxlb_r li a {
    width: 70%;
    line-height: 2;
    font-size: 4vw;
  }

  .timer {
    font-size: 4vw;
    line-height: 2;
  }












}