.area_header {
  height: 484px;
  background: url(../images/area_bg_header.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 38px;
}
.area_header .area_header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_header .area_header_top .area_back {
  width: 120px;
  height: 46px;
  background-color: #e5ecff;
  border-radius: 23px;
  border: solid 1px #ffffff;
  transition: all 0.3s;
}
.area_header .area_header_top .area_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #333;
}
.area_header .area_header_top .area_back:hover {
  transform: translateX(-5px);
}
.area_header .area_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
.area_synopsis {
  position: relative;
  height: 291px;
  background: url(../images/area_bg_jj.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -80px;
}
.area_synopsis .synopsis_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -18px;
  left: 14px;
  width: 299px;
  height: 61px;
  background: url(../images/area_bg_jj_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.area_synopsis .synopsis_desc {
  height: 100%;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding: 80px 50px 40px 50px;
}
.area {
  margin-top: 58px;
}
.area .area_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  font-size: 36px;
  font-weight: 700;
  color: #fb7400;
  background: url(../images/area_bg_pub_title.png) no-repeat center;
}
.area .area_list {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  margin-top: 40px;
}
.area .area_list li {
  width: 397px;
}
.area .area_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area .area_list li a .cover {
  width: 316px;
  height: 146px;
  border-radius: 15px;
  overflow: hidden;
}
.area .area_list li a .cover img {
  width: 100%;
  height: 100%;
}
.area .area_list li a .name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  background: url(../images/area_bg_li_kfq.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #333;
  padding-top: 22px;
}
.area .area_list li a:hover .name {
  color: #0a70f5;
}
.matter {
  margin-top: 75px;
}
.matter .matter_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  font-size: 36px;
  font-weight: 700;
  color: #fb7400;
  background: url(../images/area_bg_pub_title.png) no-repeat center;
}
.matter .matter_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}
.matter .matter_list li {
  width: 240px;
  height: 181px;
  transition: all 0.3s;
}
.matter .matter_list li a {
  display: block;
  width: 240px;
  height: 181px;
}
.matter .matter_list li a img {
  width: 100%;
  height: 100%;
}
.matter .matter_list li:hover {
  transform: translateY(-5px);
}
.area_other {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
}
.area_other li {
  width: 633px;
  height: 116px;
  background: url(../images/area_bg_other_1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.area_other li:nth-child(2) {
  background-image: url(../images/area_bg_other_2.png);
}
.area_other li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.area_other li:hover {
  transform: translateY(-5px);
}
.area_other li:hover a {
  color: #0a70f5;
}
