.about {
  padding: 73px 0 100px 0;
}
.about .pub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .pub_title .text {
  position: relative;
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 700;
}
.about .pub_title .text::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 3px;
  background-color: #0d60ba;
}
.about .pub_title .text .color {
  color: #0d60ba;
}
.about .pub_title .es {
  font-size: 22px;
  color: #999;
  font-weight: normal;
  margin-top: 30px;
}
.about .about_desc {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
}
.about .about_check {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.about .about_check .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 43px;
  border-radius: 21px;
  border: solid 1px #0d60ba;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.about .about_check .text:hover {
  background-color: #0d60ba;
  color: #fff;
}
.about .about_other {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.about .about_other li {
  width: 155px;
}
.about .about_other li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 22px;
  color: #999;
}
.about .about_other li a .active {
  display: none;
}
.about .about_other li a img {
  width: 68px;
  height: 68px;
}
.about .about_other li a .name {
  margin-top: 20px;
}
.about .about_other li a:hover {
  color: #0d60ba;
}
.about .about_other li a:hover .active {
  display: block;
}
.about .about_other li a:hover .default {
  display: none;
}
.news {
  padding: 73px 0 100px 0;
  background-color: #f4f4f4;
}
.news .pub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.news .pub_title .text {
  position: relative;
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 700;
}
.news .pub_title .text::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 3px;
  background-color: #0d60ba;
}
.news .pub_title .text .color {
  color: #0d60ba;
}
.news .pub_title .es {
  font-size: 22px;
  color: #999;
  font-weight: normal;
  margin-top: 30px;
}
.news .block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.news .block .block_item {
  width: 676px;
  background-color: #ffffff;
  box-shadow: 0px 6px 29px 0px rgba(42, 64, 140, 0.06);
}
.news .block .block_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 97px;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 34px;
}
.news .block .block_item .head .title {
  position: relative;
  font-size: 31px;
  color: #333;
  font-weight: 700;
  padding-left: 20px;
}
.news .block .block_item .head .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 31px;
  background-color: #333;
}
.news .block .block_item .head .more {
  font-size: 16px;
  color: #666;
}
.news .block .block_item .head .more:hover {
  color: #0d60ba;
}
.news .block .block_item .list {
  padding: 10px 30px;
}
.news .block .block_item .list li {
  position: relative;
  padding-left: 30px;
  line-height: 55px;
}
.news .block .block_item .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: url(../images/icon_sanjiao.png) no-repeat;
  background-size: 100% 100%;
}
.news .block .block_item .list li a {
  font-size: 26px;
  color: #333333;
}
.news .block .block_item .list li a:hover {
  color: #0d60ba;
}
.party {
  padding: 73px 0 100px 0;
}
.party .pub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.party .pub_title .text {
  position: relative;
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 700;
}
.party .pub_title .text::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 3px;
  background-color: #0d60ba;
}
.party .pub_title .text .color {
  color: #0d60ba;
}
.party .pub_title .es {
  font-size: 22px;
  color: #999;
  font-weight: normal;
  margin-top: 30px;
}
.party .party_item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.party .party_item .carousel {
  position: absolute;
  top: 50%;
  left: 0;
  width: 488px;
  height: 264px;
  transform: translateY(-50%);
}
.party .party_item .carousel .swiper-slide {
  width: 488px;
   height: 264px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.party .party_item .carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.party .party_item .list {
  width: 1004px;
  height: 298px;
  border: solid 1px #e6e6e6;
  padding-left: 152px;
}
.party .party_item .list .list_item {
  margin-top: 30px;
}
.party .party_item .list .list_item a {
  display: flex;
  align-items: center;
}
.party .party_item .list .list_item a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 66px;
  margin-right: 50px;
}
.party .party_item .list .list_item a .date .year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  font-size: 14px;
  color: #fff;
  background-color: #0655b8;
  border-radius: 3px;
  font-weight: 700;
}
.party .party_item .list .list_item a .date .month {
  font-size: 22px;
  color: #0655b8;
  font-weight: 700;
  margin-top: 5px;
}
.party .party_item .list .list_item a .title {
  font-size: 21px;
  color: #333;
}
.party .party_item .list .list_item a .plus {
  font-size: 39px;
  color: #999;
  margin-left: 40px;
  padding-bottom: 5px;
}
.party .party_item .list .list_item a:hover .title {
  color: #0d60ba;
}
.party .party_item .list .list_item a:hover .plus {
  color: #0d60ba;
}
.party .party_item_bot {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.party .party_item_bot .carousel {
  position: absolute;
  top: 50%;
  right: 0;
  width: 488px;
  height: 264px;
  transform: translateY(-50%);
}
.party .party_item_bot .carousel .swiper-slide {
  width:488px;
  height:264px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.party .party_item_bot .carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
 
}
.party .party_item_bot .list {
  width: 1004px;
  height: 298px;
  border: solid 1px #e6e6e6;
  padding-left: 40px;
}
.party .party_item_bot .list .list_item {
  margin-top: 30px;
}
.party .party_item_bot .list .list_item a {
  display: flex;
  align-items: center;
}
.party .party_item_bot .list .list_item a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 66px;
  margin-right: 50px;
}
.party .party_item_bot .list .list_item a .date .year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  font-size: 14px;
  color: #fff;
  background-color: #0655b8;
  border-radius: 3px;
  font-weight: 700;
}
.party .party_item_bot .list .list_item a .date .month {
  font-size: 22px;
  color: #0655b8;
  font-weight: 700;
  margin-top: 5px;
}
.party .party_item_bot .list .list_item a .title {
  font-size: 21px;
  color: #333;
}
.party .party_item_bot .list .list_item a .plus {
  font-size: 39px;
  color: #999;
  margin-left: 40px;
  padding-bottom: 5px;
}
.party .party_item_bot .list .list_item a:hover .title {
  color: #0d60ba;
}
.party .party_item_bot .list .list_item a:hover .plus {
  color: #0d60ba;
}

