.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;
}
.toutiao {
  width: 100%;
  height: 100px;
  background-color: #e5f6ff;
  text-align: center;
  line-height: 100px;
  font-weight: 550;
  font-size: 42px;
  color: #333;
}
.work {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.work .work_left {
  width: 635px;
}
.work .work_left .my-swiper .swiper-wrapper .swiper-slide .news_img {
  width: 100%;
  height: 392px;
}
.work .work_left .my-swiper .swiper-wrapper .swiper-slide .news_img img {
  width: 100%;
  height: 100%;
}
.work .work_left .my-swiper .swiper-wrapper .swiper-slide .news_title {
  width: 100%;
  height: 100px;
  background-color: #e5f6ff;
}
.work .work_left .my-swiper .swiper-wrapper .swiper-slide .news_title a {
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 20px;
  margin-top: 30px;
  padding: 0px 30px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.work .work_right {
  width: 635px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.work .work_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;
}
.work .work_right .news_title .more a {
  display: block;
  line-height: 46px;
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.work .work_right .news_content {
  width: 100%;
}
.work .work_right .news_content .news_list li {
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.work .work_right .news_content .news_list li .day {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.work .work_right .news_content .news_list li .day #dd {
  font-size: 42px;
  font-weight: 600;
  color: #333;
}
.work .work_right .news_content .news_list li .day #yy_mm {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.work .work_right .news_content .news_list li .text {
  width: 522px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里的3表示最多显示3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.work .work_right .news_content .news_list li .text:hover {
  color: #0077ca;
}
.survey,
.public_announcement {
  width: 1300px;
  margin-top: 60px;
}
.survey .survey_title,
.public_announcement .survey_title {
  width: 100%;
  height: 62px;
  background-image: url(/images/gaikuang.png);
  background-size: 100%  100%;
  background-repeat: no-repeat;
}
.survey .survey_content,
.public_announcement .survey_content {
  width: 100%;
  height: 532px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.survey .survey_content .survey_left,
.public_announcement .survey_content .survey_left {
  width: 630px;
  height: 532px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  font-size: 18px;
  background-image: url(/images/survey_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.survey .survey_content .survey_left .text_cont a,
.public_announcement .survey_content .survey_left .text_cont a {
  color: #fff;
  line-height: 1.5;
  text-indent: 2rem;
}
.survey .survey_content .survey_left .icon_box,
.public_announcement .survey_content .survey_left .icon_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.survey .survey_content .survey_left .icon_box a,
.public_announcement .survey_content .survey_left .icon_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.survey .survey_content .survey_left .icon_box span,
.public_announcement .survey_content .survey_left .icon_box span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.survey .survey_content .survey_right,
.public_announcement .survey_content .survey_right {
  width: 670px;
  height: 532px;
  background-color: #fafdff;
  border-radius: 0px 0px 40px 0px;
}
.survey .survey_content .survey_right img,
.public_announcement .survey_content .survey_right img {
  width: 100%;
  height: 100%;
}
.announcement_title {
  width: 100%;
  height: 62px;
  background-image: url(/images/gongshi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.announcement_content {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement_content .announcement_left {
  width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.announcement_content .announcement_left .left_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 3px 10px 0px rgba(229, 246, 255, 0.6);
  margin-top: 40px;
  padding: 28px 28px 28px 52px;
  background: url(/images/announcement_list_img.png) no-repeat left 100% #fff;
  background-position: left;
}
.announcement_content .announcement_left .left_top .an_title {
  width: 100%;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.announcement_content .announcement_left .left_top .an_title:hover {
  color: #0077ca;
}
.announcement_content .announcement_left .left_top .an_titlex {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.announcement_content .announcement_left .left_top .an_titlex:hover {
  color: #0077ca;
}
.announcement_content .announcement_left .left_bottom {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.announcement_content .announcement_left .left_bottom .an_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.announcement_content .announcement_left .left_bottom .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;
}
.announcement_content .announcement_left .left_bottom .an_list li .list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 60px;
}
.announcement_content .announcement_left .left_bottom .an_list li .list_item:hover {
  color: #0077ca !important;
}
.announcement_content .announcement_left .left_bottom .an_list li .list_item .an_text {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement_content .announcement_left .left_bottom .an_list li .list_item .day {
  color: #666;
}
.government_publicity {
  width: 1300px;
  margin-top: 60px;
}
.government_publicity .government_title {
  width: 100%;
  height: 62px;
  background-image: url(/images/dangwuzhengwu.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.government_publicity .government_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.government_publicity .government_content .government_left {
  width: 630px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.government_publicity .government_content .government_left .government_icon {
  width: 300px;
  height: 278px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.government_publicity .government_content .government_left .government_icon .leader_win {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  font-size: 30px;
  color: #333;
  font-weight: 600;
  border-radius: 6px 6px 0px 0px;
}
.government_publicity .government_content .government_left .government_icon .leader_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 189px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 3px 10px 0px rgba(229, 246, 255, 0.6);
  padding: 36px 0px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.government_publicity .government_content .government_right {
  width: 630px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.government_publicity .government_content .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_publicity .government_content .government_right .news_title .more a {
  display: block;
  line-height: 46px;
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.government_publicity .government_content .government_right .an_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.government_publicity .government_content .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_publicity .government_content .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_publicity .government_content .government_right .an_list li .list_item:hover {
  color: #0077ca !important;
}
.government_publicity .government_content .government_right .an_list li .list_item .an_text {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.government_publicity .government_content .government_right .an_list li .list_item .day {
  color: #666;
}
.park_style {
  width: 1300px;
  margin-top: 60px;
}
.park_style .park_style_title {
  width: 100%;
  height: 62px;
  background-image: url(/images/yuanqufencai.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.park_style .specialfocus-photo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 214px;
  position: relative;
  margin-top: 40px;
}
.foot {
  width: 100%;
  height: 200px;
  background-color: #0077ca;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.foot .foot_content {
  width: 1300px;
  height: 80px;
  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;
}
