/* 清除浮动 */
/* 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;
}
.announcement {
  /* 具体内容 */
}
.announcement .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) {
  .announcement .tab_li {
    padding: 0 10px;
  }
}
.announcement .tab_li > div {
  font-size: 14px;
  color: #999;
  z-index: 10;
}
.announcement .tab_li > div > a {
  color: #999;
  padding: 0 5px;
}
.announcement .tab_li ol {
  display: none;
}
.announcement .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;
}
.announcement .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;
}
.announcement .tab_li ul li:hover,
.announcement .tab_li ul li.on {
  background-color: #4b8291;
  color: #fff;
}
@media (max-width: 768px) {
  .announcement .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%;
  }
  .announcement .tab_li > div {
    display: none;
  }
  .announcement .tab_li ol {
    width: 100%;
    display: block;
    background-color: #4b8291;
    line-height: 40px;
  }
  .announcement .tab_li ol li {
    font-size: 16px;
    position: relative;
    color: #fff;
  }
  .announcement .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;
  }
  .announcement .tab_li ol li img {
    vertical-align: middle;
    height: 8px;
    width: 16px;
    transform: rotate(-90deg);
  }
  .announcement .tab_li ol li div {
    position: absolute;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 10;
  }
  .announcement .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);
  }
  .announcement .tab_li ul {
    width: 100%;
    padding: 10px;
  }
  .announcement .tab_li ul li {
    font-size: 14px;
  }
}
.announcement .ann01 {
  padding: 50px 0 50px ;
}
.announcement .ann01 ul {
  border-top: 1px solid #f5f5f5;
}
.announcement .ann01 ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 40px 0 20px;
}
.announcement .ann01 ul li:hover {
  background-color: rgba(229, 229, 229, 0.1);
}
.announcement .ann01 ul li:hover .ztwrap article h2 {
  color: #4b8291;
}
.announcement .ann01 ul li:hover .ztwrap article strong {
  background-color: #4b8291;
  color: #fff;
}
.announcement .ann01 ul li .ztwrap {
  max-width: 925px;
  display: block;
  text-decoration: none;
  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;
}
@media (min-width: 769px) {
  .announcement .ann01 ul li .ztwrap {
    padding: 0 10px;
  }
}
.announcement .ann01 ul li .ztwrap span {
  max-width: 64px;
  line-height: 1.1;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.announcement .ann01 ul li .ztwrap span.small {
  display: none;
}
.announcement .ann01 ul li .ztwrap span em {
  color: #666;
  font-size: 60px;
  width: 100%;
  font-weight: 600;
}
.announcement .ann01 ul li .ztwrap article {
  width: 88.5%;
}
.announcement .ann01 ul li .ztwrap article h2 {
  font-size: 16px;
  color: #252d2e;
  margin-bottom: 10px;
}
.announcement .ann01 ul li .ztwrap article p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.announcement .ann01 ul li .ztwrap article strong {
  display: block;
  margin-top: 35px;
  width: 112px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  text-align: center;
  border: solid 1px #f5f5f5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .announcement .ann01 {
    padding: 30px 0 30px ;
  }
  .announcement .ann01 ul li {
    padding: 26px 0 ;
  }
  .announcement .ann01 ul li .ztwrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .announcement .ann01 ul li .ztwrap span {
    display: block !important;
    max-width: 100%;
    font-size: 16px;
  }
  .announcement .ann01 ul li .ztwrap span.big {
    display: none !important;
  }
  .announcement .ann01 ul li .ztwrap span em {
    font-size: 16px;
    display: inline-block;
    width: auto;
    font-weight: 500;
    order: 1;
  }
  .announcement .ann01 ul li .ztwrap article {
    width: 100%;
  }
  .announcement .ann01 ul li .ztwrap article h2 {
    margin: 5px 0 12px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .announcement .ann01 ul li .ztwrap article p {
    padding-right: 10px;
    line-height: 1.5;
  }
  .announcement .ann01 ul li .ztwrap article strong {
    display: none;
  }
}
