.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yui_flex_list {
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.yui_flex_list:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ebebeb;
}
.yui_flex_list:first-child:after {
  border: none;
}
.yui_flex_list.yui_flex_list_jumpto .yui_flex_list_ft:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.yui_flex_list .yui_flex_list_hd {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.yui_flex_list .yui_flex_list_bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.yui_flex_list .yui_flex_list_bd ul {
  margin-left: 4%;
}
.yui_flex_list .yui_flex_list_bd ul li {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.yui_flex_list .yui_flex_list_bd ul li.title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.yui_flex_list .yui_flex_list_ft {
  padding-right: 13px;
  text-align: right;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.thematic_server .bg_white {
  background: #fff;
}
.thematic_server .w1200 {
  margin: 0 2%;
}
.thematic_server .thematic_title {
  margin: 4% auto;
  text-align: center;
}
.thematic_server .thematic_title a {
  font-size: 36px;
  line-height: 40px;
  color: #333;
  position: relative;
}
.thematic_server .thematic_title a:before {
  content: ' ';
  width: 46px;
  height: 65px;
  background: url('../../wap/images/volunteer/thematic_04.png') no-repeat center left;
  -webkit-background-size: 46px 65px;
  background-size: 46px 65px;
  position: absolute;
  top: -15px;
  left: -48px;
}
.thematic_server .thematic_title a:after {
  content: ' ';
  width: 39px;
  height: 34px;
  background: url('../../wap/images/volunteer/thematic_07.png') no-repeat center center;
  -webkit-background-size: 39px 34px;
  background-size: 39px 34px;
  position: absolute;
  top: 7px;
  right: -46px;
}
.thematic_server .top_header {
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  font-size: 12px;
  line-height: 48px;
  color: #fff;
}
.thematic_server .top_header .w1200 {
  overflow: hidden;
}
.thematic_server .top_header .logo {
  float: left;
  width: 85px;
  margin-top: 7px;
  margin-left: 2px;
}
.thematic_server .top_header .logo img {
  display: block;
  width: 100%;
}
.thematic_server .top_header .tel {
  float: right;
  margin-left: 20px;
}
.thematic_server .top_header .login_box {
  float: right;
  vertical-align: middle;
  font-size: 12px;
  line-height: 48px;
  color: #fff;
}
.thematic_server .top_header .login_box a {
  font-size: 12px;
  line-height: 48px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.thematic_server .top_header .login_box a.home {
  margin-right: 15px;
}
.thematic_server .top_header .login_box a.home img {
  width: 15px;
  margin-right: 6px;
}
.thematic_server .top_header .login_box a.user img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.thematic_server .top_header .login_box i {
  margin: 0 10px 0;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1px;
  height: 13px;
  top: 2px;
  position: relative;
}
.thematic_server .banner {
  margin-top: -48px;
}
.thematic_server .banner img {
  display: block;
  width: 100%;
}
.thematic_server .register {
  margin: 58px auto 136px;
  text-align: center;
}
.thematic_server .register .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 320px;
  margin: 30px;
  position: relative;
  overflow: hidden;
}
.thematic_server .register .list:hover:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thematic_server .register .list:last-child:hover:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 4px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thematic_server .register .list img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thematic_server .register .list ul {
  z-index: 2;
  position: relative;
}
.thematic_server .register .list ul li {
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 2px;
}
.thematic_server .register .list ul li.title {
  letter-spacing: 1px;
  margin-top: 15.625%;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
.thematic_server .register .list ul li.login {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 7.8125%;
}
footer.footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer.footer .box {
  border-top: 1px solid #e6e6e6;
  padding: 1% 0;
  overflow: hidden;
}
footer.footer .box .left {
  float: left;
  margin-top: 19px;
}
footer.footer .box .left .page {
  margin-bottom: 9px;
}
footer.footer .box .left .page a {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  margin: 0 12px;
}
footer.footer .box .left .page a.title {
  font-weight: bold;
  margin: 0;
  cursor: default;
}
footer.footer .box .left .page a.title.title_second {
  margin-left: 48px;
}
footer.footer .box .left .page i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1px;
  height: 12px;
  margin: 0 0 0 12px;
  background: #ccc;
  vertical-align: middle;
}
footer.footer .box > ul {
  float: right;
  vertical-align: middle;
}
footer.footer .box ul {
  margin: 19px 8px;
  text-align: left;
}
footer.footer .box ul li {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
footer.footer .box ul.wechat {
  text-align: right;
  margin: 0;
  text-align: center;
}
footer.footer .box ul.wechat img {
  width: 69px;
}
footer.footer .copyright {
  font-size: 12px;
  line-height: 15px;
  color: #999;
}
.bgimg {
  background: #fff url('../../wap/images/volunteer/admin_volunteer3_022.png');
}
.xsshow {
  display: none;
}
@media screen and (max-width: 1200px) {
  .thematic_server .register .list {
    display: block;
    margin: 30px auto;
  }
  .xsshow {
    display: block;
  }
  .thematic_server .top_header .login_box a.user {
    margin-right: 20px;
  }
  footer.footer .box ul {
    float: none;
    text-align: center;
    margin: 0;
  }
  footer.footer .box .left {
    float: none;
    text-align: center;
    margin-top: 5px;
  }
  footer.footer .box .left .page {
    margin-bottom: 3px;
    text-align: center;
  }
  footer.footer .box .left .page a.title.title_second {
    margin-left: auto;
  }
  .thematic_server .register {
    margin: 20px 0;
  }
  .thematic_server .register .list {
    width: 15.28571429rem;
  }
  .thematic_server .register .list img {
    height: 100%;
  }
  .thematic_server .register .list ul li {
    font-size: 0.85714286rem;
    line-height: 2.14285714rem;
  }
  .thematic_server .register .list ul li.title {
    margin-top: 5.3125%;
    font-size: 1.71428571rem;
  }
  .thematic_server .register .list ul li.login {
    font-size: 0.85714286rem;
    line-height: 2.14285714rem;
    color: #fff;
    margin-bottom: 3.125%;
  }
}
