.bw {
  width: 1300px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 598px;
  background-image: url(/images/header_img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header .navbox {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: rgba(0, 136, 210, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navbox .nav_box {
  width: 1300px;
  height: 100%;
  display: flex;
}
.header .navbox .nav_box .nav {
  width: 1165px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navbox .nav_box .nav li {
  width: 233px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header .navbox .nav_box .nav a {
  display: inline-block;
  height: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.header .navbox .nav_box .nav a:hover {
  border-bottom: 4px solid #fff;
  border-radius: 4px;
}
.header .navbox .nav_box .WeChat {
  width: 136px;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.header .navbox .nav_box .WeChat:hover ~ .wechat_qr {
  display: block;
}
.header .navbox .nav_box .wechat_qr {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 14%;
  right: 14%;
  display: none;
}
.header .navbox .nav_box .wechat_qr img {
  width: 100%;
  height: 100%;
}
.header .logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .logo .logo_img {
  position: absolute;
  top: 40px;
  left: 312px;
}
.header .logo .title_img {
  display: flex;
  justify-content: center;
  margin-top: 155px;
}
.header .sarch {
  width: 600px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin: 0 auto;
  margin-top: 40px;
}
.header .sarch .sarchint {
  width: 100%;
  height: 100%;
}
.header .sarch .sarchint .f-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .sarch .sarchint .f-search .search_input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: transparent;
  color: #999;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.header .sarch .sarchint .f-search .f_btn {
  width: 100px;
  height: 100%;
  border-radius: 0 6px 6px 0;
  background-color: #fff;
  border: none;
  color: #0077ca;
  font-size: 18px;
}
.transition_bar {
  width: 100%;
  height: 20px;
  background-color: #e5f6ff;
}
.list {
  width: 1300px;
  margin: 0 auto;
}
.list .breadcrumbs {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #333333;
  margin: 50px 0px;
}
.government_transparency {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.government_transparency .gov_left {
  width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.government_transparency .gov_left .gov_title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background-image: url(/images/title_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 15px;
}
.government_transparency .gov_left .leader_win {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-image: url(/images/leader_win_img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 10px;
}
.government_transparency .gov_left .leader_win .leader_img {
  width: 20%;
}
.government_transparency .gov_left .leader_win .leader_img img {
  width: 100%;
  height: 100%;
}
.government_transparency .gov_left .leader_win .name {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.government_transparency .gov_left .leader_win .name .position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.government_transparency .gov_left .leader_win .name .position .name_span {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.government_transparency .gov_left .other_leaders {
  width: 630px;
  height: 118px;
  background-color: #f0faff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
}
.government_transparency .gov_left .other_leaders .others {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.government_transparency .gov_left .other_leaders .others a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-top: 20px;
}
.government_transparency .gov_left .other_leaders .others a span:hover {
  color: #0077ca;
}
.government_transparency .government_right {
  width: 630px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.government_transparency .government_right .news_title {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  line-height: 46px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background-image: url(/images/title_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 15px;
}
.government_transparency .government_right .news_title .more a {
  display: block;
  line-height: 46px;
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.government_transparency .government_right .an_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.government_transparency .government_right .an_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/images/list_img.png) no-repeat left 100%;
  background-position: left center;
  padding: 0px 0px 0px 40px;
}
.government_transparency .government_right .an_list li .list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 60px;
}
.government_transparency .government_right .an_list li .list_item:hover {
  color: #0077ca !important;
}
.government_transparency .government_right .an_list li .list_item .an_text {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.government_transparency .government_right .an_list li .list_item .day {
  color: #666;
}
.government_transparency .internal_institutions {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
}
.government_transparency .internal_institutions .in_title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background-image: url(/images/internal_institutions_img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 15px;
}
.government_transparency .internal_institutions .in_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.government_transparency .internal_institutions .in_items li {
  width: 313px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e5f3ff;
  padding-left: 30px;
  margin-top: 30px;
}
.government_transparency .internal_institutions .in_items li a {
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  color: #333;
}
.government_transparency .internal_institutions .in_items li a:hover {
  color: #0077ca;
}
.foot {
  width: 100%;
  height: 200px;
  background-color: #0077ca;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.foot .foot_content {
  width: 1300px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.foot .foot_content .foot_img {
  width: 56px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.foot .foot_content .foot_img img {
  width: 100%;
  height: 100%;
}
.foot .foot_content .foot_left,
.foot .foot_content .foot_right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.foot .foot_content .foot_left .foot_text,
.foot .foot_content .foot_right .foot_text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.foot .foot_content .foot_left .foot_text span img,
.foot .foot_content .foot_right .foot_text span img {
  vertical-align: middle;
  margin-right: 10px;
}
