@charset "utf-8";

/* css document */

/*专题页样式*/
.wrap .wrap-main h1{
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 72px;
  margin-top: 50px;
}
.wrap .wrap-main .btn-main{
  float: left;
  width: 100%;
  text-align: center;
  margin: 300px 0 50px;
}
.wrap .wrap-main .btn-main a{
  display: inline-block;
  padding: 0 45px;
  width:auto;
  height: 51px;
  border:2px solid #fff;
  color: #272727;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  background: transparent;
  border-radius: 27.5px;
  margin:0 7.5px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}
.wrap .wrap-main .btn-main a.sign{
  color: #b81d22;
}
.wrap .wrap-main .btn-main a:hover{
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}
.wrap .wrap-main .tit{
  float: left;
  width:194px;
  height: 83px;
  margin:20px 503px 0;
}
.wrap .wrap-main .scr-box{
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  /*-webkit-box-shadow: 0 1px 10px #3270e5;*/
  /*box-shadow: 0 1px 10px #3270e5;*/
  margin-bottom: 55px;
}
/*赛事安排*/
.arrange .tit{
  background: url(../../../image/bakActivity/stu/arrange.png) no-repeat;
}
.arrange-box{
  float: left;
  width: 100%;
}
.arrange-box ul{
  float: left;
  width: 100%;
  margin:60px 0 95px;
  text-align: center;
}
.arrange-box ul li{
  display:inline-block;
  width: 180px;
  text-align: center;
  margin-right:11px;
  position: relative;
}
.arrange-box ul li img{
  display: inline-block;
  width:80px;
  height: 80px;
}
.arrange-box ul li b{
  display: inline-block;
  width:100%;
  color: #323232;
  font-size: 16px;
  margin-top: 12px;
}
.arrange-box ul li span{
  display: inline-block;
  width:100%;
  color: #323232;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  margin-top: 7px;
}
.arrange-box ul li i.line{
  float: left;
  width:56px;
  height: 12px;
  background: url(../../../image/bakActivity/stu/line.png) no-repeat;
  position: absolute;
  left: -41px;
  top: 36px;
}
/*活动简介*/
.briefintro .tit{
  background: url(../../../image/bakActivity/stu/syn.png) no-repeat;
}
.briefintro-box{
  float: left;
  width: 1120px;
  margin:35px 40px 50px;
}
.briefintro-box p{
  float: left;
  width: 100%;
  color: #323232;
  font-size: 16px;
  line-height: 36px;
}
.briefintro-box span{
  float: left;
  width: 100%;
  color: #323232;
  font-size: 16px;
  line-height: 36px;
  text-indent:15px;
}
/*相关附件*/
.wrap .wrap-main .enclosure{
  margin-bottom: 100px;
}
.enclosure .tit{
  background: url(../../../image/bakActivity/stu/annex.png) no-repeat;
}
.enclosure-box{
  float: left;
  width: 1120px;
  margin:35px 40px 30px;
}
.enclosure-box ul{
  float: left;
  width: 100%;
}
.enclosure-box ul li{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.enclosure-box ul li i{
  float: left;
  width:20px;
  height: 23px;
  background: url(../../../image/bakActivity/stu/fj-icon.png) no-repeat;
  margin-right: 10px;
}
.enclosure-box ul li a{
  float: left;
  width: auto;
  max-width: 1090px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.enclosure-box ul li a:hover{
  text-decoration: underline;
  color: #4286f5;
}

.tc-infor{
  width:400px;
  height: auto;
  border-radius: 5px;
  background: #fff;
  display: none;
}
.tc-infor .main-title {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #b7d3f3;
  background: #f2f8ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tc-infor .main-title h3 {
  line-height: 45px;
  font-size: 16px;
  color: #333;
  float: left;
  text-indent: 20px;
}
.tc-infor .main-title i.close {
  width: 14px;
  height: 14px;
  float: right;
  background: url(/image/common/tc-close-icon.png)-10px -10px no-repeat;
  margin-top: 15px;
  margin-right: 20px;
}
.tc-infor .main-title i.close:hover {
  background: url(/image/common/tc-close-icon.png)-10px -60px no-repeat;
  cursor: pointer;
}
.tc-infor .tc-main {
  float: left;
  width: 350px;
  margin:40px 25px 0;
  padding-bottom: 20px;
}
.tc-infor .tc-main ul{
  float: left;
  width: 100%;
  height: auto;
}
.tc-infor .tc-main ul li{
  float: left;
  width: 100%;
  height: auto;
}
.tc-infor .tc-main ul li samp{
  float: left;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height:32px;
  width: 75px;
  text-align: right;
}
.tc-infor .tc-main ul li span{
  float: left;
  color: #333;
  font-size: 14px;
  line-height:32px;
}
.tc-infor .tc-main p{
  float: left;
  width: 100%;
  height: 35px;
  border-radius: 17.5px;
  line-height: 33px;
  text-align: center;
  color: #ff2b01;
  font-size: 14px;
  background: #ffe9e2;
  margin-top: 16px;
}

.tc-infor .tc-main ul li.my_team_li:first-child{
  margin-top: 0px;
}
.tc-infor .tc-main ul li.my_team_li{
  margin-top: 30px;
  cursor: pointer;
  border: grey 1px solid;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tc-infor .tc-main ul li.my_team_li:hover{
  color: #0dafea;
  border: #0dafea 1px solid;
}
.tc-infor .tc-main ul li.my_team_li span{
  float: none;
  color: red;
  line-height: normal;
}

.tc-main .btn-main{
  float: left;
  width: 100%;
  text-align: center;
  margin: 35px 0 15px;
}
.tc-main .btn-main button{
  width:118px;
  height: 33px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background: #00c177;
  border: 1px solid #00c177;
  border-radius: 2px;
}
.tc-main .btn-main button.qx{
  color: #00c177;
  background: #fff;
  margin-right: 15px;
}
.tc-main .btn-main button:hover {
  background-color: #01B26E;
  color: #fff;
}