﻿/* CSS Document */
/**/
/*a:hover{text-decoration:underline; text-decoration-color: #999999;}*/
.pt0 {
    padding-top: 0px !important;
}
.none{display:none}

.w1100 {
    width: auto;
    margin: auto;
}
.text-2em {
    text-indent: 2em;
}

.pg_nav_w {
    width: 22vw;
    min-width:255px;
    min-height: 300px;
    position: relative;
    top: 0px;
    z-index: 999;
    float: left;
    overflow: hidden;
}

.pg_nav {
    width: 15vw;
    min-width:255px;
    margin-bottom: 6px;
    overflow: hidden;
}

    .pg_nav h2 {
        width: 100%;
        height: 72px;
        background: #005492;
        overflow: hidden;
        text-align: center;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        padding-top: 18px;
        margin-bottom: 1px;
    }

        .pg_nav h2 p {
            font-size: 12px;
            font-weight: lighter;
            text-transform: uppercase;
        }

    .pg_nav div {
        position: relative;
        background: #e2e2e2;
    }

        .pg_nav div a {
            display: block;
            width: 100%;
            height: 55px;
            line-height: 55px;
            margin-bottom: 1px;
            font-size: 14px;
            color: #333333;
            overflow: hidden;
            transition: all .4s ease 0s;
            position: relative;
            z-index: 55;
        }

            .pg_nav div a span {
                font-size: 18px;
                padding: 0 12px 0 20px;
            }

        .pg_nav div p {
            width: 0%;
            height: 55px; /*opacity: 0;*/
            background: #e77919;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            transition: all .4s ease 0s;
        }

        .pg_nav div:hover a {
            color: #FFFFFF;
            text-decoration: none;
        }

        .pg_nav div:hover p {
            width: 100%;
            opacity: 1;
        }

    .pg_nav .pg_nuw a {
        color: #FFFFFF;
    }

    .pg_nav .pg_nuw p {
        width: 100%;
        opacity: 1;
    }

.pg_nav_a {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

    .pg_nav_a p {
        margin-bottom: 3px;
        text-transform: uppercase;
    }

/* page right */
.pg_right {
    width: 50vw;
    min-width:800px;
    min-height: 500px;
    float: right;
    overflow: hidden;
}

.pg_map {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    color: #999;
    overflow: hidden;
}

    .pg_map em {
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        margin-right: 5px;
        overflow: hidden;
    }

    .pg_map a {
        color: #999999;
    }

    .pg_map span {
        font-family: "宋体"," 新宋体";
        margin: 0 5px;
    }

.pg_title {
    width: 100%;
    font-size: 22px;
    color: #999999;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 25px;
    overflow: hidden;
}

    .pg_title p {
        color: #333333;
    }
    .pg_title p.second_title {
        font-size: 12px;
        margin: 0;
        margin-top: -10px;
    }
        .pg_title p.second_title a{
            font-weight:bold;
        }
        /* page zhengweng start */
        .pg_dy {
            width: 100%;
            min-width: 100%;
            min-height: 500px;
            padding-bottom: 30px;
            line-height: 24px;
            font-size: 14px;
            color: #333;
            overflow: hidden;
            font-family: "微软雅黑" !important;
        }

.pg_fwsm_li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

    .pg_fwsm_li h2 {
        width: 100%;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        overflow: hidden;
    }

        .pg_fwsm_li h2 em {
            color: #006cb3;
            font-style: normal !important;
        }

            .pg_fwsm_li h2 em label {
                font-weight: normal;
                color: #e77919;
            }

        .pg_fwsm_li h2 span {
            font-size: 12px;
            float: right;
            color: #999999;
        }

    .pg_fwsm_li p {
        font-size: 12px;
        line-height: 20px;
        color: #999999;
    }

    .pg_fwsm_li a:hover {
        text-decoration: underline;
        text-decoration-color: #999999;
        color: #e77919;
    }

.pg_fw_a {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.pg_fw_aimg {
    width: 314px;
    height: 234px;
    float: left;
    padding: 2px;
    border: 1px solid #e2e2e2;
    margin-right: 20px;
    overflow: hidden;
}

.pg_fw_atxt {
    width: 470px;
    float: right;
}

    .pg_fw_atxt h2 {
        height: 16px;
        font-size: 16px;
        color: #006cb3;
        font-weight: 500;
        margin-top: 5px;
    }

    .pg_fw_atxt div { /*height: 62px;*/
        line-height: 22px;
        font-size: 12px;
        color: #666666;
        overflow: hidden;
        margin-top: 20px;
        word-spacing: 5px;
        letter-spacing: 2px
    }

    .pg_fw_atxt p {
        width: 470px;
        height: 48px;
        line-height: 48px;
        font-size: 12px;
        border-top: 1px dotted #ccc; /*border-bottom: 1px dotted #ccc;*/
        margin: 10px 0;
        overflow: hidden;
        text-align: right;
    }

        .pg_fw_atxt p:nth-child(2) {
            margin-top: 0;
            border-bottom: 1px dotted #ccc;
        }

        .pg_fw_atxt p span {
            float: left;
        }

        .pg_fw_atxt p em {
            color: #e77919;
            font-style: normal !important;
        }

.pg_fw_b {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #e8e8e8;
}

    .pg_fw_b a {
        display: inline-block;
        vertical-align: top;
        width: 110px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        position: relative;
        font-size: 14px;
        color: #333333;
        transition: all .4s ease 0s;
    }

        .pg_fw_b a span {
            display: block;
            width: 22px;
            height: 9px;
           /* background: url(../images/ip23.png) center center no-repeat;*/
            margin-left: 44px;
            opacity: 0;
            overflow: hidden;
            transition: all .4s ease 0s;
        }

        .pg_fw_b a:hover {
            background: #006cb3;
            color: #FFFFFF;
        }

            .pg_fw_b a:hover span {
                opacity: 1;
            }

    .pg_fw_b .pg_nuw_a {
        background: #006cb3;
        color: #FFFFFF;
    }

        .pg_fw_b .pg_nuw_a span {
            opacity: 1;
        }

.pg_fw_c {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}


.pg_ly_a {
    width: 100%;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    background: #ebf2fa;
    border: 1px solid #cccccc;
    font-size: 12px;
    overflow: hidden;
}

.pg_ly_aa {
    width: 100%;
    line-height: 22px;
    color: #0e79b6;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing:1.5px;
}

.bd_bg {
    line-height: 40px;
}


.pg_ly_b {
    width: 100%;
    background: #f5f9fd;
    border: 1px solid #e8eff6;
    overflow: hidden;
}

.pg_ly_ba {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    background: #ebf2fa;
    color: #006cb3;
    border-bottom: 1px solid #d3deeb;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 22px;
}

.pg_ly_li {
    width: 94%;
    border: 1px solid #aac9ec;
    background: #fff;
    overflow: hidden;
    margin: 0 auto 15px auto;
}

    .pg_ly_li h2 {
        width: 100%;
        padding: 10px 15px; /*height: 40px;*/
        line-height: 18px;
        background: #d1e1f4;
        border-bottom: 1px solid #b2c8e0;
        overflow: hidden;
        font-weight: 500;
        font-size: 14px;
        color: #006cb3;
    }

        .pg_ly_li h2 span { /*float:right;*/
            font-size: 12px;
            color: #999999;
            display: block;
            padding-top: 2px;
        }

.pg_ly_li_a {
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
}

.pg_ly_li_aa {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
}
    .pg_ly_li_aa b{font-size:12px !important}
.pg_ly_li_ar {
    width: 100%;
    float: right;
    margin-top: -3px;
    text-align: justify;
    overflow: hidden;
}

.fc_a b {
    color: #e77919;
    margin:0
}

.fc_b {
    color: #006cb3;
}
    .fc_b b {
        margin: 0
    }
.pg_down {
    width: 100%;
    min-height: 500px;
    padding-bottom: 30px;
    color: #666666;
    overflow: hidden;
}

.pg_down_li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

    .pg_down_li span {
        display: inline-block;
        vertical-align: top;
        height: 34px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .pg_down_li em {
        color: #006cb3;
        font-style: normal !important;
    }

    .pg_down_li span:nth-child(1) {
        width: 1%;
        font-family: "宋体"," 新宋体";
    }

    .pg_down_li span:nth-child(2) {
        width: 50%;
    }

    .pg_down_li span:nth-child(3) {
        width: 29%;
    }

    .pg_down_li span:nth-child(4) {
        width: 8%;
    }

        .pg_down_li span:nth-child(4) a {
            color: #006cb3;
            background: url(../images/ip27.png) center left no-repeat;
            padding-left: 20px;
        }

    .pg_down_li span:nth-child(5) {
        width: 9.2%;
        text-align: right;
    }

        .pg_down_li span:nth-child(5) a {
            color: #006cb3;
            background: url(../images/ip28.png) center left no-repeat;
            padding-left: 20px;
        }

    .pg_down_li a:hover {
        color: #e77919;
    }

.news_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    text-align:center
}
.news_baseInfo {
    display: flex;
    margin-bottom: 15px;
}

    .news_baseInfo span {
        flex: 1;
        text-align:center
    }
.news_content {
    line-height: 2;
    border-top: 1px dashed #ccc;
    padding: 30px 0;
    font-size: 16px;
}
p.newsMapTitle{
    text-align:center;font-size:20px;
}
#newsMap {
    width: 90%;
    text-align: center;
    height: 400px;
    border: 1px solid #666;
    border-radius: 5px;
    margin: 0 auto;
}

.pg_news {
    width: 100%;
    height: 176px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.pg_news_a {
    width: 229px;
    height: 170px;
    padding: 2px;
    background: url(../images/mo123.jpg) center center no-repeat;
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.pg_news_b h2 {
    font-size: 16px;
    color: #006cb3;
    font-weight: 500;
}

    .pg_news_b h2 a {
        color: #006cb3;
    }

        .pg_news_b h2 a:hover {
            text-decoration: underline;
            text-decoration-color: #999999;
        }

.pg_news_b div {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    height: 68px;
    overflow: hidden;
    margin: 10px 0 25px 0;
}

.pg_news_b p span {
    margin-right: 5px;
}

.news_n {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

    .news_n p {
        font-size: 12px;
        color: #999999;
    }

.news_zy {
    width: 98%;
    padding: 10px 1%;
    margin-bottom: 25px;
    background: #ebebeb;
    font-size: 12px;
    color: #666666;
}

    .news_zy span {
        color: #f08519;
        font-size: 14px;
    }

.in_zt_li {
    width: 100%;
    height: 131px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    overflow: hidden;
}

.in_zt_liimg {
    width: 169px;
    background: url(../images/mo123.jpg) center center no-repeat;
    border: 1px solid #cccccc;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.in_zt_li_a h2 {
    font-size: 16px;
    color: #006cb3;
    font-weight: 500;
    margin-top: 0px;
}

    .in_zt_li_a h2 a {
        color: #006cb3;
    }

.in_zt_li_a div {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    height: 40px;
    overflow: hidden;
    margin: 25px 0 15px 0;
}

.in_zt_li_a p {
    font-size: 12px;
}
/* 距  */
.sp_w {
    margin: 10px 0 20px 0;
}

.sp_wa {
    margin-bottom: 15px;
}

/* 按钮 */
.anniu_a {
    display: block;
    width: 202px;
    height: 36px;
    background: url(../images/ip10.png) top center no-repeat;
}

.anniu_b {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 38px;
    background: #006eb4;
    border: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.anniu_c {
    display: inline-block;
    vertical-align: top;
    width: 131px;
    height: 41px;
    line-height: 41px;
    background: url(../images/ip22.png) center center no-repeat;
    text-indent: 40px;
    overflow: hidden;
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);
    transition: all .4s ease 0s;
}

    .anniu_c:hover {
        color: #e77919;
    }

/*矩形分页样式  上下切换按钮单独样式*/
.fenye {
    width: 100%;
    vertical-align: top;
    text-align: center;
}

    .fenye a {
        display: inline-block;
        padding: 2px 6px;
        margin: 0 2px;
        background: #eaeaec;
        font-family: "微软雅黑";
        font-size: 14px;
        line-height: 14px;
        border: 1px solid #eaeaec;
    }

        .fenye a:hover {
            background: #1b8bd2;
            color: #FFFFFF;
            border: 1px solid #1b8bd2;
        }

.a_fh {
    display: inline-block;
    padding: 5px 12px;
    background: #999999 !important;
    font-family: "微软雅黑";
    color: #FFFFFF;
    border: 1px solid #999999 !important;
}

    .a_fh:hover {
        background: #1b8bd2 !important;
        border: 1px solid #1b8bd2 !important;
    }

.fy_nuw {
    background: #FFFFFF !important;
    color: #1b8bd2 !important;
    border: 1px solid #1b8bd2 !important;
}

/*矩形分页样式  上下切换按钮单独样式*/
#div_page {
    width: 100%;
    vertical-align: top;
    text-align: center;
}

    #div_page .pageNumber {
        display: inline-block;
        padding: 2px 6px;
        margin: 0 2px;
        background: #eaeaec;
        font-family: "微软雅黑";
        font-size: 14px;
        line-height: 14px;
        border: 1px solid #eaeaec;
    }

        #div_page .pageNumber:hover {
            background: #1b8bd2;
            color: #FFFFFF;
            border: 1px solid #1b8bd2;
        }

.a_fh {
    display: inline-block;
    padding: 5px 12px;
    background: #999999 !important;
    font-family: "微软雅黑";
    color: #FFFFFF;
    border: 1px solid #999999 !important;
}

    .a_fh:hover {
        background: #1b8bd2 !important;
        border: 1px solid #1b8bd2 !important;
    }

.fy_nuw {
    background: #FFFFFF !important;
    color: #1b8bd2 !important;
    border: 1px solid #1b8bd2 !important;
}

/**/
.news_tj {
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
}

.tj_title {
    width: 100%;
    height: 30px;
    background: url(../images/news_tj_line.gif) left bottom repeat-x;
}

    .tj_title .fl {
        display: block;
        height: 29px;
        border-bottom: 1px solid #7d7d7d;
        background: url(../images/tj_style.gif) left center no-repeat;
        line-height: 29px;
        text-indent: 28px;
        padding-right: 10px;
    }

.newsList {
    margin: 0 auto;
}

    .newsList li {
        width: 100%;
        float: left;
        text-align: right;
        color: #6a6a6a;
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px dashed #d7d7d7
    }

        .newsList li .fl {
            display: block;
            text-indent: 8px;
            font-size: 12px;
            background: url(../images/list_style_black.gif) left center no-repeat;
        }

        .newsList li a:hover {
            color: #e77919;
        }

.essay_cz {
    width: 50%;
    height: 30px;
    margin: 0 auto;
    float: right;
}

    .essay_cz .fr {
        padding-top: 5px;
    }

    .essay_cz a {
        color: #7d7d7d;
        margin-left: 20px;
    }

    .essay_cz img {
        margin-bottom: -3px;
        margin-right: 2px;
    }

/* 2017-1-4 */
.pg_szzt {
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 0;
    padding-bottom: 10px;
    background: #f2f3f2;
}

    .pg_szzt div {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
    }

        .pg_szzt div a {
            display: block;
            width: 100%;
            height: 34px;
            line-height: 34px;
            margin-bottom: 0;
            font-size: 12px;
            color: #333333;
            text-indent: 10px;
        }

            .pg_szzt div a:hover {
                color: #e77919;
            }

.mo_sz_map {
    width: 1100px;
    height: 38px;
    line-height: 38px;
    margin: 20px auto;
    background: #f5f5f5;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 14px;
}

    .mo_sz_map a {
        color: #337ab7;
    }

    .mo_sz_map span {
        margin: 0 8px;
        color: #ccc;
    }

.mapFlash {
    text-align: center;
    margin: 0 auto;
    width: 1098px;
    border: 1px solid #e2e2e2;
}

.mo_sz_cen {
    width: 1098px;
    height: auto;
    border: 1px solid #e2e2e2;
    margin: 0 auto 20px auto;
    border-radius: 4px;
    overflow: hidden;
    border-top: none;
}

    .mo_sz_cen .mo_sz_li {
        width: 1058px;
        height: auto;
        padding: 10px 20px;
        overflow: hidden;
    }

        .mo_sz_cen .mo_sz_li h2 {
            font-size: 15px;
        }

        .mo_sz_cen .mo_sz_li div {
            width: 100%;
            height: auto;
            padding-top: 10px;
            font-size: 14px;
            overflow: hidden;
        }

            .mo_sz_cen .mo_sz_li div span {
                display: block;
                width: 10%;
                height: 28px;
                line-height: 28px;
                float: left;
                overflow: hidden;
                color: #337ab7;
            }

                .mo_sz_cen .mo_sz_li div span a {
                    color: #337ab7;
                }

                    .mo_sz_cen .mo_sz_li div span a:hover {
                        text-decoration: underline;
                    }

        .mo_sz_cen .mo_sz_li:nth-child(2n) {
            background: #f5f5f5;
        }

        .mo_sz_cen .mo_sz_li a:hover {
            color: red;
        }


/* css3 donghua start */
@keyframes xscale {
    0% {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -ms-filter: grayscale(1);
        -moz-filter: grayscale(1);
        opacity: .5;
        -o-transform: scale(0,1); /* Opera */
        -moz-transform: scale(0,1); /* Firefox 4 */
        -webkit-transform: scale(0,1); /* Safari and Chrome */
        transform: scale(0,1);
    }

    100% {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -moz-filter: grayscale(0);
        opacity: 1;
        -o-transform: scale(1,1); /* Opera */
        -moz-transform: scale(1,1); /* Firefox 4 */
        -webkit-transform: scale(1,1); /* Safari and Chrome */
        transform: scale(1,1);
    }
}

@-webkit-keyframes xscale /* Safari and Chrome */
{
    0% {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -ms-filter: grayscale(1);
        -moz-filter: grayscale(1);
        opacity: .5;
        -o-transform: scale(0,1); /* Opera */
        -moz-transform: scale(0,1); /* Firefox 4 */
        -webkit-transform: scale(0,1); /* Safari and Chrome */
        transform: scale(0,1);
    }

    100% {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -moz-filter: grayscale(0);
        opacity: 1;
        -o-transform: scale(1,1); /* Opera */
        -moz-transform: scale(1,1); /* Firefox 4 */
        -webkit-transform: scale(1,1); /* Safari and Chrome */
        transform: scale(1,1);
    }
}

/* 2017/2/22 */ /* .in_bot_bg{width:100%;background: #eeeeee;} 滚动图的背景色  原有代码上修改就行 你注意一下*/
.sc_h2 {
    width: 100%;
    height: auto;
    font-size: 28px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 30px;
}

    .sc_h2 p {
        font-size: 18px;
        color: #666666;
    }

.sc_div_bg {
    width: 100%;
    padding: 40px 0 25px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.sc_dv_txt {
    width: 495px;
    padding-top: 95px;
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    text-align: center;
    transition: all .4s ease 0s;
}

    .sc_dv_txt p {
        font-size: 18px;
        color: #666666;
        line-height: 24px;
        margin-top: 10px;
        text-align: left;
    }

    .sc_dv_txt:hover {
        text-shadow: 3px 3px 0 rgba(0,0,0,.08);
    }

.sc_dv_img img {
    transition: all .4s ease 0s;
}

.sc_dv_img:hover img {
    transform: translate(0,-20px);
}

.sc_div_bga {
    width: 100%;
    padding: 40px 0 0 0;
    line-height: 0;
    overflow: hidden;
}



/*取消.btn和a点击后的蓝色边框问题*/
.btn:focus, .btn:active:focus,
.btn.active:focus, .btn.focus,
.btn:active.focus, .btn.active.focus {
    outline: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.myPagination nav {
    background: none !important;
}

.col-sm-12 button {
    float: right;
    margin-right: 20px;
}

.red {
    color: red;
}

.modal {
    z-index: 9999 !important;
}

.row {
    margin: 10px 0;
}

    .row label {
        padding-top: 7px;
        text-align: right;
    }

    .row .input-group label {
        padding-top: 0px;
    }

.viewPics li {
    display: inline-block;
    width: 20%;
    padding-top: 2%;
}

    .viewPics li img {
        width: 90%;
        border: 1px solid #ccc;
        padding: 1px;
    }

        .viewPics li img:hover {
            border: 1px solid #0f95f3;
        }

    .viewPics li span {
        display: block;
        text-align: left;
        font-size: 12px;
        width: 90%;
    }

        .viewPics li span a {
            float: right;
            color: #0f95f3;
        }

            .viewPics li span a:hover {
                color: red;
            }

table td button {
    margin: 3px;
}

p.serverNameTips {
    display: none;
}



.serverInfos h2 {
    color: #006cb3;
    font-weight: 500;
    margin-top: 10px;
    font-size: 24px;
}

.serverInfos .serverInfosImgs ul.imglistul {
    padding-left: 0px;
}

    .serverInfos .serverInfosImgs ul.imglistul li {
        display: inline-block;
        margin: 10px 5px 10px 0;
    }

        .serverInfos .serverInfosImgs ul.imglistul li img {
            border: 1px solid #ccc;
            padding: 2px;
        }

            .serverInfos .serverInfosImgs ul.imglistul li img:hover {
                border: 1px solid #0f95f3;
            }

.serverInfos .serverBase {
    padding-top: 0;
}

.onemodel {
    display: none;
}

    .onemodel.servicesManager {
        display: inherit;
    }

.StandardMapList {
    margin: 20px 0;
}

    .StandardMapList li {
        border: none;
        border-bottom: 1px dashed #666;
        margin-bottom: 0px;
        cursor: pointer;
    }

        .StandardMapList li.hvr-underline-from-center {
            display: inherit
        }

        .StandardMapList li span {
            display: inline-block;
            list-style: circle;
        }

        .StandardMapList li span {
            width: 10%;
        }

            .StandardMapList li span:first-child {
                width: 5%;
            }

            .StandardMapList li span:nth-child(2) {
                width: 65%
            }

            .StandardMapList li span:last-child {
                width: 20%;
                text-align: right;
            }

            .StandardMapList li span a {
                margin: 0 5px;
            }

                .StandardMapList li span a:hover {
                    color: red;
                }

.StandardMapInfos {
    margin: 30px 0;
    display: none;
}

    .StandardMapInfos p {
        text-align: center;
    }

        .StandardMapInfos p:first-child {
            font-size: 16px;
            color: #1b8bd2;
            font-weight: bold;
        }

        .StandardMapInfos p span {
            display: inline-block;
            margin: 0 10px;
        }

        .StandardMapInfos p.standardMapDes {
            text-align: left;
            text-indent: 25px;
            color: #6b6a6a;
            margin: 25px 0;
        }

.login_con {
    height: auto !important;
    height: 370px;
    min-height: 370px;
    border-bottom: 1px solid #e5e8e6;
}

    .login_con .fl {
        width: 520px;
        height: auto;
        background-image: url(img/login_line.gif);
        background-repeat: no-repeat;
        background-position: right top;
    }

    .login_con .fr {
        width: 430px;
        height: auto !important;
        height: 350px;
        min-height: 350px;
        background: url(img/login_bg.jpg) 20px bottom no-repeat;
    }

    .login_con table {
        margin: 20px auto;
    }

.login_text {
    height: 27px;
    line-height: 27px;
    border: 1px solid #dedede;
}

.login_ok {
    width: 128px;
    height: 34px;
    background: url(img/login_butn.gif) no-repeat;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.color_red {
    color: red;
}

.data-list .card-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    padding-bottom: 30px;
}

    .data-list .card-list .case-card {
        width: 28%;
        min-width: 258px;
        margin: 20px;
    }

.case-card {
    height: 244px;
    cursor: pointer;
}

.el-card {
    border: none;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
}

    .el-card:hover {
        border: 1px solid #0b98f6;
        box-shadow: 0 3px 3px rgb(19, 98, 208, 0.50);
    }

.el-card {
    border: 1px solid #ebeef5;
    background-color: #fff;
    color: #303133;
    transition: .3s;
}

.el-card, .el-message {
    border-radius: 4px;
    overflow: hidden;
    width: 100%
}

.case-card .card-img {
    position: relative;
    width: calc(100% - 20px);
    height: 138px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px auto;
}

.case-card .title {
    font-size: 15px;
    margin: 10px;
    color: #0079c1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
    .case-card .title span{
        background:none;
        width:auto;
    }

    .case-card .text {
        margin: 0 10px 10px;
        color: #6a6a6a;
        font-size: 12px;
        display: -ms-flexbox;
        display: flex;
    }

.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}

.el-divider--horizontal {
    margin: 0;
}

.el-divider {
    background-color: #dcdfe6;
    position: relative;
}

.case-card .bottom {
    height: 35px;
    margin: 0 10px;
    color: #7a7a7a;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.themeAppInfos {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}

    .themeAppInfos label, .appContact label {
        padding-top: 0
    }

    .themeAppInfos .appImgs img {
        margin: 0 5px;
        border: 1px solid #ccc;
        padding: 3px;
        margin-top: 5px;
        cursor:pointer
    }

        .themeAppInfos .appImgs img:hover {
            border: 1px solid #1b8bd2;
            box-shadow: 0 3px 3px rgb(19, 98, 208, 0.50);
        }
.appContact {
    border-top: 1px dashed #666;
    font-size: 16px;
    line-height: 1.8;
}
.appContactP {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/*--更新日志 --*/
.APIlog{ height:auto; margin:0 auto; margin-top:5px;}
.l2_r_title h2{display:block;height:30px;line-height:30px;font-size:24px;color:#2b79a5;text-align:left; }
.text_con{height:auto;line-height:22px;}
    .text_con dl hr{border:1px dashed #ccc;}
    .text_con dt {
        margin: 20px 0;
        font-size: 16px;
        font-weight: bold;
    }
.text_con dt span{float:right;font-size:14px; font-weight:normal}
.text_con dd p{cursor:pointer}

/*关于我们*/
.pg_right .right_child {
    text-indent: 2em;
    line-height:2;
    font-size:16px;
}
