@charset "UTF-8";
.content-box {
  padding: 30px;
  width: 100%;
  box-shadow: 0px 4px 20px 0 rgba(7, 42, 101, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.u-title-box {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
.u-title-box span {
  display: inline-block;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #286ace;
}
.u-title-box i {
  display: block;
  width: 95px;
  height: 5px;
  background-color: #286ace;
}
.u-title-box .gd-box {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 99;
}
.u-title-box .gd-box img {
  display: block;
  height: 80px;
}
.u-title-box .gd-box p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #d81e06;
  text-align: right;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
}

.position-box {
  margin-bottom: 25px;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}
.position-box a {
  font-size: 16px !important;
  color: #333;
}
.position-box a:hover {
  color: #286ace;
}
.position-box span {
  display: inline-block;
  margin: 0 10px;
}

.con-box {
  width: 100%;
  *zoom: 1;
}
.con-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.con-box .menu-box {
  float: left;
  width: 321px;
}
.con-box .menu-box p {
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  background-color: #286ace;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con-box .menu-box ul li {
  margin-bottom: 8px;
  width: 100%;
  height: 70px;
  background-color: #f5f7fa;
}
.con-box .menu-box ul li a {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  *zoom: 1;
}
.con-box .menu-box ul li a:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.con-box .menu-box ul li a span {
  float: left;
  display: block;
  width: calc(100% - 20px);
  font-size: 18px;
  line-height: 70px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con-box .menu-box ul li a img {
  float: right;
  display: block;
  margin-top: 27px;
  width: auto;
  height: 15px;
}
.con-box .menu-box ul li:hover, .con-box .menu-box ul .active {
  background-color: #eef4fe;
}
.con-box .menu-box ul li:hover a span, .con-box .menu-box ul .active a span {
  color: #286ace;
}
.con-box .box-r {
  float: right;
  width: calc(100% - 365px);
}

.type-list {
  width: 100%;
  max-height: 270px;
  margin-top: 30px;
  *zoom: 1;
  overflow: hidden;
}
.type-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.type-list li {
  float: left;
  padding: 0 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: calc((100% - 15px) / 2);
  height: 70px;
  line-height: 1.3;
  background-color: #ebebeb;
  box-sizing: border-box;
  background-color: #e8f1fc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.type-list li:nth-child(2n+2) {
  margin-right: 0;
}
.type-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.type-list li a span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.type-list li:hover {
  background-color: #286ace;
}
.type-list li:hover a {
  color: #fff;
}
.type-list .active {
  background-color: #286ace;
}
.type-list .active a {
  color: #fff;
}

.type-expand {
  height: auto;
  max-height: 1500px;
}

.expand-box {
  display: none;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.expand-box span {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #286ace;
  padding: 2px 10px 4px 10px;
  border-radius: 5px;
}
.expand-box span:hover {
  color: #fff;
}
.expand-box img {
  vertical-align: middle;
  width: 12px;
}
.expand-box .shouqi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.expand-box-expand {
  display: block;
}

.news-list {
  width: 100%;
  margin-top: 32px;
  min-height: 320px;
  overflow: hidden;
}
.news-list li {
  width: 100%;
}
.news-list li:nth-child(5n+5) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.news-list li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none !important;
}
.news-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news-list li a i {
  display: block;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  background-color: #a0b8dc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.news-list li a span {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #333;
}
.news-list li a span:nth-child(2) {
  width: calc(100% - 154px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.news-list li a span:nth-child(3) {
  width: 140px;
  text-align: right;
}
.news-list li a:hover span:nth-child(2) {
  letter-spacing: 0.2px;
  color: #286ace;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .content-box {
    padding: 1.5625vw;
    box-shadow: 0 0.20833vw 1.04167vw 0 rgba(7, 42, 101, 0.15);
    border-top-left-radius: 0.52083vw;
    border-top-right-radius: 0.52083vw;
  }
  .u-title-box span {
    height: 2.5vw;
    font-size: 21.6px;
    font-size: 1.25vw;
  }
  .u-title-box i {
    width: 4.94792vw;
    height: 0.26042vw;
  }
  .u-title-box .gd-box {
    top: -3.38542vw;
  }
  .u-title-box .gd-box img {
    height: 4.16667vw;
  }
  .u-title-box .gd-box p {
    font-size: 0.72917vw;
  }
  .position-box {
    margin-bottom: 1.30208vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .position-box a {
    font-size: 0.83333vw !important;
  }
  .position-box span {
    margin: 0 0.52083vw;
  }
  .con-box {
    width: 100%;
    *zoom: 1;
  }
  .con-box:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .con-box .menu-box {
    width: 16.71875vw;
  }
  .con-box .menu-box p {
    height: 3.64583vw;
    font-size: 21.6px;
    font-size: calc(24 * var(--font-scale) * 1px);
    line-height: 3.64583vw;
  }
  .con-box .menu-box ul li {
    margin-bottom: 0.41667vw;
    height: 3.64583vw;
  }
  .con-box .menu-box ul li a {
    padding: 0 1.04167vw;
  }
  .con-box .menu-box ul li a span {
    width: calc(100% - 1.04167vw);
    font-size: 0.9375vw;
    line-height: 3.64583vw;
  }
  .con-box .menu-box ul li a img {
    margin-top: 1.40625vw;
    height: 0.78125vw;
  }
  .con-box .box-r {
    float: right;
    width: calc(100% - 19.01042vw);
  }
  .type-list {
    max-height: 14.0625vw;
    margin-top: 1.5625vw;
  }
  .type-list li {
    padding: 0 0.52083vw;
    margin-right: 0.78125vw;
    margin-bottom: 1.04167vw;
    width: calc((100% - 0.78125vw) / 2);
    height: 3.64583vw;
  }
  .type-list li a {
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .type-expand {
    height: auto;
    max-height: 1500px;
  }
  .expand-box {
    padding-bottom: 1.04167vw;
    margin-bottom: 1.04167vw;
  }
  .expand-box span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    padding: 0.10417vw 0.52083vw 0.20833vw 0.52083vw;
  }
  .expand-box img {
    vertical-align: middle;
    width: 0.625vw;
  }
  .news-list {
    margin-top: 1.66667vw;
    min-height: 16.66667vw;
  }
  .news-list li:nth-child(5n+5) {
    margin-bottom: 1.04167vw;
    padding-bottom: 1.04167vw;
    border-bottom: 1px solid #ebebeb;
  }
  .news-list li a i {
    margin-right: 0.52083vw;
    width: 0.20833vw;
    height: 0.20833vw;
  }
  .news-list li a span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    line-height: 2.70833vw;
  }
  .news-list li a span:nth-child(2) {
    width: calc(100% - 8.02083vw);
  }
  .news-list li a span:nth-child(3) {
    width: 7.29167vw;
  }
}
@media screen and (max-width: 992px) {
  .content-box {
    padding: 10px;
    box-shadow: 0px 4px 10px 0 rgba(7, 42, 101, 0.15);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .u-title-box {
    position: relative;
    width: 100%;
  }
  .u-title-box span {
    font-size: 24px;
  }
  .u-title-box i {
    height: 3px;
  }
  .u-title-box .gd-box {
    top: 0px;
  }
  .u-title-box .gd-box img {
    height: 40px;
  }
  .u-title-box .gd-box p {
    display: none;
    font-size: 12px;
    line-height: 1;
  }
  .position-box {
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }
  .position-box span {
    margin: 0 5px;
  }
  .con-box .menu-box {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .con-box .menu-box p {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .con-box .menu-box ul li {
    height: 40px;
  }
  .con-box .menu-box ul li a {
    padding: 0 10px;
  }
  .con-box .menu-box ul li a span {
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 40px;
  }
  .con-box .menu-box ul li a img {
    margin-top: 14px;
    height: 12px;
  }
  .con-box .box-r {
    float: none;
    padding-top: 10px;
    width: 100%;
  }
  .type-list {
    max-height: 204px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .type-list li {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
    height: 58px;
  }
  .type-list li a {
    line-height: 29px;
    overflow: hidden;
  }
  .type-expand {
    height: auto;
    max-height: 1500px;
  }
  .news-list {
    margin-top: 20px;
    min-height: auto;
  }
  .news-list li:nth-child(5n+5) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .news-list li a span {
    line-height: 42px;
  }
  .news-list li a span:nth-child(2) {
    width: calc(100% - 134px);
  }
  .news-list li a span:nth-child(3) {
    width: 120px;
  }
}