/* 顶部 底部 */
.yjgl .header {
  background: url(../images/lzy_yjgl_bg.jpg) no-repeat center;
}

.yjgl .header .xczx-logo {
  max-width: none;
  margin:50px auto 270px;
}

.yjgl .nav {
  background: #115199;
}

.yjgl .nav .main .pc-nav ul li {
  width: 20%;
}

.yjgl .nav .main .pc-nav ul :hover,
.yjgl .nav .main .pc-nav ul .select {
  background: rgba(69, 77, 186, 0.5);
}

.yjgl .footer {
  background: #115199;
  margin-top: 0px;
}

.yjgl .footer .link {
  border-bottom: 1px solid #2d4cb7;
}

.max {
  max-width: 1200px;
  margin: 0 auto;
}

/**************应急管理*************/

.yjgl {
  background: #f2f2f2;
}

.yjgl .bjt {
  background: url(../images/lzy_yjgl_bjt.png) no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 40px 0;
}

/* 工作动态 */
.swiper2 {
  width: 49%;
  height: 365px;
  margin-right: 2%;
  float: left;
  position: relative;
}

.swiper2 .slide,
.swiper2 img {
  width: 100%;
  height: 100%;
}

.swiper2 p {
  font-size: 20px;
  line-height: 60px;
  width: 80%;
  color: #fff;
  text-indent: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.swiper2.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  line-height: 60px;
  left: auto;
  right: 0;
  width: 20%;
  background: rgba(0, 0, 0, .5);
}

.swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}

.swiper2 .swiper-pagination-bullet-active {
  background: #115199;
}

.dynamic_right {
  width: 45%;
  background: #fff;
  padding: 20px 20px 0;
  float: left;

}

.title2 {
  border-bottom: 1px solid #115199;
}

.title2 h6 {
  width: 140px;
  line-height: 40px;
  text-align: center;
  background: #115199;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  float: left;
}

.title2 a {
  float: right;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.dynamic_list li {
  border-bottom: 1px dashed #ddd;
}

.dynamic_list li:last-child {
  border-bottom: none;
}

.dynamic_list li p {
  width: 78%;
  float: left;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  transition: all 1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.dynamic_list li span {
  width: 20%;
  margin-left: 2%;
  float: right;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #115199;
  margin-top: 10px;
  text-align: center;
}

.dynamic_list li:hover p {
  text-indent: 1em;
  color: #115199;
}

/* 预警预报 */
.prediction {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
}

.title3 {
  background: #115199;
  text-align: center;
  padding: 0 20px 30px;
}

.title3 h6 {
  font-size: 24px;
  line-height: 70px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #ddd;
}


.title3 i {
  display: block;
  width: 50px;
  height: 5px;
  background: #ffc703;
  margin: 0 auto;
  margin-top: -3px;
}

.title3 a {
  float: right;
  margin-top: -40px;
  color: #fff;
  font-size: 16px;
}

.yjyb {
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.swiper3 {
  margin-top: 20px;
}

.swiper3 ul li {
  width: 22.7%;
  margin-right: 3%;
  float: left;
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
}

.swiper3 ul li:nth-child(4n) {
  margin-right: 0%;
}

.swiper3 ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.early_warning {
  border-top: 1px solid #ddd;
}

.early {
  width: 41.5%;
  margin-right: 2%;
  padding: 20px;
  background: #fff;
  float: left;
  position: relative;
  margin-top: 20px;
}

.early_warning .early:nth-child(2n) {
  margin-right: 0;
}

.early p {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: justify;
}

.early i {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  float: left;
}

.early span {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: #999;
  float: right;
}

.early em {
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
}

.early_warning .early:nth-child(1) p {
  color: #d72e27;
}

.early_warning .early:nth-child(1) i,
.early_warning .early:nth-child(1):hover em {
  background: #d72e27;
}

.early_warning .early:nth-child(2) p {
  color: #115199;
}

.early_warning .early:nth-child(2) i,
.early_warning .early:nth-child(2):hover em {
  background: #115199;
}

.early_warning .early:nth-child(3) p {
  color: #cfcf0f;
}

.early_warning .early:nth-child(3) i,
.early_warning .early:nth-child(3):hover em {
  background: #cfcf0f;
}

.early_warning .early:nth-child(4) p {
  color: #fe9901;
}

.early_warning .early:nth-child(4) i,
.early_warning .early:nth-child(4):hover em {
  background: #fe9901;
}

/* 公司公告 */
.gsgg {
  width: 49%;
  float: left;
  margin-top: 30px;
}

.gsgg_text {
  background: #fff;
  margin-top: 20px;
}

.gsgg_text img {
  display: block;
  max-width: 210px;
  max-height: 150px;
  float: left;
}

.gsgg_text div {
  float: left;
  width: calc(100% - 250px);
  padding: 30px 20px;
}

.gsgg_text div p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-indent: 1em;
  text-align: justify;
}

.gsgg_text div span {
  display: block;
  font-size: 18px;
  color: #999;
  float: right;
  color: #115199;
  margin-top: 5px;
}

.gsgg_list li {
  background: #fff;
  margin-top: 20px;
}

.gsgg_list li p {
  width: 78%;
  line-height: 43px;
  font-size: 18px;
  color: #333;
  float: left;
  text-indent: 1em;
  transition: all 1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.gsgg_list li:hover p {
  text-indent: 2em;
  color: #115199;
}

.gsgg_list li span {
  width: 20%;
  margin-left: 2%;
  display: block;
  float: left;
  line-height: 43px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #115199;
}

/* 应急科普 */
.yjkp {
  margin-top: 30px;
}

.yjkp3 {
  margin-top: 20px;
}

.yjkp3 .emergency {
  width: 28.5%;
  background: #fff;
  float: left;
  margin-right: 2%;
  padding: 20px;
  position: relative;
}

.yjkp3 .emergency:last-child {
  margin-right: 0%;
}

.yjkp3 .emergency h6 {
  font-size: 24px;
  line-height: 24px;
  color: #115199;
  font-weight: normal;
  margin-bottom: 30px;
}

.yjkp3 .emergency p {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.yjkp3 .emergency p span {
  color: #d72e27;
}

.yjkp3 .emergency img {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.yjkp_img {
  margin-top: 20px;
  position: relative;
}

.yjkp_img li {
  float: left;
  width: 24%;
  margin-right: 1.3%;
}

.yjkp_img li:last-child {
  margin-right: 0%;
}

.yjkp_img li img {
  display: block;
}

.yjkp_img li p {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  text-align: center;
}

.yjkp_img .img1,
.yjkp_img .img2 {
  display: block;
  width: 25px;
  height: 50px;
  position: absolute;
  top: -40px;
  left: 20px;
}

.yjkp_img .img2 {
  position: absolute;
  left: auto;
  right: 20px
}

/*******************应急预案*******************/
.ya_video .dynamic_right {
  background: none;
  width: 49%;
  padding: 0;
  margin-right: 2%;
  float: left;
}

.ya_video .dynamic_list {
  padding: 0;
}

.ya_video .dynamic_list li p {
  width: 75%;
  line-height: 60px;
}

.ya_video .dynamic_list li span {
  background: none;
  color: #666;
  line-height: 60px;
  margin-top: 0px;
}

.ya_video .dynamic_right .sp_tit {
  margin-bottom: 0;
}

/*科普视频*/
.kpsp {
  width: 49%;
  float: right;
}

.sp_tit {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.sp_tit h6 {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: normal;
  padding-bottom: 20px;
}

.sp_tit i {
  display: block;
  width: 50px;
  height: 5px;
  background: #ffc703;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 25px);
}

.kp_video {
  height: 330px;
  box-shadow: 0 0 2px #ddd;
}

.kp_video video {
  display: block;
  width: 100%;
  height: 100%;
}

/*清楚浮动*/
.ya_video:after,
.yjkp3:after,
.dynamic_list a:after,
.yjkp_img:after,
.yjyb_gsgg:after,
.early a:after,
.swiper3 ul:after,
.gsgg_list li:after,
.gsgg_text:after,
.early_warning:after,
.title2:after,
.dynamic:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}