/* banner-start */
#headSection {
  position: relative;
}

#headSection .head-bg {
  width: 100%;
}

#headSection .title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#headSection .title {

  font-weight: bold;
  font-size: 68px;
  color: #ffffff;
  line-height: 80px;
  padding-bottom: 14px;
  text-align: center;
}

#headSection .sub-title {

  font-weight: bold;
  font-size: 32px;
  color: var(--main-color);
  line-height: 38px;
  text-align: center;
}

/* banner-end */


/* main-start  */
#news {
  padding: 60px 0px;
}

.base-width {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding:0px 15px;
}

.news-title {
  font-size: 46px;
  line-height: 54px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 28px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list>div {
  display: flex;
  flex-direction: column;
  margin-bottom: 46px;
  width: 32%;
}

.news-list div .img {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.news-list div .img img {
  max-width: 100%;
  transition: all 0.65s;
  border-radius: 6px;
}

.news-list div:hover .img img {
  transform: scale(1.05);
}

.news-list div .date {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-bottom: 6px;
}

.news-list div .txt {
  line-height: 28px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  padding-right: 28px;
}

.news-list div .desc {
  line-height: 25px;
  font-size: 14px;
  color: #667085;
  height: 70px;
  overflow: hidden;
}

.news-list a {
  font-weight: bold;
  font-size: 18px;
  color: #072968;
  line-height: 25px;
  position: relative;
}

.news-list a::after {
  content: '';
  width: 17%;
  height: 2px;
  background-color: #072968;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layui-laypage {
  margin: 0;
}

.blog-bottom .total {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}

.layui-disabled,
.layui-disabled:active {
  background-color: transparent !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #072968;
}

.layui-laypage a,
.layui-laypage span {
  padding: 0 11px;
  margin: 0 3px;
  /* transition: all 0.3s ease-in-out; */
}

.layui-laypage a:hover {
  color: #072968;
}


/* main-end */

/*
文章詳情
*/
#news_detail {
  padding: 80px 0px;
  margin: 0 10px;
}

.detail-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding:0px 15px;
}

.news-title {
  font-size: 42px;
  color: #333333;
  line-height: 53px;
  margin-bottom: 20px;
}

.news-info {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  align-items: center;
}

.news-info span:first-child {
  color: #777777;
  text-align: left;
  font-size: 14px;
}

.news-info a {
  text-decoration: none;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  display: inline-block;
  padding-right: 35px;
  background: url("/image/back.png") no-repeat center right;
  background-size: contain;
}

.news-info a:hover {
  color: #1d523e;
}

.news-content {
  margin-top: 25px;
  padding: 15px 0px;
  line-height: 36px;
  font-size: 16px;
  color: #333333;
  min-height: 400px;
}

.news-content img {
  max-width: 100%;
  height: auto !important;
}

.news-content p {
  margin-bottom: 12px;
  text-indent: 2em;
}

.news-box {
  margin-top: 35px;
  padding-top: 20px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #ccc;
}

.news-box a {
  color: #777777;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.news-box a:hover {
  color: var(--main-color);
}




/*
文章詳情結束
*/


@media screen and (min-width:1670px) {
  #headSection {
    margin-top: 93px;
  }
}