﻿body {
  margin: 0;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #38aada;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: top;.ztywList
}

.lbt {
  width: 100%;
  height: 100%;
  padding: 0;
}

.lbt img {
  width: 100%;
  height: auto
}

.mt40 {
  margin-top: 40px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}

.lbj {
  background-color: #DEF4FF;
}

.title {
  margin-top: 50px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}

.title a {
  color: #414141;
}

.title a:hover {
  color: #38aada;
}

.titImg {
  background-image: url(../img/titImg.png);
  width: 100%;
  height: 66px;
  text-align: center;
  padding-top: 2px;
  color: white;
  font-weight: bold;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 32px;
}

.titImg1 {
  background-image: url(../img/titImg.png);
  width: 100%;
  height: 66px;
  text-align: center;
  padding-top: 6px;
  color: white;
  font-weight: bold;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 32px;
}

.titImgText {
  flex: 1;
  text-align: center;
  padding-left: 56px;
  padding-top: 4px;
}

.more {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  margin-right: 10px;
}

.more a {
  color: #878787;
}

.more a:hover {
  color: #38aada;
}

/* 集团要闻 */

.jtyw-row {
  display: flex;
  justify-content: start;
  align-items: center;
}

.ztywImg {
  width: 650px;
  box-shadow: 0px 0px 24px 0px rgba(0, 37, 89, 0.42)
}

.ztywList {
  width: 550px;
  height: 500px;
  background: #F0FBFF;
  padding: 30px;
  margin: 0;
}

.ztywListItem {
  width: 100%;
}

.ztywListItemTitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  margin: 20px 0;
}

.ztywListItemTitle a {
  color: #414141;
  line-height: 47px;
}

.ztywListItemTitle a:hover {
  color: #38aada;
}

.ztywListItemContent {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  height: 70px;
  text-indent: 2em;
}

.ztywListItemContent a {
  color: #818181;
}

.ztywListItemContent a:hover {
  color: #38aada;
}

/* 动态新闻 */

.jcdt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px 60px 40px;
}

.jcdt-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.jcdt-item>span {
  font-size: 48px;
  color: #333;
  margin-right: 10px;
}

.jcdt-item a {
  color: #414141;
}

.jcdt-item a:hover {
  color: #38aada;
}

/* 应急管理大家谈 */

.aqzs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px 60px 40px;
}

.aqzs-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.aqzs-item>span {
  font-size: 48px;
  color: #333;
  margin-right: 10px;
}

.aqzs-item a {
  color: #414141;
}

.aqzs-item a:hover {
  color: #38aada;
}

/* 影视聚焦 */
.ysjj-row {
  display: flex;
  height: 400px;
  margin-bottom: 60px;
}

.ysjjsp,.ysjjtpList {
  width: 600px;
}

.ysjjtpList img {
  margin-left: 10px;
  width: 286px;
  height: 190px;
}

.ysjj-row #video {
  margin: 0 auto 12px;
  position: relative;
}

.ysjj-row #video .jsmodern-video {
  width: 100%;
  height: 100%;
}

.ysjj-row #video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ysjj-row .VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -33px;
  margin-top: -45px;
  cursor: pointer;
  z-index: 10;
}

.ysjj-row #video .jsmodern-video-panel {
  display: none !important;
}

.ysjj-row #video:hover .jsmodern-video-panel {
  display: block !important;
}


/* 底部 */
.footer {
  width: 100%;
  height: 160px;
  padding: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #2897C6;
}
