.years-bar {
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  margin-bottom: 35px; }
  .years-bar .btn {
    display: block;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0; }
  .years-bar .prev {
    left: 0;
    background: url("../img/arrow-left1.png") no-repeat center 5px;
    background-size: 15px auto; }
  .years-bar .next {
    right: 0;
    background: url("../img/arrow-right1.png") no-repeat center 5px;
    background-size: 15px auto; }
  .years-bar .box {
    width: 910px;
    margin: 0 auto;
    overflow: hidden; }
  .years-bar .years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .years-bar .years a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    display: inline-block;
    font-size: 36px;
    color: #AAAAAA;
    width: 130px;
    text-align: center;
    line-height: 1;
    position: relative;
    padding: 0 0 35px; }
  .years-bar .years a.active {
    color: #E00B1A;
    font-weight: bold; }
  .years-bar .years a.active::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    background: #E00B1A;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .years-bar {
    margin-bottom: 20px; }
    .years-bar .box {
      width: 100%;
      overflow-x: auto; }
    .years-bar .years a {
      font-size: 18px;
      width: 70px;
      padding-bottom: 15px; }
    .years-bar .years a.active::after {
      width: 60px; } }
