@charset "UTF-8";
#header {
  height: 98px;
  background: #142333;
}

#header .h_sec {
  z-index: 10;
}

.news_page {
  padding: 40px 0 70px;
}

.news_page .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.news_page .container .top .left {
  width: 58%;
  height: 464px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.news_page .container .top .left img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 464px;
  width: 100%;
  text-align: center;
}

.news_page .container .top .left a {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
  display: block;
  height: 100%;
}

.news_page .container .top .left h2 {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  z-index: 3;
}

.news_page .container .top .left:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(#142333));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #142333 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #142333 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #142333 100%);
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news_page .container .top .left:hover:after {
  height: 300%;
}

.news_page .container .top .right {
  width: 40%;
  height: 464px;
}

.news_page .container .top .right ul li {
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.news_page .container .top .right ul li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 222px;
  width: 100%;
  text-align: center;
}

.news_page .container .top .right ul li a {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
  display: block;
  height: 100%;
}

.news_page .container .top .right ul li h2 {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  z-index: 3;
}

.news_page .container .top .right ul li:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(#142333));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #142333 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #142333 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #142333 100%);
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news_page .container .top .right ul li:hover:after {
  height: 300%;
}

.news_page .container .mid {
  margin-bottom: 40px;
}

.news_page .container .mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_page .container .mid ul li {
  width: 16%;
}

.news_page .container .mid ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #142333;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

.news_page .container .mid ul li a:hover {
  background: #ca8803;
}

.news_page .container .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_page .container .bottom .left {
  width: 100%;
}

.news_page .container .bottom .left dl {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(20, 35, 51, 0.2);
  padding-bottom: 30px;
  position: relative;
}

.news_page .container .bottom .left dl a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.news_page .container .bottom .left dl:hover dt img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news_page .container .bottom .left dl dt {
  min-width: 35%;
  width: 35%;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  height: 220px;
}

.news_page .container .bottom .left dl dt img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 220px;
  width: 100%;
  text-align: center;
}

.news_page .container .bottom .left dl dd {
  width: 100%;
}

.news_page .container .bottom .left dl dd h3 {
  margin-bottom: 5px;
  color: #ca8803;
  font-size: 18px;
}

.news_page .container .number_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_page .container .number_page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_page .container .number_page ul li {
  margin-right: 5px;
}

.news_page .container .number_page ul li a {
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(20, 35, 51, 0.345);
}

.news_page .container .number_page ul li a:hover {
  background: #142333;
  color: #fff;
}

.news_page .container .number_page ul li.active a {
  background: #142333;
  color: #fff;
}

.news_page .container .number_page ul li.none {
  pointer-events: none;
}

.news_page .container .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_page .container .back a {
  background: #ca8803;
  width: 250px;
  border-radius: 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.news_page .container .back a:hover {
  background: #142333;
}

.news_page .container .detail_content h2 {
  color: #ca8803;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.news_page .container .detail_content figure {
  margin-bottom: 30px;
}

.news_page .container .detail_content .main_news {
  height: 450px;
}

.news_page .container .detail_content .main_news img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_page .container .detail_content .tt_more_content {
  display: block;
  background: #fff;
  padding: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news_page .container .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .news_page .container .top .left {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }
  .news_page .container .top .left img {
    height: 250px;
  }
  .news_page .container .top .left h2 {
    font-size: 18px;
  }
  .news_page .container .top .right {
    height: auto;
    width: 100%;
  }
  .news_page .container .top .right ul li {
    margin-bottom: 5px;
  }
  .news_page .container .top .right ul li img {
    height: 150px;
  }
  .news_page .container .top .right ul li h2 {
    font-size: 16px;
  }
  .news_page .container .mid {
    margin-bottom: 20px;
  }
  .news_page .container .mid ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_page .container .mid ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .news_page .container .bottom .left dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_page .container .bottom .left dl dt {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news_page .container .bottom .left dl dt img {
    height: 200px;
  }
  .news_page .container .detail_content h2 {
    font-size: 25px;
  }
  .news_page .container .detail_content .main_news {
    height: 250px;
  }
  .news_page .container .detail_content .main_news img {
    height: 250px;
  }
}

/* ========== end △ */
.SecSec,
.readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
