body {
  background: #fff;
}
/* 头部 */
.header-section {
  background: #fff;
}
/* banner */
.banner-section {
  height: 360px;
  padding-top: 72px;
  background: url("/templates/website/images/news/news-img1.png") no-repeat;
  background-size: 100% 100%;
}
.banner-section .title {
  color: #fff;
  text-align: justify;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.banner-section .info {
  margin-top: 40px;
  color: #fff;
  text-align: justify;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
}

.news-section {
  background: #fff !important;
}
.news-section .tabs {
  margin-bottom: 0;
  height: 70px;
  font-size: 16px;
}
.section .tabs .tab {
  font-size: 20px;
}
.section .tabs .tab.active a {
  color: #004ec3;
  font-weight: 550;
}
.section .tabs .tab:not(:last-child) {
  margin-right: 80px;
}

/* 新闻中心 */
.section .section-header {
  height: auto;
  padding-top: 0;
  padding-bottom: 40px;
  margin-top: 40px;
}
.news-section .search-box {
  display: flex;
  align-items: center;
  max-width: 200px;
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
}
.news-section .search-box input {
  border: 0;
  outline: none;
}
.news-section .search-box img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.news-section .tabs {
  position: relative;
}
.news-section .view {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  color: #666;
  text-align: center;
  font-size: 16px;
}
.news-section .view img {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  cursor: pointer;
}
.news-section .news-content {
  display: none;
}
.news-section .news-content.active {
  display: block;
}
.news .news-section .list-box .list-li {
  display: flex;
  padding: 40px;
  height: 360px;
  cursor: pointer;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
}
.news .news-section .list-box .list-li:hover {
  /* border: 1px solid #E1E1E1; */
  border-top: 0;
  border-bottom: 0;
  background: linear-gradient(91deg, #e1ecff 0%, rgba(241, 246, 255, 0) 100%);
  box-shadow: 0px 4px 12px 0px rgba(22, 100, 255, 0.12);
}
.news .news-section .list-box .list-li:hover + .list-li {
  border-bottom: 0;
}
.news .news-section .list-box .list-li:hover .btn {
  display: flex !important;
}
.news .news-section .card-box .list-li:hover {
  background: #fff;
  border: 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.news .news-section .card-box .list-li:hover .right .title {
  color: #004ec3;
}
.news .news-section .list-li:hover .right .title,
.news .news-section .list-li:hover .right .info,
.news .news-section .list-li:hover .right .bottom .time {
  color: #004ec3;
}
.news .news-section .list-li:hover .left img {
  transform: scale(1.03);
}
.news .news-section .card-box .list-li:hover .left img {
  transform: scale(1.03);
}
.news .news-section .card-box .list-li:hover .right .time {
  color: #004ec3;
}
.news .news-section .card-box .list-li:hover .btn {
  display: none !important;
}
.news .news-section .list-box .left {
  width: 500px;
  height: 280px;
}
.news .news-section .list-box .left img {
  height: 100%;
  object-fit: cover;
}
.news .news-section .list-box .right {
  /* 1106修改 */
  flex: 1;
  height: 280px;
  padding: 10px 40px;
  padding-right: 0;
}
.news .news-section .list-box .right .title {
  margin-bottom: 30px;
  color: #222;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.news .news-section .list-box .right .info {
  /* 1106修改 */
  height: 112px;
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
}
.news .news-section .list-box .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.news .news-section .list-box .right .bottom .time {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.news .news-section .list-box .right .bottom .btn {
  display: none;
  align-items: center;
  color: #004ec3;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  cursor: pointer;
}
.news .news-section .list-box .right .bottom .btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("/templates/website/images/news/arrow-right.svg");
}

.news .news-section .card-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  overflow: hidden;
}
.news .news-section .list-box.card-box .list-li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  height: 350px;
  margin-right: 40px;
  margin-bottom: 40px;
  background: #f9f9f9;
  padding: 0;
  cursor: pointer;
  border: 0;
}

.news .news-section .card-box .list-li .right {
  width: 100%;
  padding: 20px;
  margin-left: 0;
}
.news .news-section .card-box .list-li .right .info {
  display: none;
}
.news .news-section .list-box.card-box .right .bottom {
  margin-top: 0;
}
.news .news-section .card-box .right .bottom .btn {
  display: none;
}
.news .news-section .card-box .list-li .left {
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.news .news-section .card-box .list-li .right {
  height: 125px;
}
.news .news-section .card-box .list-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-section .card-box .list-li .right .title {
  height: 45px;
  margin-bottom: 20px;
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news .news-section .card-box .list-li .right .time {
  color: #999;
  text-align: justify;
  /* font-family: DIN Alternate; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.news .news-section .card-box .list-li:nth-child(3n) {
  margin-right: 0 !important;
}

/* 详情 */
.main {
  /*1106修改*/
  width: 1000px;
  min-height: calc(100vh - 450px - 72px - 50px);
  margin: 0 auto;
  padding: 40px 0;
  background: #fff;
}
.main .left {
  width: 100%;
  margin-bottom: 40px;
}
.main .left .header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.main .left .title {
  color: #222;
  text-align: justify;

  font-size: 32px;
  font-style: normal;
  font-weight: 550;
  line-height: 45px;
}
.main .left .row {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #999;
  text-align: justify;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.main .left .row .line {
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background: #adadad;
}
.main .left .content {
  color: #222;
  text-align: justify;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-indent: 2em;
}
.main .right {
  width: 100%;
}
.main .right .box {
  width: 100%;
  /* height: 188px; */
  overflow: auto;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.main .right .box .header {
  padding: 20px;
  padding-bottom: 0;
  background: url("/templates/website/images/news/box-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #e53107;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.main .right .box .header::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 20px;
  background: linear-gradient(93deg, #e22900 -1.24%, #fc9256 100%);
}
.main .right .box .content {
  display: flex;
  padding: 20px;
}
.main .right .box .content .li {
  flex: 1;
  cursor: pointer;
}
.main .right .box .content .li:nth-child(1) {
  margin-right: 90px;
}
.main .right .box .content .li .title {
  height: 50px;
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.main .right .box .content .li .time {
  margin-top: 20px;
  color: #999;
  text-align: justify;
  font-family: DIN Alternate;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.main .right .btns {
  display: flex;
  justify-content: space-between;
}
.main .right .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 60px;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 1px;
  background: linear-gradient(93deg, #e22900 -1.24%, #fc9256 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.main .right .btns .btn img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

#PageContent .current {
  background: #004ec3 !important;
  border-color: #004ec3 !important;
}
.clear_div {
  width: 1280px !important;
}
