/* Reset and base styles */
body {
  background-color: #f8f9fb;
  margin: 0;
  padding: 0;
}

/* Layout styles */
.sycontent {
  font-size: 18px;
}

.topNews {
  height: 166px;
  padding: 35px 110px 0 110px;
  -webkit-box-shadow: 0px -4px 0px 0px #2a70c1 inset;
  -moz-box-shadow: 0px -4px 0px 0px #2a70c1 inset;
  box-shadow: 0px -4px 0px 0px #2a70c1 inset;
  text-align: center;
}
.imgsLb {
  width: 780px;
}
.topNews header {
  font-size: 32px;
  margin-top: 40px;
  font-weight: bold;
}

.topNews-desc {
  font-size: 14px;
  color: #797979;
  line-height: 30px;
  text-align: left;
}
.topNews-desc a {
  color: #2f74ca;
}
/* Flexbox fallbacks */
.lbNews,
.news-box,
.jgjs,
.news-sgjgItem,
.ztjh-list,
.lj-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Banner styles */
.banner-box {
  margin-top: 40px;
}

.banner-box,
.banner-img {
  height: 530px;
  width: 780px;
  position: relative;
  overflow: hidden;
}

.banner-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.banner-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.banner-txt {
  height: 80px;
  width: 100%;
  background: rgba(18, 45, 76, 0.65);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.banner-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 22px;
  padding-left: 50px;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-num {
  position: absolute;
  right: 20px;
  font-size: 0px;
  bottom: 32px;
}

.banner-num span {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.banner-num span.cur {
  background: #1380c9;
}

.banner-index {
  position: absolute;
  bottom: 10px;
  right: 70px;
}

.banner-index span {
  vertical-align: initial;
  color: #fff;
  font-size: 14px;
}

.banner-index span.ban-dy {
  font-size: 18px;
}

.banner-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 56px;
  top: 50%;
  /* background: rgba(0, 0, 0, 0.5); */
  cursor: pointer;
  display: none;
  border-radius: 50%;
}

.banner-left {
  left: 30px;
  background-image: url(left.png);
}

.banner-right {
  right: 30px;
  background-image: url(right.png);
}

.banner-box:hover .banner-btn {
  display: block;
}

/* Tab styles */
.tab-sw {
  margin-left: 30px;
  margin-top: 45px;
  width: calc(100% - 810px);
}

.tab-tit {
  height: 40px;
  width: 100%;
  /* overflow: hidden;  */
}

.tab-tit .tit {
  float: left;
  height: 40px;
  margin-right: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #333;
}

.tab-tit .tit.cur {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

.tab-tit .tit.cur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #2a70c1;
  border-radius: 3px;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab-tit span {
  float: left;
  line-height: 40px;
  margin-left: -6px;
}

.tab-item {
  /* margin-top: 41px; */
}

.tab-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center; /* For older webkit browsers */
  -ms-flex-align: center; /* For IE10 */
  align-items: center;
  width: 100%;
}

.tab-item li:nth-child(n + 1) {
  margin-top: 50px;
}

.tab-item li .date {
  position: relative;
  display: inline-block;
  width: 70px;
  color: #2164ab;
  font-weight: bold;
}

.tab-item li .date::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 48px;
  background-color: #b3b3b3;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-item li .date > div {
  font-size: 37px;
  line-height: 1;
  text-align: center;
}

.tab-item .newTitle {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tab-item .newsContent {
  color: #797979;
}

.tab-item li a {
  margin-left: 28px;
}

.tab-item a {
  width: calc(100% - 98px);
  line-height: 24px;
  display: inline-block;
  color: #333333;
  font-size: 18px;
}

.tab-sw-opacity .tab-group {
  position: relative;
  width: 100%;
  height: 220px;
}

.tab-sw-opacity .tab-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* News styles */
.tdgzlfzBanner {
  height: 126px;
  margin-top: 24px;
}

.news-box {
  padding: 39px 0;
  background-color: #ffffff;
}

.news-box .news-tab {
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  width: calc(50% - 20px);
}

.sxjs {
  margin-top: 40px;
  font-size: 18px;
  background-color: #ffffff;
}

.sxjs .tab-group {
  margin-top: 36px;
}

.news-sxjsItem:nth-child(n + 2) {
  margin-top: 42px;
}

.news-sxjsItem-title {
  position: relative;
  font-weight: bold;
  padding-left: 23px;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-sxjsItem-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url(sxjs-dot.png);
  background-repeat: no-repeat;
}

.news-sxjsItem-desc {
  font-size: 14px;
  line-height: 34px;
  margin-top: 5px;
  color: #707070;
  font-weight: bold;
}

.news-czyzItem {
  height: 60px;
  line-height: 60px;
  padding-left: 18px;
  background-color: #f8f9fb;
}

.news-czyzItem:nth-child(n + 2) {
  margin-top: 6px;
}

.news-czyzItem:hover {
  background-color: #0962be;
}

.news-czyzItem:hover a {
  color: #ffffff;
  font-weight: bold;
}

.jgjs > .news-tab:first-child {
  width: 502px;
}

.jgjs > .news-tab:last-child {
  width: calc(100% - 562px);
  margin-left: 60px;
}

.jgjs .jgjs-tab-group {
  margin-top: 30px;
  background-color: #ffffff;
}

.news-jgjsItem-header {
  position: relative;
  height: 212px;
  width: 100%;
  padding-top: 11px;
}

.news-jgjsItem-header a {
  display: inline-block;
}

.news-jgjsItem-desc {
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 26px;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.news-jgjsItem-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 54px;
}

.news-jgjsItem-title::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #1365c3;
  border-radius: 50%;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-sgjgItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-sgjgItem:nth-child(n + 2) {
  margin-top: 68px;
}

.news-sgjgItem-img {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-right: 27px;
}

.news-sgjgItem a:last-child {
  display: inline-block;
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  width: calc(100% - 142px);
}

.news-sgjgItem-img > img {
  width: 125px;
  height: 125px;
}

.sgjg-tab-group {
  margin-top: 46px;
}

.news-sgjgItem-title {
  font-size: 22px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-sgjgItem-desc {
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  margin-top: 12px;
}

/* Grid styles */
.ztjh-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 46px;
}

.ztjh-list a {
  display: inline-block;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  height: 84px;
  margin-bottom: 40px;
}

.ztjh-list a:nth-child(2n) {
  margin-left: 40px;
}

.ztjh-list img {
  width: 100%;
  height: 100%;
}

/* Link styles */
.lj {
  background-color: #ffffff;
  padding-top: 38px;
  height: 343px;
}

.lj-list {
  margin-top: 36px;
}

.lj-list a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  height: 104px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 128, 201, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(19, 128, 201, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(19, 128, 201, 0.2);
}

.lj-list a:nth-child(n + 2) {
  margin-left: 36px;
}

.lj-list a img {
  width: 100%;
}
.news-czyzItem-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topNews {
    padding: 0 0.16rem !important;
    height: 2.66rem;
    text-align: left;
  }
  .topNews header {
    margin-top: 0.4rem !important;
    font-size: 0.4rem !important;
  }
  .lbNews {
    display: block;
  }
  .imgsLb {
    width: 100%;
    height: 5.3rem;
  }
  .tab-item li:nth-child(n + 1) {
    margin-top: 0.5rem;
  }
  .news-sgjgItem:nth-child(n + 2) {
    margin-top: 0.68rem;
  }
  .banner-box {
    margin-top: 0;
    width: 100%;
    height: 5.3rem;
  }
  .banner-img {
    width: 100%;
    height: 5.3rem;
    margin-top: 0.4rem;
  }
  .banner-txt,
  .banner-txt a {
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .banner-txt a {
    max-width: 4.8rem;
    padding-left: 0.3rem;
  }
  .banner-num {
    right: 0.2rem;
    bottom: 0.32rem;
  }
  .tab-item li .date > div {
    font-size: 0.48rem;
  }
  .tab-item li .date {
    font-size: 0.32rem;
  }
  .tab-item .newTitle {
    font-size: 0.32rem;
  }
  .tab-item .newsContent {
    font-size: 0.28rem;
  }
  .tab-sw {
    margin-left: 0.16rem;
    margin-right: 0.16rem;
    margin-top: 0.45rem;
    width: calc(100% - 0.32rem);
  }
  .tab-tit .tit {
    height: 0.4rem !important;
    margin-right: 0.4rem !important;
    line-height: 0.4rem !important;
    font-size: 0.36rem !important;
  }
  .more {
    line-height: 0.4rem !important;
    font-size: 0.36rem;
  }
  /* .tab-tit .tit.cur {
    font-size: 0.28rem;
  } */
  .tdgzlfzBanner {
    height: auto;
  }
  .tdgzlfzBanner img {
    width: 100%;
  }
  .sxjs {
    margin-top: 0.4rem;
  }
  .news-box {
    padding: 0.39rem 0;
    display: block;
  }
  .tab-tit {
    padding: 0 0.16rem;
    width: auto;
  }
  .sxjs .tab-group {
    padding: 0 0.16rem;
    margin-top: 0.16rem;
  }
  .news-tab {
    margin-left: 0 !important;
    padding-bottom: 0.16rem;
    width: 100% !important;
  }
  .jgjs .jgjs-tab-group {
    margin-top: 0.16rem;
  }
  .sycontent {
    margin-top: 0.16rem !important;
  }
  .jgjs {
    display: block;
  }
  .news-jgjsItem-header {
    height: auto;
  }
  .news-jgjsItem-header a {
    width: 100%;
  }
  .news-jgjsItem-header a img {
    width: 100%;
  }
  .sgjg-tab-group {
    margin: 0.46rem;
  }
  .tab-tit {
    margin-top: 0.39rem !important;
  }
  .ztjh-list {
    padding: 0 0.16rem !important;
    margin-top: 0.46rem;
  }
  .lj {
    padding-top: 0.38rem;
    height: auto;
  }
  .lj-list {
    flex-wrap: wrap;
    padding: 0 0.16rem;
    margin-top: 0.36rem;
  }
  .lj-list a {
    width: calc(50% - 0.18rem);
    flex: none;
    height: auto;
    margin-bottom: 0.16rem;
  }
  .lj-list a:nth-child(n + 2) {
    margin-bottom: 0.16rem;
    margin-left: 0.36rem;
  }
  .lj-list a:nth-child(2n - 1) {
    margin-bottom: 0.16rem;
    margin-left: 0;
  }
  .news-sxjsItem:nth-child(n + 2) {
    margin-top: 0.5rem;
  }
  .news-czyzItem-title {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ztjh-list a {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .ztjh-list a:nth-child(2n) {
    margin-left: 0;
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .news-sgjgItem-img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.27rem;
  }
  .news-sgjgItem-img > img {
    width: 100%;
    height: 100%;
  }
  .news-sgjgItem a:last-child {
    display: inline-block;
    width: calc(100% - 1.52rem);
  }
  .news-sgjgItem-title {
    font-size: 0.32rem;
  }
  .news-sgjgItem-desc {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .news-sxjsItem-title {
    font-size: 0.32rem;
  }
  .news-sxjsItem-desc {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .news-item {
    padding: 0.3rem 0.55rem !important;
  }
  .news-jgjsItem-title {
    font-size: 0.32rem;
    line-height: 0.54rem;
  }
}
