.gyhy {
  display: flex;
  justify-content: center;
  align-items: end;
}
.gyhy > div {
  width: 50%;
}
.about_img img {
  width: 500px;
}
.smoll_title {
  font-size: 20px;
  color: red;
  font-weight: 700;
  margin-bottom: 40px;
  text-indent: 0;
  margin-top: 10px;
  text-align: center;
}
.about_text a {
  width: 160px;
  display: block;
  color: white;
  background-color: red;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}
.about_text {
  text-indent: 2em;
}
.ab_bg {
  background-color: rgb(240, 244, 247);
  padding: 20px 0;
}
.gy_zz {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.gy_zz li {
  width: 20%;
}


.cpzs_info {
  display: flex;
  justify-content: center;
  align-items: end;
}
.cpzs_info > div {
  width: 35%;
}
.cpzs_img img {
  width: 350px;
}
.cpzs_text a {
  width: 160px;
  display: block;
  color: white;
  background-color: red;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}


.cpzs_text {
  text-indent: 2em;
}
.cpzs_bg {
    background-color: rgb(243 245 243);
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.cpzs_text{
	width: 60% !important;
	min-height:260px;
	padding-left: 20px;
}

.cpzs_title {
  font-size: 20px;
  color: #0c0808;
  font-weight: 700;
  margin-bottom: 20px;
  text-indent: 0;
  margin-top: 10px;
  text-align: center;
}


.cpzs_content{
	margin-bottom: 10px;	
}

.cpzs_content_mark{
	color: red; 
	font-weight: bold;
}

/* ----- 通用PB分页条 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 6px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}

@media all and (max-width: 992px) {
  .gyhy {
    flex-wrap: wrap;
  }
  .gyhy > div {
    width: 100%;
  }
  .about_text a {
    display: none;
  }
  
   .cpzs_info {
    flex-wrap: wrap;
  }
  .cpzs_info > div {
    width: 100% !important;
  }
  .cpzs_text a {
    display: none;
  }
  
  .cpzs_text{
	width: 100%;
}
}





