
.nav-cont {
    padding-top: 0.8rem;
    background-color: #f8f8f8;
}

.t-a {
    padding-top: .6rem;
    padding-bottom: .4rem;
}

.t-cont {
    width: 17.7rem;
    max-width: 92%;
    margin: 0 auto;
}

.t-titles {
    text-align: center;
    font-weight: bold;
    color: #333333;
    padding-bottom: .3rem;
}

.t-abstract {
    text-align: center;
    color: #555555;
    line-height: 1.3;
    margin-bottom: .6rem;
}

.t-list {
    width: 100%;
}

.t-top {
    width: 100%;
    position: relative;
    padding: 0 1rem;
}

.t-top:after {
    content: '';
    position: absolute;
    bottom: .17rem;
    left: 0;
    width: 100%;
    height: .01rem;
    background-color: #dcdcdc;
}

.t-b {
    width: 100%;
}

.t-nav {
    width: 2.1rem;
    padding-bottom: .17rem;
    margin-right: .7rem;
}

.t-year {
    display: block;
    cursor: pointer;
    width: 100%;
    padding-bottom: .25rem;
    border-bottom: .02rem solid #000033;
    font-weight: bold;
    color: #333333;
}

.t-nav.swiper-slide-active .t-year {
    color: #da291c;
    border-bottom: .02rem solid #da291c;
}

.t-prev {
    left: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: .34rem;
    height: .34rem;
    background-color: #e8e8e8;
    background-image: url(/static/home/images/g23-b.png);
    background-size: .08rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.t-prev:hover {
    background-color: #da291c;

}

.t-next {
    transform: rotate(-180deg);
    right: 0;
    top: auto;
    bottom: 0;

    margin-top: 0;
    width: .34rem;
    height: .34rem;
    background-color: #e8e8e8;
    background-image: url(/static/home/images/g23-b.png);
    background-size: .08rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.t-next:hover {
    background-color: #da291c;

}

.t-bottom {
    width: 100%;
    padding: 0 1rem;
}

.t-container {
    width: 100%;
}

.t-item {
    width: 2.1rem;
    margin-right: .7rem;
}

.t-one {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-top: .25rem;
}

.t-img {
    width: 100%;
    margin-bottom: .2rem;
}

.t-img img {
    width: 100%;
}

.t-text {
    color: #333333;
    line-height: 2;
}

@media(max-width: 750px) {
    .t-a {
        width: 100%;
    }

    .t-top {
        padding: 0 .8rem;
    }

    .t-nav {
        width: calc(50% - .15rem);
        margin-right: .3rem;
    }

    .t-bottom {
        width: 100%;
        padding: 0 .8rem;
    }

    .t-item {
        width: calc(50% - .15rem);
        margin-right: .3rem;
    }
}

/* .mq-navbox {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 18;
}

.mq-nav {
    display: inline-block;
    vertical-align: middle;
    border-bottom: .02rem solid transparent;
    padding: .12rem 0;
    position: relative;
    cursor: pointer;
    color: #999999;
    margin: 0 .3rem .35rem;
}

.mq-nav:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -.45rem;
    margin-top: -.09rem;
    width: .03rem;
    height: .18rem;
    background-color: #eee;
}

.mq-nav:last-child:after {
    display: none;
}

.mq-nav:before {
    display: none;
    content: '';
    position: absolute;
    bottom: -.1rem;
    left: 50%;
    margin-left: -.05rem;
    width: .11rem;
    height: .1rem;
    background-image: url(/static/home/images/g25.png);
    background-size: .11rem auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.mq-nav:hover {
    border-bottom: .02rem solid #0f69ce;
    color: #222222;
}

.mq-nav:hover:before {
    display: block;
}

.mq-nav.active {
    border-bottom: .02rem solid #0f69ce;
    color: #222222;
}

.mq-nav.active:before {
    display: block;
} */


.mq-navbox {
  text-align: center;
    position: relative;
  z-index: 10;
}
.mq-navbox .swiper-container {
  display: inline-block;
  max-width: 100%;
  padding: 0.2rem 0;
}
.mq-navbox .nsw {
  width: auto;
  border-bottom: 0.02rem solid transparent;
  padding: 0.12rem 0;
  position: relative;
  cursor: pointer;
  color: #999999;
  margin: 0 0.3rem 0.35rem;
}
.mq-navbox .nsw:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.3rem;
  margin-top: -0.09rem;
  width: 0.03rem;
  height: 0.18rem;
  background-color: #eee;
}
.mq-navbox .nsw:last-child:after {
  display: none;
}
.mq-navbox .nsw:before {
  display: none;
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.05rem;
  width: 0.11rem;
  height: 0.1rem;
  background-image: url(/static/home/images/g25.png);
  background-size: 0.11rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.mq-navbox .nsw:hover {
  border-bottom: 0.02rem solid #0f69ce;
  color: #222222;
}
.mq-navbox .nsw:hover:before {
  display: block;
}
.mq-navbox .nsw.active {
  border-bottom: 0.02rem solid #0f69ce;
  color: #222222;
}
.mq-navbox .nsw.active:before {
  display: block;
}
