@charset "UTF-8";
@import "../css/public.css";
@import "../css/canvi.css";
@import "../css/swiper.min.css";
/*banner*/
.header-swiper {
  width: 100%;
  height: 700px;
}
.header-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*banner end*/
/*通知公告*/
.notice-wrapper {
  width: 100%;
  height: 60px;
  background: #0A48A5;
}

.notice-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-layout h4 {
  width: 112px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border-right: 1px solid rgba(216, 216, 216, 0.2);
}
.notice-layout h4 a {
  color: #B3D34C;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.notice-right {
  width: calc(100% - 112px);
  box-sizing: border-box;
  padding-left: 33px;
}

.notice-swiper {
  height: 30px;
}
.notice-swiper a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}
.notice-swiper p {
  color: #FFFFFF;
  width: calc(100% - 120px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice-swiper span {
  color: #ADBED6;
}

/*通知公告 end*/
/*公司概况*/
.overview-wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 124px 0 0;
}

.overview-layout {
  display: flex;
  justify-content: space-between;
}

.overview-left {
  width: 676px;
}

.overview-text {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 210px;
  margin: 23px 0 59px;
}
.overview-text p {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
}

.overview_cl {
  display: flex;
  justify-content: space-between;
}
.overview_cl .cl_btn {
  align-self: flex-end;
  border-radius: 10px;
}

.cl_btn {
  display: inline-block;
  width: 166px;
  height: 48px;
  background-color: #0A48A5;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
  font-size: 16px;
}

.cl_num {
  color: #0A48A5;
  font-size: 16px;
}
.cl_num span {
  font-size: 36px;
}

.cl_t {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.cl_t span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-left: 6px;
}

.overview-right {
  width: 676px;
  height: 485px;
  border-radius: 10px;
  overflow: hidden;
}
.overview-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*公司概况 end*/
.plate-top {
  display: flex;
  justify-content: space-between;
}

/*新闻中心*/
.news-center {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 145px 0 0;
}

.news-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.news_fr {
  display: inline-block;
  width: 531px;
  height: 584px;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 17px 20px;
}
.news_fr > img {
  width: 100%;
  height: 355px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.news_fr:hover h4 {
  color: #0A48A5;
}

.news_fr_text {
  box-sizing: border-box;
  padding-right: 55px;
}
.news_fr_text h4 {
  line-height: 56px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.news_fr_text p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}

.news_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.news_col span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9E9E9E;
}
.news_col span img {
  margin-right: 14px;
}

.news-right {
  width: 823px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-right li {
  width: 100%;
  height: 175px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.news-right li:hover {
  box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}
.news-right li:hover h4 {
  color: #0A48A5;
}
.news-right a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.news-right .news-time {
  width: 106px;
  text-align: center;
  position: relative;
}
.news-right .news-time p {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.news-right .news-time span {
  font-size: 14px;
  color: #999999;
}
.news-right .news-time:after {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D8D8D8;
}
.news-right .news-text {
  width: calc(100% - 106px);
  box-sizing: border-box;
  padding-left: 19px;
}
.news-right .news-text h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.news-right .news-text p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}

/*新闻中心 end*/
/*党政建设*/
.construct {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 100px 0 0;
}

.construct-list {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.construct-list li {
  width: 428px;
  height: auto;
}
.construct-list li:hover h4:after {
  width: 100%;
}
.construct-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.construct-list .c_img {
  width: 100%;
  height: 256px;
  overflow: hidden;
}
.construct-list .c_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.construct-list .c_cont {
  margin-top: 24px;
  box-sizing: border-box;
  padding-right: 58px;
}
.construct-list .c_cont h4 {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-bottom: 37px;
  border-bottom: 2px solid #EBEBEB;
  position: relative;
}
.construct-list .c_cont h4:after {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  position: absolute;
  background-color: #399D33;
  transition: all 0.3s ease-in-out 0s;
  left: 0;
  bottom: 0;
}
.construct-list .c_cont p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin: 19px 0;
}
.construct-list .c_cont span {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.construct-list .c_cont span img {
  margin-left: 7px;
}

/*党政建设 end*/
/*联系我们*/
.contact-us {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 156px 0 0;
}

.contact-cont {
  width: 100%;
  height: 308px;
  margin-top: 65px;
  background: url("../images/contact_bg.png") no-repeat center center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-cont li {
  width: 50%;
  box-sizing: border-box;
  padding-left: 224px;
  display: flex;
  align-items: center;
}
.contact-cont li p {
  font-size: 18px;
  color: #333333;
  margin-left: 17px;
}
.contact-cont li p span {
  display: block;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

/*联系我们 end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .overview-left {
    width: 565px;
  }
  .news-right {
    width: 720px;
  }
  .news-right li {
    padding-right: 20px;
  }
  .construct-list li {
    width: 410px;
  }
  .contact-cont li {
    padding-left: 170px;
  }
}
@media screen and (max-width: 1280px) {
  .overview-right {
    width: 560px;
  }
  .news-right {
    width: 600px;
  }
  .construct-list li {
    width: 370px;
  }
  .construct-list .c_img {
    height: 221px;
  }
}
@media screen and (max-width: 1152px) {
  .overview-right {
    width: 430px;
    height: auto;
    align-self: flex-end;
  }
  .overview-right img {
    height: auto;
    max-height: 100%;
  }
  .news-right {
    width: 470px;
  }
  .construct-list li {
    width: 330px;
  }
  .construct-list .c_cont {
    padding-right: 0;
  }
  .contact-cont li {
    padding-left: 85px;
  }
  .cl_num span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .overview-wrapper {
    padding-top: 60px;
  }
  .overview-layout {
    flex-direction: column;
  }
  .overview-left {
    width: 100%;
  }
  .overview-text {
    margin: 20px 0;
  }
  .overview-right {
    width: 100%;
    margin-top: 30px;
    height: 440px;
  }
  .plate-top {
    align-items: center;
  }
  .news-center {
    padding-top: 60px;
  }
  .news-layout {
    flex-direction: column;
  }
  .news_fr {
    width: 100%;
  }
  .news-right {
    width: 100%;
  }
  .news-right li {
    margin-top: 20px;
  }
  .construct-list li {
    width: calc(33.3333333333% - 10px);
  }
  .construct-list .c_img {
    height: 180px;
  }
  .construct-list .c_cont h4 {
    padding-bottom: 22px;
  }
  .construct {
    padding-top: 60px;
  }
  .contact-cont {
    background-size: cover;
  }
  .contact-cont li {
    padding-left: 50px;
  }
  .contact-us {
    padding-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .construct-list {
    flex-direction: column;
  }
  .construct-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .construct-list .c_img {
    height: 411px;
  }
  .contact-cont {
    height: auto;
    box-sizing: border-box;
    padding: 20px;
  }
  .contact-cont li {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .contact-cont li:last-child {
    margin-bottom: 0;
  }
  .overview_cl {
    flex-wrap: wrap;
  }
  .overview_cl > div {
    width: 48%;
    text-align: center;
  }
  .overview_cl .cl_btn {
    margin-top: 20px;
  }
  .cl_t {
    justify-content: center;
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
  .overview-right {
    height: auto;
  }
  .news_fr {
    height: auto;
  }
  .news_fr > img {
    height: 265px;
  }
  .construct-list .c_img {
    height: 275px;
  }
}
@media screen and (max-width: 450px) {
  .notice-right {
    padding-left: 10px;
    width: calc(100% - 90px);
  }
  .notice-layout h4 {
    width: 90px;
  }
  .news_fr > img {
    height: 230px;
  }
  .news_fr_text {
    padding-right: 0;
  }
  .construct-list .c_img {
    height: 235px;
  }
  .plate-top .cl_btn {
    width: 95px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .news_fr > img {
    height: 210px;
  }
  .news-right li {
    height: 140px;
  }
  .construct-list .c_img {
    height: 210px;
  }
}
