body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Layout styles */
.sycontent {
  font-size: 18px;
}

.topNews {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 39px;
  padding-bottom: 37px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topNews a {
  color: #003fa1;
}
.imgsLb {
  width: 760px;
}
.topNews header {
  width: 100%;
  font-size: 30px;
  margin-bottom: 30px;
}
.topNews-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: calc(100% - 44px);
  font-size: 18px;
  padding: 0 44p;
}
.topNews-list > div {
  width: calc(25% - 24px);
  /* flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1; */
  margin-right: 32px;
}
.topNews-list > div:last-child {
  margin-right: 0;
}
.topNews-list > div > a {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-align: left;
  width: calc(100% - 22px);
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topNews-list a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: linear-gradient(-12deg, #c6dcff 0%, #74abfb 100%), #ffffff;
  border-radius: 50%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/* Flexbox fallbacks */
.lbNews,
.news-box,
.jgjs,
.news-sgjgItem,
.ztjh-list,
.lj-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Banner styles */
.banner-box {
  height: 443px;
  width: 760px;
  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: 50px;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(29, 29, 29, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.banner-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  padding-left: 18px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-num {
  position: absolute;
  right: 36px;
  font-size: 0px;
  bottom: 20px;
}

.banner-num span {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.banner-num span.cur {
  background: #c80500;
}

.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;
}

.banner-right {
  right: 30px;
}

.banner-box:hover .banner-btn {
  display: block;
}

/* Tab styles */
.tab-sw {
  margin-left: 42px;
  width: calc(100% - 802px);
}

.tab-tit {
  height: 71px;
  width: 100%;
  box-shadow: 0px 2px 0px 0px #dbdbdb;
}

.tab-tit .tit {
  float: left;
  height: 71px;
  margin-right: 40px;
  line-height: 71px;
  padding: 0 24px;
  text-align: center;
  font-size: 20px;
  color: #232323;
}

.tab-tit .tit.cur {
  position: relative;
  font-family: AlibabaPuHuiTi85Bold;
  /* font-weight: bold; */
  font-size: 26px !important;
  line-height: 71px;
  color: #003fa1;
}

.tab-tit .tit.cur:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2a70c1;
  border-radius: 3px;
  bottom: -2px;
  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-tit .more {
  line-height: 71px;
  font-size: 16px;
  font-weight: bold;
  color: #b3b3b3;
}
.tab-item {
  font-family: AlibabaPuHuiTi45Light;
  margin-top: 13px;
}

.tab-item li.divider {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.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 li a {
  color: #5b5b5b;
  line-height: 42px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tab-item a {
  width: calc(100% - 98px);
  line-height: 24px;
  display: inline-block;
  font-size: 16px;
}

.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;
}

/* 特别推荐 begin */
.tbtj {
  height: 886px;
  background: url(bg.png);
  margin-top: 61px;
  padding-top: 63px;
}
.tbtj .bannerList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.bannerList-item {
  display: inline-block;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  height: 156px;
}
.bannerList-item:nth-child(n + 2) {
  margin-left: 27px;
}
.tbtj-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 67px;
}
.tbtj-box-first {
  width: 820px;
  padding-left: 5px;
  padding-right: 12px;
  background-color: #ffffff;
}
.tbtj-box-first .tab-tit,
.tbtj-box-second .tab-tit {
  box-shadow: none;
  font-size: 26px !important;
}
.tbtj-box-lb {
  position: relative;
  height: 265px;
  padding-top: 39px;
  padding-bottom: 43px;
  margin-left: 57px;
  margin-right: 50px;
}
.tbtj-box-lb > div:first-child {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tbtj-box-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.ban-more-btn {
  position: absolute;
  top: 50%;
  height: 38px;
  width: 38px;
  background-size: cover;
  transform: translateY(-50%);
  cursor: pointer;
}
.ban-more-left {
  background-image: url(left.png);
  left: -48px;
}
.ban-more-right {
  background-image: url(left.png);
  right: -48px;
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.tbtj-box-img a {
  display: inline-block;
}
.tbtj-box-img p {
  float: left;
  width: 220px;
  height: 265px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #eee;
}
.tbtj-box-second {
  width: 508px;
  margin-left: 40px;
  background-color: #ffffff;
  padding-left: 18px;
  padding-right: 14px;
}
.tbtj-box-second .tab-item {
  margin-top: 29px;
  margin-bottom: 21px;
}
.tbtj-box-second .tab-item a {
  line-height: 42px;
}
.bannerB {
  position: relative;
  height: 140px;
  margin-top: 54px;
  overflow: hidden;
}
.ban-more-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ban-more-img a {
  display: inline-block;
}
.ban-more-img p {
  float: left;
  width: 580px;
  height: 198px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #eee;
}
/* 特别推荐 end */

/* 看巴渝 */
.kby {
  padding-top: 35px;
}
.kby > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.kby .tab-tit .tit {
  font-size: 20px;
  padding: 0 16px;
  height: 67px;
  line-height: 67px;
  margin-right: 30px;
}
.kby .tab-tit {
  height: 67px;
}
.kby-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.kby-box:first-child {
  margin-right: 40px;
  margin-left: 0;
}

.xsxc {
  margin-top: 59px !important;
  display: block !important;
}
.xsxc-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.xsxc header {
  font-size: 30px;
  color: #232323;
  padding-left: 13px;
}
.xsxc-lb {
  width: 620px;
}
.xsxc-lb-box {
  margin-top: 36px;
  height: 404px;
}

.xsxc-lb-box,
.xsxc-lb-img {
  height: 404px;
  width: 620px;
  position: relative;
  overflow: hidden;
}

.xsxc-lb-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.xsxc-lb-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.xsxc-lb-txt {
  height: 50px;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(29, 29, 29, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.xsxc-lb-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  padding-left: 18px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xsxc-lb-num {
  position: absolute;
  right: 36px;
  font-size: 0px;
  bottom: 20px;
}

.xsxc-lb-num span {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.xsxc-lb-num span.cur {
  background: #c80500;
}

.xsxc-news {
  width: calc(100% - 660px);
  margin-left: 40px;
  margin-top: 16px;
}
.dflz {
  background: #ecf4ff;
  padding: 50px 0;
  margin-top: 58px;
}
.dflz > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.dflz-topNews {
  width: 490px;
}
.dflz-topNews a {
  display: inline-block;
}
.slidebox2 {
  position: relative;
  background-image: url(dflzBg.png);
  background-size: 100% 100%;
}
.slidebox2 .next,
.slidebox2 .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 40px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.slidebox2 .prev {
  left: 40px;
  background-image: url(rightIcon.png);
}
.slidebox2 .next {
  right: 40px;
  background-image: url(leftIcon.png);
}

.dflz-topNews .bd {
  width: 253px;
  height: 350px;
  margin: auto;
}
.slidebox2 .bd a {
  display: inline-block;
  width: 100%;
}
.slidebox2 .bd a > img {
  width: 100%;
}
.dflz-news {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -17px;
}
.dflz .tab-tit .tit {
  font-size: 26px;
  padding: 0 16px;
  height: 67px;
  line-height: 67px;
  margin-right: 33px;
}
.dflz .tab-tit {
  height: 67px;
}
.dflz-listItem {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 68px;
  background-size: 100% 100%;
  border-radius: 8px;
  box-shadow: 0px 2px 17.64px 0.36px rgba(120, 176, 255, 0.56);
  background-color: #ffffff;
  margin-top: 53px;
  color: #003681;
  font-size: 46px;
}
.dflz-listItem:first-child {
  margin-right: 40px;
}
.dflz-listItem-text {
  margin-left: 110px;
  color: #003681;
  vertical-align: middle;
}
.dflzjyjd {
  padding: 42px 0;
}
.dflzjyjd > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
}
.dflzjyjd-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
}
.dflzjyjd-item:nth-child(n + 2) {
  margin-left: 85px;
}

.dflzjyjd-item:last-child {
  position: relative;
  background: linear-gradient(to right, #fdfdfc 0%, #f1d17d 100%);
  background-size: 100% 100%;
  background-position: 79px 0;
  background-repeat: no-repeat;
  height: 90px;
  line-height: 90px;
  color: #d33b3b;
  font-size: 28px;
  text-align: center;
}
.dflzjyjd-item:last-child:after {
  content: "";
  position: absolute;
  right: 7px;
  height: 24px;
  width: 54px;
  background-image: url(right-icon.png);
  top: 50%;
  transform: translateY(-50%);
}
.dflzjyjd-item:last-child:before {
  content: "";
  position: absolute;
  height: 54px;
  width: 4px;
  background-color: #d33b3b;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
}
@media screen and (max-width: 768px) {
  .topNews-list {
    flex-direction: column;
  }
  .topNews-list > div > a {
    text-align: left !important;
  }
  .topNews {
    padding-top: 0.39rem;
    padding-bottom: 0.37rem;
  }
  .topNews header {
    margin-bottom: 0.3rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .topNews-list > div {
    width: 100%;
    padding: 0 0.24rem;
    line-height: 0.56rem;
    box-sizing: border-box;
  }
  .topNews-list > div:nth-child(n + 2) {
    margin: 0;
  }
  .tbtj .bannerList {
    flex-direction: column;
  }

  .imgsLb,
  .banner-box,
  .banner-img {
    width: 7.4rem;
    height: 4.2rem;
    margin: auto;
  }

  .banner-txt {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .banner-txt a {
    font-size: 0.24rem;
    height: 0.64rem;
    line-height: 0.64rem;
    max-width: 4rem;
  }
  .banner-num span {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner-num {
    bottom: 0.27rem;
    right: 0.24rem;
  }
  .lbNews {
    flex-direction: column;
  }
  .tab-sw {
    width: 100%;
    padding: 0 0.16rem;
    margin-left: 0;
    box-sizing: border-box;
  }
  .tab-tit,
  .tab-tit .more {
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .tab-tit .tit {
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.32rem;
    margin-right: 0;
    padding: 0 0.24rem;
  }
  .tab-tit .tit.cur {
    margin: 0;
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.36rem;
  }
  .tbtj {
    height: auto;
    margin-top: 0.61rem;
    padding-top: 0.63rem;
  }
  .bannerList-item {
    margin: 0 auto 0.24rem auto;
  }
  .bannerList-item:nth-child(n + 2) {
    margin-left: auto;
  }
  .tbtj-box {
    flex-direction: column;
    margin-top: 0.67rem;
  }
  .tbtj-box-first {
    width: 100%;
    box-sizing: border-box;
  }
  .tbtj-box-lb {
    padding: 0.4rem 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 2.65rem;
    overflow: hidden;
  }

  .tbtj-box-img p {
    width: 2.2rem;
    height: 2.65rem;
    margin-right: 0.2rem;
  }
  .tbtj-box-img img {
    width: 100%;
    height: 100%;
  }
  .bannerB {
    margin-top: 0.54rem;
    height: 1.4rem;
  }
  .ban-more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .ban-more-img p {
    width: 5.8rem;
    height: 1.98rem;
  }
  .ban-more-img p img {
    width: 100%;
    height: 100%;
  }
  .kby {
    padding-top: 0.35rem;
  }
  .kby-box:first-child {
    margin-right: 0;
  }
  .kby > div {
    flex-direction: column;
  }
  .kby .tab-tit {
    height: 0.96rem;
  }
  .kby .tab-tit .tit {
    margin-right: 0;
    max-width: 1.6rem;
    padding: 0 0.16rem;
    height: 0.96rem;
    line-height: 0.96rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .kby .tab-tit .tit div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
  .xsxc {
    margin-top: 0.59rem;
  }
  .xsxc-box {
    flex-direction: column;
  }
  .xsxc-lb-box,
  .xsxc-lb-img {
    height: 4.04rem;
  }
  .xsxc-lb,
  .xsxc-lb-box,
  .xsxc-lb-img {
    width: 100%;
  }
  .xsxc-lb-txt {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .xsxc-lb-txt a {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.24rem;
    width: 3.5rem;
  }
  .xsxc-lb-num span {
    width: 0.1rem;
    height: 0.1rem;
  }
  .xsxc-lb-num {
    right: 0.36rem;
    bottom: 0.27rem;
  }
  .kby .tab-tit .tit {
    box-shadow: 0px 2px 0px 0px #dbdbdb;
  }
  .dflz {
    padding: 0.5rem 0;
    margin-top: 0.58rem;
  }
  .dflz > div {
    flex-direction: column;
  }
  .dflz-topNews {
    width: 100%;
  }
  .dflz-topNews img {
    width: 100%;
  }
  .dflz .tab-tit {
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .dflz .tab-tit .tit {
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .dflz-news {
    margin-top: 0;
  }
  .dflz .tab-tit .tit {
    margin-right: 0;
    max-width: 1.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .dflz .tab-tit .tit div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
  .dflz-listItem {
    margin-top: 0.16rem;
    padding: 0.36rem 0.24rem;
    margin-right: 0.24rem !important;
    margin-left: 0.24rem;
  }
  .dflz-listItem-text {
    font-size: 0.48rem;
    margin-left: 1.1rem;
  }
  .dflz-listItem img {
    width: 0.79rem;
  }
  .dflzjyjd {
    padding: 0.42rem 0.24rem;
  }
  .dflzjyjd > div {
    flex-direction: column;
    height: auto;
  }
  .dflzjyjd-item img {
    width: 100%;
  }
  .dflzjyjd-item {
    margin-bottom: 0.24rem;
  }
  .dflzjyjd-item:last-child {
    margin-bottom: 0;
  }

  .dflzjyjd-item:nth-child(n + 2) {
    margin-left: 0;
    width: 100%;
    background-size: 100% 100%;
    background-position: 0.79rem 0;
  }
  .dflzjyjd-item:last-child::before {
    left: 0.55rem;
  }
}
