@charset "utf-8";
a {
  text-decoration: none;
}
.div-block-1 {
  background-color: white;
  width: 1160px;
  margin-top: -100px;
  padding: 30px 60px;
  box-shadow: 0 0 3px #ccc;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
  align-items: flex-start;
}
.div-block-1 a {
  display: inline-block;
}
.div-block-1 .next-btn,
.div-block-1 .last-btn {
  color: #545454;
  font-size: 18px;
  text-decoration: none;
}
.div-block-1 .next-btn:hover,
.div-block-1 .last-btn:hover {
  color: #1e50ae;
}
.div-block-1 .line-style {
  height: 1px;
  background: #000;
  opacity: 0.1;
  width: 100%;
}
.div-block-1 .page-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.detail-title-all {
  padding-bottom: 12px;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 30px;
}
.detail-title-word {
  font-size: 22px;
  font-weight: bold;
}
.detail-title-date {
  font-size: 13px;
}
.detail-b3 {
  color: #888;
}
.article-tag {
  margin-left: 30px;
}
.article-tag em {
  color: #1e50ae;
  font-style: normal;
}
.detail-infos-word {
  padding: 0px 0 60px;
  line-height: 25px;
  font-size: 15px;
  text-align:justify
}
.detail-infos-word img{opacity: 0.9;-webkit-opacity: 0.9;-ms-opacity: 0.9;-moz-opacity: 0.9;}
.detail-infos-word img:hover{opacity:1;-webkit-opacity:1;-ms-opacity:1;-moz-opacity:1;}
.publicity-infos {
  padding: 0;
}
.publicity-infos li {
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}
.word-doc {
  margin: 48px 0 20px;
}
.news-footer {
  float: right;
  width: 116px;
  text-align: center;
  margin-right: 22px;
}
/*视频放大播放功能*/
.videolist {
  cursor: pointer;
  width: 75%;
  height: auto;
  display: inline-block;
  position: relative;
}
.videolist .video-img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.videolist .play-btn {
  opacity: .82;
  -webkit-opacity: .82;
  -ms-opacity: .82;
  -moz-opacity: .82;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
}
.videolist:hover .play-btn {
  opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
}
.videos-infos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 2px;
}
.videos-infos video {
  width: 100%;
  height: auto;
}
.vclose-btn {
  width: 38px;
  height: 38px;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
}
.masklayer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  -webkit-user-select: none;
  -ms-user-select: none;
}
