.culture {
  background-color: #96a6c5;
}
.culture .body_box {
  padding-top: 48px;
  padding-bottom: 30px;
}
.culture .body_box .body_content {
  padding: 0 7.5px;
  margin: 0 auto;
  max-width: 1200px;
}
.culture .body_box .body_content .search_box {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
#search {
  display: inline-block;
  padding: 0 60px;
  position: relative;
  height: 53px;
  width: 100%;
}
#search::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  background-image: url(../images/花边1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
}
#search::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0px;
  background-image: url(../images/花边2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
}
#theSearch div {
  border: 1px solid #375997;
  border-radius: 20px;
  padding: 0 50px 0 20px;
  background: #fff;
}
#theSearch div input {
  height: 51px;
  line-height: 51px;
  border: none;
  background: none;
  font-size: 16px;
  width: 100%;
}
#search_btn {
  position: absolute;
  top: 10px;
  right: 70px;
  cursor: pointer;
  background: none;
}
#search_btn i::after {
  content: "\e615";
  font-size: 32px !important;
  color: #375997;
}
.fyxh_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.fyxh_list .fyxh_items {
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  flex-direction: row;
}
.fyxh_list .fyxh_items:hover,
.fyxh_list .fyxh_items:hover a {
  background-color: #375997;
  color: #fff !important;
}
.fyxh_list .fyxh_items .pic {
  width: 30%;
}
.fyxh_list .fyxh_items .pic img {
  display: block;
  width: 100%;
}
.fyxh_list .fyxh_items .item {
  display: block;
  width: 64%;
  padding: 10px 15px;
}
.fyxh_list .fyxh_items .item .title {
  font-size: 15px;
  line-height: 22px;
  height: auto;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: block;
}
.fyxh_list .fyxh_items .item .txt {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pager {
  text-align: right;
  padding: 30px;
}
.pager .page .page_num .page_item {
  display: inline-block;
}
.pager .page .page_num .page_item a {
  color: #333;
  display: inline-block;
  padding: 8px 5px;
  cursor: pointer;
}
.active {
  display: block !important;
}
.contentAll {
  display: none;
}
.contentAll .body_box {
  padding-top: 48px;
  padding-bottom: 30px;
  background-color: #96a6c5;
}
.contentAll .body_box .body_content {
  padding: 0 7.5px;
  margin: 0 38.5px;
}
.contentAll .body_box .body_content .tbox {
  padding: 45px;
  background: #fff;
}
.tbox > h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6em;
}
.tbox .bar {
  font-size: 14px;
  color: #979796;
  text-align: center;
}
.tbox .bar span {
  display: inline-block;
  margin: 0 15px;
}
hr {
  background-color: #e6e6e6;
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both;
}
.Tcontent {
  color: #333;
}
.Tcontent h2,
.Tcontent p {
  font-weight: 400;
}
.Tcontent p {
  line-height: 2;
  text-indent: 2em;
  margin: 1em 0;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.Tcontent .t_img,
.Tcontent .t_img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
