@charset "UTF-8";
/**
 * 抚顺全面振兴新突破三年行动
 * date: 2023-4-13
 * author: 您还未添加作者名称，请在setting里EpointSource.TemplateAuthorName配置;
 */
* {
  box-sizing: border-box;
}
* a {
  color: #333;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 移动端 */
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.box-title {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #DC0718;
  overflow: hidden;
}

.box-title span {
  position: relative;
}
.box-title span::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -280px;
  width: 254px;
  height: 18px;
  background: url(../images/box-title-l.png) no-repeat;
  background-size: 100% 100%;
}
.box-title span::after {
  position: absolute;
  content: "";
  top: 20px;
  right: -280px;
  width: 254px;
  height: 18px;
  background: url(../images/box-title-r.png) no-repeat;
  background-size: 100% 100%;
}

.info-little {
  position: relative;
  margin-top: 20px;
  padding-left: 26px;
  font-size: 18px;
  color: #333333;
}
.info-little::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/decision-tip.png) no-repeat;
}
.info-little h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-little h6 a:hover {
  font-weight: 700;
  color: #DC0718;
}

/* 移动端 */
@media (max-width: 767px) {
  .box-title {
    line-height: 30px;
    font-size: 30px;
  }
  .box-title span::before {
    position: absolute;
    content: "";
    top: 10px;
    background: url(../images/box-title-l.png) no-repeat center right;
    background-size: 50% 50%;
  }
  .box-title span::after {
    position: absolute;
    content: "";
    top: 10px;
    background: url(../images/box-title-r.png) no-repeat center left;
    background-size: 50% 50%;
  }
}
.header {
  position: relative;
  height: 500px;
  padding-top: 20px;
  background: url(../images/banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
.header .container {
  text-align: center;
  /* 移动端 */
}
.header .container .top {
  height: 48px;
  margin-bottom: 142px;
}
.header .container .top img {
  float: left;
  display: block;
  width: 19%;
}
.header .container .top ul {
  float: right;
}
.header .container .top ul li {
  float: left;
  line-height: 48px;
  font-weight: 700;
  font-size: 18px;
}
.header .container .top ul li a {
  color: #333333;
}
@media (max-width: 767px) {
  .header .container .top img {
    width: auto;
  }
  .header .container .top ul {
    margin-top: 20px;
  }
  .header .container .top ul li {
    line-height: 40px;
    font-size: 16px;
  }
}
.header .nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: auto;
  background: #981611;
}
.header .nav ul {
  /* 移动端 */
}
.header .nav ul .nav-li {
  float: left;
  width: 16.66%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.header .nav ul .nav-li a {
  color: #fff;
}
.header .nav ul .nav-li.active, .header .nav ul .nav-li:hover {
  background: url(../images/nav-act.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .header .nav ul .nav-li {
    width: 33%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .header {
    height: 350px;
    background-size: auto;
    background-position: top center;
  }
}
.headline {
  height: auto;
  padding-top: 48px;
  background: url(../images/headline-bg.png) no-repeat;
  background-size: 100% 100%;
  /* 移动端 */
  /* 移动端 */
}
.headline .top {
  position: relative;
  height: 100px;
  line-height: 100px;
  padding-left: 27px;
  background: url(../images/top-bg.png) no-repeat;
}
.headline .top img {
  float: left;
  height: 88px;
}
.headline .top h2 {
  float: left;
  margin-left: 40px;
  font-weight: 700;
  font-size: 34px;
  color: #DC0718;
}
@media (max-width: 767px) {
  .headline .top {
    height: 50px;
    padding-left: 0;
  }
  .headline .top img {
    width: 15%;
    height: 50px;
  }
  .headline .top h2 {
    margin-left: 20px;
    font-size: 12px;
    line-height: 50px;
  }
}
@media (max-width: 980px) {
  .headline .top h2 {
    font-size: 20px;
  }
}
.headline .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 25px;
  height: auto;
  margin-top: 36px;
  padding-bottom: 60px;
  /* 移动端 */
  /* 移动端 */
}
.headline .row .imgscroll {
  width: 45%;
  height: 372px;
}
.headline .row .imgscroll .swiper-slide {
  position: relative;
}
.headline .row .imgscroll .swiper-slide img {
  width: 100%;
  height: 100%;
}
.headline .row .imgscroll .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  background: rgba(52, 37, 37, 0.6);
}
.headline .row .imgscroll .swiper-slide p span {
  display: inline-block;
  width: 70%;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .headline .row .imgscroll {
    height: auto;
  }
}
.headline .row .imgscroll.swiper-container-horizontal > .swiper-pagination-bullets {
  right: 16px;
  bottom: 18px;
  line-height: 9px;
  left: auto;
  width: auto;
}
.headline .row .imgscroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.headline .row .imgscroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
}
.headline .row .decision {
  width: 55%;
  height: 372px;
  padding: 24px 34px 0 24px;
  background: #fff;
}
.headline .row .decision .thead {
  display: flex;
  justify-content: space-between;
  background: url(../images/head-line.png) no-repeat left bottom;
}
.headline .row .decision .thead h6 {
  padding-bottom: 11px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.headline .row .decision .thead h6 span {
  color: #DC0718;
}
.headline .row .decision .thead .more a {
  font-size: 16px;
  color: #666666;
}
.headline .row .decision .tbody .info-detail {
  height: 86px;
  margin-top: 20px;
  border-bottom: 1px dashed #F0E8E9;
}
.headline .row .decision .tbody .info-detail h6 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headline .row .decision .tbody .info-detail h6 a:hover {
  font-weight: 700;
  color: #DC0718;
}
.headline .row .decision .tbody .info-detail p {
  height: 42px;
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .headline .row .imgscroll {
    width: 100%;
  }
  .headline .row .decision {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .headline .row {
    margin-top: 18px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .headline {
    padding-top: 18px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .info-little {
    width: 100%;
  }
}
.action {
  height: auto;
  padding-top: 60px;
  /* 移动端 */
}
.action .action-top {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.action .action-top .action-depart,
.action .action-top .action-area {
  width: 50%;
  height: 378px;
  padding: 24px 34px 24px 34px;
  background: url(../images/action-depart.png) no-repeat;
}
.action .action-top .action-depart .action-title,
.action .action-top .action-area .action-title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  background: url(../images/action-title.png) no-repeat left bottom;
}
.action .action-top .action-depart .info-little,
.action .action-top .action-area .info-little {
  width: 100%;
  margin-top: 25px;
}
.action .action-top .action-depart .info-little h6 a:hover,
.action .action-top .action-area .info-little h6 a:hover {
  font-weight: 400;
}
.action .action-top .action-area {
  background: url(../images/action-area.png) no-repeat;
}
.action .action-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  background: url(../images/action-bottom.png) no-repeat;
  background-size: 100% 100%;
}
.action .action-bottom .action-doc,
.action .action-bottom .action-read {
  width: 50%;
  height: 322px;
  padding: 40px 34px 24px 34px;
}
.action .action-bottom .action-doc .sub-title,
.action .action-bottom .action-read .sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #DC0718;
}
.action .action-bottom .action-doc .sub-title > a,
.action .action-bottom .action-read .sub-title > a {
  color: #DC0718;
}
.action .action-bottom .action-doc .sub-title span,
.action .action-bottom .action-read .sub-title span {
  position: relative;
}
.action .action-bottom .action-doc .sub-title span::before,
.action .action-bottom .action-read .sub-title span::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -50px;
  width: 28px;
  height: 18px;
  background: url(../images/sub-title-l.png) no-repeat;
}
.action .action-bottom .action-doc .sub-title span::after,
.action .action-bottom .action-read .sub-title span::after {
  position: absolute;
  content: "";
  top: 15px;
  right: -50px;
  width: 28px;
  height: 18px;
  background: url(../images/sub-title-r.png) no-repeat;
}
.action .action-bottom .action-doc .info-little,
.action .action-bottom .action-read .info-little {
  width: 100%;
  margin-top: 25px;
}
.action .action-bottom .action-doc .info-little h6 a:hover,
.action .action-bottom .action-read .info-little h6 a:hover {
  font-weight: 400;
}
@media (max-width: 767px) {
  .action .action-top {
    margin-top: 10px;
  }
  .action .action-top .action-depart,
  .action .action-top .action-area {
    width: 100%;
    background-size: 100% 100%;
  }
  .action .action-bottom .action-doc,
  .action .action-bottom .action-read {
    width: 100%;
  }
  .action .action-bottom .action-doc .sub-title,
  .action .action-bottom .action-read .sub-title {
    font-size: 30px;
  }
  .action .action-bottom .action-doc .sub-title span,
  .action .action-bottom .action-read .sub-title span {
    position: relative;
  }
  .action .action-bottom .action-doc .sub-title span::before,
  .action .action-bottom .action-read .sub-title span::before {
    top: 10px;
  }
  .action .action-bottom .action-doc .sub-title span::after,
  .action .action-bottom .action-read .sub-title span::after {
    top: 10px;
  }
}

.video {
  padding: 60px 0;
  background: url(../images/video.png) no-repeat;
  background-size: 100% 100%;
  /* 移动端 */
}
.box-title > a {
  color: #DC0718;
}
.video .video-list {
  margin-top: 40px;
  padding: 24px;
  background: #FFFFFF;
}
.video .video-list .video-item {
  display: inline-block;
  width: 270px;
  margin-right: 24px;
}
.video .video-list .video-item img,
.video .video-list .video-item video {
  width: 100%;
  height: 168px;
}
.video .video-list .video-item p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .video-list .video-item a:hover img {
  border: 1px solid red;
}
.video .video-list .video-item a:hover p {
  color: #DC0718;
}
@media (max-width: 767px) {
  .video .video-list {
    width: 100%;
    margin-top: 10px;
  }
}