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;
}
::-webkit-scrollbar {
  display: none;
}
.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: #c10a0b;
  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: #c10a0b;
  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;
  margin-bottom: 20px;
}

.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;
  font-size: 16px;
}

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

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

.active {
  border-bottom: 2px solid #C10A0B;
  color: #C10A0B;
  padding: 0 8px;
  font-weight: normal;
}


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

.dongtai-content {
  width: 100%;
  padding: 0 20px;
  -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;
}

.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:last-child {
  margin-bottom: 0;
}
.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 .tongzhi-list__text {
  font-weight: 550;
}
.tongzhi-list a:hover {
  color: #C10A0B;
}

.dian {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #C10A0B;
  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: 16px;
}

/* 活动招募 */

.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: #c10a0b;
}

.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: 1380px;
  min-height: 600px;
  padding: 20px 0 0 0;
}

.wrap_list .dongtai-content {
  min-height: 600px;
  height: auto;
  padding: 20px;
  background-color: #FFF;
  border-radius: 6px;
  /*border-left: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
}

.wrap_list .dongtai-content .tongzhi-list {
  padding-bottom: 10px;
  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: 16px;
  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: #C10A0B;
  border: 1px solid #C10A0B;
}
.wrap_page li.thisclass a {
  border: none !important;
  color: #FFF;
  margin: 0;
}
.wrap_page li .pageinfo {
  margin-left: 12px;
}

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

.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 #C10A0B;
  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 {
  text-align: center;
}

.article .top h4 {
  /*line-height: 1.8;*/
  font-size: 28px;
  color: #333;
  font-weight: 550;
}

.article .top .date_info {
  display: inline-block;
  padding: 20px 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #333;
}
.article .top p {
  font-size: 15px;
  color: #999;
}

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

.article .cont {
  padding: 30px 0;
}
.article .cont .content {
  margin: 0 40px 20px;
}
.article .cont table {
  margin: 0 auto;
  width: 100%;
}
.article .cont,
.article .cont p {
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 16px;
  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;
}

.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;
}

.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: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index_article .list_nav {
  width: auto;
}

.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: #c10a0b url(../imgs/white.png) no-repeat 170px center !important;
  color: #fff;
}

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

}

.xy_menu>div {
  flex: none;
  font-size: 20px;
}

.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;
}
