body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border: 0 none;
  vertical-align: middle;
}

a,
input,
select,
textarea,
area,
button {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  color: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  overflow: auto;
  resize: none;
}

ul,
li {
  list-style: none;
}

.big-box {
  width: 1380px;
  height: 100%;
  margin: 0 auto;
}

/* 头部图片 */

.head-img {
  min-width: 1380px;
  width: 100%;
  height: 626px;
  background-image: url(../imgs/bj1.jpg);
  background-size: cover;
  background-position: center top;
}

/* 头部导航栏 */

.head-list-box {
  min-width: 1380px;
  width: 100%;
  background: rgba(205, 45, 45, 1);
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head-list {
  line-height: 56px;
  width: 172px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.head-list a {
  display: block;
}

.head-list.current,
.head-list:hover {
  background: #ff5757;
}

.Bj {
  background-color: #ff5757;
}

.box__right {
  width: 24%;
}

.box__left {
  width: 24%;
}

.box__center {
  width: 49%;
}

/* 注册志愿者人 */

.volunteer {
  width: 100%;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 左侧 */

.volunteer-number {
  background-image: url(../imgs/num_bg.png);
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.volunteer-number:last-child {
  background-image: none;
}

.volunteer-number__text {
  width: 100%;
  color: #fff;
  font-size: 19px;
  text-shadow: 0 0 1px #555;
  text-align: center;
  font-weight: bolder;
}

.volunteer-number__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.volunteer-number__list {
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  font-family: Georgia;
  font-weight: 800;
  color: #CD2D2D;
  margin: 14px 2px 19px;
}

.volunteer-number__number.blue .volunteer-number__list {
  color: #2c93fa;
}

/* 中间 */

.volunteer-img__title {
  background-image: url(../imgs/bannaer1.png);
  background-size: cover;
  background-position: center;
}

.volunteer-img__foot {
  width: 100%;
  height: 38px;
  background-color: rgba(51, 51, 51, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.volunteer-img__foot-text {
  width: 50%;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}

/* 右侧 */

.volunteer-top {
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-bottom: 2px solid #DCDCDC;
}

.volunteer-top span {
  width: 2%;
  float: left;
  color: #999;
}

.volunteer-top__text {
  /* width: 49%; */
  color: #999999;
  font-size: 16px;
  float: left;
  cursor: pointer;
}

.volunteer-list {
  min-height: 290px;
  background-color: #F7F7F7;
  border: 2px solid rgba(220, 220, 220, 1);
  padding: 0 10px;
  border-top: 0px;
  /* box-sizing: border-box; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.volunteer-list__child {
  height: 50px;
  border-bottom: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.volunteer-list__child:last-child {
  border-bottom: 0px;
}

.volunteer-child__number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1976D2;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin: auto 0;
  font-size: 14px;
}

.volunteer-child__head {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1976D2;
  overflow: hidden;
}

.volunteer-child__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.volunteer-child__text {
  width: 155px;
  font-size: 14px;
  font-weight: normal;
}

.volunteer-child__census {
  /* width: 100px; */
  font-size: 12px;
  font-weight: normal;
  color: rgba(153, 153, 153, 1);
  text-align: right;
}

/* 数字志愿 */

.vdongtai {
  margin-top: 20px;
}

/* 左侧 */

.numberzhiyuan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhiyuan-bj {
  width: 260px;
  height: 120px;
  background-image: url(../imgs/zy1.png);
}

.zhiyuan-blue {
  width: 260px;
  height: 120px;
  background-image: url(../imgs/zy2.png);
}

.zhiyuan-text {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
  float: right;
  margin-right: 30px;
}

/* 中间 */
.dongtai-box {
  line-height: 40px;
}

.dongtai-box__left {
  float: left;
  font-size: 17px;
}

.dongtai-box__left-list {
  position: relative;
  float: left;
  padding: 0 15px;
  font-weight: 800;
  margin-bottom: -2px;
  color: #888;
}

.dongtai-box__left-list.active {
  padding: 0 15px;
}

.dongtai-box__left-list:first-child {
  border-left: 0px;
}

.active {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
  padding: 0 8px;
  font-weight: 800;
}


.dongtai-box__right {
  color: #1976D2;
  float: right;
}

.dongtai-content {
  width: 100%;
  border: 2px solid #DEDEDE;
  border-right: 0;
  border-left: 0;
  padding: 10px 0px 0px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9fbfd;
}

.dongtai-content__list {
  margin-bottom: 14px;
}

.dongtai-content__list:last-child {
  margin: 0;
}

.dongtai-content__list {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.dongtai-content__list a {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dongtai-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 130px;
}

.dongtai-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover !important;
}

.dongtai-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}

.dongtai-list__text-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}

.dongtai-list__text .des {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
}

.dongtai-content__list:hover .dongtai-list__text-title {
  color: #1972D6;
}

.tongzhi-list {
  line-height: 25px;
  margin-bottom: 15px;
}

.tongzhi-list,
.tongzhi-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
}

.tongzhi-list a:hover {
  color: #1972D6;
}

.dian {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BEBEBE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.tongzhi-list__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

/* 活动招募 */

.common-style {
  width: 100%;
}

.common-content-style {
  min-height: 326px;
  border: 2px solid #DEDEDE;
  border-left: 0px;
  border-right: 0px;
  background-color: #F7F7F7;
}

.recruit {
  margin-top: 20px;
}

.zhaomu {
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 卡片样式 */

.zhaomu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zhaomu-card__list {
  width: 170px;
  height: 88px;
  padding-left: 75px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 88px;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-box-shadow: 0 2px 3px #888;
  box-shadow: 0 2px 3px #888;
  border-radius: 12px;
}

.zhaomu-card__list:hover {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}

.card1 {
  background-image: url(../imgs/card1.png);
}

.card2 {
  background-image: url(../imgs/card2.png);
}

.card3 {
  background-image: url(../imgs/card3.png);
}

.card4 {
  background-image: url(../imgs/card4.png);
}

.card5 {
  background-image: url(../imgs/card5.png);
}

.card6 {
  background-image: url(../imgs/card6.png);
}

.card7 {
  background-image: url(../imgs/card7.png);
}

/* 爱心卡片 */

.love-card {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.love-card__children {
  margin-left: 22px;
  width: 313px;
  height: 336px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.love-card__children:first-child {
  margin-left: 0;
}

.love-card__children .img {
  width: 100%;
  height: 204px;
}

.love-card__children .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.love-card__children-text {
  padding: 5px 12px;
}

.love-card__children-text p {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.love-card-children__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1182F4;
  font-size: 16px;
}

.love-card-children__title.zm_ing {
  color: #1972D6;
}

.love-card-children__title.zm_ed {
  color: #bbb;
}

.love-card-children__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

.love-card-children__right {
  padding: 1px 8px;
  border-radius: 5px;
  font-size: 15px;
  float: right;
}

.love-card-children__title.zm_ing .love-card-children__right {
  border: 2px solid #1182F4;
}

.love-card-children__title.zm_ed .love-card-children__right {
  border: 2px solid #ddd;
}

/* 志愿团队 */

.team {
  padding: 20px 30px;
}

.team-zhiyuan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-children {
  margin-left: 25px;
  width: 310px;
  height: 277px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
}

.team-children1 {
  margin-left: 15px;
  width: 32%;
  display: flex;
  color: #333;
  align-items: center;

}

/*  */
.team-children1:nth-child(1) {
  height: 85px;
  background: #fff;
  box-shadow: 2px 5px 10px -2px #c4c4c4;
  border-left: 5px solid #db4121;
  margin-bottom: 25px;

}

.team-children1:nth-child(1) div p {
  color: #db4121;
  border-top: 1px solid #ccc;
  padding: 0 10px;
  width: 90%;
  margin: auto;
  padding-top: 4px;
}

.team-children1:nth-child(1) div h5 {
  padding: 13px 0 0 20px;
}

.team-children1:nth-child(2) {
  height: 85px;
  background: #fff;
  box-shadow: 2px 5px 10px -2px #c4c4c4;
  border-left: 5px solid #2455a8;
  margin-bottom: 25px;

}

.team-children1:nth-child(2) div p {
  color: #2455a8;
  border-top: 1px solid #ccc;
  padding: 0 10px;
  width: 90%;
  margin: auto;
  padding-top: 4px;
}

.team-children1:nth-child(2) div h5 {
  padding: 13px 0 0 20px;
}

.team-children1:nth-child(3) {
  height: 85px;
  background: #fff;
  box-shadow: 2px 5px 10px -2px #c4c4c4;
  border-left: 5px solid #e0ad61;
  margin-bottom: 25px;

}

.team-children1:nth-child(3) div p {
  color: #e0ad61;
  border-top: 1px solid #ccc;
  padding: 0 10px;
  width: 90%;
  margin: auto;
  padding-top: 4px;
}

.team-children1:nth-child(3) div h5 {
  padding: 13px 0 0 20px;
}

.team-children1 .spanImg {
  width: 85px;
  height: 85px;
  /* background: rebeccapurple; */
  flex: none !important;
  transform: translateY(-0%);
}

.team-children1:nth-child(1) .spanImg {
  background: url(../imgs/medal1.png)no-repeat;
  background-size: 85% 94%;
  position: relative;
  left: 4%;
}

.team-children1:nth-child(2) .spanImg {

  background: url(../imgs/medal2.png)no-repeat;
  background-size: 85% 94%;
  position: relative;
  left: 4%;
}

.team-children1:nth-child(3) .spanImg {

  background: url(../imgs/medal3.png)no-repeat;
  background-size: 85% 94%;
  position: relative;
  left: 4%;
}

.team-children1 .times {
  color: #333333 !important;
}

.team-children1 ._img {
  width: 1.2rem;
  height: .8rem;
  display: inline-block;
  background: url(../imgs/icon_time.png)no-repeat;
  background-size: 100% 100%;
  position: relative;
  right: 1%;
  top: 1px;
}

.team-children1:nth-child(1) ._img {
  background: url(../imgs/icon_time1.png)no-repeat;
  background-size: 100% 100%;
}

.team-children1:nth-child(2) ._img {
  background: url(../imgs/icon_time2.png)no-repeat;
  background-size: 100% 100%;
}

.team-children1:nth-child(3) ._img {
  background: url(../imgs/icon_time3.png)no-repeat;
  background-size: 100% 100%;
}

.Training .tongzhi-list {
  margin-bottom: 23px;
}

/*  */
.team-children1>span:first-child {
  flex: 0.5;
  font-size: 15px;
  font-weight: bold;
}

.team-children1>p {
  flex: 4;
  color: #1976D2;
}

.team-children1>span:last-child {
  flex: 2;
  display: inherit;
  align-items: center;
  color: #666;
  font-size: 13px;
}

.team-children1>span img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.team-children:hover .video-text {
  color: #1972D6;
}

.team-children1:nth-child(3n+1) {
  margin-left: 0;
}

.team-children__img {
  width: 100%;
  height: 204px;
  position: relative;
}

.team-children__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-children__img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, 0.35);
}

.team-children__text {
  padding: 15px;
  color: #555;
}

.team-children-text__left {
  text-align: center;
  float: left;
  width: 40%;
  border-right: 1px solid #E0E0E0;
}

.team-man {
  font-weight: bold;
  color: #1182F4;
}

.team-children-text__right {
  width: 59%;
  float: left;
  text-align: center;
}

.team-time {
  font-weight: bold;
  color: #CD2D2D;
}

.shade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.juzhong {
  width: 75px;
  height: 75px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.juzhong-text {
  width: 100px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  line-height: 69px;
  font-size: 20px;
}

.juzhong i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 50px;
  font-weight: 500;
}

.juzhong i.icon-dianying {
  font-size: 75px;
}

/* 视频专区 */
.video-text {
  color: #444;
  font-weight: bold;
  line-height: 25px;
}

@media screen and (min-width:1200px) {
  .big-box {
    width: 1380px;
  }

}

@media screen and (max-width:1200px) {
  .big-box {
    width: 1200px;
  }

  .search {
    display: none !important;
  }
}

.slide_img {
  width: 100%;
  height: 100%;
}

.cont_right .slide_img li {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.slide_img.min {
  float: left;
  width: 430px;
  height: 288px;
}

.slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide_img .flex-viewport li {
  position: relative;
}

.slide_img li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 60px);
  height: 60px;
  padding: 5px 10px;
  /* line-height: 40px; */
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide_img.min li p,
.cont_right .slide_img li p {
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  padding-right: 20px;
}

.slide_img.video .slides li a {
  position: relative;
}

.slide_img.video .slides li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center;
}

.slide_img .slides li:hover a {
  opacity: 0.9;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.flex-viewport,
.flex-viewport ul,
.flex-viewport li {
  height: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.slide_img.min .flex-control-nav {
  display: none;
}

.flex-control-nav {
  right: 60px;
  bottom: 10px;
  width: auto;
}

.flex-control-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.flex-control-paging li a {
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.flex-control-paging li a.flex-active {
  background: none;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  opacity: 1;
}

.icon-sanjiaoxing {
  margin-right: 5px;
}

.tabcont {
  display: none;
}

.tabshow .tabcont:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item {
  position: relative;
  cursor: pointer;
  padding: 0 25px;
}

.item.active {
  padding: 0 25px;
}

.item:hover {
  color: #1972D6;
}

.item:after {
  content: '';
  position: absolute;
  top: 25%;
  bottom: 25%;
  right: 0;
  border-right: 1px solid #ddd;
}

.pb50 {
  padding-bottom: 50px;
}

.wrap_list {
  display: block;
  margin: auto;
  width: 1200px;
  min-height: 600px;
  padding-bottom: 50px;
}

.wrap_list .dongtai-content {
  min-height: 600px;
  height: auto;
  padding: 15px 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.wrap_list .dongtai-content .tongzhi-list {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.wrap_list .dongtai-content .dongtai-content__list {
  height: 145px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.wrap_list .dongtai-content .tongzhi-list span {
  font-size: 13px;
  color: #666;
  font-weight: normal;
}

.wrap_list .dongtai-content .team-zhiyuan {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap_list .dongtai-content .team-children {
  margin-bottom: 30px;
  width: 265px;
}

.wrap_list .dongtai-content .team-children:nth-child(4n+1) {
  margin-left: 0;
}

.wrap_page {
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.wrap_page li {
  margin-bottom: 10px;
  display: inline-block;
}

.wrap_page li.thisclass {
  padding: 5px 11px;
  font-size: 14px;
  color: #fff;
  background: #0677E4;
  border: 1px solid #0677E4;
}

.wrap_page li .pageinfo {
  margin-left: 12px;
}

.wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #0677E4;
}

.wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}

.wrap_page a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 11px;
  text-align: center;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ccc;
}

.wrap_page a:hover,
.wrap_page a.active {
  border: 1px solid #0677E4;
  padding: 4px 11px;
  font-size: 14px;
  color: #888;
}

.wrap_page span {
  color: #666;
  font-size: 14px;
}

.wrap_page span label {
  margin: 0 5px;
  color: #0677E4;
}

.wrap_page td {
  min-width: 40px;
  width: auto;
}

.wrap_page input[name="PageNo"],
.wrap_page input[name="plistgo"] {
  margin-right: 5px;
  width: 50px !important;
  height: 31px !important;
  text-align: center;
  border: 1px solid #ccc;
}

.wrap_page td b {
  margin: 0 5px;
  color: red;
}

.article {
  width: 100%;
}

.article .top {
  padding: 30px 0;
  text-align: center;
  padding-bottom: 0;
}

.article .top h4 {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 24px;
}

.article .top p {
  font-size: 15px;
  color: #999;
}

.article .top p span {
  margin: 0 20px;
}

.article .cont {
  padding: 0 60px;
}

.article .cont,
.article .cont p {
  letter-spacing: 1px;
  font-size: 15px;
  color: #333;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;
  text-indent: 32px;
}

.article .cont img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
  width: auto !important;
}

.article .cont p {
  margin: 15px 0;
}

.login_register {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 30px;
  padding-right: 20px;
  text-align: right;
  line-height: 1;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background-size: 100% 100%;
  padding-top: 7px;
  top: 30px;
}

.login_register a {
  display: inline-block;
  padding: 0px;
  cursor: pointer;
}

.login_register a:last-child {
  border-right: none;
}

.login_register a:hover {
  text-decoration: underline;
}

.login_register a img {
  max-width: 90%;
}

.layer_register {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.5);
}

.layer_register .cont {
  position: relative;
  margin: auto;
  display: block;
  width: 28%;
  padding: 40px 30px 30px;
  background: #fff;
}

.layer_register .cont a {
  display: block;
  margin: 20px 0;
  text-align: center;
}

.layer_register .cont a:hover img {
  -webkit-box-shadow: 0 2px 4px #bbb;
  box-shadow: 0 2px 4px #bbb;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.layer_register .cont .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.footer {
  min-width: 1380px;
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #666;
  background: #f7f7f7;
  border-top: 1px solid #d1d1d1;
}

.footer div {
  display: inline-block;
  padding: 40px 0;
  vertical-align: middle;
}

.footer_i {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_i ._span {
  width: 100%;
  margin-top: 5px;
}

.footer_i ._span span {
  color: #cd2d2d;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row .col-5 {
  width: 49%;
  margin-top: 20px;
}

.tszs {
  height: auto;
}

.time {
  float: right;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.tab .item {
  margin-left: 10px;
}

.tab .item.active {
  border-bottom: none;
}

.tab .item:last-child::after {
  display: none;
}

.tab .item:first-child::before {
  content: '';
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  border-right: 1px solid #ddd;
}

#tscontent1,
#tscontent2 {
  background: #F7F7F7;
}

#tscontent2 {
  display: none;
}

.xy_content {
  display: flex;
  height: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 114px;
}

.xy_content .xy_item {
  width: 145px;
  height: 75px;
  padding-left: 75px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 75px;
  background: url(../imgs/card1.png);
  background-size: 100% 100%;
  margin-top: 10px;
}

.xy_content .xy_item:first-child {
  background-image: url(../imgs/card4.png);
}

.xy_content .xy_item:nth-child(2) {
  background-image: url(../imgs/card5.png);
}

.xy_content .xy_item:nth-child(3) {
  background-image: url(../imgs/card2.png);
}

.xy_content .xy_item:nth-child(4) {
  background-image: url(../imgs/card7.png);
}

.index_article .wrap_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index_article .list_nav {
  width: 220px;
}

.index_article .list_nav a {
  display: block;
  width: 200px;
  height: 64px;
  text-align: center;
  line-height: 66px;
  background: #fff;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 6px #bbb;
}

.index_article .left_list {
  width: calc(100% - 230px);
}

.index_article .list_nav .current,
.list_nav .current:hover {
  background: #4ba6ff url(../imgs/white.png) no-repeat 170px center;
  color: #fff;
}

/* 移动端 */
@media screen and (max-width: 768px) {

  /*
       移动端时隐藏pc元素 显示移动端元素
   */
  /****reset****/
  body,
  div,
  table,
  tr,
  td,
  th,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  label,
  select,
  textarea,
  p,
  u,
  i,
  em,
  ul,
  ol,
  li,
  dl,
  dd,
  dt,
  img,
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  menu,
  nav,
  section {
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }

  img {
    border: 0 none;
    vertical-align: middle;
    max-width: 100%;
  }

  li {
    list-style: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal
  }

  em,
  i,
  dfn {
    font-style: normal;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  a,
  input,
  select,
  textarea,
  area,
  button {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    color: inherit;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  textarea {
    overflow: auto;
    resize: none;
  }

  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    cursor: pointer;
  }

  input::-webkit-input-placeholder {
    color: #fff;
  }

  input:focus::-webkit-input-placeholder {
    color: #fff;
  }

  html,
  body {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  html {
    font-size: 100px;
    font-size: calc(100vw/3.75);
  }

  body {
    background: #fff;
  }

  .head-list-box {
    display: none;
  }

  #pc {
    display: none;
  }

  #mobile {
    display: block !important;
    width: 100%;
  }

  .volunteer-number__text {
    height: .3rem;
    line-height: .46rem;
  }

  /* 头部图片 */
  .head-img {
    min-width: 375px;
    width: 100%;
    height: 1.6rem;
    background: url(../imgs/bg2.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .login_register {
    /* margin: 0;
       padding: 0;
       width: 55%;
       height: .2rem;
       background-size: 100% 100%;
       font-size: 14px;
       line-height: .18rem;
       text-align: right;
       left: 44%; */
    margin: 0;
    padding: 0;
    width: 44%;
    height: .2rem;
    background-size: 100% 100%;
    font-size: 14px;
    line-height: .18rem;
    text-align: right;
    left: 56%;
    display: flex;
    justify-content: space-evenly;
    top: 0;
  }

  .login_register a img {
    max-width: 100%;
    height: 90%;
  }

  .login_register a {
    width: .6rem;
    height: .22rem;
  }

  .login_register a:nth-child(3) {
    width: .8rem;
  }

  .layer_register .cont {
    top: 20%;
    width: 90%;
  }

  .volunteer-number {
    background: url(../imgs/num_bg.png) no-repeat;
    padding: 0;
    background-size: 100% !important;
  }

  .volunteer-number:last-child {
    background: url(../imgs/num_bg.png) no-repeat;
  }

  .volunteer-list,
  .volunteer-top,
  .moblie_listBox,
  .moblie_textListBox {
    padding: 0 .1rem;
  }

  .volunteer-list__child {
    justify-content: space-evenly;
  }

  .volunteer-child__head img {
    display: block;
  }

  .volunteer-top__text {
    text-align: left;
  }

  .dongtai-box__right {
    font-size: 14px;
  }

  /* 志愿者服务市场 */
  .moblie_listBox li {
    width: 100%;
    height: 1rem;
    display: flex;
  }

  .moblie_listBox li a {
    display: flex;
  }

  .moblie_listBox li:hover p {
    color: #9493ea;
  }

  .moblie_listBox li img {
    width: 30%;
    height: 75%;
    margin: .06rem 0 0 0.08rem;
  }

  .moblie_listBox li p {
    line-height: .2rem;
    margin: .06rem .1rem 0 0.1rem;
    font-size: 14px;
    width: 70%;
    height: 80%;
    overflow: hidden;
  }

  .moblie_listBox li p span {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .moblie_listBox li p span:nth-child(1) {
    font-size: 18px;
    color: #1182f4;

  }

  /* 通知公告 */
  .moblie_textListBox li {
    width: 100%;
    height: .3rem;
    line-height: .3rem;
    padding: 0 .1rem 0 .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    /* list-style-type:disc !important; */
    list-style: none;
  }

  .moblie_textListBox li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    margin: 0 auto;

  }

  .moblie_textListBox li a {
    padding-left: .08rem;
    /* text-decoration:underline; */
  }

  .moblie_textListBox li:hover {
    color: #9493ea;
  }

  /* 视频专区 */
  .moblie_box {
    display: flex;
    flex-wrap: wrap;
  }

  .moblie_box li {
    width: 50%;
    height: 1.8rem;
  }

  .moblie_box li:hover p {
    color: #9493ea;
  }

  .moblie_box li img {
    width: 100%;
    height: 70%;
    padding: .1rem;
  }

  .moblie_box li p {
    width: 100%;
    height: .4rem;
    /* overflow: hidden; */
    /* text-overflow:ellipsis; */
    padding-left: .1rem;
    font-size: 14px;
    line-height: .18rem;
  }

  /* 图上字下 */
  .moblie_box li {
    position: relative;
  }

  .moblie_box li .moblie_video {
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: .68rem;
    margin-top: .4rem;
    background: url(../imgs/video.png) no-repeat center;
    background-size: 100%;
  }

  /* 分页 */
  .wrap_page1 {
    width: 100%;
    height: 1rem;
    padding: 0 0.1rem;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
  }

  .wrap_page1 li {
    line-height: 1rem;
  }

  .wrap_page1 li.thisclass {
    padding: 0;
    font-size: 14px;
    color: #9493ea;
    font-weight: 600;
    background: none;
    border: none;
  }

  .wrap_page1 li.thisclass a {
    color: #fff;
    background: #9493ea;
    border: 1px solid #9493ea;
  }

  .wrap_page1 li .pageinfo {
    margin-left: 12px;
  }

  .wrap_page1 li .pageinfo strong {
    margin-right: 5px;
    color: #9493ea;
  }

  .wrap_page1 li .pageinfo strong:last-child {
    margin-left: 10px;
  }

  .wrap_page1 a {
    padding: 0 3px;
    color: #888;
  }

  .wrap_page1 a:hover,
  .wrap_page1 a.active {
    border: 1px solid #9493ea;
    padding: 4px 11px;
    font-size: 14px;
    color: #888;
  }

  .wrap_page1 span {
    color: #666;
    font-size: 14px;
  }

  .wrap_page1 span label {
    margin: 0 5px;
    color: #9493ea;
  }

  .wrap_page1 td {
    min-width: 40px;
    width: auto;
  }

  .wrap_page1 input[name="PageNo"],
  .wrap_page1 input[name="plistgo"] {
    margin-right: 5px;
    width: 50px !important;
    height: 31px !important;
    text-align: center;
    border: 1px solid #ccc;
  }

  .wrap_page1 td b {
    margin: 0 5px;
    color: red;
  }

  /* tab选项卡 */
  .tabBar {
    width: 100%;
    /* height: .3rem; */
    margin: 0;
    margin-top: .02rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 32px; */
    /* border-bottom: 1px solid #ccc; */
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navRoll {
    width: 100%;
    overflow: auto;
  }

  /* 隐藏滚动条 */
  .navRoll::-webkit-scrollbar {
    display: none
  }

  .navRoll .tabBar {
    width: 760px;
    overflow-y: auto
  }

  .navRoll .tabBar li {
    width: 120px;
    padding: 0px 5px;
    margin-left: .06rem;
    height: 0.3rem;
    text-align: center;
    cursor: pointer;
    color: #6a6a6a;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 0 6px #bbb;
    /* background-image: url(../images/nav_current.png); */
    background-size: 100% 100%;
  }

  .navRoll .tabBar_active1 {
    background: #4ba6ff url(../images/white.png) no-repeat 170px center;
    /* color: #9493ea; */
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 20px;
    /* background: url(../images/main_nav.png) no-repeat; */
    /* background-image:url(../images/nav_current.png) !important; */
    /* background-size: 100%; */

  }

  .tabBar li {
    /* padding: 0 .1rem; */
    /* margin-left: .1rem; */
    /* line-height: 30px; */
    width: 24%;
    height: .34rem;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
  }

  /* article{
        display: none;
    } */
  .tabBar_active {
    color: #fff !important;
    background: #4ba6ff !important;
    font-weight: 900 !important;
    /* background: url(../images/main_nav.png) no-repeat; */
    /* background-size: 100%; */

  }

  .mobile_tabBarCenter .top_link .innerSearch {
    margin-top: 12%;
    margin-right: 7%;
  }

  .mobile_tabBarCenter .top_link .innerSearch {
    margin-top: 12%;
    margin-right: 7%;
  }

  /* 详情页 */
  .relative_link {
    width: 100%;
    margin-top: 50px;
    font-size: 15px;
    line-height: 2;
    color: #000;
  }

  .relative_link a {
    display: block;
  }

  .article .cont,
  .article .cont p {
    line-height: 1;
  }

  .relative_link a:hover {
    color: #9493ea;
    text-decoration: underline;
  }

  .article {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 18px;
  }

  .article .cont {
    padding: 0;
  }

  .article .cont p {
    padding: 0;
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30.6px;
  }

  .article .cont img {
    max-height: 2.2rem;
    margin-top: .1rem;
  }

  .article .top h4 {
    line-height: 36px;
    font-size: 24px;
    text-align: left;
  }

  .article .top p {
    text-align: left;
  }

  .article .top p span {
    margin: 0 !important;
    color: #d3d7db
  }

}

/* #headimg,#head{
    display: none;
} */
.xy_menu {
  width: 300px;
  height: 75px;
  background-image: url(../imgs/m1.jpg);
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;

}

.xy_menu>div {
  flex: none;
  font-size: 18px;
  font-weight: bold;
}

.xy_menu p {
  color: #414141;
  font-size: 14px;
}

.li:first-child .xy_menu {
  color: #cd2d2d;
}

.li:nth-child(2) .xy_menu {
  color: #1681df;
  background-image: url(../imgs/m2.jpg)
}

.li:nth-child(3) .xy_menu {
  color: #e0ad61;
  background-image: url(../imgs/m3.jpg)
}

.li:nth-child(4) .xy_menu {
  color: #6ea252;
  background-image: url(../imgs/m4.jpg)
}

.team-children1 {
  align-items: flex-start;
}

.team-children1>span {
  font-weight: bold !important;
  font-size: 40px !important;
  transform: translateY(-20%);
  flex: 1 !important;
  text-align: center;
}

.team-children1>div {
  width: 240px;
  color: #1182f4;
}

.team-children1 p {
  color: #333;
  font-size: 14px;
}

.team-children1 p img {
  margin-right: 10px;
}

.team-children1 h5 {
  width: 89%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  margin-bottom: 10px;
}

.team-children1:nth-child(1) span,
.team-children1:nth-child(2) span,
.team-children1:nth-child(3) span {
  color: #ffdbcb;
}

.team-children1:nth-child(4) span,
.team-children1:nth-child(5) span,
.team-children1:nth-child(6) span {
  color: #fdb3b7 !important;
}

.team-children1:nth-child(7) span,
.team-children1:nth-child(8) span,
.team-children1:nth-child(9) span {
  color: #b9d4ff !important;
}

.team-children1:nth-child(10) span,
.team-children1:nth-child(11) span,
.team-children1:nth-child(12) span {
  color: #ffdbcb !important;
}

.search {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 500px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  /* box-shadow: 0px 2px 8px 0px rgba(120, 133, 177, 0.76); */
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: space-between;
}

.search input {
  flex: 1;
  height: 100%;
  padding-left: 20px;
}

.search-btn {
  width: 80px;
  height: 100%;
  background: #CC4643;
  border-radius: 0px 1px 1px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
