﻿@charset "utf-8";
/* CSS Document */
body {
    background: #fff;
    color: #000;
    font: 13px/20px "微软雅黑","宋体",tahoma;
    margin: 0 auto;
    padding: 0px;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, span, form, input, textarea, select {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-indent: 0;
}

img {
    border: none;
    font-size: 0;
    vertical-align: middle;
}

em {
    font-style: normal;
}

.str {
    font-weight: bold;
}

.cf:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.cf {
    display: block;
    height: 1%;
}

a:link, a:visited {
    color: #0071b6;
    text-decoration: none;
}

a:hover {
    color: #0071b6;
}

.tc {
    text-align: center;
}

.head {
    min-width: 1280px;
    background: #fff;
}

.top {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0 20px;
}

.logo {
    float: left;
}

.top-right {
    float: right;
}

    .top-right ul li {
        float: right;
        height: 40px;
        line-height: 40px;
        margin: 15px 0 0 40px;
        /*border: 1px solid #d6d6d6;
        background: #ededed;
        border-radius: 0 10px;*/
    }

        .top-right ul li img {
            margin-right: 5px;
        }

        .top-right ul li a {
            display: block;
            padding: 0 40px;
            color: #000;
        }

        .top-right ul li input {
            background: url("../images/search_bg.png") no-repeat;
            height: 36px;
            top: 0;
            right: 0;
            outline: none;
            padding-left: 13px;
            border:0px;
            vertical-align:top;
        }

        #searchbtn {
            background: url("../images/search_logo.png") no-repeat;
            height: 36px;
            top: 0;
            right: 0;
            outline: none;
            padding-left: 13px;
            width:40px;
            vertical-align:top;
        }

        .top-right ul li button {
            background: #0071B6;
            border-radius: 0 5px 5px 0;
            height: 40px;
            width: 60px;
            top: 0;
            right: 0;
            border: none;
            outline: none;
            cursor: pointer;
            color: #F9F0DA;
        }

        .top-right ul li:first-child, .top-right ul li:first-child:hover {
            border: none;
            background: none;
        }

            .top-right ul li:first-child a {
                display: inline-block;
                padding: 0 10px;
                color: #666;
            }

.nav {
    font-size: 16px;
    line-height: 40px;
    background: url("../images/bg-nav.jpg") bottom repeat-x #3677fd;
}

.nav-menu {
    margin: 0 auto;
    width: 1280px;
}

.nav ul li {
    position: relative;
    float: left;
    padding: 5px 0;
}

    .nav ul li a {
        display: block;
        padding: 0 48px;
        color: #fff;
    }

    .nav ul li:hover a {
        color: #0071b6;
        background: #fff;
        border-radius: 0 10px 0 0;
    }

    .nav ul li:first-child a:hover {
        border-radius: 0 10px;
    }

.nav .li-hover {
    display: none;
    position: absolute;
    top: 45px;
    font-size: 14px;
    z-index: 10;
}

.nav ul li:hover .li-hover {
    display: block;
}

.nav .li-hover ul {
    width: max-content;
    padding-left: 5px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 2px 0px 0px rgba(96, 147, 218, 0.6);
}

.nav .li-hover li {
    padding: 5px 0;
    flex-shrink: 0;
}

    .nav .li-hover li a {
        padding: 0 18px 0 8px;
    }

.nav ul li:hover .li-hover li a {
    color: #000;
    background: url("../images/dot-xie.png") no-repeat center right;
}

    .nav ul li:hover .li-hover li a:hover {
        color: #0071b6;
    }

.nav ul li:hover .li-hover li:last-child a {
    background: none;
}

.banner {
    position: relative;
    height: 400px;
    min-width: 1280px;
}

    .banner img {
        height: 400px;
        width: 100%;
    }

    .banner .prev, .banner .next {
        width: 100px;
        height: 100px;
        background: url(../images/dot-arrow.png) no-repeat;
        position: absolute;
        top: 150px;
    }

    .banner .prev {
        left: 15%;
    }

    .banner .next {
        right: 15%;
        background-position: right;
    }

.main {
    margin: 0 auto;
    width: 1280px;
}

.ad-dj {
    margin: 10px 0 10px;
}

    .ad-dj img {
        height: 200px;
        width: 1280px;
        border-radius: 5px;
    }

.home-news-left {
    float: left;
    position: relative;
}

    .home-news-left .prev, .home-news-left .next {
        width: 40px;
        height: 100px;
        background: url(../images/dot-arrow02.png) no-repeat;
        position: absolute;
        top: 110px;
    }

    .home-news-left .prev {
        left: 10px;
    }

    .home-news-left .next {
        right: 10px;
        background-position: right;
    }

    .home-news-left li a {
        position: relative;
        display: block;
    }
        .home-news-left li a img {
            height: 360px;
            width: 540px;
            border-radius: 5px;
        }

.home-news-txt {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align:center;
}

.home-news-txt-pro {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.4);
    width: 1060px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

    .home-news-txt-pro p {
        padding: 0 10px;
    }

.home-news-right {
    float: right;
    width: 720px;
}

.home-news-title {
    height: 40px;
    padding: 5px 15px 0 15px;
    line-height: 40px;
    font-size: 14px;
    background: #0071b6;
    border-radius: 5px;
}

    .home-news-title li {
        color: #fff;
        float: left;
        padding: 0 25px;
        margin-right: 30px;
    }

        .home-news-title li:hover, .home-news-title li.on {
            background: #fff;
            border-radius: 5px 5px 0 0;
            color: #0071b6;
            cursor: pointer;
        }

.home-news-middle {
    padding: 10px 15px 0;
}

.home-news-secup h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent:1.3em;
    margin-top:10px;
}

.home-news-content {
    line-height: 24px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left:26px;
    color:darkgray;
}

.home-news-seclist-small {
    margin: 5px 0 0;
}


    .home-news-seclist-small ul li {
        height: 30px;
        line-height: 15px;
        font-size: 14px;
        width: 390px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        list-style-type: none;
        text-align: left;
    }

        .home-news-seclist-small ul li::before {
            /*content: "";
            display: inline-block;
            margin-right: 15px;
            height: 8px;
            width: 8px;
            border-radius: 4px;
            background: #999;*/
        }

        .home-news-seclist-small ul li a {
            color: #333;
        }

        .home-news-seclist-small ul li:hover a {
            color: #0071B6;
        }

        .home-news-seclist-small ul li:hover::before {
            background: #0071B6;
        }

.home-news-seclist {
    margin: 10px 0 0;
}

    .home-news-seclist li {
        height: 40px;
        line-height: 20px;
        font-size: 16px;
        width: 660px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight:bold;
    }

        .home-news-seclist li::before {
            content: "";
            display: inline-block;
            margin-right: 15px;
            height: 8px;
            width: 8px;
            border-radius: 4px;
            background: #fff;
        }

        .home-news-seclist li a {
            color: #333;
        }

        .home-news-seclist li:hover a {
            color: #0071b6;
        }

        .home-news-seclist li:hover::before {
            background: #fff;
        }

.home-section {
    margin: 5px 0 0;
}

.home-section-left {
    float: left;
    width: 870px;
}

.home-section-right {
    float: right;
    width: 410px;
}

.home-section-title {
    height: 40px;
    line-height: 40px;
}

.home-section-box {
    float: left;
    margin-right: 25px;
    width: 410px;
    margin-top:1px;
}

.home-section-title h3 {
    position: relative;
    display: inline-block;
    width: 134px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #0071b6;
}

.home-section-title a {
    float: right;
    width: 260px;
    color: #666;
    text-align: right;
    padding: 0 10px 0 0;
    background: #ededed;
}

.home-section-title h3::before {
    position: absolute;
    bottom: -6px;
    left: 54px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #0071b6;
}

.home-section-detail {
    height: 210px;
    padding: 20px;
    text-align: center;
}

.rx p {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0,0,0,.4);
    position: relative;
    bottom: 30px;
}

.ry img {
    height: 210px;
    width: 370px;
}

.ry p {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0,0,0,.4);
    position: relative;
    bottom: 30px;
}

.foot-copyright-right img{
    border-radius: 5px;
    margin: 0 0 10px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

    .foot-copyright-right img:hover {
        transform: scale(2.5);
        -moz-transform: scale(2.5); /* Firefox 4 */
        -webkit-transform: scale(2.5); /* Safari and Chrome */
        -o-transform: scale(2.5); /* Opera */
    }


.zl img {
    border-radius: 5px;
    margin: 0 0 10px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

    .zl img:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1); /* Firefox 4 */
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -o-transform: scale(1.1); /* Opera */
    }

.zl a {
    display: block;
}

.zc-img {
    height: 310px;
    width: 368px;
    border: 1px solid #e6e6e6;
    line-height: 310px;
}

.zc-txt {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.home-ad02 {
    margin: 0px 0 0px;
    margin-top:10px;
}

    .home-ad02 img {
        width: 1280px;
        height: 100px;
        border-radius: 5px;
    }

.home-jpgc-title {
    float: left;
    width: 200px;
    height: 470px;
    background: url("../images/bg-jpgc.jpg") bottom no-repeat #0071b6;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.home-jpgc-txt {
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
}

.home-jpgc-title li {
    display: inline-block;
    height: 50px;
    margin: 0 0 10px;
    width: 190px;
    background: url("../images/bg-gc.jpg") no-repeat;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}

    .home-jpgc-title li a {
        display: block;
        color: #333;
    }

.home-jpgc-img {
    float: left;
    margin-left: 20px;
}

    .home-jpgc-img .prev, .home-jpgc-img .next {
        width: 100px;
        height: 100px;
        background: url(../images/dot-arrow.png) no-repeat;
        position: absolute;
        top: 1800px;
    }

    .home-jpgc-img .prev {
        left: 30%;
    }

    .home-jpgc-img .next {
        right: 18%;
        background-position: right;
    }

    .home-jpgc-img ul li img {
        width: 1060px;
        height: 470px;
    }

.home-friend {
    margin: 5px 0 0;
}

.home-friend-title {
    padding-left: 10px;
    color: #133ae4;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 2px solid #0071b6;
}

.home-friend-detail {
    padding: 20px 0 0;
    font-size: 13px;
}

    .home-friend-detail li {
        float: left;
        height: 30px;
        margin: 0 20px 15px 0;
        padding-left: 10px;
        line-height: 30px;
        width: 226px;
        text-align: center;
        background: url("../images/bg-link.jpg") bottom repeat-x #fff;
        border: 1px solid #d6d6d6;
    }


        .home-friend-detail li a {
            color: #333;
        }


        .home-friend-detail li:hover a {
            color: #fff;
        }

.home-links {
    margin: 30px 0 0;
    background: #eeee;
}

.home-links-title {
    float: left;
    height: 44px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    background: #0071b6;
    border-radius: 5px;
}

    .home-links-title:after {
        content: "";
        float: right;
        width: 0;
        height: 0;
        margin-top: 13px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
    }

.home-links-detail {
    line-height: 44px;
}

    .home-links-detail select {
        height: 30px;
        margin-left: 10px;
        width: 276px;
        border: 1px solid #999;
        border-radius: 5px;
    }

.foot {
    min-width: 1280px;
    margin: 10px 0 0;
    padding: 30px 0 0;
    background: url("../images/bg-footer.jpg") bottom center no-repeat #dedede;
}

.foot-main {
    margin: 0 auto;
    width: 1280px;
}

.foot-copyright {
    padding: 20px 0;
    color: #949494;
    background: #0071B6;
    text-align: center;
}

.foot-copyright-left, .foot-copyright-middle {
    float: left;
}

.foot-copyright-left {
    margin-top: 6px;
}

.foot-copyright-right {
    float: right;
}

.foot-copyright-left img {
    height: 60px;
    margin-top: 15px;
    border-radius: 5px;
}

.foot-copyright-middle {
    margin-left: 15px;
    padding: 0 0 0 15px;
    text-align: left;
    border-left: 1px solid #0f7ec1;
}

    .foot-copyright-middle p {
        margin: 4px 0 0;
        color: #bcd8ff;
    }

        .foot-copyright-middle p a {
            color: #bcd8ff;
        }

            .foot-copyright-middle p a:hover {
                color: red;
                text-decoration: underline;
            }

.foot-copyright-right img {
    height: 72px;
}

.foot-copyright-right li {
    float: right;
    margin: 0 0 10px 20px;
}

.foot-copyright-right p {
    margin: 0 0 12px;
    color: #46b9ff;
}

.foot-link {
    padding: 0 0 40px;
}

.foot-link-box {
    float: left;
    width: 180px;
}

.foot-link-title {
    height: 36px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 18px;
    line-height: 36px;
    color: #1c202a;
    background: url("../images/bg-foottitle.png") bottom left no-repeat;
}

.foot-link-box li {
    height: 30px;
    line-height: 30px;
}

    .foot-link-box li a {
        display: block;
        color: #333;
    }

        .foot-link-box li a:hover {
            color: #0071b6;
        }

.slogan img {
    min-width: 1280px;
    max-width: 100%;
    height: 300px;
}

.src {
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    font-size: 14px;
    color: #808080;
    background: url("../images/dot-src.png") left center no-repeat;
}

    .src em, .src ul {
        float: left;
    }

    .src li {
        float: left;
        padding: 0 15px 0 10px;
        background: url("../images/dot-srcli.png") center right no-repeat;
    }

        .src li:last-child {
            background: none;
        }

.content-left {
    float: left;
    width: 240px;
}

.content-right {
    float: right;
    width: 1010px;
}

.content-left-title {
    height: 80px;
    padding-left: 30px;
    letter-spacing: 2px;
    width: 210px;
    font-size: 24px;
    line-height: 80px;
    color: #fff;
    background: url("../images/bg-lefttitle.jpg") no-repeat;
    border-radius: 10px 10px 0 0;
}

.content-left-box-i {
    border-bottom: 1px solid #e5e5e5;
}

.list_dt.one {
    color: #0071b6;
    background: #ebf1f9;
}

.list_dt {
    display: block;
    padding-left: 32px;
    height: 50px;
    color: #666;
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
    overflow: hidden;
}

.content-left-box-i ul {
    display: none;
    background: #ebf1f9;
    border-bottom: 1px solid #0071b6;
}

    .content-left-box-i ul li {
        height: 35px;
        line-height: 35px;
        padding-left: 50px;
    }

        .content-left-box-i ul li:before {
            content: "";
            display: inline-block;
            margin-right: 5px;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-left: 6px solid #0071b6;
            border-bottom: 4px solid transparent;
            vertical-align: middle;
        }

.content-right-title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
    background: url("../images/dot-title.png") left center no-repeat;
    border-bottom: 6px solid #0071b6;
}

.content-newlist {
    padding: 30px;
}

.cnew-year {
    float: left;
    width: 100px;
}

    .cnew-year ul li {
        position: relative;
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 40px;
    }

        .cnew-year ul li a {
            display: block;
            color: #333;
        }

        .cnew-year ul li.on {
            background: #0071b6;
        }

            .cnew-year ul li.on a {
                color: #fff;
            }

            .cnew-year ul li.on:after {
                content: "";
                position: absolute;
                right: 0;
                top: 13px;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-right: 10px solid #fff;
                border-bottom: 6px solid transparent;
            }

.cnew-list {
    float: right;
    width: 850px;
}

.cnew-detail {
    padding: 5px 20px 20px 20px;
    background: #f2f2f2;
}

    .cnew-detail ul {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

        .cnew-detail ul li {
            height: 40px;
            line-height: 40px;
        }

            .cnew-detail ul li a {
                float: left;
                width: 710px;
                color: #000;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .cnew-detail ul li a:before {
                    content: "";
                    display: inline-block;
                    height: 8px;
                    width: 8px;
                    border-radius: 4px;
                    background: #878787;
                    margin-right: 8px;
                    vertical-align: middle;
                }

            .cnew-detail ul li span {
                float: right;
                color: #999;
            }

            .cnew-detail ul li:hover a, .cnew-list ul li:hover span {
                color: #0071b6;
            }

                .cnew-detail ul li:hover a:before {
                    background: #0071b6;
                }

.cnew-page {
    padding: 30px 0;
    text-align: center;
}

    .cnew-page span {
        margin: 0 3px 0;
    }

    .cnew-page a {
        margin: 0 3px 0;
    }

.cnew-pre, .cnew-next {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.cnew-pre {
    margin-right: 10px;
    padding-left: 10px;
    background: url("../images/dot-pre.png") left center no-repeat;
}

.cnew-next {
    margin-left: 10px;
    padding-right: 10px;
    background: url("../images/dot-next.png") right center no-repeat;
}

.cnew-page ul {
    display: inline-block;
    padding: 0;
    border: 0;
}

    .cnew-page ul li {
        display: inline-block;
        height: 30px;
        width: 30px;
        margin: 0 5px;
        line-height: 30px;
    }

        .cnew-page ul li:hover, .cnew-page ul li.on {
            color: #fff;
            background: #0071b6;
            border-radius: 5px;
            cursor: pointer;
        }

.content-right-box {
    padding: 30px;
}

.cnews-detail h3 {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.cnews-write {
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-align: center;
}

    .cnews-write dt, .cnews-write dd {
        display: inline-block;
    }

    .cnews-write dd {
        margin-right: 30px;
    }

.cnews-txt {
    font-size: 14px;
    line-height: 28px;
}

    .cnews-txt p {
        margin: 0;
    }

.content-imageslist ul li {
    float: left;
    height: 225px;
    width: 250px;
    margin-right: 25px;
    text-align: center;
}

    .content-imageslist ul li:nth-child(3n) {
        margin-right: 0;
    }

    .content-imageslist ul li a {
        display: block;
    }

    .content-imageslist ul li:hover a {
        color: #0071b6;
    }

    .content-imageslist ul li img {
        height: 160px;
        width: 250px;
        cursor: pointer;
    }

    .content-imageslist ul li p {
    color: #000;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    }

.content-zz-title ul li {
    position: relative;
    float: left;
    width: 470px;
    margin-right: 10px;
    height: 60px;
    color: #666;
    line-height: 60px;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

    .content-zz-title ul li.cur {
        color: #fff;
        background: #0071b6;
    }

        .content-zz-title ul li.cur:after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 50%;
            height: 0;
            width: 0;
            border-left: 8px solid transparent;
            border-top: 8px solid #0071b6;
            border-right: 8px solid transparent;
        }

    .content-zz-title ul li:last-child {
        margin-right: 0;
    }

.fz_dt {
    height: 50px;
    margin: 20px 0 0;
    padding-left: 38px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    background: #0071b6;
    cursor: pointer;
}

    .fz_dt img {
        margin-right: 10px;
        vertical-align: middle;
    }

.fz_dd {
    padding: 0 0 30px 35px;
    background: url("../images/bg-fz.jpg") 46px repeat-y;
    border-bottom: 1px solid #d8e9fd;
}

.fz_dd-title {
    padding: 40px 0 20px;
    color: #0071b6;
    font-size: 20px;
    vertical-align: middle;
}

    .fz_dd-title img {
        margin-right: 30px;
    }

.fz_dd-detail {
    margin-left: 50px;
    padding: 25px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 0 40px;
}

.content-gl-li {
    height: 220px;
    margin: 0 0 30px;
}

.gl-img {
    float: left;
}

    .gl-img img {
        height: 220px;
        width: 340px;
    }

.gl-txt {
    position: relative;
    float: right;
    width: 580px;
    height: 220px;
}

    .gl-txt h3 {
        padding: 20px 0 30px;
        color: #0071b6;
        font-size: 20px;
        font-weight: bold;
    }

    .gl-txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .gl-txt a {
        position: absolute;
        bottom: 0;
        color: #e30040;
    }

.content-gl-box01 {
    margin: 0 0 50px;
}

.content-gl-box02 {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}

.gl-box02-title {
    padding: 0 0 30px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.gl-box02-detail {
    float: left;
    height: 198px;
    width: 316px;
    margin: 0 0 25px;
}

.gl-box02-img {
    float: left;
}

    .gl-box02-img img {
        height: 198px;
        width: 148px;
    }

.gl-box02-txt {
    position: relative;
    float: right;
    width: 150px;
    height: 198px;
}

    .gl-box02-txt h3 {
        padding: 20px 0 30px;
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }

    .gl-box02-txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .gl-box02-txt a {
        position: absolute;
        bottom: 0;
        color: #e30040;
    }

.logo img {
    height: 62px;
}

.cnew-list .content-imageslist {
    background: #eee;
    padding: 25px;
}

/*20200608*/
.cnew-page ul li.cnew-pre {
    width: 50px;
}

.cnew-page ul li.cnew-next {
    width: 50px;
}

.cnew-page ul li:hover.cnew-pre {
    background: url("../images/dot-pre.png") left center no-repeat #0071b6;
}

.cnew-page ul li:hover.cnew-next {
    background: url("../images/dot-next.png") right center no-repeat #0071b6;
}

.home-friend-detail li:hover {
    background: #0071b6;
    border-color: #0036c8;
}

.home-friend-detail li:nth-child(5n) {
    margin-right: 0;
}
.home-news-title li a {
    color: #fff;
}

.home-news-title li.on a {
    color: #0071B6;
}

.home-news-dot {
    position: absolute;
    height: 20px;
    bottom: 65px;
    right: 20px;
}

    .home-news-dot li {
        display: inline-block;
        height: 15px;
        margin: 0 0 0 20px;
        width: 15px;
        background: #fff;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .home-news-dot .on {
        display: inline-block;
        height: 15px;
        margin: 0 0 0 20px;
        width: 15px;
        background: #0071B6;
        border-radius: 10px;
        color: #0071B6;
        text-align: center;
        cursor: pointer;
    }


        .foot-copyright-middle p a {
            color: #bcd8ff;
        }

            .foot-copyright-middle p a:hover {
                color: red;
                text-decoration: underline;
            }
