@font-face {
  font-family: 'DINCond';
  src:  url('../../../static/fonts/DINCond-Bold.otf?6n8el8');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
section{
  background: #ffffff;
}
.about-content{
  padding-top:0.2rem;
  border-bottom: 6px solid #f5f5f5;
}
.about-content .content{
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #666666;
}
.about-content .content p{
  margin-bottom: 0.2rem;
  text-indent: 0.6rem;
}
.course-content .course{
  position:relative;
  overflow: hidden;
  padding-top: 48px;
  margin-top: 20px;
  padding-bottom: 40px;
  /* height: 1909px; */
}
.course-content .course:after{
  content: '';
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid #c2c2c2;
  position: absolute;
  top: 0px;
  left: 10%;
  z-index: 99;
  background: #ffffff;
  margin-left: -7px;
  z-index: 1;
}
.course-content .course:before {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: 10%;
    top: 0;
    display: inline-block;
    background: #dddddd;
}
.course-content .year{
    width: 100%;
    padding: 20px 30px 0 12%;
    margin: 0 50px 0 0;
    float: left;
    position: relative;
}

.course-content .end{
  font-size: 14px;
  color: #666666;
  position: absolute;
  bottom: 0px;
  background: #ffffff;
  height: 50px;
  line-height: 60px;
  left: 10%;
  margin-left: -26px;
  height: 40px;
}
.course-content .year .round{
  height: 14px;
  width: 14px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #9D496B;
  position:absolute;
  left: 0.6rem;
  top: 28px;
}
.course-content .year .round::before{
  content:'';
  display:inline-block;
  position:absolute;
  left: 3px;
  border-radius: 50%;
  height:8px;
  background:#9D496B;
  width: 8px;
  top: 3px;
}
.course-content .year::before{
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #00bafa;

}
.course-content .year .year-logo{
    float: left;
    margin-top: -10px;
    margin-left: 26px;
}
.course-content .year .year-logo img{
  width: 1.4rem;
  height: 1.4rem;
}


.course-content .year .year-logo img{
  margin-right:10px
}
.course-content .year .year-text{
  background-color: white;
  display: inline-block;
  width: 280px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 28px;
  float: left;
  padding-left: 26px;
  margin-bottom: 0.3rem;
}

.course-content .year .date{
  font-size: 0.6rem;
  color: #333333;
  height: 0.8rem;
  font-family: "DINCond";
}
.course-content .year .obtain{
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.hot-game{
  border-top: 6px solid #f5f5f5;
}


/* Business */
.partner-wapper{
  padding-top: 0.2rem;
}
.partner-content{
  width: 93%;
  margin:0 auto;
  height: 3rem;
}
.partner-content li{
  width: 2.19rem;
  float: left;
  margin-right: 0.2rem;
  height: 1.38rem;
}
.partner-content li:nth-child(3n) {
  margin-right:0
}

.partner-content li img{
  max-width:100%
}

.capital-wapper{
  background: #ffffff;
  padding-bottom: 0.3rem;
}
.capital{
  position: relative;
  padding-top: 0.6rem;
  background: #f5f5f5;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 7px;
  padding-bottom: 0.2rem;
}
.t-name{
    position: absolute;
    top: 0;
    width: 50%;
    left: 50%;
    height: 36px;
    line-height: 36px;
    font-size: 0.3rem;
    text-align: center;
    color: #ffffff;
    transform: translateX(-50%);
}
.ts-pratenr{
  background: url(../images/tag-tianshi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.zl-pratenr{
  background: url(../images/tag-tianshi2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.capital .game_content article{background: #f5f5f5;margin-bottom: 0;padding-bottom: 0;}

.investor-wapper{
    padding-bottom: 0.3rem;
}
.investor-content{
    font-size: 0.26rem;
    width: 92%;
    margin: 0 auto;
    color: #333333;
}
.investor-content div{
    line-height: 0.4rem;
}


/* 加入我们 */
.join-list{
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.join-list li{
    width: 3.35rem;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
.join-list li:nth-child(2n){
  margin-right:0
}
/*.job-content li a{*/
/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*  -webkit-flex-direction: column;*/
/*  -moz-box-orient: vertical;*/
/*  -moz-box-direction: normal;*/
/*  -ms-flex-direction: column;*/
/*  flex-direction: column;*/
/*  -webkit-box-pack: justify;*/
/*  -webkit-justify-content: space-between;*/
/*  -moz-box-pack: justify;*/
/*  -ms-flex-pack: justify;*/
/*  justify-content: space-between;*/
/*  background-color: #fff;*/
/*  text-align: left;*/
/*  -webkit-transition: background-color 0.3s;*/
/*  -o-transition: background-color 0.3s;*/
/*  -moz-transition: background-color 0.3s;*/
/*  transition: background-color 0.3s;*/
/*  padding-bottom: 0.2rem;*/
/*}*/
.job-content li .h5JoInBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    text-align: left;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding-bottom: 0.2rem;
}
.job-content li  .job-title{
    position: relative;
    display: inline-block;
}
.job-content li .job-title:hover span{
    color:#9D496B
}
.job-content li  .job-title span{
    display: -webkit-box;
    height: 1rem;
    font-size: 24px;
    line-height: 28px;
    color: #222831;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
    line-height: 1rem;
    font-size: 0.3rem;
    /*text-indent: 0.2rem;*/
    text-align: center;
    margin-top: 10px;
}
.job-content .job-type{
  line-height: 20px;
  font-size: 0.25rem;
  color: #999999;
  /*text-indent: 0.2rem;*/
    text-align: center;
}

.job-content .job-type span{
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #dddfe3;
    float: left;
}

.job-content .job-type span:last-child{
        border-right: none;
        margin-right: 0;
}

.job-type a{
    text-align: center;
    display: inline-block;
    margin: 0.2rem 0;
    padding: 0.05rem 0.2rem;
    text-align: center;
    background: #9D496B;
    border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.Welfare-content{
  background: #ffffff;
}
.Welfare-content .details{
  text-align: center;
  margin-left: 0;
  font-size: 0.26rem;
  color: #666666;
  min-height: auto;
  margin-bottom: 0.3rem;
}

/* 联系我们 */
.news-list{

}

.contact-wapper{
  width:92%;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 0.6rem;
}

.news-list li{
  background: #ffffff;
  float: left;
  width: 100%;
  height: 2rem;
  margin-bottom: 6px;
}

.news-list .new-images{
  width: 2rem;
  float: left;
  text-align: center;
  line-height: 2rem;
}
.news-list .new-images img{
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
}
.news-list .texts{
  margin-left: 2rem;
  padding-top: 0.6rem;
}
.news-list .title{
  font-size: 0.4rem;
}
.news-list .details{
  font-size: 0.3rem;
  color: #999999;
}
