article .content .post_page {
  margin-top: 95px;
}
article .content .post_page .txt {
  position: relative;
  padding: 60px 56px 40px 43px;
  margin-top: 75px;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
}
article .content .post_page .txt .tit {
  position: absolute;
  top: -23px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 37px;
  color: #fffefe;
  font-size: 20px;
  background-color: #53afda;
  border-radius: 30px;
  transform: translateX(-50%);
}
article .content .one {
  display: none;
}
article .content .one .txt .text {
  color: #000000;
  font-size: 16px;
  line-height: 40px;
}
article .content .one .txt .text p {
  display: flex;
  align-items: flex-start;
}
article .content .one .txt .text p img {
  margin-top: 5px;
  margin-right: 12px;
}
article .content .one .txt .text p a {
  color: #000000;
}
article .content .two {
  display: none;
}
article .content .two .txt .text {
  color: #000000;
  font-size: 16px;
  text-indent: 38px;
  line-height: 40px;
}
article .content .two .txt .date {
  margin: 0 auto;
  width: 100%;
  background-color: #f8f8f8;
}
article .content .two .txt .date li:first-of-type {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  background-color: #e8e8e8;
}
article .content .two .txt .date li:first-of-type strong {
  color: #000000;
  font-size: 16px;
}
article .content .two .txt .date li:first-of-type strong:nth-of-type(1) {
  width: 33%;
  text-align: center;
}
article .content .two .txt .date li:first-of-type strong:nth-of-type(2) {
  width: 33%;
  text-align: center;
}
article .content .two .txt .date li:first-of-type strong:nth-of-type(3) {
  width: 33%;
  text-align: center;
}
article .content .two .txt .date li:nth-of-type(n+2) {
  position: relative;
  display: flex;
  align-items: center;
  height: 49px;
}
article .content .two .txt .date li:nth-of-type(n+2)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e8e8e8;
  transform: translateX(-50%);
}
article .content .two .txt .date li:nth-of-type(n+2) span {
  color: #000000;
  font-size: 16px;
}
article .content .two .txt .date li:nth-of-type(n+2) span:nth-of-type(1) {
  width: 33%;
  text-align: center;
}
article .content .two .txt .date li:nth-of-type(n+2) span:nth-of-type(2) {
  width: 33%;
  text-align: center;
}
article .content .two .txt .date li:nth-of-type(n+2) span:nth-of-type(3) {
  width: 33%;
  text-align: center;
}
article .content .two .txt .date li:last-of-type::after {
  height: 0;
  border: 0;
}
article .content .two .notice {
  margin-top: 18px;
  color: #000000;
  font-size: 16px;
  line-height: 40px;
}
article .content .three {
  display: none;
}
article .content .three .flow {
  margin-top: 65px;
}
article .content .three .flow p {
  color: #000000;
  font-size: 16px;
  text-align: center;
}
article .content .three .txt .text p {
  color: #000000;
  font-size: 16px;
  text-align: center;
}
article .content .three .txt .text p strong {
  color: #016f6b;
}
article .content .three .txt .showimg {
  margin-top: 20px;
}
article .content .four {
  margin-top: 0;
  display: block;
}
article .content .four .txt .text {
  color: #000000;
  font-size: 16px;
  line-height: 40px;
  text-indent: 32px;
}
article .content .four .combox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
}
article .content .four .combox .com_lf {
  width: 312px;
}
article .content .four .combox .com_lf li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 67px;
  color: #000000;
  font-size: 16px;
  background-color: #e1e1e1;
  border-radius: 8px;
  cursor: pointer;
}
article .content .four .combox .com_lf li:hover {
  color: #ffffff;
  background-color: #016f6b;
}
article .content .four .combox .com_lf .lf_act {
  color: #ffffff;
  background-color: #016f6b;
}
article .content .four .combox .com_rg {
  width: 820px;
}
article .content .four .combox .com_rg .rg_tit {
  color: #016f6b;
  font-size: 18px;
}
article .content .four .combox .com_rg .rg_tit img {
  margin-top: 15px;
}
article .content .four .combox .com_rg .newsContent {
  margin-top: 42px;
  color: #000000;
  font-size: 16px;
}
article .content .five {
  display: none;
}
article .content .five .txt {
  padding-top: 35px;
}
article .content .five .txt .text {
  color: #000000;
  font-size: 16px;
  line-height: 40px;
}
article .content .five .txt .text p {
  display: flex;
  align-items: flex-start;
}
article .content .five .txt .text p img {
  margin-top: 5px;
  margin-right: 12px;
}
article .content .five .txt .text p a {
  color: #000000;
}
