/**!
 * é¦–é¡µ
 * author: fxyue;
 * date:2019-10-25
 */

.ewb-col-hd {
    font-size: 0;
    text-align: center;
}

.ewb-col-name,
.ewb-col-triangle,
.ewb-col-tt {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.ewb-col-tt p {
    line-height: 14px;
    color: #e1313f;
    text-transform: uppercase;
}

.ewb-col-tt p:first-child {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

.ewb-col-triangle {
    width: 24px;
    height: 46px;
}

.ewb-col-triangle.left {
    background: url("/Template/special/jyzt/css/../images/col_triangle_left.png") 0 11px no-repeat;
}

.ewb-col-triangle.right {
    background: url("/Template/special/jyzt/css/../images/col_triangle_right.png") 0 1px no-repeat;
}

.ewb-col-tt {
    padding: 0 20px;
}

/* é€šç”¨ æ›´å¤š */
.ewb-col-more {
    position: absolute;
    width: 137px;
    height: 37px;
    background: #e1313f;
    bottom: 0;
    left: 50%;
    margin-left: -68px;
    border-radius: 18px;
    font-size: 0;
    text-align: center;
}

.ewb-col-more {
    display: inline-block;
    line-height: 37px;
    color: #fff;
    padding-left: 34px;
    font-size: 14px;
    background: url("/Template/special/jyzt/css/../images/col_more_icon.png") 30% center no-repeat #e1313f;
}


/* é€šçŸ¥å…¬å‘Š */
.ewb-notice {
    margin-top: 17px;
    background: #fff;
    border-radius: 10px;
    padding: 8px 20px 8px 15px;
    line-height: 26px;
}

.ewb-notice-left {
    float: left;
    width: 132px;
    padding-left: 37px;
    border-right: 1px solid #aaa;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    background: url("/Template/special/jyzt/css/../images/notice_icon.png") left center no-repeat;
}

.ewb-notice-right {
    margin-left: 156px;
}

.ewb-notice-more {
    float: right;
    color: #e1313f;
}

.ewb-notice-box {
    margin-right: 56px;
    overflow: hidden;
    height: 26px;
}

.ewb-notice-list {
    float: left;
    width: 350px;
    height: 26px;
}

.ewb-notice-date {
    padding-right: 28px;
    color: #999;
    float: right;
}

.ewb-notice-txt {
    display: block;
    margin-right: 120px;
    padding-left: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("/Template/special/jyzt/css/../images/list_red_img.jpg") left center no-repeat;
}

@media (max-width:480px) {
    .ewb-notice {
        padding: 8px 15px;
    }

    .ewb-notice-left {
        width: 105px;
        padding-left: 30px;
        font-size: 16px;
    }

    .ewb-notice-right {
        margin-left: 110px;
    }

    .ewb-notice-box {
        margin-right: 35px;
    }
}


/* éƒ¨é—¨åŠ¨æ€ */
.ewb-work {
    margin-top: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 30px 30px;
    position: relative;
}

.ewb-work-hd {
    margin: 0 50px;
    background: url("/Template/special/jyzt/css/../images/gov_pink_line.jpg") left center repeat-x;
    font-size: 0;
    text-align: center;
}

.ewb-work-tt {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 33px;
    background: #fff;
    position: relative;
}

.ewb-work-tt i {
    position: absolute;
    width: 20px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    background-repeat: no-repeat;
}

.ewb-work-left {
    left: 0;
    background-image: url("/Template/special/jyzt/css/../images/work_left_icon.png");
}

.ewb-work-right {
    right: 0;
    background-image: url("/Template/special/jyzt/css/../images/work_rght_icon.png");
}

.ewb-work-bd ul {
    margin-left: -28px;
}

.ewb-work-list {
    float: left;
    width: 33.33%;
    margin-top: 25px;
}

.ewb-work-item {
    margin-left: 28px;
    border: 1px solid #f8f7f7;
    background: #f8f7f7;
    padding: 20px 20px 12px;
    line-height: 22px;
    cursor: pointer;
}

.ewb-work-infor {
    display: block;
    color: #333;
    font-size: 16px;
    height: 44px;
    overflow: hidden;

}

.ewb-work-txt {
    margin-top: 10px;
    color: #666;
    height: 66px;
    overflow: hidden;
}

.ewb-work-date {
    margin-top: 10px;
    color: #999;
}

.ewb-work-item:hover,.ewb-work-item.accfocus {
    border: 1px solid #e1313f;
}

.ewb-work-item:hover .ewb-work-infor,.ewb-work-item.accfocus .ewb-work-infor {
    color: #e1313f;
}

/* pad */
@media (max-width:979px) {
    .ewb-work {
        padding: 15px 15px 30px;
    }

    .ewb-work-item {
        margin-left: 20px;
    }

    .ewb-work-bd ul {
        margin-left: -20px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-work-list {
        width: 100%;
    }

    .ewb-work-infor,
    .ewb-work-txt {
        height: auto;
    }

    .ewb-work-hd {
        margin: 0 15px;
    }
}

/* æ”¿åŠ¡å…¬å¼€ */
.ewb-white {
    margin-top: 52px;
    background: #fff;
    padding: 30px 0 35px;
}


.ewb-gov {
    margin-left: -44px;
}

.ewb-gov-node {
    float: left;
    width: 50%;
    margin-top: 30px;
}

.ewb-gov-sub {
    margin-left: 44px;
    background: #f6f6f6;
    border-top: 2px solid #e1313f;
    position: relative;
    padding-bottom: 30px;
}

.ewb-gov-hd {
    height: 48px;
    margin-top: -2px;
    font-size: 0;
    text-align: center;
}

.ewb-gov-tt {
    display: inline-block;
    vertical-align: middle;
    width: 272px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    background: url("/Template/special/jyzt/css/../images/gov_tt_bg.png") no-repeat;
}

.ewb-gov-bd {
    padding: 4px 30px 0;
    height: 410px;
    overflow: hidden;
}

.ewb-gov-item {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px 14px;
    margin-top: 20px;
    line-height: 22px;
}

.ewb-gov-item a,
.ewb-gov-item span {
    display: block;
    padding-left: 15px;
}

.ewb-gov-item a {
    color: #333;
    font-size: 16px;
    background: url("/Template/special/jyzt/css/../images/list_red_img.jpg") left center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-gov-item span {
    color: #999;
    margin-top: 6px;
}

.ewb-gov-item:hover,.ewb-gov-item.accfocus {
    border: 1px solid #e1313f;
}

.ewb-gov-item:hover a,.ewb-gov-item.accfocus a {
    color: #e1313f;
}

/* pad */
@media (max-width:979px) {
    .ewb-white {
        margin-top: 38px;
        padding: 20px 0;
    }

    .ewb-gov-bd {
        padding: 4px 15px 0;
    }

    .ewb-gov-sub {
        margin-left: 20px;
    }

    .ewb-gov {
        margin-left: -20px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-gov-node {
        width: 100%;
    }
}

/* æ•™è‚²é‡è¦ä¿¡æ¯è§£è¯» */
.ewb-read {
    margin-top: 53px;
    padding: 0 36px;
    position: relative;
}


.ewb-read .prev,
.ewb-read .next {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    background-repeat: no-repeat;
}

.ewb-read .prev {
    left: 0;
    background-image: url("/Template/special/jyzt/css/../images/read_prev_icon.png") !important;
}

.ewb-read .next {
    right: 0;
    background-image: url("/Template/special/jyzt/css/../images/read_next_icon.png") !important;
}

.ewb-read .prev:hover {
    background-image: url("/Template/special/jyzt/css/../images/read_prev_iconh.png") !important;
}

.ewb-read .next:hover {
    background-image: url("/Template/special/jyzt/css/../images/read_next_iconh.png") !important;
}

.ewb-read-box {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.ewb-read-item {
    float: left;
    width: 286px;
    height: 60px;
    margin-left: 20px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;

}

.ewb-read-item a {
    color: #e1313f;
    display: block;
    background: url("/Template/special/jyzt/css/../images/read_item_bg.png");
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.ewb-read-item:hover a,.ewb-read-item.accfocus a {
    color: #fff;
    background: url("/Template/special/jyzt/css/../images/read_item_bgh.png");
}

/* pad */
@media (max-width:979px) {
    .ewb-read {
        margin-top: 38px;
    }
}

/* ä¾ç”³è¯·å…¬å¼€ */
.ewb-open {
    background: url("/Template/special/jyzt/css/../images/open_bg.jpg") top center no-repeat;
    padding: 26px 0 42px;
}

.ewb-open-content {
    margin-left: -46px;
}

.ewb-open-list {
    float: left;
    width: 25%;
}

.ewb-open-item {
    display: block;
    margin-left: 46px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    text-align: center;
    padding-top: 4px;
}

.ewb-open-item>div {
    line-height: 80px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.ewb-open-item span,.ewb-open-item a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: 30px center;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.open1 {
    background-image: url("/Template/special/jyzt/css/../images/open_item_bg_01.png");
}

.open2 {
    background-image: url("/Template/special/jyzt/css/../images/open_item_bg_02.png");
}

.open3 {
    background-image: url("/Template/special/jyzt/css/../images/open_item_bg_03.png");
}

.open1:hover,.open1.accfocus {
    background-image: url("/Template/special/jyzt/css/../images/open_item_bg_01h.png");
}

.open2:hover,.open2.accfocus {
    background-image: url("/Template/special/jyzt/css/../images/open_item_bg_02h.png");
}

.open3:hover,.open3.accfocus {
    background-image: url("/Template/special/jyzt/css/../images/open_item_bg_03h.png");
}

.open1>div {
    background-image: url("/Template/special/jyzt/css/../images/open_img_01.png");
}

.open2>div {
    background-image: url("/Template/special/jyzt/css/../images/open_img_02.png");
}

.open3>div {
    background-image: url("/Template/special/jyzt/css/../images/open_img_03.png");
}

.open1 span,.open1 a {
    background-image: url("/Template/special/jyzt/css/../images/open_icon_01.png");
}

.open2 span,.open2 a {
    background-image: url("/Template/special/jyzt/css/../images/open_icon_02.png");
}

.open3 span,.open3 a {
    background-image: url("/Template/special/jyzt/css/../images/open_icon_03.png");
}

/* å°å± */
@media (max-width:1299px) {
    .ewb-open-item {
        margin-left: 20px;
    }

    .ewb-open-content {
        margin-left: -20px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-open {
        background: none;
        padding: 10px 0 24px;
    }

    .ewb-open-list {
        width: 100%;
        margin-top: 10px;
    }

    .ewb-open-item>div {
        min-width: 260px;
    }
}



/* æ›´å¤šåŠŸèƒ½ */
.ewb-way {
    background: #fff;
    padding: 50px 0 33px;
}

.ewb-way-bd {
    margin-top: 35px;
    padding: 0 9px 0 18px;
}

.ewb-way-bd>ul {
    margin-left: -69px;
}

.ewb-way-list {
    float: left;
    width: 33.33%;
}

.ewb-way-item {
    margin-left: 69px;
    cursor: pointer;
}

.ewb-way-box {
    padding: 50px 0 44px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.ewb-way-box>img {
    display: block;
    margin: 0 auto;
    height: 257px;
}

.ewb-way-tt {
    display: block;
    margin: 44px auto 0;
    width: 173px;
    border: 1px solid #e1313f;
    line-height: 43px;
    text-align: center;
    color: #e1313f;
    font-size: 18px;
}

/* æ‚¬åœåŽæ ·å¼ */
.ewb-way-node {
    border: 1px solid #e1313f;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(225, 49, 63, 0.25);
    overflow: hidden;
    display: none;
    padding-bottom: 26px;
}

.ewb-way-top {
    padding: 35px 0 20px;
    background: url("/Template/special/jyzt/css/../images/way_top_bg.png") top center no-repeat #df2e42;
    background-size: 100% 100%;
}

.ewb-way-top img {
    display: block;
    margin: 0 auto;
    height: 205px;
}

.ewb-way-top span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
}

.ewb-way-bottom {
    padding: 10px 0 0 40px;
    height: 106px;
    overflow: hidden;
}

.ewb-way-sub {
    float: left;
    width: 50%;
    padding-left: 11px;
    background: url("/Template/special/jyzt/css/../images/list_red_img.jpg") left center no-repeat;
}

.ewb-way-sub a {
    color: #333;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-way-item:hover .ewb-way-box,.ewb-way-item.accfocus .ewb-way-box {
    display: none;
}

.ewb-way-item:hover .ewb-way-node,.ewb-way-item.accfocus .ewb-way-node {
    display: block;
}

/* å°å± */
@media (max-width:1299px) {
    .ewb-way-item {
        margin-left: 20px;
    }

    .ewb-way-bd>ul {
        margin-left: -20px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-way {
        padding: 30px 0;
    }

    .ewb-way-box>img {
        height: 129px;
    }

    .ewb-way-top img {
        height: 102px;
    }

    .ewb-way-top {
        padding: 20px 0;
    }

    .ewb-way-node {
        padding-bottom: 18px;
    }

    .ewb-way-bottom {
        padding-left: 20px;
    }

}

/* pad */
@media (max-width:767px) {
    .ewb-way-list {
        width: 100%;
        margin-top: 20px;
    }

    .ewb-way-bd {
        margin-top: 15px;
        padding: 0;
    }
}


/* å…¶ä»–æœåŠ¡ */
.ewb-service {
    padding: 45px 0 70px;
}

.ewb-service-bd {
    margin-top: 48px;
}

.ewb-service-bd ul {
    margin-top: -55px;
}

.ewb-service-list {
    float: left;
    width: 25%;
    margin-top: 55px;
    font-size: 0;
    text-align: center;
}

.ewb-service-list a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    /*max-width: 95%;*/
}

.ewb-service-list img {
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    /* padding-bottom: 0%; */
}

.ewb-service-list span {
    margin-top: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 28px;
}

.ewb-service-list a:hover,.ewb-service-list a.accfocus {
    color: #e1313f;
}

.ewb-service-list a:hover img,.ewb-service-list a.accfocus img {
    box-shadow: 0px 0px 21px 0px rgba(225, 36, 61, 0.2);
}

/* pad */
@media (max-width:979px) {
    .ewb-service {
        padding: 20px 0 40px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-service-list {
        width: 33.33%;
        margin-top: 20px;
    }

    .ewb-service-bd ul {
        margin-top: -20px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-service-list {
        width: 50%;
    }

    .ewb-service-list a {
        font-size: 15px;
    }
}
/* æ¾æ±Ÿæ•™è‚²å¾®ä¿¡å¾®åšå›¾ç‰‡å¼¹å‡º */
.eject {
    position: relative;
}
 
.eject img.qrcode {
  position: absolute;
  z-index: 99;
  top: -155px;
  right: 0px;
  width: 150px;
  max-width: none;
  height: 150px;
  transform: scale(0);
  transform-origin: bottom;
  opacity: 0;
  border: 10px solid #e0e0e0;
  border-radius: .25rem;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
 
}
 
.eject:hover img.qrcode,.eject.accfocus img.qrcode {
    transform: scale(1);
    opacity: 1;
}
/*2020/8/5ä¿®æ”¹*/
.ewb-img {
    position: fixed;
    top: 25%;
    right: 20px;
    z-index: 5;
}

.ewb-img a,
.ewb-img img {
    display: block;
}

.ewb-img-close {
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 10px;
    color: white;
    cursor: pointer;
    font-size: 15px;
}

/* pad */
@media (max-width:979px) {
    .ewb-img {
        display: none;
    }
}

.ewb-img-left {
    position: fixed;
    top: 25%;
    left: 20px;
    z-index: 5;
}

.ewb-img-left a,
.ewb-img-left img {
    display: block;
}

/* pad */
@media (max-width:979px) {
    .ewb-img-left {
        display: none;
    }
}

/* 7.26æ–°å¢ž */
.ewb-read-item {
    /* margin: 0 10px; */
    width: auto;
    float: none;
}

.ewb-read-item a {
    background-size: 100% 100%;
}

.ewb-read-item a:hover {
    background-size: 100% 100%;
}


.ewb-read {
    padding: 0;
}
.owl-carousel {
    padding: 0 36px;
}
.ewb-read .owl-prev,
.ewb-read .owl-next {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.ewb-read .owl-prev {
    left: 0;
    background-image: url("/Template/special/jyzt/css/../images/read_prev_icon.png");
}

.ewb-read .owl-next {
    right: 0;
    background-image: url("/Template/special/jyzt/css/../images/read_next_icon.png");
}

.ewb-read .owl-prev:hover {
    background-image: url("/Template/special/jyzt/css/../images/read_prev_iconh.png");
}

.ewb-read .owl-next:hover {
    background-image: url("/Template/special/jyzt/css/../images/read_next_iconh.png");
}

.read-swiper .ewb-read-item{
    margin: 0;
}

.swiper-container {
    margin: 0 36px;
}

.swiper-button-prev,
.swiper-button-next{
    width: 26px;
    height: 26px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.swiper-button-prev::after,
.swiper-button-next::after{
    content: none;
}

.swiper-button-prev {
    left: 0px;
    background: url('/Template/special/jyzt/css/../images/read_prev_icon.png') center no-repeat;
    background-size:contain;
}
.swiper-button-next{
    right: 0;
    background: url('/Template/special/jyzt/css/../images/read_next_icon.png') center no-repeat;
    background-size:contain;
}
.swiper-button-next:hover{
    background: url('/Template/special/jyzt/css/../images/read_next_iconh.png') center no-repeat;
    background-size:contain;
}
.swiper-button-prev:hover{
    background: url('/Template/special/jyzt/css/../images/read_prev_iconh.png') center no-repeat;
    background-size:contain;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    cursor: not-allowed;
    pointer-events: all;
}

@media (min-width: 768px) {
    .container {
        padding: 0;
    }
}

body.useOldFixed .container .ewb-white {
    padding-bottom: 30px;
}


body.useOldFixed .ewb-read .swiper-button-prev,
body.useOldFixed .ewb-read .swiper-button-next{
    width: 46px;
    height: 46px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

body.useOldFixed .ewb-read .swiper-button-prev {
    left: -20px;
}
body.useOldFixed .ewb-read .swiper-button-next{
    right: -20px;
}

body.useOldFixed .ewb-way-bottom {
    padding: 10px 0 0 40px;
    height: auto;
    overflow: hidden;
}