.btn_fw {
    position: fixed;
    right: 0;
    z-index: 999;
    width: 90px;
    height: 90px;
    background: rgba(25,107,252,.8);
    bottom: 111px;
    text-align: center;
}

.btn_fw:hover {
    background: rgba(25,107,252,.9)
}

.btn_fw img {
    width: 40px;
    padding-top: 15px;
}

.btn_fw p {
    color: #fff;
    line-height: 30px;
}

.btn_to_top {
    display: none;
    position: fixed;
    right: 0;
    cursor: pointer;
    z-index: 999;
    width: 90px;
    height: 75px;
    background: rgba(25,107,252,.8);
    bottom: 26px;
    text-align: center;
}

.btn_to_top:hover {
    background: rgba(25,107,252,.9)
}

.btn_to_top img {
    width: 40px;
    padding-top: 17px;
}

.banner {
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination {
    bottom: 10%;
}

.banner .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-button-prev {
    background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/btn_prev.png) no-repeat center top;
    width: 66px;
    height: 66px;
    left: 30px;
}

.banner .swiper-button-next {
    background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/btn_next.png) no-repeat center top;
    width: 66px;
    height: 66px;
    right: 30px;
}

.ejy_main {
    margin: 20px 0 50px;
}

.weizhi {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 20px;
    background: url(../images/weizhi_bg.jpg) no-repeat left bottom
}

.weizhi span {
    font-weight: bold;
}

.list_nr {
    min-height: 500px;
    color: #000;
    width: 1200px;
    margin: 0 auto;
}

.list_nr .tit1 {
    line-height: 30px;
    height: 30px;
    border: 1px dashed #d3d3d3;
}

.list_nr .zhengwen {
    line-height: 30px;
    margin: 15px auto;
    font-size: 14px;
    color: #000;
    font-family: "å®‹ä½“";
}

.list_nr .zhengwen p {
    line-height: 30px;
    margin: 15px auto;
    text-align: left;
}

.list_nr .list li {
    padding: 11px 0;
    border-bottom: 1px solid #ddd;
}

.list_nr .list li img {
    float: left;
    width: 150px;
    height: 105px;
    margin-right: 15px;
}

.list_nr .list li .tit {
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_nr .list li .cont_box {
    position: relative;
    margin-left: 165px;
    height: 100px;
    padding-top: 5px;
}

.list_nr .list li .time {
    font-size: 14px;
    color: #777777;
    position: absolute;
    left: 0;
    bottom: 10px;
    ;}

.list_nr .list li.no_img {
}

.list_nr .list li.no_img img {
    display: none;
}

.list_nr .list li.no_img .cont_box {
    height: auto;
    margin-left: 0;
    padding-top: 0;
}

.list_nr .list li.no_img .cont_box .time {
    position: inherit;
    margin-top: 20px;
    text-align: justify
}

.ban1 {
    display: none;
    margin-bottom: 20px;
}

.footer_1 {
    display: none;
    text-align: center;
    padding: 20px 0;
    line-height: 26px;
    color: #fff;
    background: #2424c5;
    margin-top: 15px;
}

.footer_1 a {
    color: #fff;
}

.fh-btn {
    background: rgba(16,115,208,0.85);
    display: none;
    position: fixed;
    right: 15px;
    bottom: 120px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
}

.sjd_item {
    display: none;
}

.nav_lists_box {
    width: 270px;
    position: absolute;
    background: #fff;
    z-index: 1;
    min-width: 270px;
    height: 100vh;
    overflow: scroll;
    font-size: .28rem;
    transform: translateX(-270px);
}

.nav_lists_box i.closed {
    position: absolute;
    top: 12px;
    right: 16px;
    background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/btn_closed.png) no-repeat center top;
    cursor: pointer;
    width: 22px;
    height: 22px;
    z-index: 2;
    background-size: 100%;
}

.nav_lists_box li {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10%;
    font-size: 18px;
}

.nav_lists_box li.no {
    height: 35px;
}

.nav_lists_box li dl {
    display: none;
    padding-left: 35px;
    line-height: 40px;
    font-size: 16px;
}

.nav_lists_box li.up dl {
    display: block;
}

.nav_lists_box li i.sj {
    transition: 0.3s;
    float: right;
    background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/btn_sj.png) no-repeat center;
    width: 26px;
    height: 49px;
    background-size: 26px 22px;
}

.nav_lists_box li.up i.sj {
    transform: rotate(180deg);
}

.container.toright {
    overflow: visible;
    animation: .3s forwards torights;
    position: fixed;
    height: 100%;
    width: 100%;
}

.container.toright1 {
    animation: .3s forwards torights1;
}

.container.toright .nav_sec {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(4,66,96,0)
}

.container.toright .nav_sec.show {
    animation: .3s forwards showed;
}

@keyframes torights {
    to {
        transform: translateX(270px)
    }
}

@keyframes torights1 {
    0% {
        transform: translateX(270px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes showed {
    to {
        background: rgba(4,66,96,0.3)
    }
}

.dhl {
    display: none;
    float: left;
    background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/btn_dhl.png) no-repeat center top;
    width: 18px;
    height: 16px;
    margin-top: 17px;
    background-size: 100%;
}

.yhzx {
    display: none;
    float: right;
    margin-top: 13px;
}

.yhzx img {
    width: 18px !important;
}

.btn_fw {
    position: fixed;
    right: 0;
    z-index: 999;
    width: 90px;
    height: 90px;
    background: rgba(25,107,252,.8);
    bottom: 111px;
    text-align: center;
}

.btn_fw:hover {
    background: rgba(25,107,252,.9)
}

.btn_fw img {
    width: 40px;
    padding-top: 15px;
}

.btn_fw p {
    color: #fff;
    line-height: 30px;
}

.btn_to_top {
    display: none;
    position: fixed;
    right: 0;
    cursor: pointer;
    z-index: 999;
    width: 90px;
    height: 75px;
    background: rgba(25,107,252,.8);
    bottom: 26px;
    text-align: center;
}

.btn_to_top:hover {
    background: rgba(25,107,252,.9)
}

.btn_to_top img {
    width: 40px;
    padding-top: 17px;
}

.qh_box {
    display: none;
    height: 80px;
    line-height: 80px;
    -webkit-box-shadow: 3px 3px 3px #e7e1e1;
    -moz-box-shadow: 3px 3px 3px #e7e1e1;
    box-shadow: 3px 3px 3px #e7e1e1;
}

.qh_main {
    width: 1200px;
    margin: 0 auto;
}

.qh_main a {
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #bfbfbf;
}

.jqqd_box {
    display: none;
    position: fixed;
    text-align: center;
    left: 50%;
    top: 50%;
    background: #3579FE;
    width: 300px;
    height: 80px;
    border-radius: 10px;
    ;line-height: 80px;
    color: #fff;
    z-index: 9999;
    font-size: 24px;
    margin-left: -150px;
    margin-top: -40px;
    opacity: 0.95;
}

.list_nr {
    width: 1400px;
}

.lm-title {
    width: 100%;
    height: 56px;
    background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/lm-title-bg.png) no-repeat center center;
    margin: 0 auto 70px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.zlt-cont {
    width: 100%;
}

.zlt-cont p {
    line-height: 32px;
}

.cl {
    clear: both;
    height: 0;
}

.zlt-cont1 .zlt-items:nth-child(1) {
    width: 800px;
    float: right;
}

.zlt-cont1 .zlt-items:nth-child(2) {
    width: 410px;
    float: left;
}

.zlt-cont2 .zlt-items:nth-child(1) {
    width: 410px;
    float: left;
}

.zlt-cont2 .zlt-items:nth-child(2) {
    width: 410px;
    float: right;
}

.zlt-item {
    border-top: 1px solid #d0d0d0;
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.zlt-item:first-child {
    border-top: none;
}

.zlt-item-left {
    font-size: 16px;
    color: #008dd7;
    width: 110px;
    text-align: left;
    line-height: 30px;
}

.zlt-item-right {
    font-size: 16px;
    color: #333333;
    width: 300px;
    text-align: left;
    line-height: 30px;
}

.zlt-items-text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .change_l {
        margin-right:10px;
        font-size: 16px;
        color: #fff;
    }

    .jqqd_box {
        display: none;
        position: fixed;
        text-align: center;
        left: 50%;
        top: 50%;
        background: #3579FE;
        width: 200px;
        height: 55px;
        border-radius: 5px;
        ;line-height: 55px;
        color: #fff;
        z-index: 9999;
        font-size: 16px;
        margin-left: -100px;
        margin-top: -27.5px;
        opacity: 0.95;
    }

    .list_nr .list li .time {
        position: relative;
        left: 0;
        bottom: 0;
        padding-top: 5px;
        text-align: justify
    }

    .banner {
        margin-top: 50px;
        ;}

    .head .logo img,.head_scroll .logo img.cur,.banner .swiper-button-prev,.banner .swiper-button-next,.footer,.weizhi,.pc_item,.head .head_rt {
        display: none;
    }

    .sjd_item,.dhl,.yhzx {
        display: block;
    }

    .head .logo .sjd_item {
        display: block;
    }

    .head .logo {
        margin-top: 5px;
        width: 48%;
    }

    .head {
        height: 33px;
        background: #2424c5;
    }

    .head .language_lists {
        padding-top: 10px;
    }

    .head .search_box {
        padding-top: 10px;
        margin-right: 15px;
    }

    .head_nav {
        display: none;
    }

    .head_nav .login_box {
        right: 0;
        top: 33px;
    }

    .head_nav .login_box a {
        font-size: 14px;
        padding: 2px 15px;
    }

    .head_nav {
        height: auto;
    }

    .head_nav .logo {
        width: 60%;
        height: auto;
    }

    .head_nav .logo img {
        width: 100%;
        height: auto;
    }

    .head .logo {
        margin-top: 7px;
    }

    .nav_sjd {
        width: 100%;
        overflow: hidden;
        line-height: 38px;
        padding: 6px 0;
        height: 38px;
        position: relative;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    .head_nav .nav_lists {
        margin-top: 0;
        width: 90%;
        font-weight: normal;
        float: none;
    }

    .head_nav .nav_lists span {
        display: inline-block;
        margin: 0 14px
    }

    .head_nav .nav_lists b {
        display: none;
    }

    .head_nav .nav-btn {
        background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/nav_btn.png) no-repeat center top;
        width: 24px;
        height: 18px;
        position: absolute;
        right: 5px;
        top: 16px;
        background-size: 100% 100%;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    .nav_show {
        height: 76px;
    }

    .nav_show .nav-btn {
        transform: rotate(90deg);
    }

    .ban1 {
        display: block;
    }

    .qh_box {
        height: 50px;
        line-height: 50px;
    }

    html {
        -webkit-text-size-adjust: none;
    }

    .ban1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        clear: both;
    }

    .ban1 img {
        width: 100%;
        height: auto;
        padding: 0;
        clear: both;
    }

    .footer_1 {
        display: block;
    }

    .container {
        width: 100%;
        min-width: 100%;
        overflow: hidden;
    }

    .main,.ejy_main {
        width: 95%;
        min-width: 95%;
        max-width: 95%;
        margin: 0 auto;
        padding: 0;
        clear: both;
    }

    .list_nr {
        width: 100%
    }

    .fh-btn {
        display: block;
    }

    .head .search_box,.language_lists {
        display: none;
    }

    .head {
        height: 50px;
    }

    .head .login_box {
        width: 120px;
        margin-left: 10px;
    }

    .head .login_box a {
        width: 50px;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
    }

    .head_nav {
        position: relative;
    }

    .head_nav .nav_lists {
        margin-top: 0;
        width: 100%;
    }

    .head_nav .nav_lists li {
        width: auto;
        font-size: 16px;
        position: static;
    }

    .head_nav .nav_lists li dl {
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    .head_nav .nav_lists li dl dd {
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
        line-height: 36px;
        height: 36px;
        opacity: 0.85;
    }

    .head_nav .nav_lists li dl dd a {
        color: #1073D0;
    }

    .list_nr .list li .tit {
        font-size: 18px;
        line-height: 26px;
    }

    .lm-title {
        background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/lm-title-bg.png) no-repeat center center;
        font-size: 20px;
        background-size: 180px 33px;
        margin: 0 auto 30px;
    }

    .zlt-cont {
        padding: 10px;
        margin-bottom: 50px;
    }

    .zlt-cont1 .zlt-items:nth-child(1) {
        float: none;
    }

    .zlt-cont1 .zlt-items:nth-child(2) {
        float: none;
        margin-top: 20px;
    }

    .zlt-items:nth-child(1) {
        width: 100% !important;
    }

    .zlt-items:nth-child(2) {
        width: 100% !important;
    }

    .zlt-item-left {
        font-size: 14px;
        width: 25%;
        line-height: 20px;
    }

    .zlt-item-right {
        font-size: 14px;
        width: 75%;
        line-height: 20px;
    }

    .zlt-items-text {
        font-size: 14px;
        line-height: 20px;
    }

    .zlt-cont2 .zlt-items:nth-child(2) {
        float: none;
    }

    .zlt-cont2 .zlt-items:nth-child(1) {
        float: none;
        border-bottom: 1px solid #d0d0d0;
    }
}

@media screen and (max-width: 380px) {
    .head .logo {
        width:53%;
    }

    .yhzx img {
        width: 17px !important;
    }

    .head_nav .login_box {
        right: 0;
        top: 33px;
    }

    .head_nav .login_box a {
        font-size: 13px;
        padding: 2px 13px;
    }

    .head_nav .nav_lists span {
        margin: 0 10px
    }

    .list_nr .list li {
        padding: 8px 0;
    }

    .list_nr .list li img {
        float: left;
        width: 120px;
        height: 84px;
        margin-right: 10px;
    }

    .list_nr .list li .tit {
        font-size: 18px;
        text-align: justify;
        line-height: 24px;
        padding-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .list_nr .list li .cont_box {
        position: relative;
        margin-left: 130px;
        height: 84px;
        padding-top: 5px;
    }

    .list_nr .list li.no_img .cont_box .time {
        margin-top: 15px;
    }

    .lm-title {
        background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/lm-title-bg.png) no-repeat center center;
        font-size: 20px;
        background-size: 180px 33px;
        margin: 0 auto 30px;
    }

    .zlt-cont {
        padding: 10px;
        margin-bottom: 50px;
    }

    .zlt-cont1 .zlt-items:nth-child(1) {
        float: none;
    }

    .zlt-cont1 .zlt-items:nth-child(2) {
        float: none;
        margin-top: 20px;
    }

    .zlt-items:nth-child(1) {
        width: 100% !important;
    }

    .zlt-items:nth-child(2) {
        width: 100% !important;
    }

    .zlt-item-left {
        font-size: 14px;
        width: 25%;
        line-height: 20px;
    }

    .zlt-item-right {
        font-size: 14px;
        width: 75%;
        line-height: 20px;
    }

    .zlt-items-text {
        font-size: 14px;
        line-height: 20px;
    }

    .zlt-cont2 .zlt-items:nth-child(2) {
        float: none;
    }

    .zlt-cont2 .zlt-items:nth-child(1) {
        float: none;
        border-bottom: 1px solid #d0d0d0;
    }
}

@media screen and (max-width: 340px) {
    .head .logo {
        width:58%;
    }

    .change_l {
        margin-right: 6px;
        font-size: 14px;
    }

    .yhzx img {
        width: 16px !important;
    }

    .head_nav .nav_lists a {
        font-size: 14px
    }

    .nav_sjd {
        line-height: 34px;
    }

    .head_nav .nav_lists span {
        margin: 0 10px;
    }

    .head_nav .login_box {
        right: 0;
        top: 30px;
    }

    .head_nav .login_box a {
        font-size: 12px;
        padding: 2px 10px;
    }

    .footer_1 {
        font-size: 12px;
        line-height: 24px;
    }

    .fh-btn {
        right: 10px;
        bottom: 170px;
        width: 40px;
        height: 40px;
        font-size: 13px;
        border-radius: 100%;
        line-height: 40px;
    }

    .list_nr .list li .tit {
        font-size: 15px;
        text-align: justify;
        line-height: 24px;
        padding-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .list_nr .list li .cont_box .time {
        font-size: 12px;
    }

    .head .logo img {
        width: 180px;
    }

    .head .login_box {
        width: 90px;
        margin-left: 10px;
        font-size: 14px;
    }

    .head .login_box a {
        width: 40px;
        height: 26px;
        line-height: 26px;
        border-radius: 2px;
    }

    .head_nav {
        margin-top: 70px;
    }

    .head_nav .nav_lists li {
        width: auto;
        font-size: 14px;
    }

    .head_nav .nav_lists {
        line-height: 48px;
    }

    .head_nav .nav_lists li dl {
        top: 48px
    }

    .head_nav .nav_lists li dl dd {
        line-height: 30px;
        height: 30px;
    }

    .nav_lists_box li {
        line-height: 40px;
        font-size: 16px;
    }

    .nav_lists_box li.no {
        height: 30px;
    }

    .nav_lists_box li dl {
        display: none;
        padding-left: 35px;
        line-height: 36px;
        font-size: 14px;
    }

    .nav_lists_box li i.sj {
        transition: 0.3s;
        float: right;
        background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/btn_sj.png) no-repeat center;
        width: 26px;
        height: 40px;
        background-size: 26px 22px;
    }

    .nav_lists_box li.up i.sj {
        transform: rotate(180deg);
    }

    .list_nr .list li .tit {
        font-size: 14px;
    }

    .lm-title {
        background: url(https://www.hangzhou.com.cn/templateRes/202110/26/102415/att/images/lm-title-bg.png) no-repeat center center;
        font-size: 20px;
        background-size: 180px 33px;
        margin: 0 auto 30px;
    }

    .zlt-cont {
        padding: 10px;
        margin-bottom: 50px;
    }

    .zlt-cont1 .zlt-items:nth-child(1) {
        float: none;
    }

    .zlt-cont1 .zlt-items:nth-child(2) {
        float: none;
        margin-top: 20px;
    }

    .zlt-items:nth-child(1) {
        width: 100% !important;
    }

    .zlt-items:nth-child(2) {
        width: 100% !important;
    }

    .zlt-item-left {
        font-size: 14px;
        width: 25%;
        line-height: 20px;
    }

    .zlt-item-right {
        font-size: 14px;
        width: 75%;
        line-height: 20px;
    }

    .zlt-items-text {
        font-size: 14px;
        line-height: 20px;
    }

    .zlt-cont2 .zlt-items:nth-child(2) {
        float: none;
    }

    .zlt-cont2 .zlt-items:nth-child(1) {
        float: none;
        border-bottom: 1px solid #d0d0d0;
    }
}

ul.pages {
    margin: 15px auto;
    text-align: center;
}

ul.pages li {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    background: #fff;
    color: #333333;
    clear: none;
    margin: 0 5px;
    padding: 0 6px;
    border: 1px solid #dddad2;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 8px;
}

ul.pages li a {
    width: auto;
    margin-right: 0;
}

ul.pages li a:hover {
    text-decoration: none;
}

ul.pages li.page.page-active {
    background: #d8d8d8;
    border: 1px solid #cccad2;
}

ul.pages li.page.page-active a {
    color: #333333;
}

iframe {
    display: none;
}
