.container{
    background-image: url('../image/m_main_back.png');
    width: 100%;
    overflow: hidden;
}
.container .m_header {
    width: 100%;
    height: 12vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.container .m_header ul {
    width: 100%;
    height: 100%;
    padding: 0 2.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .m_header ul li {
    position: relative;
    font-family: SourceHanSansSC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 0px;
	color: #000000;
}
.container .banner{
    width: 100%;
    height: 250px;
    position: relative;
}
.container .banner img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.banner .btn{
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: 299px;
    height: 43px;
    background-image: linear-gradient(0deg, #db8d63 0%, #edc1a8 60%, #fff5ec 100%), 
    linear-gradient(#0d1f3e, #0d1f3e);
    background-blend-mode: normal, normal;
    border-radius: 19px;
    border: solid 1px #ffdd98;
    font-family: SourceHanSansSC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 3px;
    color: #ffffff;
    /* box-shadow: 0px 0px 3px 0px rgba(174, 62, 0, 0.69); */
    z-index: 2;
    text-align: center;
  }
  /* 通用标题 */
  .title_public{
    display: flex;
    justify-content: center;
    margin: 27px auto 18px;
    /* text-align: center; */
  }
  .title_public div{
    align-content: center;
    /* display: inline-block; */
  }
  .title_public img{
    width: 36px;
    height: 34px;
  }
  .title_public div:nth-child(2){
    font-family: SourceHanSansSC-Bold;
      font-size: 23px;
      /* font-weight: normal;
      font-stretch: normal; */
      line-height: 33px;
      letter-spacing: 1px;
      color: #fff;
    margin-left: 7px;
  }
  /* 新闻列表 */
  .news-list-container{
    overflow: hidden;
    padding: 0 13px;
  }
  .news-list-container .list{
    width: 100%;
  }
  .news-list-container .list .item{
    height: 92px;
    background-image: linear-gradient(180deg, #fcedea 0%, #fef6f5 60%, #ffffff 100%), 
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 7px;
    margin-bottom: 13px;
    padding: 15px 24px 14px 9px;
    display: flex;
    justify-content: space-between;
  }
  .news-list-container .list .item .img-container{
    width: 96px;
    height: 63px;
  }
  .news-list-container .list .item .img-container img{
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .news-list-container .list .item .content-container{
    width: 194px;
  }
  .news-list-container .list .item .content-container p:nth-child(1){
    font-family: SourceHanSansSC-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
  }
  .news-list-container .list .item .content-container p:nth-child(2){
	font-family: SourceHanSansSC-Normal;
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #151515;
  }
  .more{
    width: 82px;
	height: 24px;
	background-color: #b81e24;
	border: solid 1px #ffffff;
    font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.9;
    margin: 0 auto;
    text-align: center ;
  }
  .bg{
    padding: 0 13px;

  }
  .bg .content{
    background-image: linear-gradient(180deg, #fcedea 0%, #fef6f5 60%, #ffffff 100%), linear-gradient(126deg, #fcecea 0%, #fefefe 100%);
    background-blend-mode: normal, normal;
    border-radius: 24px;
    padding: 20px 15px;
    font-family: SourceHanSansSC-Regular;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #262626;
    text-indent: 2em;
  }
  /* 组织机构 */
  .zz{
    overflow: hidden;
    padding: 0 13px;
  }

  .zz .zz-list-container{
    width: 100%;
    padding: 0 15px 21px;
    /*margin-bottom: 67px;*/
    background-image: linear-gradient(180deg, #fcedea 0%, #fef6f5 60%, #ffffff 100%), linear-gradient(126deg, #fcecea 0%, #fefefe 100%);
    background-blend-mode: normal, normal;
    border-radius: 24px;
    overflow: hidden;
  }
  .zz .zz-list-container .item{
    margin-top: 15px;
  }
  .zz .zz-list-container .item div{
    display: block;
    padding-left: 28px;
    color: #262626;
  }
  .zz .zz-list-container .item div:nth-child(1){
    background-image: url('../image/zz_icon.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
    margin-bottom: 10px;
    vertical-align: bottom;
    overflow: hidden;
  }
  .zz .zz-list-container .item div:nth-child(1) span{
    display: block;
    height: 16px;   
    vertical-align: bottom;
    line-height: 21px;
    letter-spacing: 2px;
	color: #262626;
    font-family: SourceHanSansCN-Bold;
  }
  .zz .zz-list-container .item div:nth-child(2) p{
	font-family: SourceHanSansCN-Regular;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 1px;
	color: #262626;
  }

  /* 大赛详情 */
.xq{
    width: 100%;
    padding: 0 13px;
  }
  .xq .xq-container{
    width: 100%;
    border-radius: 24px;
    padding: 7px 19px;
    background-image: linear-gradient(180deg, #fcedea 0%, #fef6f5 60%, #ffffff 100%), linear-gradient(126deg, #fcecea 0%, #fefefe 100%);
    overflow: hidden;
  }
  .xq .xq-container .item{
    margin-top: 20px;
  }
  .xq .xq-container .item .title-container{
    display: flex;
    margin-bottom: 11px;
  }
  .xq .xq-container .item .title-container span{
    display: inline-block;
  }
  .xq .xq-container .item .title-container span:nth-child(1){
    width: 21px;
    height: 23px;
    background-image: url('../image/xq_icon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 19px;
    font-family: SourceHanSansSC-Regular;
      font-size: 11px;
      letter-spacing: 0px;
      color: #ffffff;
    padding-bottom: 4px;
  }
  .xq .xq-container .item .title-container span:nth-child(2){
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 2px;
	color: #262626;
    margin-left: 8px;
  }
  .xq .xq-container .item .content{
	font-family: SourceHanSansSC-Regular;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #262626;
      margin-bottom: 23px;
  }
  /* 时间安排 */
  .time{
    width: 100%;
    padding: 0 13px;
  }
  .time .time-container{
    background-blend-mode: normal, normal;
    border-radius: 24px;
    padding: 30px 20px 15;
    background-color: #fdf3f1;
    position: relative;
  }
  .time .time-container .item-container{
    display: flex;
    /* align-items: center; */
    /*height: 52px;*/
    margin-bottom: 15px;
  }
  .time .time-container .item-container .icon{
    width: 10px;
    height: 10px;
    margin-left: 10px;
    z-index: 2;
    margin-top: 15px;
  }
  .time .time-container .item{
      width: 275px;
      height: 100%;
      line-height: 52px;
      background-color: #fee2d0;
      border-radius: 25px;
      /* opacity: 0.26; */
      margin-left: 30px;
      text-align: center;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      background-image: url(../image/m_time_back.png);
      background-size: 10px 10px;
      background-repeat: no-repeat;
      background-position: -55px;
  }
  .time .time-container .item p:nth-child(1){
    width: 100%;
    font-family: SourceHanSansCN-Bold;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 2px;
	color: #a13f43;
  }
  .time .time-container .item p:nth-child(2){
    width: 100%;
	font-family: SourceHanSansCN-Regular;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 1px;
	color: #262626;
  }
   .time-container .link{
        position: absolute;
        width: 2px;
        height: 840px;
        background-color: #ffa14f;
        left: 39px;
   }
   /* 奖项设置 */
   .back-container{
    width: 100%;
    padding: 0 13px;
   }
   .back-container .js-content{
        background-image: linear-gradient(180deg, #fcedea 0%, #fef6f5 60%, #ffffff 100%), linear-gradient(126deg, #fcecea 0%, #fefefe 100%);
        background-blend-mode: normal, normal;
        border-radius: 24px;
        padding: 0 15px;
        overflow: hidden;
        margin-bottom: 14px;
   }
    .jx .js-content-title {
        display: flex;
        justify-content: center;
        margin: 23px auto 17px;
        position: relative;

    }
    .jx .js-content-title div:nth-child(1){
        width: 35px;
        height: 29px;
        line-height: 40px;
        background-image: url('../image/award_title_icon.png');
        background-size: 100% 100%;
        text-align: center;
        font-family: SourceHanSansCN-Bold;
        font-size: 19px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 19px;
        letter-spacing: 0px;
        color: #b01c1c;

        padding-bottom: 10px;
    }
    .jx .js-content-title div:nth-child(2){
        font-family: SourceHanSansCN-Bold;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #b01c1c;
        margin-left: 7px;
        z-index: 2;
    }
    .jx .js-content-title div:nth-child(3){
      position: absolute;
      bottom: 2px;
      width: 77px;
      height: 6px;
      background-image: linear-gradient(90deg, #fdb9b9 0%, #fedcc8 60%, #ffffd7 100%), linear-gradient(#a61f24, #a61f24);
      background-blend-mode: normal, normal;
      border-radius: 3px;
      background-size: 100% 6px;
      left: 45%;
  }
  .js-content .js-content-container .item{
    margin-bottom: 10px;
    border-radius: 9px;
    text-align: center;
    height: 61px;
    background-image: url('../image/m_award_back_1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .js-content .js-content-container .item p:nth-child(1){
    font-family: SourceHanSansCN-Bold;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #a13f43;
    margin-top: 6px;
  }
  .js-content .js-content-container .item p:nth-child(2){
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
  }
  .js-content .js-content-tip{
    font-family: SourceHanSansSC-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #262626;
    margin-bottom: 23px;
  }
  .back-container .js-content:nth-child(2) .js-content-container .item{
    background-image: url('../image/m_award_back_2.png');
  }
  .fy,.other,.jd,.lx{
    width: 100%;
    padding: 0 13px;
  }
  .fy .content,.other .content,.jd .content,.lx .content{
    padding: 15px 15px;
    background-image: linear-gradient(180deg, #fcedea 0%, #fef6f5 60%, #ffffff 100%), linear-gradient(126deg, #fcecea 0%, #fefefe 100%);
	  background-blend-mode: normal, normal;
	  border-radius: 24px;
    font-family: SourceHanSansSC-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #262626;
  }
  /* 联系方式 */
  .lx .content{
    line-height: 27px;
  }
  .sub{
    width: 299px;
    height: 43px;
    line-height: 43px;
    background-image: linear-gradient(0deg, #db8d63 0%, #edc1a8 60%, #fff5ec 100%), linear-gradient(#0d1f3e, #0d1f3e);
    background-blend-mode: normal, normal;
    border-radius: 19px;
    border: solid 1px #ffdd98;
    font-family: SourceHanSansSC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(174, 62, 0, 0.69);
    text-align: center;
    margin: 28px auto 62px;
  }