@charset "UTF-8";
body {
  --mh: 840px;
  min-width: 1200px;
  background: #fff url(/statics/jgdj/images/specials/szgydh/body-bg.png) no-repeat center var(--mh)/100%;
}
@media screen and (max-width: 1200px) {
  body {
    --mh: 520px;
  }
}

.title {
  width: 508px;
  margin: 50px auto;
}

/* 头部 */
.header {
  width: 100%;
  min-height: var(--mh);
  background: url(/statics/jgdj/images/specials/szgydh/header.png) no-repeat center top/100%;
}

/* 媒体报道 */
.mtbd {
  padding-bottom: 30px;
}
.mtbd .mtbd-main {
  width: 100%;
}
.mtbd .mtbd-main a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 800px;
}
.mtbd .mtbd-main a div {
  height: 430px;
  overflow: hidden;
}
.mtbd .mtbd-main a img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.mtbd .mtbd-main a p {
  width: 800px;
  margin: 0 auto;
}
.mtbd .mtbd-main a p.mtgb-tit {
  line-height: 52px;
  text-align: center;
  font-weight: bold;
}
.mtbd .mtbd-main a p.mtbd-sec {
  text-align: justify;
  text-indent: 2em;
}
.mtbd .mtbd-main a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.mtbd .mtbd-main a:hover p.mtbd-sec {
  color: var(--defaultWordColor);
}

/* 本届赛事 */
.bjss {
  --blue: #0b5bde;
  --red: #f03030;
}
.bjss .bjsc,
.bjss .hjqk {
  width: 48.33%;
  min-height: 238px;
  padding: 15px;
  border-radius: 15px;
  border-width: 1px;
  border-style: solid;
}
.bjss .bjsc h4,
.bjss .hjqk h4 {
  margin: 0 auto 10px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 52px;
  line-height: 45px;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.bjss .bjsc h4 img,
.bjss .hjqk h4 img {
  width: 142px;
}
.bjss .bjsc li,
.bjss .hjqk li {
  text-indent: 2em;
  line-height: 2;
}
.bjss .bjsc {
  border-color: var(--blue);
}
.bjss .bjsc h4 {
  border-bottom-color: var(--blue);
}
.bjss .bjsc a:hover {
  color: var(--blue);
}
.bjss .hjqk {
  border-color: var(--red);
}
.bjss .hjqk h4 {
  border-bottom-color: var(--red);
}
.bjss .hjqk a:hover {
  color: var(--red);
}

/* 精彩回顾 */
.jchg .swiper-slide {
  width: 715px;
  height: 500px;
}
.jchg .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.jchg .swiper-slide a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 42px;
  line-height: 42px;
  display: none;
}
.jchg .swiper-slide.swiper-slide-active a p {
  display: -webkit-box;
}
.jchg .jchg-prev,
.jchg .jchg-next {
  width: 33px;
  height: 43px;
}
.jchg .jchg-prev::after,
.jchg .jchg-next::after {
  display: none;
}
.jchg .jchg-prev {
  left: -webkit-calc(20% + 2px);
  left: -moz-calc(20% + 2px);
  left: calc(20% + 2px);
  background: url(/statics/jgdj/images/specials/szgydh/prev.png);
}
.jchg .jchg-next {
  right: -webkit-calc(20% + 2px);
  right: -moz-calc(20% + 2px);
  right: calc(20% + 2px);
  background: url(/statics/jgdj/images/specials/szgydh/next.png);
}

/* 省直风采 */
.szfc .szfc-main {
  width: 100%;
  padding: 20px;
}
.szfc .szfc-main li {
  float: left;
  width: 520px;
  line-height: 2;
}
.szfc .szfc-main li:nth-child(2n) {
  float: right;
}
.szfc .szfc-main li a {
  position: relative;
  text-indent: 1em;
}
.szfc .szfc-main li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--defaultWordColor);
}
.szfc .szfc-main li a:hover {
  font-weight: bold;
}
.szfc .szfc-main li a:hover::after {
  width: 6px;
  height: 6px;
  background: var(--defaultHoverColor);
}

.dzjg-icon img {
  width: auto;
}