﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-family: "microsoft yahei", 微软雅黑, Tahoma, Helvetica, Arial;
    color: #333;
    margin: 0 auto;
}

div {
    margin: 0 auto; /* overflow:hidden; word-wrap: break-word; word-break: break-all; overflow: hidden;*/
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

input {
    vertical-align: middle;
}

textarea {
    vertical-align: middle;
}

select {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    border: 0px;
}

a:link {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #3187c5;
    text-decoration: none;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 1px;
}

input, video {
    outline: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.noborder {
    border: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #4b97e7;
    opacity: 50%;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4b97e7;
    opacity: 50%;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4b97e7;
    opacity: 50%;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #4b97e7;
    opacity: 50%;
}

/* 通用头部定义 */
#top {
    width: 1200px;
    height: 60px;
    text-align: center;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.logo_banner {
    width: 100%;
    margin: 0 auto 10px;
    height: 60px;
    overflow: hidden;
}

.logo_banner .logo {
    color: #fff;
    float: left;
    margin-top: 18px;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    overflow: hidden;
    box-sizing: border-box;
    font-style: italic;
    letter-spacing: 3px;
}

.logo_banner .logo a:link {
    color: #333;
}

.logo_banner .logo a:hover {
    color: #333;
}

.logo_banner .logo a:visited {
    color: #fff;
}

.logo_banner .login {
    float: right;
    margin-top: 20px;
    text-align: right;
    text-align: center;
    border: 0px solid #f00;
}

.logo_banner .login img {
    width: 100px;
    height: 100px;
}

.logo_banner .login a {
    display: inline-block;
    margin-right: 10px;
}

.logo_banner .login .loginA {
    cursor: pointer;
    display: inline-block;
    width: 110px;
    height: 40px;
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
    background-image: url('../image/login.png');
    background-size: 100% 100%;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.logo_banner .login .loginB {
    padding: 3px 0;
    display: inline-block;
    width: 180px;
    height: 50px;
    margin: 0;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    border: 2px solid #2196f3;
    color: #2196f3;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.logo_banner .banner {
    float: right;
    width: 18%;
    overflow: hidden;
}

.banner .menu {
    text-align: right;
    margin-top: 35px;
    margin-left: 30px;
}

.banner .menu a {
    display: block;
    width: 66px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    background: #2196F3;
    color: #fff
}

/* 通用底部定义 */
#foot {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    overflow: hidden;
    background-color: #3e6fce;
}

.foot_c {
    width: 1200px;
}

.foot_c .copyright {
    line-height: 28px;
    color: #fff;
}

.foot_c .copyright a {
    color: #fff;
}

.foot_c .login {
    float: right;
    text-align: right;
    width: 45%;
    border: 0px solid #f00;
}

.foot_c .login img {
    width: 100px;
    height: 100px;
}

.foot_c .login a {
    display: inline-block;
    margin-right: 10px;
}

.foot_c .login .loginA {
    cursor: pointer;
    display: inline-block;
    width: 180px;
    height: 50px;
    margin: 0;
    vertical-align: middle;
    line-height: 50px;
    background: #2196f3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.foot_c .login .loginB {
    padding: 3px 0;
    display: inline-block;
    width: 180px;
    height: 50px;
    margin: 0;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    border: 2px solid #2196f3;
    color: #2196f3;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

#foot .login {
    position: fixed;
    right: 20px;
    bottom: 145px;
    z-index: 999;
    text-align: right;
}

#foot .login .bgxpg {
    width: 200px;
}

#foot .login .bgxpg .loginB {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/theme/v1/static/image/login-bottom.png);
    background-size: 100% 100%;
}

#foot .login .bgxpg .loginB:hover::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 5px solid #3e6fce;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#foot .login .bgxpg .loginB:hover::before {
    content: attr(data-tip);
    background-color: #3e6fce;
    padding: 5px 10px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 55px;
    border-radius: 5px;
}

#foot .login .go-top {
    margin-top: 15px;
    display: none;
    cursor: pointer;
}

#foot .login .go-top img {
    width: 40px;
    height: 40px;
}


/* 通用分页 */
.page {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin: 15px auto;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}

.page a {
    background: #fff;
    border: silver 1px solid;
    color: #505050;
    display: inline-block;
    margin: 0 2px;
    padding: 3px 15px;
    text-decoration: none;
}

.page a:hover {
    background: #009fe2;
    color: #fff;
    border: 009 fe2 1px solid;
}

.page .current {
    background: #009fe2;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
    padding: 4px 16px
}

.page b {
    font-weight: normal;
    margin-right: 10px;
}

/* 通用内容上下篇定义 */
.prev_next {
    border-top: 1px solid #dbdbdb;
    height: 38px;
    line-height: 38px;
    text-align: left;
    color: #c6c6c6;
}

.prev_next em {
    margin-left: 15px;
    color: #555;
}

.prev_next a {
    margin-right: 15px;
    color: #3d95d5;
}

/***************************************************首页*********************************************/
.tonglan {
    width: 1200px;
    text-align: center;
    background: none;
    overflow: hidden;
}


/* 通用标题 */
.list {
    width: 1200px;
    margin: 0 auto 0;
    padding: 30px 0;
    overflow: hidden;
}

.list .l .menu {
    background: #fff;
    width: 230px;
    margin-bottom: 20px;
}

.list .l .menu dl {
    border: 1px solid #e9e9e9;
    border-bottom: none;
    text-align: left;
}

.list .l .menu dl dt {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #222;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 30px;
    box-sizing: border-box;
}

.list .l .menu dl dd {
    height: 58px;
    line-height: 58px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 30px;
    box-sizing: border-box;
}

.list .l .menu dl dd a {
    display: block;
    height: 58px;
    line-height: 58px;
}

.list .l .menu dl dd:hover {
    border: 1px solid #3d95d5;
    border-left: 4px solid #3d95d5;
}

.list .l .menu dl dd:hover a {
    color: #3d95d5;
}

.list .l .menu dl dd.on {
    border: 1px solid #3d95d5;
    border-left: 4px solid #3d95d5;
}

.list .l .menu dl dd.on a {
    color: #3d95d5;
}

/*左栏-热门资讯*/
.list .l .left_news {
    border: 1px solid #e9e9e9;
    border-bottom: none;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
}

.list .l .left_news .left_tit {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #222;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 30px;
    box-sizing: border-box;
}

.list .l .left_news ul {
    padding: 10px;
}

.list .l .left_news ul li {
    padding: 8px 0;
}

.list .l .left_news ul li a {
    font-size: 12px;
    color: #555;
    vertical-align: middle;
    display: inline-block;
}

.list .l .left_news ul li a:hover {
    color: #288add;
}

.list .r {
    width: 950px;
    text-align: left;
    padding-bottom: 0px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
}

/* 文章样式1 */
.content {
    padding: 0px 9px;
}

.content h1 {
    padding: 20px 10px;
    font-size: 22px;
    color: #222;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
}

.content .message {
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
}

.message span {
    float: left;
    height: 40px;
    color: #888;
    text-align: center;
}

.message .s1 {
    width: 260px;
}

.message .s2 {
    overflow: hidden;
    margin-left: 10px;
}

.message .s3 {
    width: 230px;
    overflow: hidden;
    margin-left: 10px;
}

.message .s4 {
    margin-left: 20px;
}

.message .s5 {
    float: right;
    padding-right: 5px;
}

.message span em {
    color: #555;
}

.content .detail {
    padding: 10px;
}

.content .detail i, .content .detail em {
    font-style: italic;
}

.content .detail p {
    font-size: 14px;
    color: #555;
    line-height: 2em;
    text-indent: 2em;
    text-align: justify;
}

.content .detail img {
    max-width: 660px;
    max-width: 660px;
    width: expression(this.width > 660 && this.width > this.height ? 660px : 'auto';
);
}

.content .detail table {
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

.content .detail table td {
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
}

.content .detail table td p {
    text-indent: 0;
}

.editor {
    padding: 10px;
    text-align: right;
}

/* 文章样式2 */
.article {
    width: 1200px;
    text-align: left;
    margin: 0px auto 20px;
    overflow: hidden;
    padding-bottom: 10px;
    border: 0px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
}

.article h1 {
    padding: 30px 10px 20px;
    font-size: 22px;
    color: #222;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
}

.article .message {
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
}

.article .message span {
    float: left;
    height: 30px;
    color: #888;
    text-align: center;
}

.article .message .s1 {
    width: 255px;
}

.article .message .s2 {
    overflow: hidden;
    margin-left: 10px;
}

.article .message .s3 {
    width: 230px;
    overflow: hidden;
    margin-left: 10px;
}

.article .message .s4 {
    margin-left: 20px;
}

.article .message .s5 {
    float: right;
    padding-right: 5px;
}

.article .message span em {
    color: #555;
}

.article .detail {
    font-size: 14px;
    color: #555;
    padding: 20px;
    line-height: 180%;
    min-height: 500px;
    box-sizing: border-box;
}

.article .detail table {
    border-collapse: collapse;
}
.article .detail table td,th {
    border: 1px solid #eee;
    padding: 3px 5px;
}

.article .detail img {
    width: auto;
    max-width: 100%; /*width: expression(this.width > 660 && this.width > this.height ? 660px : 'auto';);*/
}

.editor {
    padding: 10px;
    text-align: right;
}

.path {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.t-banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    /* 头部样式 */
    #top {
        width: 100%;
        height: 80px;
        margin-bottom: 0px;
    }

    .logo_banner {
        height: 80px;
        margin: 0 auto 0px;
    }

    .logo_banner .logo {
        width: 65%;
        font-size: 16px;
        padding-left: 10px;
    }

    .logo_banner .login {
        margin: 10px 10px 0px 0px;
    }

    .t-banner {
        height: 350px;
    }

    .list {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0;
        overflow: hidden;
    }

    .list .l {
        float: none;
    }

    .list .l .menu {
        background: #fff;
        width: 96%;
        margin-bottom: 10px;
    }

    .list .l .menu dl {
        border: 1px solid #e9e9e9;
        border-bottom: none;
        text-align: left;
        overflow: hidden;
    }

    .list .l .menu dl dt {
        display: none;
        height: 58px;
        line-height: 58px;
        font-size: 20px;
        color: #222;
        border-bottom: 1px solid #e9e9e9;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .list .l .menu dl dd {
        height: 38px;
        line-height: 38px;
        width: 25%;
        float: left;
        position: relative;
        border-bottom: 1px solid #e9e9e9;
        padding-left: 0px;
        box-sizing: border-box;
        text-align: center;
    }

    .list .l .menu dl dd a {
        display: block;
        height: 38px;
        line-height: 38px;
    }

    .list .l .menu dl dd:hover {
        border: 1px solid #3d95d5;
        border-left: 1px solid #3d95d5;
    }

    .list .l .menu dl dd:hover a {
        color: #3d95d5;
    }

    .list .l .menu dl dd.on {
        border-left: 1px solid #3d95d5;
    }

    .list .l .menu dl dd.on a {
        color: #3d95d5;
    }

    .prev_next {
        height: 52px;
        line-height: 26px;
        padding: 10px 0px;
    }

    .prev_next span {
        display: block;
        width: 100%;
        height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tonglan {
        width: 100%;
        text-align: center;
        background: #f7fafd;
        overflow: hidden;
    }

    .article {
        width: 100%;
        text-align: left;
        margin: 0px 0px;
        padding: 0px 0px;
        overflow: hidden;
        border: 1px solid #dbdbdb;
        background-color: #fff;
        box-sizing: border-box;
    }

    .article h1 {
        padding: 30px 10px 20px;
        font-size: 22px;
        color: #222;
        font-weight: normal;
        text-align: center;
        line-height: 1.4;
    }

    .article .message {
        height: 40px;
        line-height: 40px;
        background-color: #f9f9f9;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .article .message span {
        float: left;
        height: 30px;
        color: #888;
        text-align: left;
        display: inline-block;
        box-sizing: border-box;
    }

    .article .detail {
        padding: 20px;
        line-height: 180%;
        min-height: auto;
        box-sizing: border-box;
    }

    .article .detail img {
        max-width: 96%;
    }

    .editor {
        padding: 10px;
        text-align: right;
    }

    .path {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .article .message .s1 {
        width: auto;
    }

    .article .message .s3 {
        width: auto;
        overflow: hidden;
        margin-left: 10px;
    }


    /*左栏-热门资讯*/
    .list .l .left_news {
        display: none;
    }

    .list .r {
        float: none;
        width: 96%;
        text-align: left;
        padding-bottom: 20px;
        border: 1px solid #dbdbdb;
        background-color: #fff;
        box-sizing: border-box;
    }

    /* 通用底部 */
    #foot {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .foot_c {
        height: auto;
        width: 100%;
        margin: 0 auto 0px;
        text-align: left;
    }

    .foot_c .copyright {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 28px;
    }

    .foot_c .login {
        float: none;
        width: 100%;
        text-align: center;
    }

    .foot_c .login a {
        display: inline-block;
        margin-top: 20px;
    }

    .foot_c .login .loginA {
        width: 170px;
        margin-top: 20px;
    }

    .foot_c .login .loginB {
        width: 170px;
        margin-top: 20px;
    }

}


