/*red-主题*/
/*@import url('theme-dark.css');*/
/*blue-主题*/
@import url('theme-light.css');

.wrap {
  width: 100%;
  min-width: 1200px;
  overflow: auto;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.boxShadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  overflow: hidden;
}

.wrap .header {
  width: 100%;
  height: 355px;
  background: var(--background-header);
  background-size: cover;
  position: relative;
  padding-top: 64px;
}

/* 头部 */
.header .header-title {
  display: flex;
}

.header .header-title .header-name-cont {
  margin: 18px 0 0 18px;
}

.header .header-title .header-eng {
  color: #fff;
  font-size: 42px;
  height: 2em;
}

.header .header-logo {
  width: 115px;
  height: 118px;
}

.wrap .header .header-nva {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: var(--background-color);
}

.header-nva .container {
  display: flex;
}

.header-nva .nva-item {
  flex: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.header-nva .nva-item div {
  display: none;
}

.header-nva .nva-item ul {
  position: absolute;
  bottom: -50px;
  left: -100%;
  width: max-content;
  min-width: 500px;
  height: 50px;
  z-index: 10;
  background-color: #f4f4f4;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #ccc;
}

.header-nva .nva-item li {
  padding: 0 10px;
  color: var(--header-nva-nva-item-li);
  font-size: 1em;
  font-weight: 500;
}

.header-nva .nva-item li:hover {
  color: red;
}

.header-nva .nva-item:hover {
  background: var(--background-hover-color);
  font-weight: bold;
}

.leader {
  background: #2e76c6;
  font-weight: bold;
}

.wrap .main {
  padding: 20px 0;
}

/* 底部 */
.wrap .footer {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: var(--footer-border-top);
}

.footer .footer-dzjg {
  margin-right: 40px;
}

.footer-copyright {
  font-size: 16px;
  line-height: 30px;
  line-height: 1.8;
}

.news-info {
  margin-top: 30px;
  background: #fff;
}

.clearfix {
  display: flex;
  overflow: hidden;
}

.news-items {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
}

.news-item {
  position: relative;
  line-height: 1.9;
  font-size: 16px;
  padding: 13px 0 12px 20px;
  border-bottom: 1px dashed #ebe9e9;
}

/* 修改 */
.news-item a {
  display: block;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

/* 板块 */
.work-line {
  flex: 1;
  /* width: calc((100% - 40px) / 2 - 1px); */
  height: 279px;
  padding: 0 20px;
  margin-left: 20px;
  background: #fff;
  overflow: hidden;
}

.work-line:first-child {
  margin-left: 0;
}

/* 标题 */
.normal-hd {
  height: 50px;
  line-height: 43px;
  padding-top: 6px;
  border-bottom: 1px solid #eae8e8;
  justify-content: space-between;
}

.normal-tt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: var(--imp-news-hd);
  font-weight: bold;
  font-size: 20px;
}

.normal-tt:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--imp-news-hd);
}

.normal-tt:before {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 0;
  border-top-color: var(--imp-news-hd);
}

.normal-more {
  font-size: 15px;
  color: #aaa;
}

.normal-items {
  margin-top: 8px;
}

.normal-item {
  position: relative;
  line-height: 20px;
  padding: 10px 0 10px 15px;
}

.news-item::before,
.normal-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--normal-item-before);
}

.news-item:hover::before,
.normal-item:hover::before {
  background-color: var(--news-item-hover-before);
}

.normal-item:hover .normal-item-cont {
  color: var(--news-item-hover-a);
  font-weight: bold;
}

.normal-item-cont {
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabview {
  margin-top: 6px;
}

.tab-hd {
  justify-content: space-between;
}

.tab-hdl {
  flex: 1;
  margin-left: 10px;
}

.tab-hdl.active > a {
  background: #1560af;
  color: #fff;
}

.tab-hdl:first-child {
  margin-left: 0;
}

.tab-hdl > a {
  display: block;
  flex: 1;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #1560af;
  border: 1px solid #1560af;
  border-radius: 8px;
}

/* 分页 */
.page_div {
  text-align: center;
  margin: 20px 10px 20px 0;
  color: #666;
  /* 禁止选择文本 */
  -webkit-user-select: none;
  /* Safari 和 Chrome 的兼容性 */
  -moz-user-select: none;
  /* Firefox 的兼容性 */
  -ms-user-select: none;
  /* IE 和 Edge 的兼容性 */
}

.page_div .page_link,
.page_white {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid #5ac725;
  text-align: center;
  margin: 0 4px;
}

.page_link.page_active {
  color: #fff;
  background-color: #3c9cff;
  border: 1px solid #3c9cff;
}