/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #105764;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
/* translate 方式垂直居中 父元素必须有定位*/
.ztwrap {
  width: 100%;
  max-width: 1200px;
  min-width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
}
a:hover {
  color: #105764;
}
/* 协会动态 start */
.activity {
  /* 具体内容 */
}
.activity .tab_li {
  min-height: 60px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .activity .tab_li {
    padding: 0 10px;
  }
}
.activity .tab_li > div {
  font-size: 14px;
  color: #999;
  z-index: 10;
}
.activity .tab_li > div > a {
  color: #999;
  padding: 0 5px;
}
.activity .tab_li ol {
  display: none;
}
.activity .tab_li ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 380px;
  padding: 15px 0;
}
.activity .tab_li ul li {
  width: 7.125em;
  line-height: 2.75em;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeee;
  border-radius: 2px;
  font-size: 16px;
  color: #666;
}
.activity .tab_li ul li:hover,
.activity .tab_li ul li.on {
  background-color: #4b8291;
  color: #fff;
}
@media (max-width: 768px) {
  .activity .tab_li {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: auto;
    width: 100%;
  }
  .activity .tab_li > div {
    display: none;
  }
  .activity .tab_li ol {
    width: 100%;
    display: block;
    background-color: #4b8291;
    line-height: 40px;
  }
  .activity .tab_li ol li {
    font-size: 16px;
    position: relative;
    color: #fff;
  }
  .activity .tab_li ol li p {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px;
  }
  .activity .tab_li ol li img {
    vertical-align: middle;
    height: 8px;
    width: 16px;
    transform: rotate(-90deg);
  }
  .activity .tab_li ol li div {
    position: absolute;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 10;
  }
  .activity .tab_li ol li div a {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.8);
  }
  .activity .tab_li ul {
    width: 100%;
    padding: 10px;
  }
  .activity .tab_li ul li {
    font-size: 14px;
  }
}
.activity .activity_list .item {
  display: none;
}
.activity .activity_list .item.on {
  display: block;
}
.activity .act01 {
  margin: 30px 0 15px;
}
.activity .act01 > img {
  vertical-align: middle;
  width: 100%;
}
.activity .act01 ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.activity .act01 ul::after {
  content: "";
  width: 32%;
  display: block;
  height: 0;
}
.activity .act01 ul li {
  width: 372px;
  background-color: #f5f5f5;
  margin-bottom: 3%;
  position: relative;
}
@media (min-width: 769px) {
  .activity .act01 ul li:hover {
    background-color: #4b8291;
  }
  .activity .act01 ul li:hover div h3 {
    color: #fff;
  }
  .activity .act01 ul li:hover div p {
    color: #fff;
  }
  .activity .act01 ul li:hover div b {
    background-color: #5694a5;
  }
  .activity .act01 ul li:hover div span {
    color: #b4c7cd;
  }
  .activity .act01 ul li:hover div span::before {
    background-image: url(../images/jiantou02.png);
  }
}
.activity .act01 ul li div {
  padding: 30px;
}
.activity .act01 ul li div h3 {
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #252d2e;
  margin-bottom: 10px;
}
.activity .act01 ul li div p {
  padding-right: 15px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  font-size: 14px;
}
.activity .act01 ul li div b {
  display: block;
  width: 100%;
  height: 1px;
  margin: 35px 0 27px;
  background-color: #e5e5e5;
}
.activity .act01 ul li div span {
  color: #252d2e;
  display: inline-block;
  font-size: 14px;
  padding-right: 25px;
  position: relative;
}
.activity .act01 ul li div span::before {
  content: '';
  position: absolute;
  background: url(../images/jiantou.png) no-repeat center;
  width: 20px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
@media (max-width: 1200px) {
  .activity .act01 ul {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .activity .act01 {
    margin-top: 20px;
  }
  .activity .act01 ul li {
    margin-bottom: 3%;
    width: 100%;
  }
  .activity .act01 ul li > a {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .activity .act01 ul li img {
    width: 42%;
  }
  .activity .act01 ul li div {
    padding: 10px;
    width: 58%;
  }
  .activity .act01 ul li div h3 {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    font-size: 14px;
    line-height: 1.5;
  }
  .activity .act01 ul li div p {
    display: none;
  }
  .activity .act01 ul li div b {
    display: none;
  }
  .activity .act01 ul li div span {
    color: #999;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .activity .act01 ul li div {
    padding: 5px;
    width: 58%;
  }
  .activity .act01 ul li div h3 {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    font-size: 14px;
    line-height: 1.6;
  }
}
/* 协会动态 end */
