* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

.main {
  position: relative;
}

.content {
  position: relative;
  width: 15.84rem;
  margin: 0 auto;
  padding: 1.2rem .1rem 0;
}

/* 标题 */
.content>.title {
  position: relative;
  margin-bottom: .5rem;
  text-align: center;
}

.content>.title .title-EN {
  width: 100%;
  position: absolute;
  top: -.2rem;
  left: 0;
  text-align: center;
  font-size: .48rem;
  line-height: 1.1875;
  font-family: Arial-BoldMT, Arial !important;
  letter-spacing: .03rem;
  color: #00B2FF;
  opacity: .12;
}

.content>.title .title-ZH {
  font-size: .38rem;
  line-height: 1.5;
  font-weight: 600;
  color: transparent;
  text-align: center;
  background: linear-gradient(180deg, #F0F7FF, #3DD4FF);
  background-clip: text;
  -webkit-background-clip: text;
}

.content>.title .title-ZH::before,
.content>.title .title-ZH::after {
  content: '';
  display: inline-block;
  background: url('/static/topic_template/template_chuangkehui/images/title-wrap-l.svg') no-repeat center/100%;
  width: 1.54rem;
  height: .57rem;
  vertical-align: bottom;
}

.content>.title .title-ZH::before {
  margin-right: .24rem;
}

.content>.title .title-ZH::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: .24rem;
}

/* 白色背景标题 */
.white-bg .content>.title .title-EN {
  color: #002AFF;
  opacity: .09;
}

.white-bg .content>.title .title-ZH {
  color: #002AFF;
}

.white-bg .content>.title .title-ZH::before,
.white-bg .content>.title .title-ZH::after {
  background-image: url('/static/topic_template/template_chuangkehui/images/title-wrap2-l.svg');
}

.white-bg .content>.title .title-ZH::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 锚点位置偏移 */
.content>.title .title-ZH>span {
  padding-top: 2rem;
}

/* 查看更多 */
.content>.title .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: .1rem;
  font-size: .18rem;
  color: #fff;
  z-index: 2;
}

.content>.more {
  position: absolute;
  top: .8rem;
  right: .1rem;
  font-size: .18rem;
  line-height: .49rem;
  color: #fff;
  z-index: 2;
}

.content>.more:hover {
  color: #00B2FF;
}

.content>.more-mobile {
  display: none;
}

/* 边框 */
.corner {
  position: absolute;
  padding: 14.5px;
  border-style: solid;
  border-color: #00B2FF;
}

.corner:first-child {
  border-width: 3px 0 0 3px;
  top: -2px;
  left: -2px;
}

.corner:nth-child(2) {
  border-width: 3px 3px 0 0;
  top: -2px;
  right: -2px;
}

.corner:nth-child(3) {
  border-width: 0 0 3px 3px;
  bottom: -2px;
  left: -2px;
}

.corner:nth-child(4) {
  border-width: 0 3px 3px 0;
  bottom: -2px;
  right: -2px;
}


@media screen and (max-width: 768px) {
  .content {
    width: 7.08rem;
    padding: .7rem 0;
  }

  /* 标题 */
  .content>.title {
    text-align: center;
    font-size: .48rem;
    line-height: .67rem;
  }

  .content>.title::before,
  .content>.title::after {
    display: none;
  }

  .content .title .more {
    display: none;
  }

  /* 查看更多 */
  .content>.more {
    display: none;
  }

  .content>.more-mobile {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: .42rem;
    line-height: .42rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    font-size: .3rem;
    margin-top: .4rem;
    z-index: 1;
  }

  .content>.more-mobile::after {
    content: '';
    margin-left: .22rem;
    width: .29rem;
    height: .26rem;
    background: url('/static/topic_template/template_chuangkehui/images/m-more-arrow.png') no-repeat 0 0;
    background-size: 100% 100%;
  }

  .corner {
    display: none;
  }
}
.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.navigation .bg {
  height: 1.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0C1289;
  opacity: 1;
}

.navigation.top .bg {
  background: #00B2FF;
  opacity: .1;
}

.navigation .content {
  height: 1.1rem;
  position: relative;
  z-index: 2;
  padding: 0 .1rem;
}

.navigation .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: .1rem;
  top: 0;
  height: 100%;
}

.navigation .logo img {
  width: 2.68rem;
  height: .8rem;
  display: block;
}

.navigation .nav {
  margin-left: 3.7rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.navigation .nav a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  font-size: .18rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: .44rem;
}

.navigation .nav a:hover {
  color: #00B2FF;
}

.navigation .nav a:last-child {
  margin-right: 0;
}

.navigation .nav-bottons {
  position: absolute;
  right: .1rem;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.navigation .special {
  height: .4rem;
  line-height: .4rem;
  padding: 0 .43rem;
  background: #3C8CFF;
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
}

.navigation .special:hover {
  background: #3CB8FF;
}

.navigation .nav-botton {
  display: none;
}

.navigation-bg-cover {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation .logo img {
    width: 2.95rem;
    height: .88rem;
  }

  .navigation .nav {
    position: absolute;
    left: -5%;
    top: 1.1rem;
    width: 110%;
    margin-left: 0;
    display: none;
  }


  .navigation .nav a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    background: #FFFFFF;
    font-size: .28rem;
    font-weight: 400;
    color: #000;
    padding-left: .32rem;
    border-bottom: 1px solid #E6E6E6;
    margin-right: 0;
  }


  .navigation .nav a:last-child {
    border-bottom: none;
  }

  .navigation .special {
    padding: 0 .3rem;
    font-size: .24rem;
  }



  .navigation .nav-botton {
    display: block;
    width: .32rem;
    height: .32rem;
    padding: .025rem .035rem;
    background: url(/static/topic_template/template_hufu/images/nav-botton.png) no-repeat center center;
    background-size: .27rem .25rem;
    margin-left: .24rem;
  }

  .navigation-bg-cover {
    display: none;
    background: #000;
    opacity: .5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .navigation.trend .nav {
    display: block;
  }

  .navigation.trend .bg {
    background: #1D1D1D;
    opacity: 1;
  }

  .navigation.trend .nav-botton {
    width: .32rem;
    height: .32rem;
    background: url(/static/topic_template/template_hufu/images/nav-close.png) no-repeat 0 0;
    background-size: 100% 100%
  }

}
.news-banner {
    background: no-repeat top/100% 100%;
    position: relative;
    height: 5.7rem;
}

.news-banner .content {
    padding: 0;
}

.news-banner .banner-title {
    position: absolute;
    top: 2.75rem;
    font-size: .48rem;
    line-height: .67rem;
    font-weight: 600;
    color: #fff;
    display: none;
}

.news-banner .crumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}

.news-banner .crumb .content {
    display: -ms-flexbox;
    display: flex;
    padding: .22rem 0 .21rem;
    font-size: .14rem;
    line-height: .2rem;
    color: #1D1D1D;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}

.news-banner .crumb .content :not(:first-child) {
    margin-left: .15rem;
}

.news-banner .crumb .content a {
    color: #1D1D1D;
}

.news-banner .crumb .content a:hover {
    color: #002AFF;
}

.news-banner .crumb .content .home-icon {
    background: url('/static/topic_template/template_hufu/images/home-icon.png') no-repeat center/100% 100%;
    width: .16rem;
    height: .14rem;
}

@media screen and (max-width: 768px) {
    .news-banner {
        background: no-repeat top/100% auto;
        height: auto;
    }

    .news-banner>.content {
        width: 100%;
        height: 6.3rem;
    }

    .news-banner .banner-title {
        display: none;
    }

    .news-banner .crumb {
        position: static;
    }

    .news-banner .crumb .content {
        padding: .4rem 0 .2rem;
        font-size: .24rem;
        line-height: .34rem;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
    }

    .news-banner .crumb .content :nth-child(n+5) {
        display: none;
    }

    .news-banner .crumb .content :not(:first-child) {
        margin-left: .25rem;
    }

    .news-banner .crumb .content .home-icon {
        background: url('/static/topic_template/template_hufu/images/home-icon-m.png') no-repeat center/100% 100%;
        width: .4rem;
        height: .34rem;
    }
}
.list-tab .content {
  padding: 0;
  border-bottom: .01rem solid #E8E8E8;
}

.list-tab .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-tab .tabs a {
  font-size: .3rem;
  font-weight: 600;
  color: #1D1D1D;
  padding: .28rem .2rem;
  margin-right: 2.33rem;
}

.list-tab .tabs a:last-child {
  margin-right: 0;
}

.list-tab .tabs a.current {
  color: #002AFF;
  border-bottom: .03rem solid #002AFF;
}

@media screen and (max-width: 768px) {
  .list-tab {
    border-bottom: .01rem solid #E8E8E8;
  }

  .list-tab .content {
    border-bottom: none;
  }

  .list-tab .tabs a {
    font-size: .36rem;
    margin-right: .65rem;
  }
}
.list-content-wrap .types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-content-wrap .types .item {
  width: 3.8rem;
  height: .48rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  border: .01rem solid #2E3A72;
  font-size: .18rem;
  font-weight: 400;
  color: #1D1D1D;
  margin-right: .13rem;
  box-shadow: .05rem .05rem #CED6EB;
}

.list-content-wrap .types .item.current {
  background-image: linear-gradient(90deg, #0091D0 0%, #3553FF 100%);
  color: #fff;
}

.list-content-wrap .types .item:nth-of-type(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-content-wrap .types .item {
    width: 48%;
    height: .65rem;
    font-size: .28rem;
    margin-bottom: .2rem;
  }
}
.news-list .list .items {
    transition-duration: .3s;
}

.news-list .list .items>a {
    display: grid;
    grid-template-columns: 4.06rem 9.85rem 1.73rem;
    margin-top: .3rem;
    transition-duration: .3s;
}

.news-list .list .items:first-child {
    margin-top: .35rem;
}

.news-list .list .items .image {
    height: 2.3rem;
}

.news-list .list .items .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .list .items .news .hot-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: .28rem;
}

.news-list .list .items .news .hot-news .hot {
    width: 1rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    border-radius: 0 .07rem 0 .07rem;
    background-image: linear-gradient(90deg, #0091D0 0%, #3553FF 100%);
    margin-right: .1rem;
}

.news-list .list .items .news .hot-news .title {
    font-size: .18rem;
    font-weight: 600;
    color: #1D1D1D;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list .list .items .news .hot-news .hot-icon {
    background: url('/static/topic_template/template_hufu/images/hot-icon.png') no-repeat center/100% 100%;
    width: .14rem;
    min-width: .14rem;
    height: .16rem;
    margin-left: .15rem;
}

.news-list .list .items .news {
    padding: .4rem .75rem .4rem .5rem;
}

.news-list .list .items .news .info {
    display: -ms-flexbox;
    display: flex;
    padding: .2rem 0;
    -ms-flex-align: center;
        align-items: center;
    font-size: .16rem;
    line-height: 1.5;
    color: #666666;
}

.news-list .list .items .news .info .author-icon {
    background: url('/static/topic_template/template_hufu/images/author-icon.png') no-repeat center/100% 100%;
    width: .14rem;
    height: .12rem;
}

.news-list .list .items .news .info .click-icon {
    background: url('/static/topic_template/template_hufu/images/click-icon.png') no-repeat center/100% 100%;
    width: .13rem;
    height: .14rem;
    margin-left: .4rem;
}

.news-list .list .items .news .info p {
    margin-left: .15rem;
}

.news-list .list .items .news .brief {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .16rem;
    line-height: 1.75;
    color: #666666;
}

.news-list .list .items .date {
    position: relative;
    padding: .68rem .5rem;
    color: #555555;
    text-align: center;
}

.news-list .list .items .date .line {
    position: absolute;
    left: 0;
    display: block;
    height: .94rem;
    width: .01rem;
    background-color: #C2C2C2;
}

.news-list .list .items .date .day {
    font-size: .6rem;
    line-height: .84rem;
}

.news-list .list .items .date .month {
    margin-top: -.08rem;
    font-size: .16rem;
    font-family: ArialMT;
    line-height: .18rem;
    letter-spacing: .02rem;
}

.news-list .list .items:hover {
    background-color: #FAFAFA;
    box-shadow: 0 .02rem .05rem 0 rgba(0, 0, 0, .22);
}

.news-list>.content>.pager {
    margin-top: .95rem;
    /* height: .44rem; */
}

.news-list .pager .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    height: .44rem;
}

.news-list .pager .content .pager>a {
    display: inline-block;
}

.news-list .pager .content .pager>a,
.news-list .pager .content .number {
    margin-left: .05rem;
    padding: .07rem .26rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #1D1D1D;
    border: .01rem solid #E1E1E1;
}


.news-list .pager .content .pager>a:hover,
.news-list .pager .laypage .pager .number.active {
    padding: .07rem .26rem;
    color: #fff;
    background-color: #003296;
    border: .01rem solid #003296;
}

.news-list .pager .laypage .des {
    margin-right: .3rem;
    line-height: .28rem;
    color: #1D1D1D;
}

.news-list .list .items .date-mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    .news-list .list .items>a {
        grid-template-columns: 3.8rem 1fr;
        margin-top: .3rem;
    }

    .news-list .list .items .image img {
        width: 3.8rem;
        height: 2.1527rem;
    }

    .news-list .list .items .news .hot-news .hot,
    .news-list .list .items .news .hot-news .hot-icon,
    .news-list .list .items .news .brief,
    .news-list .list .items .news .info,
    .news-list .list .items .date {
        display: none;
    }

    .news-list .list .items .news {
        margin-left: .3rem;
        padding: 0;
    }

    .news-list .list .items .news .hot-news .title {
        font-size: .32rem;
        font-weight: 400;
        line-height: .57rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .news-list .pager .content .des,
    .news-list .pager .content .pager .pager-btn {
        display: none;
    }

    .news-list .list .items .date-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: .5rem;
    }

    .news-list .list .items .date-mobile .date-icon {
        background: url('/static/topic_template/template_hufu/images/date-icon.png') no-repeat center/100% 100%;
        width: .16rem;
        height: .16rem;
        margin-right: .2rem;
    }

    .news-list .list .items .date-mobile .date-m {
        font-size: .2rem;
        line-height: 1.5;
        color: #666666;
    }
}
.bottom {
  background-color: #0F1319;
}

.bottom .content {
  padding: 0 .1rem;
}

.bottom .feedback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .5rem .02rem 0;
  border-bottom: 1px solid #3D3D3D;
}

.bottom .feedback .items {
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  margin: 0 1.1rem .5rem;
  -ms-flex-align: center;
      align-items: center;
}

.bottom .feedback .items img {
  width: .48rem;
  height: .48rem;
  margin-right: .18rem;
}

.bottom .feedback .items .detail .title {
  font-size: .16rem;
  line-height: 1.75;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: left;
}

.bottom .feedback .items .detail .desc {
  margin-top: .06rem;
  font-size: .16rem;
  line-height: 1.75;
  color: #ADADAD;
}

.bottom .links-codes {
  position: relative;
  min-height: 2.4rem;
  padding: .36rem 0;
  font-size: .16rem;
  line-height: 1.75;
  color: #ADADAD;
}

.bottom .links-codes .links {
  display: -ms-flexbox;
  display: flex;
  font-size: .16rem;
  line-height: 1.75;
}

.bottom .links-codes .links::before {
  content: '友情链接：';
}

.bottom .links-codes .links a {
  padding: 0 .15rem;
  color: #ADADAD;
  border-left: .02rem solid #ADADAD;
}

.bottom .links-codes .links a:nth-of-type(1) {
  border-left: none;
}

.bottom .links-codes .codes {
  position: absolute;
  top: .36rem;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}

.bottom .links-codes .codes .items {
  width: 1.5rem;
  overflow: hidden;
  text-align: center;
  margin-left: .44rem;
}

.bottom .links-codes .codes .items img {
  width: 1.4rem;
  height: 1.4rem;
}

.bottom .links-codes .codes .items p {
  margin-top: .09rem;
  font-size: .16rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .9);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bottom .links-codes .copyright {
  margin-top: .21rem;
  max-width: 10rem;
}

.bottom .links-codes .copyright p:first-child {
  margin-right: .5rem;
}


.bottom .links-codes .copyright a {
  margin-right: .1rem;
  color: #ADADAD;
}

@media screen and (max-width: 768px) {
  .bottom .content {
    padding: 0;
  }

  .bottom .feedback {
    padding: .5rem 0;
    grid-gap: .3rem;
    gap: .3rem;
  }

  .bottom .feedback .items {
    width: auto;
    min-width: 3rem;
    margin: 0;
    text-align: left;
  }

  .bottom .feedback .items:nth-child(2n+1) {
    margin-right: 1.08rem;
  }

  .bottom .feedback .items img {
    display: none;
  }

  .bottom .feedback .items .detail {
    display: -ms-flexbox;
    display: flex;
  }

  .bottom .feedback .items .detail .title {
    font-size: .28rem;
    line-height: .45rem;
    min-width: 1.2rem;
  }

  .bottom .feedback .items .detail .desc {
    font-size: .24rem;
    line-height: .45rem;
    margin: 0 0 0 .36rem;
  }

  .bottom .links-codes .codes {
    position: static;
    margin: .6rem 0 .34rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    grid-gap: .5rem;
    gap: .5rem;
  }

  .bottom .links-codes .codes .items {
    width: 2.41rem;
    margin: 0;
    overflow: hidden;
  }

  .bottom .links-codes .codes .items img {
    width: 2.41rem;
    height: 2.41rem;
  }

  .bottom .links-codes .codes .items p {
    margin-top: .24rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bottom .links-codes .links {
    display: -ms-flexbox;
    display: flex;
    font-size: .24rem;
    color: #ADADAD;
    grid-gap: .3rem;
    gap: .3rem;
  }

  .bottom .links-codes .links .link-list a {
    padding: 0;
    border-left: none;
    font-size: .24rem;
    min-width: 3rem;
    margin-top: .5rem;
  }

  .bottom .links-codes .links a:nth-of-type(2n+1) {
    margin-right: .3rem;
  }

  .bottom .links-codes .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: left;
        justify-content: left;
    font-size: .24rem;
    line-height: .38rem;
  }

  .bottom .links-codes .copyright p:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {

    /* nav */
    .navigation .special {
        font-size: .18rem;
    }

    /* 赛程安排 */
    .arrange .subtitle {
        font-size: .2rem;
    }

    .arrange .flow .time-point .node {
        font-size: .2rem;
    }

    .arrange .flow .time-point .time {
        font-size: .2rem;
    }

    .arrange .flow .time-point .desc {
        margin-top: .1rem;
        font-size: .18rem;
        line-height: 1.75;
        color: #fff;
        text-align: center;
        opacity: .6;
    }

    /* 赛事公告 */
    .instruction_bulletin .container .items li {
        font-size: .2rem;
    }

    .instruction_bulletin .container .detail li {
        font-size: .18rem;
    }

    /* 赛事新闻 */
    .news .list-item .link {
        font-size: .2rem;
    }

    .news .list-item .time {
        font-size: .18rem;
    }

    /* 高校报道 */
    .news-college .list-item .link {
        font-size: .2rem;
    }

    .news-college .list-item .time {
        font-size: .18rem;
    }

    /* 专家委员会 */
    .committee .swiper-container .item .expert-info .expert-name {
        font-size: .2rem;
    }

    .committee .swiper-container .item .expert-info .expert-title {
        font-size: .18rem;
    }

    /* 大赛亮点 */
    .image-swiper-highlights .swiper-item h5 {
        font-size: .2rem;
    }

    /* 大赛组织 */
    .organization .org-list.text-list .item {
        font-size: .18rem;
    }

    /* 赛事规则说明 */
    .instruction .container .items li {
        padding-left: .7rem;
        font-size: .2rem;
    }

    .instruction .container .detail li * {
        font-size: .18rem;
    }

    /* 晋级名单 */
    .final-list .team .team-list .team-info .name {
        font-size: .2rem;
    }

    .final-list .team .team-list .team-info .org {
        font-size: .18rem;
    }

    .final-list .team.invited .team-list .team-info .name {
        font-size: .2rem;
    }

    .final-list .team.invited .team-list .team-info .org {
        font-size: .18rem;
    }

    /* 决赛结果 */
    .final-result .year>li {
        font-size: .2rem;
    }

    .final-result .result .matches {
        font-size: .18rem;
    }

    .final-result .result .winner-list .winner .teams .team-info .name {
        font-size: .2rem;
    }

    .final-result .result .winner-list .winner .teams .team-info .org {
        font-size: .18rem;
    }

    /* 往届回顾 */
    .review .year>li {
        font-size: .2rem;
    }

    /* 约束与责任 */
    .responsibility .rules {
        font-size: .18rem;
    }

    /* 底部 */
    .bottom .feedback .items .detail .title {
        font-size: .18rem;
    }

    .bottom .feedback .items .detail .desc {
        font-size: .18rem;
        margin-top: 0;
    }

    .bottom .links-codes {
        font-size: .18rem;
    }

    .bottom .links-codes .links {
        font-size: .18rem;
    }

    .bottom .links-codes .codes .items p {
        font-size: .18rem;
    }

    /* common */
    .content>.more {
        font-size: .18rem;
    }

    /* 新闻列表 */
    .news-list .list .items .news .hot-news .hot {
        font-size: .18rem;
    }

    .news-list .list .items .news .hot-news .title {
        font-size: .2rem;
    }

    .news-list .list .items .news .hot-news .hot-icon {
        width: .16rem;
        min-width: .16rem;
        height: .18rem;
    }

    .news-list .list .items .news .info {
        padding: .16rem 0;
        font-size: .18rem;
    }

    .news-list .list .items .news .brief {
        font-size: .18rem;
    }

    /* 新闻详情页 */
    .news-detail .detail-title .subtitle {
        font-size: .18rem;
    }

    .news-detail .content {
        font-size: .18rem;
    }

    .news-detail .content h1,
    .news-detail .content h2,
    .news-detail .content h3 {
        font-size: .22rem;
    }

    .news-detail .content h4,
    .news-detail .content h5 {
        font-size: .2rem;
    }
}

body {
  background: #fff;
}

.list-content-wrap>.content{
  padding: .4rem .1rem .8rem;
}