.shi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.shi .box {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shi .box .list {
  width: 100%;
}

.shi .box .list .active {
  background-image: url("../images/selected-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.shi .box .list .active .time {
  color: #fff !important;
}

.shi .box .list .active .arrow {
  width: 26px;
  height: 2px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_w.png");
  background-size: contain;
}

.shi .box .list > a > div {
  /*
  background-position-y: -5000px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  height: 155px;
  background-color: #5aa0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: none;
  background-color: #eeeeee;
  color: #000000;*/
  margin-bottom: 0px;
  width: 100%;
  font-size: 22px;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  background-position-y: 0;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.shi .box .list > a > div .time {
  font-size: 20px;
  color: #7b7777;
  line-height: 30px;
  
}

.shi .box .list > a > div .arrow {
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_b.png");
  background-size: contain;
}

.shi .box .list > a:last-child {
  margin-bottom: 0;
}

.shi .box .list > a > div:hover {
  background-position-y: 0;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
  
  color: #fff;
  font-size: 26px;
}

.shi .box .list > a > div:hover .time {
  color: #fff !important;
}

.shi .box .list > a > div:hover .arrow {
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_w.png");
  background-size: contain;
}

.sub-title {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  background-image: url(../images/title_bg2.png);
  width: 330px;
  height: 106px;
  line-height: 106px;
  color: #fff;
}

.list .more {
  margin-top: 70px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 35px;
  width: 166px;
  height: 35px;
  border: 1px #a6a1a7 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}

.list .more img {
  margin-left: 8px;
  width: 15px;
  height: 6px;
}

.list .more:hover {
  color: rgba(0, 0, 0, 0.5);
}