﻿@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: #fafafa;
    border: 1px solid #eee;
    color: #888;
    display: inline-block;
    margin: 0 2px 8px;
    padding: 3px 15px;
    text-decoration: none;
}

.page a:hover {
    background: #fff;
    color: #3d95d5;
    border: #3d95d5 1px solid;
}

.page b {
    background: #fff;
    color: #3d95d5;
    border: 1px solid #3d95d5;
    display: inline-block;
    margin: 0 2px 8px;
    padding: 3px 15px;
    font-weight: normal;
}

/***************************************************首页*********************************************/
.tonglan {
    width: 1200px;
    text-align: center;
    background: none;
    overflow: hidden;
}

.t-banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.t-banner .nav {
    width: 1200px;
    margin: 140px auto 0;
    padding-left: 50px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-size: 32px;
}

.list {
    width: 1200px;
    margin: 0 auto 0;
    padding: 20px 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 .r {
    width: 950px;
    text-align: left;
    padding-bottom: 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
}

.list .r .list_tit {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #222;
    padding-left: 30px;
    box-sizing: border-box;
}

.list .r dl {
    margin: 20px;
}

.list .r dl dd {
    height: 58px;
    line-height: 58px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.list .r dl dd:nth-child(2n-1) {
    background-color: #f9f9f9;
}

.list .r dl dd span {
    font-size: 12px;
    text-align: right;
    float: right;
    color: #888;
}

.list .r dl dd a {
    color: #555;
}

.list .r p {
    height: 40px;
    line-height: 40px;
    background: #f7fafd;
    color: #333;
    box-sizing: border-box;
}

.list .r p i {
    display: inline-block;
    font-weight: 600;
}

.list .r p i:nth-child(1) {
    width: 120px;
    text-align: left;
    padding-left: 50px;
}

.list .r p i:nth-child(2) {
    width: 350px;
    text-align: left;
}

.list .r p i:nth-child(3) {
    width: 220px;
    text-align: center;
}

.list .r p i:nth-child(4) {
    width: 160px;
    text-align: center;
}

.list .r dl {
}

.list .r dl dd {
    height: 40px;
    line-height: 40px;
}

.list .r dl dd i {
    display: inline-block;
}

.list .r dl dd i:nth-child(1) {
    width: 110px;
    text-align: left;
    padding-left: 20px;
}

.list .r dl dd i:nth-child(2) {
    width: 350px;
    text-align: left;
}

.list .r dl dd i:nth-child(3) {
    width: 220px;
    text-align: center;
}

.list .r dl dd i:nth-child(4) {
    width: 160px;
    text-align: center;
}

.list .r dl dd i a {
    color: #2196f3;
}

.list .con {
    padding: 10px 0px 5px;
    box-sizing: border-box;
}

.list .con .nr {
    overflow: hidden;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}

.list .con .nr .date {
    float: left;
    width: 80px;
}

.list .con .nr .date p:nth-child(1) {
    background: #7abff6;
    color: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.list .con .nr .date p:nth-child(2) {
    background: #2196f3;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: 600;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.list .con .nr .detail {
    float: right;
    width: 1100px;
    text-align: left;
    color: #333;
}

.list .con .nr .detail h4 {
    font-size: 16px;
    background: url("../image/dot.png") left bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list .con .nr .detail h4 a:link {
    color: #333;
}

.list .con .nr .detail .txt {
    height: 62px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list .con .nr .detail .more {
    font-weight: 600;
}

.list2 {
    width: 1200px;
    margin: 20px auto 20px;
    overflow: hidden;
    text-align: left;
    border: 0px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
}

/*.list2 .list2_tit { height: 58px; line-height: 58px; border-bottom: 1px solid #dbdbdb; background-color: #f9f9f9; font-size: 14px; color: #222; padding-left: 30px; box-sizing: border-box;}*/
/*.list2 dl { margin: 20px 0;}*/
/*.list2 dl dd { height: 58px; line-height: 58px; background-color:#fff; padding: 0 20px; box-sizing: border-box;}*/
/*.list2 dl dd span {font-size:12px; text-align: right;float: right; color:#888;}*/
/*.list2 dl dd a{color:#555;}*/

.list2 dl.list2_dl {
    margin: 20px 0;
}

.list2 dl.list2_dl dd {
    line-height: 25px;
    background-color: #fff;
    padding: 12px 20px;
}

.list2 dl.list2_dl dd:nth-child(2n-1) {
    background-color: #f9f9f9;
}

.list2 dl.list2_dl dd span {
    font-size: 12px;
    text-align: right;
    float: right;
    color: #888;
}

.list2 dl.list2_dl dd .dda {
    display: block;
    width: 86%;
}

.list2 dl.list_item dd:nth-child(2n) {
    background-color: #f9f9f9;
}

.list2 .p_item {
    height: 40px;
    line-height: 40px;
    background: #f7fafd;
    color: #333;
    box-sizing: border-box;
}

.list2 .p_item i {
    display: inline-block;
    font-weight: 600;
}

.list2 .p_item i:nth-child(1) {
    width: 110px;
    text-align: left;
    padding-left: 20px;
}

.list2 .p_item i:nth-child(2) {
    width: 600px;
    text-align: left;
}

.list2 .p_item i:nth-child(3) {
    width: 220px;
    text-align: center;
}

.list2 .p_item i:nth-child(4) {
    width: 160px;
    text-align: center;
}

.list2 dl.list_item dd {
    height: 40px;
    line-height: 40px;
}

.list2 dl.list_item dd i {
    display: inline-block;
}

.list2 dl.list_item dd i:nth-child(1) {
    width: 110px;
    text-align: left;
    padding-left: 20px;
}

.list2 dl.list_item dd i:nth-child(2) {
    width: 600px;
    text-align: left;
}

.list2 dl.list_item dd i:nth-child(3) {
    width: 220px;
    text-align: center;
}

.list2 dl.list_item dd i:nth-child(4) {
    width: 160px;
    text-align: center;
}

.list2 dl.list_item dd i a {
    color: #2196f3;
}

.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;
}

.list_pic {
    margin: 0 auto 20px;
    width: 1200px;
    text-align: center;
}

.list_pic ul {
    width: 1212px;
    margin-left: -12px;
    padding-bottom: 50px;
}

.list_pic ul li {
    margin-top: 15px;
    width: 289px;
    border: 1px solid #f6f9ff;
    float: left;
    margin-left: 12px;
    overflow: hidden;
    box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16)
}

.list_pic ul li .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list_pic ul li .text {
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}

.list_pic ul li .text h4 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_pic ul li .text .nr {
    line-height: 22px;
    color: #7c809a;
    height: 70px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
}

.zhuanjia {
    background: #fff;
    margin: 0 auto 20px;
    width: 1200px;
    text-align: center;
    border: 0px solid #f00;
}

.zhuanjia ul {
    width: 1212px;
    margin-left: -12px;
    padding-bottom: 50px;
}

.zhuanjia ul li {
    margin-top: 15px;
    width: 289px;
    border: 1px solid #f6f9ff;
    float: left;
    margin-left: 12px;
    overflow: hidden;
    box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16);
}

.zhuanjia ul li .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zhuanjia ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhuanjia ul li .text {
    padding: 10px 10px 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}

.zhuanjia ul li .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhuanjia ul li .text h4 a:link {
    color: #333
}

.zhuanjia ul li .text .nr {
    line-height: 22px;
    color: #999;
    height: 70px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zhuanjia ul li .text .param {
    color: #b2b2b2;
    text-align: left;
    overflow: hidden; /*padding-bottom: 10px;*/
    padding-right: 80px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    height: 26px;
}

.zhuanjia ul li .text .param i {
}

.zhuanjia ul li .text .param span {
    position: absolute;
    right: 0px;
    top: 0px;
}

@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;
    }

    .t-banner .nav {
        margin: 80px auto 0;
        font-size: 26px;
    }

    .list {
        width: 100%;
        margin: 0 auto 0;
        padding: 0px 0px;
        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;
    }

    .tonglan {
        width: 100%;
        text-align: center;
        background: #f7fafd;
        overflow: hidden;
    }

    /*左栏-热门资讯*/
    .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;
    }

    .list .r .list_tit {
        display: none;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #dbdbdb;
        background-color: #f9f9f9;
        font-size: 14px;
        color: #222;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .list .r dl {
        margin: 10px;
    }

    .list .r dl dd {
        height: 38px;
        line-height: 38px;
        background-color: #fff;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .list .r dl dd:nth-child(2n-1) {
        background-color: #f9f9f9;
    }

    .list .r dl dd span {
        font-size: 12px;
        text-align: right;
        float: right;
        color: #888;
    }

    .list .r dl dd a {
        color: #555;
    }

    .list .r p {
        height: 40px;
        line-height: 40px;
        background: #f7fafd;
        color: #333;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .list .r p i {
        display: inline-block;
        font-weight: 600;
    }

    .list .r p i:nth-child(1) {
        width: 20%;
        text-align: left;
        padding-left: 0px;
    }

    .list .r p i:nth-child(2) {
        width: 40%;
        text-align: left;
    }

    .list .r p i:nth-child(3) {
        width: 20%;
        text-align: center;
    }

    .list .r p i:nth-child(4) {
        width: 20%;
        text-align: center;
    }

    .list .r dl {
    }

    .list .r dl dd {
        height: 40px;
        line-height: 40px;
    }

    .list .r dl dd i {
        display: inline-block;
    }

    .list .r dl dd i:nth-child(1) {
        width: 20%;
        text-align: left;
        padding-left: 0px;
    }

    .list .r dl dd i:nth-child(2) {
        width: 40%;
        text-align: left;
    }

    .list .r dl dd i:nth-child(3) {
        width: 20%;
        text-align: center;
    }

    .list .r dl dd i:nth-child(4) {
        width: 20%;
        text-align: center;
    }

    .list .r dl dd i a {
        color: #2196f3;
    }

    .path {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .list2 {
        width: 100%;
        margin: 0 auto 20px;
        padding-bottom: 10px;
        overflow: hidden;
        text-align: left;
        border: 0px solid #dbdbdb;
        background-color: #fff;
        box-sizing: border-box;
    }

    .list2 .list2_tit {
        height: 38px;
        line-height: 38px;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        background-color: #f9f9f9;
        font-size: 14px;
        color: #222;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .list2 dl {
        margin: 10px;
    }

    .list2 p.p_item {
        height: 40px;
        line-height: 40px;
        background: #f7fafd;
        color: #333;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .list2 p.p_item i {
        display: inline-block;
        font-weight: 600;
    }

    .list2 p.p_item i:nth-child(1) {
        width: 22%;
        text-align: left;
        padding-left: 0px;
    }

    .list2 p.p_item i:nth-child(2) {
        width: 38%;
        text-align: left;
    }

    .list2 p.p_item i:nth-child(3) {
        width: 20%;
        text-align: center;
    }

    .list2 p.p_item i:nth-child(4) {
        width: 20%;
        text-align: center;
    }

    .list2 dl.list_item dd {
        padding: 5px 0;
        height: auto;
        line-height: 100%;
        border-bottom: 1px solid #f9f9fb;
        clear: both;
    }

    .list2 dl.list_item dd i {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .list2 dl.list_item dd i:nth-child(1) {
        width: 20%;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
        vertical-align: top;
    }

    .list2 dl.list_item dd i:nth-child(2) {
        width: 40%;
        text-align: left;
        max-height: 38px;
        overflow: hidden;
        text-align: left;
        overflow: hidden;
        vertical-align: top;
    }

    .list2 dl.list_item dd i:nth-child(3) {
        width: 20%;
        text-align: center;
        vertical-align: top;
    }

    .list2 dl.list_item dd i:nth-child(4) {
        width: 20%;
        text-align: center;
        vertical-align: top;
    }

    .list2 dl.list_item dd i a {
        color: #2196f3;
    }

    .list_pic {
        background: #fff;
        margin: 0 auto 10px;
        width: 100%;
        text-align: center;
    }

    .list_pic ul {
        width: 100%;
        margin-left: 0px;
    }

    .list_pic ul li {
        margin-top: 15px;
        width: 47%;
        border: 1px solid #f6f9ff;
        float: left;
        margin-left: 1.5%;
        overflow: hidden;
        box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16)
    }

    .list_pic ul li .pic {
        height: 160px;
        width: 100%;
    }

    .list_pic ul li .pic img {
        width: 100%;
        height: auto;
    }

    .list_pic ul li .text {
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        font-size: 12px;
    }

    .list_pic ul li .text h4 {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .clear {
        height: 2px;
    }

    .page {
        padding: 0px 0px;
        margin: 10px auto;
    }

    .list .con .nr {
        padding: 0 10px 10px;
        box-sizing: border-box;
    }

    .list .con .nr .date {
        float: left;
        width: 24%;
    }

    .list .con .nr .detail {
        float: right;
        width: 74%;
        text-align: left;
        color: #333;
    }

    .list .con .nr .detail .txt {
        height: 42px;
        overflow: hidden;
    }

    .list .con .nr .detail h4 {
        height: 24px;
        line-height: 28px;
        padding-bottom: 6px;
        overflow: hidden;
    }

    .list .con .nr .detail .txt {
        height: 60px;
        overflow: hidden;
    }

    .zhuanjia {
        background: #fff;
        margin: 0 auto 20px;
        width: 100%;
        text-align: center;
        border: 0px solid #f00;
    }

    .zhuanjia {
        box-sizing: border-box;
    }

    .zhuanjia ul {
        width: 100%;
        overflow: hidden;
        margin-left: 0px;
        padding-bottom: 10px;
    }

    .zhuanjia ul li {
        margin: 15px 0 0 1.5%;
        width: 47%;
        box-sizing: border-box;
        border: 1px solid #f6f9ff;
        float: left;
        overflow: hidden;
        box-shadow: 1px 1px px rgba(28, 95, 174, 0.16);
    }

    .zhuanjia ul li .pic {
        height: 160px;
        width: 100%;
    }

    .zhuanjia ul li .pic img {
        width: 100%;
        height: auto;
    }

    .zhuanjia ul li .text h4 {
        overflow: hidden;
    }

    .zhuanjia ul li .text .nr {
        overflow: hidden;
    }

    .zhuanjia ul li .text .param {
        padding-bottom: 10px;
    }

    /* 通用底部 */
    #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;
    }

}
