@charset "UTF-8";
/**!
 * pagename
 * date:year-month-day
 * author: author;
 */
/*轮播图+通知公告*/
.swiper-notify {
    margin-top: 20px;
}

.swiper-container {
    width: 436px;
    height: 360px;
}

.swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    width: 21px;
    height: 6px;
    background-color: #fff;
    border-radius: 4px;
}

.swiper-container .swiper-slide-link {
    display: block;
    width: 436px;
    height: 360px;
}

.swiper-container .swiper-slide-link img {
    width: 100%;
    height: 100%;
}

.swiper-container .img-title {
    width: 292px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(10, 11, 14, 0.6);
    padding-left: 10px;
    padding-right: 164px;
    color: #fff;
}

.swiper-notify .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-notify .swiper-pagination-custom,
.swiper-notify .swiper-pagination-fraction {
    left: 300px;
}

.swiper-notify .nofity-tab {
    width: 410px;
    margin-left: 20px;
}

.mt20 {
    margin-top: 14px;
}

.area {
  color: #6192eb;
}

.he177 {
  height: 177px;
  overflow: hidden;
}

.swiper-notify .nofity-tab .tab-hd {
    height: 38px;
    border-bottom: 2px solid #edecec;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.swiper-notify .nofity-tab .tab-hd-item {
    float: left;
    height: 38px;
    line-height: 27px;
    padding: 0 6px;
    margin-right: 15px;
    cursor: pointer;
    border-bottom: 2px solid #6192eb;
}

.get-more {
    position: absolute;
    width: 23px;
    height: 5px;
    background: url('../images/tab-get-more.png') no-repeat center center;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-notify .nofity-tab .tab-hd-item.active {
    color: #76a1ee;
    font-weight: 600;
}

.swiper-notify .nofity-tab .tab-hd-item.active .get-more {
    display: block;
}

.swiper-notify .nofity-tab .tab-bd {
    padding-top: 9px;
    font-size: 14px;
}

.news-items > li {
    position: relative;
    line-height: 32px;
    vertical-align: top;
}

.news-items > li > a {
    padding-left: 26px;
    display: block;
    color: #333;
    margin-right: 120px;
}

.news-items > li .news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}

.news-items > li::before {
    position: absolute;
    content: '';
    left: 2px;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
    background: url('../images/infor-list-icon.png') no-repeat center center;
}

.news-items > li:hover a,
.news-items > li:hover .news-time {
    color: #6192eb;
}

.news-items > li:hover::before {
    background: url('../images/infor-list-icon-hover.png') no-repeat center center;
}

.card {
    margin-top: 27px;
}

.card .card-hd {
    height: 164px;
    box-shadow: 0px 0px 21px 0px rgba(63, 110, 194, 0.13);
    padding: 0 10px;
}

.card .card-hd .card-hd-item {
    float: left;
    width: 11.1%;
    height: 122px;
}

.card .card-hd .card-hd-item a {
    display: block;
    width: 100%;
    /* height: 100%; */
    padding-top: 83px;
}

.card .card-hd .card-hd-item p {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.card .card-hd .card-hd-item:nth-child(1) {
    background: url('../images/card1.png') no-repeat center;
}

.card .card-hd .card-hd-item:nth-child(2) {
    background: url('../images/card2.png') no-repeat center;
}

.card .card-hd .card-hd-item:nth-child(3) {
    background: url('../images/card3.png') no-repeat center;
}

.card .card-hd .card-hd-item:nth-child(4) {
    background: url('../images/card4.png') no-repeat center;
}

.card .card-hd .card-hd-item:nth-child(5) {
    background: url('../images/card5.png') no-repeat center;
}

.card .card-hd .card-hd-item:nth-child(6) {
    background: url('../images/card6.png') no-repeat center;
}
.card .card-hd .card-hd-item:nth-child(7) {
    background: url('../images/card7.png') no-repeat center;
}
.card .card-hd .card-hd-item:nth-child(8) {
    background: url('../images/card8.png') no-repeat center;
}
.card .card-hd .card-hd-item:nth-child(9) {
    background: url('../images/card9.png') no-repeat center;
}

.card .card-bd {
    width: 100%;
    padding-top: 12px;
    display: none;
    position: absolute;
    z-index: 9;
}

.card:hover .card-bd {
    display: block;
}

.card .card-bd-item {
    padding: 0 30px 0 20px;
    height: 377px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(92, 101, 127, 0.23);
    box-shadow: 0px 4px 18px 0px rgba(92, 101, 127, 0.23);
}

.card .card-sec-bd {
    margin-top: 22px;
    margin-bottom: 15px;
}

.card .sec-bd-item {
    float: left;
    width: 95px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #dde6fb;
    cursor: pointer;
}

.card .sec-bd-item.active {
    color: #fff;
    background-color: #6192eb;
}

.card .news-items {
    height: 280px;
    overflow: hidden;
    font-size: 16px;
}

.card .news-items span {
    position: absolute;
}

/*各区县子站*/
.subsite {
   /* margin-top: 28px; */
    /* background: url("../images/subsite-bg.jpg") no-repeat center; */
    height: 615px;
    text-align: center;
    overflow: hidden;
}

.modeul-hd {
    text-align: center;
    height: 86px;
    overflow: hidden;
}

.modeul-hd img {
    margin-top: 39px;
    display: inline-block;
}

.subsite-ecahtrs {
    width: 698px;
    height: 474px;
}

/* 交易公告 */
.notify {
    background: url('../images/subsite-bg.jpg') no-repeat center;
    /*height: 520px;*/
    margin-top: 20px;
    padding: 16px;
}

.notify-tab {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(44, 86, 202, 0.21);
  padding: 25px 20px;
}

.notify-hd {
  padding-left: 352px;
    font-size: 16px;
    background: url("../images/tab-hd.png") no-repeat center center;
    background-size: 1300px;
    margin-bottom: 15px;
}


.notify-hd li {
    float: left;
    line-height: 36px;
    margin: 0 25px;
    cursor: pointer;
    font-weight: 900;
}

.notify-hd li.active {
    font-weight: bold;
    color: #2c56ca;
    border-bottom: 3px solid #2c56ca;
}

.notify-bd {
  height: 352px;
  overflow: hidden;
}

.notify-bd-item li{
    height: 44px;
  line-height: 44px;
}

.notify-bd-item li:hover,
.notify-bd-item li:hover .tab-link {
  color: #4a97fa;
}

.sort {
  width: 96px;
  text-align: right;
}

.tab-link {
  color: #333;
  margin-left: 10px;
  width: 800px;
  position: relative;
  padding-right: 20px;
}


.tab-link span {
  color: #4a97fa;
}

.time,
.year {
  width: 158px;
  margin-left: 20px;
  color: #666;
}

/*交易公开*/
.trade-open {
    text-align: center;
}

.open-bd {
    margin-top: 25px;
    text-align: left;
}

.open-left {
    width: 875px;
    padding: 0 22px 0 19px;
    height: 340px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    border-radius: 3px;
}

.open-left-title {
    padding-left: 18px;
    height: 59px;
    line-height: 59px;
    font-size: 22px;
    font-weight: 600;
    background: url('../images/open-left-title.png') left center no-repeat;
    position: relative;
}

.open-left-title::after {
    content: '';
    display: inline-block;
    width: 660px;
    height: 7px;
    background: url('../images/line-bg.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.open-left-list {
    text-align: center;
}

.open-left-list .open-left-item {
    float: left;
    width: 139px;
    height: 120px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: rgba(245, 247, 252, 0.8);
}

.open-left-list .open-left-item a {
    display: block;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.open-left-list .open-left-item .img {
    height: 64px;
}

.open-left-list .open-left-item p {
    height: 52px;
    line-height: 52px;
}

.open-left-list .open-left-item:nth-child(5n) {
    margin-right: 0;
}

.open-left-list .open-left-item:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#4794f9), to(#5aa8fd));
    background-image: linear-gradient(to right, #4794f9, #5aa8fd);
    background-size: 100% 100%;
}

.open-left-list .open-left-item:hover a {
    color: #fff;
}

.open-left-list .open-left-item:nth-child(1) .img {
    background: url('../images/open-1.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(2) .img {
    background: url('../images/open-2.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(3) .img {
    background: url('../images/open-3.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(4) .img {
    background: url('../images/open-4.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(5) .img {
    background: url('../images/open-5.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(6) .img {
    background: url('../images/open-1.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(7) .img {
    background: url('../images/open-2.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(8) .img {
    background: url('../images/open-3.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(9) .img {
    background: url('../images/open-4.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(10) .img {
    background: url('../images/open-5.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(1):hover .img {
    background: url('../images/open-1-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(2):hover .img {
    background: url('../images/open-2-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(3):hover .img {
    background: url('../images/open-3-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(4):hover .img {
    background: url('../images/open-4-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(5):hover .img {
    background: url('../images/open-5-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(6):hover .img {
    background: url('../images/open-1-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(7):hover .img {
    background: url('../images/open-2-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(8):hover .img {
    background: url('../images/open-3-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(9):hover .img {
    background: url('../images/open-4-hover.png') no-repeat center bottom;
}

.open-left-list .open-left-item:nth-child(10):hover .img {
    background: url('../images/open-5-hover.png') no-repeat center bottom;
}

.open-right {
    width: 360px;
    height: 340px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    border-radius: 3px;
}

.open-right .open-right-title {
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#4794f9), to(#5aa8fd));
    background-image: linear-gradient(to right, #4794f9, #5aa8fd);
    color: #fff;
    letter-spacing: 2px;
}

.open-right .open-right-list {
    height: 280px;
    overflow: hidden;
    padding-left: 67px;
    font-size: 16px;
}

.open-right-item {
    height: 70px;
    line-height: 70px;
}

.open-right-item .trade-class {
    display: inline-block;
    width: 115px;
    padding-left: 19px;
    position: relative;
	font-weight: 700;
}

.open-right-item .trade-class::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #acccdf;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.open-right-item .trade-number {
    color: #3c6fcc;
}

.open-right-item .trade-number .number {
    font-size: 20px;
}

/*交易服务*/
.service {
    height: 570px;
    margin-top: 50px;
    text-align: center;
    background: url('../images/service-bg.jpg') no-repeat center center;
}

.service-bd {
    margin-top: 27px;
    text-align: left;
}

.service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-list .service-item {
    width: 140px;
    line-height: 70px;
    height: 125px;
    background: url('../images/service-item-bg.png') no-repeat center center #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(6, 19, 60, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(6, 19, 60, 0.08);
    text-align: center;
}

.service-list .service-item a {
    padding-top: 55px;
    display: block;
    color: #333;
    font-weight: 600;
    background-size: 100% 100%;
}

.service-list .service-item:hover {
    opacity: 0.7;
}

.service-list .service-item:nth-child(1) a {
    background: url('../images/service-item-1.png') no-repeat center 32px;
}

.service-list .service-item:nth-child(2) a {
    background: url('../images/service-item-2.png') no-repeat center 32px;
}

.service-list .service-item:nth-child(3) a {
    background: url('../images/service-item-3.png') no-repeat center 29px;
}

.service-list .service-item:nth-child(4) a {
    background: url('../images/service-item-4.png') no-repeat center 28px;
}

.service-list .service-item:nth-child(5) a {
    background: url('../images/service-item-5.png') no-repeat center 32px;
}

.service-list .service-item:nth-child(6) a {
    background: url('../images/service-item-6.png') no-repeat center 32px;
}

.service-list .service-item:nth-child(7) a {
    background: url('../images/service-item-7.png') no-repeat center 29px;
}

.service-list .service-item:nth-child(8) a {
    background: url('../images/service-item-8.png') no-repeat center 28px;
}

/*交易入口*/
.entrance {
    height: 264px;
    border-radius: 8px;
    padding: 0 20px;
    margin-top: 24px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(21, 61, 187, 0.08);
    box-shadow: 0px 0px 15px 0px rgba(21, 61, 187, 0.08);
    background-color: #fff;
}

.entrance .open-left-title {
    height: 72px;
    line-height: 72px;
}

.entrance .open-left-title::after {
    width: 920px;
    background: url('../images/line-1.png') no-repeat center center;
    background-size: 100% auto;
}

.entrance-list {
    margin-left: -20px;
}

.entrance-item {
    float: left;
    width: 25%;
    height: 68px;
    line-height: 68px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.entrance-item a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 20px;
    background: url('../images/entrance-item-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.entrance-item span {
    display: block;
    width: 100%;
    padding-left: 87px;
    height: 100%;
}

.entrance-list .entrance-item:hover {
    opacity: 0.9;
}

.entrance-list .entrance-item:nth-child(1) span {
    background: url('../images/entrance-itrm-1.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(2) span {
    background: url('../images/entrance-itrm-2.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(3) span {
    background: url('../images/entrance-itrm-3.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(4) span {
    background: url('../images/entrance-itrm-4.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(5) span {
    background: url('../images/entrance-itrm-5.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(6) span {
    background: url('../images/entrance-itrm-6.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(7) span {
    background: url('../images/entrance-itrm-7.png') no-repeat 30px center;
}

.entrance-list .entrance-item:nth-child(8) span {
    background: url('../images/entrance-itrm-8.png') no-repeat 30px center;
}

/*交易统计*/
.count {
    height: 635px;
    text-align: center;
}

.count-bd {
    text-align: left;
    margin-top: 41px;
}

.count-ecahrts {
    width: 652px;
    height: 457px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
}

.count-right {
    width: 597px;
}

.count-right .count-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.count-right .count-area .area-item {
    width: 174px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    background-color: #f1f5ff;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.count-right .count-area .area-item span {
    padding-left: 28px;
}

.count-right .count-area .area-item:nth-child(1) span {
    background: url('../images/area-all.png') left center no-repeat;
}

.count-right .count-area .area-item:nth-child(1).active span {
    background: url('../images/area-all-active.png') left center no-repeat;
}

.count-right .count-area .area-item:nth-child(2) span {
    background: url('../images/area-city.png') left center no-repeat;
}

.count-right .count-area .area-item:nth-child(2).active span {
    background: url('../images/area-city-active.png') left center no-repeat;
}

.count-right .count-area .area-item:nth-child(3) span {
    background: url('../images/area-country.png') left center no-repeat;
}

.count-right .count-area .area-item:nth-child(3).active span {
    background: url('../images/area-country-active.png') left center no-repeat;
}

.count-right .count-area .area-item.active {
    font-weight: bold;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#58b5fe), to(#4b7fff));
    background-image: linear-gradient(#58b5fe, #4b7fff);
}

.count-right .count-infor {
    width: 597px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
}

.date li {
    width: 30px;
    padding: 66px 10px 71px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-right: 1px solid #ceddeb;
    cursor: pointer;
}

.date li:first-child {
    border-bottom: 1px solid #ceddeb;
}

.date li.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddecfb));
    background-image: linear-gradient(#fff, #ddecfb);
    color: #4e87ff;
    font-weight: bold;
}

.table {
    width: 506px;
    margin-top: 20px;
    margin-right: 20px;
}

.table table {
    width: 100%;
}

.table thead {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f1f5ff;
}

.table thead th {
    font-weight: bold;
    text-align: center;
}

.table tbody {
    height: 322px;
    overflow: hidden;
}

.table tbody tr {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.table tbody tr:nth-child(2n) {
    background-color: #f8faff;
}

.table tbody tr:hover {
    background-color: #fcf9f1;
}

/*2021-12-18新增*/
.service {
    height: auto;
    padding-bottom: 30px;
    background-size: 100% 100%;
}

.count {
    height: auto;
    padding-bottom: 55px;
}

.banner-swiper {
    width: 1300px;
    overflow: hidden;
    height: 100px;
   margin-top: 40px;
}

.banner-img {
    width: 1300px;
    height: 100px;
}

/* 2021-12-17新增 */
.service {
    padding-top: 20px;
}

.subsite {
    text-align: left;
}

.open-right {
    margin-right: 80px;
    margin-top: 100px;
}

/* 2021-12-22新增 */
.sec-hd {
    position: relative;
}

.sec-hd-item {
    width: 120px;
    text-align: right;
    line-height: 44px;
    position: relative;
    cursor: pointer;
	font-weight: 900;
}

.sec-hd-item::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url("../images/icon1.png") no-repeat center center;
    right: -22px;
    top: 17px;
}

.sec-hd-item.active {
    color: #4a97fa;
}

.sec-hd-item.active::after {
    background: url("../images/icon2.png") no-repeat center center;
  }

  .sec-hd::before {
    position: absolute;
    content: "";
    right: -17px;
    width: 1px;
    border-right: 1px solid #d7dde5;
    top: 22px;
    bottom: 18px;
  }
  

  .sec-bd  {
      margin-left: 153px;
  }
  .notify-hd a {
	  color:#333
  }

.notify-hd li.active a {
	color:#2c56ca
}

/* 2022-1-6修改 */
.count-bd {
    margin-top: 20px;
}

.count {
    padding-bottom: 20px;
}

.table tbody {
    height: 242px;
}

.date li {
    padding: 48px 10px 49px 10px;
}

.count-ecahrts {
    height: 377px;
}

.banner-swiper {
    margin-top: 20px;
}

.subsite-ecahtrs {
    width: 543px;
    height: 340px;
    position: relative;
}

.ecahtrs-title {
    position: absolute;
    z-index: 99;
    background-image: linear-gradient(to right, #4794f9, #5aa8fd);
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
}

.open-right {
    width: 511px;
    margin: 0;
}

.ecahrts-bg {
    margin-right: 29px;
    /* margin-left: 42px; */
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(44, 86, 202, 0.21);
}

.qr {
    height: 300px;
    box-shadow: 0px 0px 26px 0px rgba(6, 19, 60, 0.08);
    padding: 20px 20px;
    margin-left: 28px;
    text-align: center;
}

.qr img {
    width: 149px;
    height: 133px;
}

.subsite {
    height: 557px;
}

.service {
    margin-top: 0;
}

.subsite-bd {
    margin-top: 20px;
    padding-bottom: 25px;
}

.sec-hd {
    background-color: #eef7ff;
}

.sec-hd-item {
    width: 120px;
    padding-right: 26px;
}

.sec-hd::before {
    right: 0px;
}

.sec-hd-item::after {
    right: -5px;
}

.notify-tab {
    padding-bottom: 10px;
}

.notify-hd {
    font-size: 18px;
}

.swiper-notify {
    box-shadow: 0px 0px 21px 0px rgba(63, 110, 194, 0.13);
    padding: 10px;
}

.swiper-notify .nofity-tab {
    width: 398px;
}

.open-right .open-right-list {
    padding-left: 16px;
}

.open-right-item {
    font-size: 0;
}

.open-right-item .trade-class {
    width: 72px;
    margin-right: 10px;
}

.open-right-item span {
    font-size: 16px;
    display: inline-block;
}

.trade-number {
    display: inline-block;
    width: 78px;
    /* margin-right: 9px; */
    margin-left: 10px;
}

.trade-number:last-child {
    width: 82px;
}
.notify-hd {padding-left:266px}

.sec-hd-item {line-height:39px}

 .notify-bd{margin-left:-20px}

.sec-hd{height:351px}

.service{padding-bottom:20px} 

.service-bd{margin-top:0px} 

.subsite {
    height: 500px;
}

/* 2022-1-22修改 */
.swiper-notify .nofity-tab .tab-hd-item {
    padding-left: 29px;
    color: #6192eb;
}

.notify-table-hd {
    background: url("../images/notify-hd-icon.png") no-repeat 2px 4px;
}
.policy-table-hd {
    background: url("../images/policy-hd-icon.png") no-repeat 3px 5px;
}
.work-table-hd {
    background: url("../images/work-hd-icon.png") no-repeat 3px 4px;
}

.get-more {
    width: 55px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: none;
    background-color: #f2f5fd;
}

.news-other-items {
    position: relative;
}

.news-other-items:before {
    position: absolute;
    content: "";
    left: 7px;
    width: 1px;
    border-right:1px solid #d8d8d8;
    top: 22px;
    bottom: 16px;
}

.news-items > li::before {
    position: absolute;
    content: '';
    left: 2px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #fff;
}

.news-items > li:hover::before {
    background: #fff;
    border: 2px solid #6192eb;
}

.card .card-hd .card-hd-item {
    height: 132px;
}

.card .card-hd .card-hd-item a {
    width: auto;
    margin-left: 34px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 4px 8px 0px rgba(11, 35, 62, 0.14);
    transition-duration: .3s;
}

.card {
    margin-top: 0;
}

.card .card-hd .card-hd-item p {
    color: #fff;
}

.card-hd-item {
    background:none !important;
}

.card-hd-item a:hover {
    transform: translateY(-10px);
}

.card-hd-item:nth-child(1) a {
    background: url("../images/plat1.png") no-repeat center center;
}
.card-hd-item:nth-child(2) a {
    background: url("../images/plat2.png") no-repeat center center;
}
.card-hd-item:nth-child(3) a {
    background: url("../images/plat3.png") no-repeat center bottom;
}
.card-hd-item:nth-child(4) a {
    background: url("../images/plat4.png") no-repeat center bottom;
}
.card-hd-item:nth-child(5) a {
    background: url("../images/plat5.png") no-repeat center bottom;
}
.card-hd-item:nth-child(6) a {
    background: url("../images/plat6.png") no-repeat center bottom;
}
.card-hd-item:nth-child(7) a {
    background: url("../images/plat7.png") no-repeat center bottom;
}
.card-hd-item:nth-child(8) a {
    background: url("../images/plat8.png") no-repeat center bottom;
}
.card-hd-item:nth-child(9) a {
    background: url("../images/plat9.png") no-repeat center bottom;
}

.notify-hd {
    background: none;
    padding: 0;
}

.notify-hd li {
    float: left;
    width: 16.6%;
    height: 48px;
    line-height: 48px;
    /* padding-left: 60px; */
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.notify-hd li a {
    display: block;
    padding-left: 73px;
    margin-left: 10px;
    background-color: #ecf2fd;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 29px center;
}

.notify-hd li.active {
    border-bottom: 0;
}

.notify-hd li.active a{
    
    background-color: #4794f9;
    color: #fff;
}

.sec-hd {
    background-color: transparent;
}

.notify-hd li:nth-child(1) a {
    background-image: url("../images/hd-item-1.png");
}
.notify-hd li:nth-child(2) a {
    background-image: url("../images/hd-item-2.png");
}
.notify-hd li:nth-child(3) a {
    background-image: url("../images/hd-item-3.png");
}
.notify-hd li:nth-child(4) a {
    background-image: url("../images/hd-item-4.png");
}
.notify-hd li:nth-child(5) a {
    background-image: url("../images/hd-item-5.png");
}
.notify-hd li:nth-child(6) a {
    background-image: url("../images/hd-item-6.png");
}

.notify-hd li:nth-child(1).active a {
    background-image: url("../images/hd-item-1-1.png");
}
.notify-hd li:nth-child(2).active a {
    background-image: url("../images/hd-item-2-1.png");
}
.notify-hd li:nth-child(3).active a {
    background-image: url("../images/hd-item-3-1.png");
}
.notify-hd li:nth-child(4).active a {
    background-image: url("../images/hd-item-4-1.png");
}
.notify-hd li:nth-child(5).active a {
    background-image: url("../images/hd-item-5-1.png");
}
.notify-hd li:nth-child(6).active a {
    background-image: url("../images/hd-item-6-1.png");
}

.swiper-notify-bg {
    overflow: hidden;
    background-color: #f2f6fa;
    padding-bottom: 30px;
}

.notify {
    background: url("../images/notify-bg.jpg") no-repeat center bottom;
    margin-top: 14px;
}

.card .card-hd {
    box-shadow: none;
    margin-left: -34px;
}

.subsite {
    background-color: #f2f6fa;
}

.service {
    background: none;
    padding-bottom: 0px;
}

.swiper-notify .nofity-tab {
    width: 382px;
}

.nofity-tab {
    background-color: #fff;
    padding: 8px;
}

.count-bg {
    background: url("../images/count-bg.jpg") no-repeat center bottom;
}


.qr,
.open-right,
.ecahrts-bg,
.count-infor,
.count-ecahrts {
    background-color: #fff;
}


.he157 {
    height: 170px;
    overflow: hidden;
}

/* 2022-1-28新增 */
.tab-link {
    margin-left: 0px;
}

.year {
    width: auto;
    float: right !important;
    /* margin-right: 20px; */
}

.notify-bd-item li {
    margin-left: 10px;
    margin-right: 6px;
}

.notify-bd-item li+li{
    border-top: 1px solid #e1e6ed;
}