body {
  background: url(news-bg.png) center 360px no-repeat;
}
.shxdzh-banner-box {
  background: url(dzh-banner-bg.png) center top no-repeat;
  height: 360px;
  position: relative;
}
.shxdzh-banner-box::before {
  content: '';
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e5e5e5;
  opacity: 0.5;
  width: 100%;
}
.shxdzh-toolbar {
  height: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.shxdzh-toolbar > li {
  margin-right: 1.5rem;
  font-size: 0.875rem;
}
.shxdzh-toolbar > li img {
  height: 16px;
  float: left;
  margin-right: 0.25rem;
}
.banner-logo-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 74px;
}
.banner-logo-search dt {
  width: 500px;
}
.banner-logo-search dt img {
  width: 100%;
}
.banner-logo-search dd {
  width: 460px;
  margin-top: 16px;
}
.header-search_form {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
}

.header-search_kwd {
  font-size: 14px;
  line-height: 34px;
  width: 100%;
  height: 40px;
  padding: 0 100px 0 1rem;
  transition: all 0.3s;
  color: #174156;
  border: none;
  border-radius: 10px;
  background-color: #e0eaf2;
  box-sizing: border-box;
}

.header-search_submit {
  width: 90px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #3a86c7;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}

.header-search_submit:hover {
  /* width: 63px;
margin-left: 2px; */
  border-radius: 0 5px 5px 0;
  background-color: #3270a5;
}
.banner-nav-box {
  background-color: #3270a5;
  height: 58px;
  position: absolute;
  bottom: 0;
}
.banner-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.banner-nav li {
  font-size: 22px;
  font-weight: bold;
  padding: 0 2rem;
  height: 100%;
  align-items: center;
  display: flex;
}
.banner-nav li a {
  color: #fff;
}
.banner-nav li:hover {
  background-color: #377fbc;
}

.qimo8 {
  overflow: hidden;
  border-top: 1px solid #8bb8d9;
  border-bottom: 1px solid #8bb8d9;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(220, 238, 251) 0%,
    rgb(204, 231, 251) 18%,
    rgb(188, 224, 250) 50%,
    rgb(204, 231, 251) 82%,
    rgb(220, 238, 251) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(220, 238, 251) 0%,
    rgb(204, 231, 251) 18%,
    rgb(188, 224, 250) 50%,
    rgb(204, 231, 251) 82%,
    rgb(220, 238, 251) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(220, 238, 251) 0%,
    rgb(204, 231, 251) 18%,
    rgb(188, 224, 250) 50%,
    rgb(204, 231, 251) 82%,
    rgb(220, 238, 251) 100%
  );
  margin-top: 1rem;
}

.qimo8 .qimo {
  /*width:99999999px;*/
  width: 8000%;
  height: 60px;
}
.qimo8 .qimo div {
  float: left;
}
.qimo8 .qimo ul {
  float: left;
  height: 60px;
  overflow: hidden;
  zoom: 1;
}
.qimo8 .qimo ul li {
  float: left;
  line-height: 60px;
  list-style: none;
}
.qimo8 li a {
  margin-right: 30px;
  color: #3270a5;
  font-weight: bold;
  font-size: 16px;
}
.big-news {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(216, 223, 233, 0.75);
  height: 130px;
  box-sizing: border-box;
  margin-top: 1.25rem;
  padding: 1rem 0;
  margin-bottom: 1.25rem;
}
.big-news > dt {
  text-align: center;
}
.big-news > dt a {
  font-size: 36px;
  color: #c70606;
  font-weight: bold;
}
.big-news > dd {
  font-size: 18px;
  margin: 1rem 1rem 0;
  position: relative;
  padding: 0 1rem;
  box-sizing: border-box;
}
.big-news > dd a:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  padding-left: 1rem;
  margin-left: 1rem;
}
.big-news > dd a:last-child {
  /* background-color: #f00; */
  position: absolute;
  right: 0;
  padding: 2px 20px;
  font-size: 16px;
  color: #c70606;
  line-height: 24px;
}
.big-news > dd a:last-child:hover {
  text-decoration: underline;
}
.big-news > dd a:last-child span {
  position: relative;
  z-index: 3;
}
.big-news > dd a:last-child::before {
  content: '...';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: #333;
}

.big-news > dd a:last-child::before {
  background: linear-gradient(to right, #fff 0%, #fff 100%);
}
.common-news-box {
  width: 49%;
  box-sizing: border-box;
}

.common-news-box dt {
  background-color: #f5f5f5;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-news-box dt span {
  background-color: #3a86c7;
  color: white;
  padding: 0 1.25rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
}
.common-news-box dt a {
  margin-right: 1rem;
  color: #8e8e8e;
}
.common-news-box dt a:hover {
  color: #1d60a7;
}
.common-news-box dd {
  box-sizing: border-box;
  padding: 0 0.25rem;
}
.common-news-box dd ul {
  margin-top: 1rem;
}

.common-news-box dd ul li {
  font-size: 18px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  height: 36px;
  line-height: 36px;
}

.common-news-box dd ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 50%;
}

.common-news-box dd ul li span {
  font-size: 14px;
  color: #8498ad;
  float: right;
}
.top-slidenews-rowbox {
  margin-top: 1.25rem;
}
.top-slidenews-box {
  width: 640px;
  height: 395px;
}
.sxszf-2022 {
  width: 100%;
  height: 395px;
  overflow: hidden;
}
.sxszf-2022 .sxs-item {
  height: 395px;
}
.sxszf-2022 .sxs-item > a > img {
  margin: 0;
  height: 100%;
  width: 100%;
}
.sxszf-2022 .sxs-item > a > b {
  height: 46px;
  opacity: 0.33;
  background-color: #000;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.sxszf-2022 .sxs-item > a > span {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  padding: 0 7px;
  color: #fff;
  bottom: 0;
  width: 78%;
  overflow: hidden;
  position: absolute;
}
.sxszf-2022 .sxs-dots {
  bottom: 0;
  text-align: right;
  width: 20%;
  position: absolute;
  height: 46px;
  right: 1%;
}
.sxszf-2022 .sxs-dots > .sxs-dot {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 100%;
  margin-top: 18px;
}
.sxszf-2022 .sxs-dots > .active {
  background-color: #0457b7;
}
.sxszf-2022 .sxs-nav button.sxs-next,
.sxszf-2022 .sxs-nav button.sxs-prev {
  width: 30px;
  height: 80px;
  top: 219px;
  background: url(bg-bignews-btn2.png) 0 0 no-repeat;
  position: absolute;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.sxszf-2022 .sxs-nav button.sxs-prev {
  background-position: 0 0;
  left: 0;
  border-radius: 0 10px 10px 0;
}
.sxszf-2022 .sxs-nav button.sxs-prev:hover {
  opacity: 1;
  background-position: -30px 0;
}
.sxszf-2022 .sxs-nav button.sxs-next {
  background-position: -60px 0;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.sxszf-2022 .sxs-nav button.sxs-next:hover {
  opacity: 1;
  background-position: -90px 0;
}
.sxszf-2022 .sxs-nav button.sxs-next.disabled,
.sxszf-2022 .sxs-nav button.sxs-next.disabled:hover,
.sxszf-2022 .sxs-nav button.sxs-prev.disabled,
.sxszf-2022 .sxs-nav button.sxs-prev.disabled:hover {
  cursor: default;
  background: 0 0;
}
.sxszf-2022 .sxs-item > a > img {
  margin: 0 auto;
  height: 100%;
}
.sxszf-2022 .sxs-nav button.sxs-next,
.sxszf-2022 .sxs-nav button.sxs-prev {
  top: 135px;
}
.top-slidenews-newsbox {
  width: calc(100% - 730px);
}
.top-slidenews-newsbox .common-news-box {
  width: 100%;
}

.top-slidenews-newsbox .common-news-box > dd p {
  box-sizing: border-box;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.top-slidenews-newsbox .common-news-box > dd p a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.top-slidenews-newsbox .common-news-box > dd p span {
  margin-top: 1rem;
  display: block;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.6;
}
.topics-main-box {
  display: flex;
  height: 130px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  justify-content: space-between;
}
.topics-main-box > li {
  width: 420px;
}
.topics-main-box > li img {
  width: 100%;
  height: 100%;
}
.big-news-wrap {
  background-color: #f5f5f5;
  overflow: hidden;
  margin-top: 1.25rem;
}
.common-tabnews-box {
  overflow: hidden;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.tab-wrap-box{width: 50%;}
.tab-wrap-box:nth-child(3),.tab-wrap-box:nth-child(4){margin-top:1.5em;}
.news-tab-title {
  font-size: 0;
  /* text-align: center; */
}
.news-tab-title > li {
  display: inline-block;
  font-size: 22px;
  color: #333;
  line-height: 36px;
  padding: 0 26px;
  position: relative;
}
.news-tab-title > li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #e5e5e5;
  left: 0;
  top: 6px;
}
.news-tab-title > li:first-child::before {
  display: none;
}
.news-tab-title > li.cur,
.news-tab-title > li.cur a {
  font-weight: bold;
  color: #1d60a7;
}
.news-tab-box {
  margin: 10px 10px 0;
  background-color: #fff;
  height: 240px;
  font-size: 0;
  box-shadow: 0px 0px 12px 0px rgba(229, 229, 229, 0.75);
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
  /* width: 33%; */
}
.disclose-news-box .news-tab-box {
  height: unset;
}
.news-tab-item {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 15px;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: .6em;
}
.news-tab-item > dt {
  color: #c3c3c3;
  height: 60px;
  line-height: 60px;
}
.news-tab-item > dt > b {
  font-size: 52px;
  margin-right: 10px;
}
.news-tab-item > dd {
  margin-top: 0;
  height: 36px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-left: 10px;
  line-height: 36px;
}.news-tab-item > dd:before{
  content:'';
  width:5px;
  height:5px;
  background-color: #d3dbe2;
  border-radius:5px;
  position:absolute;
  top: 1em;
  left: 0;
}
.news-tab-item > dd > span {
  /* display: block; */
  /* margin: 0.5rem 0; */
  color: #bbb;
  /* font-weight: normal; */
  font-size: 14px;
  float: right;
}
.news-tab-item > dd > a {
  /* font-weight: bold; */
  color: #333;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  /* display: block; */
  font-size: 18px;
}
.news-tab-item > dd > a:hover {
  color: #1d60a7;
}
.bothide {
  display: none;
}
.news-tab-item > dd > p {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  display: none;
}
.common-container {
  margin-top: 1.25rem;
}
.disclose-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.disclose-items > li {
  display: inline-block;
  font-size: 20px;
  width: 20%;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  overflow: hidden;
  background: #4185e5 url(bg-texture.png) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: all 0.3s;
}
.disclose-items > li:not(:first-child) {
  margin-left: 0.8%;
}
.disclose-items > li a {
  color: #fff;
  font-weight: bold;
}
.disclose-items > li:hover {
  background-color: #4e93f4;
}
.sxszf-topiclinks-wrap {
  margin-top: 20px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sxszf-topiclinks-wrap > li {
  height: 100%;
  background: url(bg-topiclinks.png) center top no-repeat;
  background-size: cover;
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 15.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sxszf-topiclinks-wrap > li img {
  margin-right: 0.5rem;
}
.sxszf-topiclinks-wrap > li a {
  color: #70849a;
  display: block;
}
.sxdzh-science {
  margin-top: 1.25rem;
}
.sxdzh-science > dt {
  width: 860px;
}
.sxdzh-science > dd {
  width: 420px;
}
.sxdzh-science > dt > a img {
  height: 150px;
  width: 100%;
}
.sxdzh-science-bd {
  width: 100%;
  height: 280px;
  border: 1px solid #e9edf3;
  /* display: flex; */
  /* justify-content: space-between; */
  padding: 25px 20px;
  box-sizing: border-box;
  margin-top: 1rem;
}

.sxdzh-science-bd dl {
  display: flex;
  flex-direction: row;
}

.sxdzh-science-bd dt {
  margin-right: 30px;
  margin-left: 20px;
}

.sxdzh-science-bd dt img {
  width: 130px;
  height: 168px;
}

.sxdzh-science-bd dd {
  display: flex;
  flex-direction: column;
}

.sxdzh-science-bd dd p {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.sxdzh-science-bd dd ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
}

.sxdzh-science-bd dd ul li {
  width: calc(33.33% - 30px);
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
  padding-left: 16px;
}
.sxdzh-science-bd dd ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 50%;
}
.sxdzh-science-bd dd ul li:nth-child(3n) {
  margin-right: 0;
}

.sxdzh-science-items {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 1rem 10px 0;
  justify-content: space-between;
}

.sxdzh-science-items li {
  margin-right: 10px;
  height: 46px;
  background-color: #3a86c7;
  padding: 0 2.5rem;
  line-height: 46px;
}
.sxdzh-science-items li a {
  color: #fff;
}
.sxdzh-science-items li:last-child {
  margin-right: 0;
}
.sxdzh-science-items li img {
  margin-top: 7px;
}

.dzhscience-tab-title {
  background-color: #f5f5f5;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dzhscience-tab-title li {
  color: #333;
  padding: 0 1.25rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  width: 50%;
  text-align: center;
}
.dzhscience-tab-title li.cur {
  background-color: #3a86c7;
}
.dzhscience-tab-title li.cur a {
  margin-right: 1rem;
  color: #fff;
}
.dzhscience-tab-box > a {
  margin-top: 0.5rem;
  display: block;
}
.dzhscience-tab-box > a img {
  width: 100%;
  height: 220px;
}
.dhzscicent-lists-box {
  margin-top: 10px;
}

.dhzscicent-lists-box li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 32px;
  overflow: hidden;
}

.dhzscicent-lists-box span {
  display: inline-block;
  width: 63px;
  height: 32px;
  background-color: #eaf0f5;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  font-size: 16px;
  color: #99aabc;
  /* font-weight: bold; */
}

.dhzscicent-lists-box a {
  font-size: 18px;
  height: 32px;
  line-height: 32px;
}
.dzh-rb {
  margin-top: 1rem;
}
.dzh-rb li {
  height: 40px;
}

.dzh-normal-topics {
  height: 180px;
  margin-top: 1.25rem;
  box-sizing: border-box;
  padding: 30px 0;
  background-color: #f5f7fd;
}

.sxinfo-con-bg {
  background-color: #f5f5f5;
  margin-top: 2rem;
  padding: 2rem 0;
  margin-bottom: 1rem;
}
.sxinfo-lists-items {
  height: 120px;
}
.sxinfo-lists-items .sxs-item .sxinfo-lists-item img {
  width: 100%;
  height: 100%;
  display: block;
  /* filter: invert(35%) sepia(19%) saturate(2313%) hue-rotate(186deg)
    brightness(94%) contrast(84%); */
  /* margin: 0.75rem auto 0.25rem; */
  transition: all 0.3s ease-in-out;
}
.sxinfo-lists-items .sxs-item .sxinfo-lists-item:hover img {
  transform: scale(1.05);
}
.sxinfo-lists-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 120px;
}
.sxinfo-lists-item a {
  display: block;
}
.sxinfo-lists-items .sxs-nav button.sxs-next,
.sxinfo-lists-items .sxs-nav button.sxs-prev {
  width: 24px;
  height: 24px;
  top: 0;
  background: #3e61ad;
  position: absolute;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.sxinfo-lists-items .sxs-nav button.sxs-prev {
  left: 4px;
  background: url(btn-lf.png) 0 0 no-repeat;
  top: 10px;
}
.sxinfo-lists-items .sxs-nav button.sxs-next {
  left: 4px;
  background: url(btn-rt.png) 0 0 no-repeat;
  top: 148px;
}

.sxinfo-lists-items .sxs-nav button.sxs-next:hover,
.sxinfo-lists-items .sxs-nav button.sxs-prev:hover {
  opacity: 1;
}
.dzh-normal-topics .sxs-carousel {
  width: calc(100% - 52px);
  z-index: 1;
  margin-left: 42px;
  position: unset;
}
.dzh-normal-topics > p {
  position: absolute;
  width: 32px;
  height: 180px;
  overflow: hidden;
  background: #3a86c7;
  top: 0;
}
.dzh-normal-topics > p > a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-left: 6px;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  letter-spacing: 0;
}
.dxdzh-last-box {
  margin-top: 1.25rem;
  height: 312px;
}
.dxdzh-last-box > dt {
  border: 1px solid #e9edf3;
  padding: 5px 20px;
  width: 49%;
  box-sizing: border-box;
  height: 100%;
}
.dxdzh-last-box > dd {
  border: 1px solid #e9edf3;
  padding: 5px 20px;
  width: 49%;
  box-sizing: border-box;
  height: 100%;
}
.dxdzh-last-box > dt .news-tab-title,
.dxdzh-last-box > dd .news-tab-title {
  margin-top: 5px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4ecf4;
}

.online-talk-box {
  height: 150px;
  margin-top: 10px;
}

.online-talk-box dt {
  width: 267px;
  height: 150px;
  margin-right: 18px;
  float: left;
}

.online-talk-box dt img {
  width: 100%;
  height: 100%;
}
.online-talk-box dd {
  float: right;
  width: 309px;
}
.online-talk-box dd a {
  margin-bottom: 10px;
  font-size: 18px;
}

.online-talk-box dd p {
  margin-top: 10px;
  color: #7d7d7d;
  line-height: 1.5;
}

.common-list-box {
  margin-top: 0.75rem;
}

.common-list-box li {
  font-size: 18px;
  position: relative;
  padding-left: 16px;
  height: 40px;
  line-height: 40px;
}

.common-list-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 50%;
}

.common-list-box li span {
  font-size: 14px;
  color: #8498ad;
  float: right;
}
.sxdzh-footer-box {
  padding-top: 68px;
  background: url(bg-footer.png) center -30px no-repeat;
  background-size: 100% auto;
}

.footer-links-box {
  height: 50px;
  position: relative;
}
.footer-links-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #808c96;
  opacity: 0.33;
}
.footer-links > dt {
  width: 100%;
}
.footer-links > dt em {
  font-size: 16px;
  font-style: normal;
  color: #fecb45;
  margin-right: 16px;
}
.footer-links {
  height: 100%;
  width: 1300px;
  margin: 0 auto;
  line-height: 50px;
}

.footer-links a {
  color: #fff;
  font-size: 16px;
  padding-right: 16px;
  margin-right: 16px;
}
.footer-links a:hover {
  color: #c8d9e7;
}
.tianditu-sx {
  height: 24px;
  line-height: 24px;
  background-color: #aca289;
  display: inline-block;
  color: #fff;
  padding: 0 16px;
  margin-top: 13px;
  font-size: 14px;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.tianditu-sx:hover {
  background-color: #fff;
  color: #aca289;
  font-weight: 700;
}
.footer-links-items {
  display: flex;
  height: 50px;
  justify-content: space-evenly;
}
.footer-links-items > li {
  color: #5a6156;
  cursor: pointer;
  padding: 0 30px 0 15px;
  position: relative;
  font-weight: bold;
}
.footer-links-items > .current {
  background-color: #b8bfc8;
}
.footer-links-items > li::after {
  content: '';
  border: 5px solid transparent;
  border-top-color: #5a6156;
  position: absolute;
  top: 22px;
  right: 12px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer-links-items > .current::after {
  border-top-color: transparent;
  border-bottom-color: #5a6156;
  top: 18px;
}
.footer-links-inner {
  background-color: #f5f5f5;
}
.footer-link-inner {
  width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow: hidden;
  font-size: 0;
  display: none;
}
.footer-link-inner li {
  line-height: 24px;
  display: inline-block;
  margin: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #555;
}
.footer-link-submenu .cc-section-title a {
  color: #406fb3;
  font-weight: 700;
}
.sxdzh-copyright-box {
  height: 280px;
  background-color: #035fa8;
  box-sizing: border-box;
  padding: 40px 0;
}
.sxdzh-copyright-innerbox {
  display: flex;
  height: 200px;
}
.sxdzh-copyright-innerbox > dt {
  width: 280px;
}
.sxdzh-copyright-innerbox > dd {
  background-color: #00508f;
  width: 1020px;
}
.footer-copy-icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 200px;
}
.footer-copy-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 200px;
}
.footer-copy-text li:last-child {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 520px);
}
.footer-copy-text li:first-child p {
  line-height: 2;
  color: #c7d3dd;
  font-size: 14px;
}
.footer-copy-text li:first-child p a {
  margin: 0 5px;
  position: relative;
  padding-right: 10px;
  color: #c7d3dd;
}
.footer-copy-text li:first-child p a:not(:last-child):after {
  content: '';
  border-right: 1px solid #bbb;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
}
.footer-copy-text li:first-child p a img {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.footer-copy-text li:last-child {
  border-left: 1px solid #035fa8;
}
.footer-copy-text li:last-child p {
  float: left;
  width: 100px;
  margin: 0 24px;
  text-align: center;
  font-size: 14px;
  color: #c7d3dd;
}
.footer-copy-text li:last-child p img {
  width: 100%;
}
/*  */
