﻿@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
}

.school {
    width: 100%;
    text-align: center;
    background-image: url('../image/school-back.jpg');
    background-size: 100% 100%;
}

.school_c {
    margin: 0 auto;
    width: 1200px;
    text-align: left;
    overflow: hidden;
    color: #fff;
}

.school_c .logo {
    line-height: 50px;
    height: 50px;
    width: 60px;
    float: left;
    margin-left: 20px;
    vertical-align: middle;
}

.school_c .logo img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

.school_c .name {
    margin-left: 10px;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 300px;
    text-align: left;
    float: left;
}

.school_c .txt {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    float: right;
    width: 300px;
    text-align: right;
    padding-right: 20px;
}

/* 底部样式 */

#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;
}


/* banner轮播 */
.banner_slide {
    width: 100%;
}

.banner_slide .slideBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
}

.banner_slide .slideBox .hd {
    position: absolute;
    width: 100%;
    height: 10px;
    line-height: 10px;
    bottom: 15px;
    left: 0;
    z-index: 10;
    text-align: center;
}

.banner_slide .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.banner_slide .slideBox .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.banner_slide .slideBox .hd li.on {
    background-color: #fff;
    width: 30px;
}

.banner_slide .slideBox .bd {
    position: relative;
    z-index: 0;
}

.banner_slide .slideBox .bd li {
    zoom: 1;
    position: relative;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_slide .slideBox .bd li:nth-child(n+2) {
    display: none
}

.school {
    width: 100%;
    text-align: center;
    background-image: url('../image/school-back.jpg');
    background-size: 100% 100%;
}

.school_c {
    margin: 0 auto;
    width: 1200px;
    text-align: left;
    overflow: hidden;
    color: #fff;
}

.school_c .logo {
    line-height: 60px;
    height: 60px;
    width: 60px;
    float: left;
    margin-left: 20px;
    vertical-align: middle;
}

.school_c .logo img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    vertical-align: middle;
}

.school_c .name {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    width: 300px;
    text-align: left;
    float: left;
    font-weight: 600;
}

.school_c .txt {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    float: right;
    width: 300px;
    text-align: right;
    padding-right: 20px;
}

.tonglan {
    width: 100%;
    text-align: center;
    background-image: url(/theme/v1/static/image/video-back.jpg);
    padding: 30px 0px 40px;
}


/* 通用标题 */
.block_t {
    text-align: left;
    padding-bottom: 10px;
    color: #333;
}

.block_t .tit_name {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
}

.block_t .more {
    float: right;
    line-height: 50px;
}

.block_t .tit_name .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    background-color: #0559ae;
    color: #fff;
    border-radius: 4px;
    line-height: 30px;
}

.block_t .tit_name em {
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}

.block_t .tit_name span {
    font-size: 14px;
    color: #b2b2b2;
}

.xiaoyuan {
    width: 1200px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0px 40px;
}

.xiaoyuan .block_c {
}

.xiaoyuan .block_c .nr {
    overflow: hidden;
}

.picFocus {
    float: left;
    margin: 0 auto;
    margin-right: 20px;
    width: 520px;
    border: 0px solid #ccc;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    overflow: hidden;
    zoom: 1;
    border: 0px solid #f00;
}

.picFocus .hd ul li {
    float: left;
    padding: 5px 12px;
    width: calc(33.3333% - 24px);
    height: 110px;
    text-align: center;
}

.picFocus .hd ul li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    cursor: pointer;
}

.picFocus .hd ul li.on {
    background: url("../image/icoUp.png") no-repeat center 0;
}

.picFocus .hd ul li.on video {
    border-color: #3187c5;
}

.picFocus .bd li {
    vertical-align: middle;
    width: 520px;
    height: 320px;
    overflow: hidden;
    background: #000;
}

.picFocus .bd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picFocus .bd video {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.xiaoyuan .block_c .nr .detail {
    text-align: left;
}

.xiaoyuan .block_c .nr .detail h4 {
    font-size: 22px;
    background: url("../image/dot.png") 10px bottom no-repeat;
    padding: 10px 0 10px 10px;
    margin-bottom: 0px;
}

.xiaoyuan .block_c .nr .detail .note {
    background: #fafafa;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .xiaoyuan .block_c .nr .detail .note {
        line-height: 30px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

.xiaoyuan .block_c .nr .detail .note .imgs a {
    display: inline-block;
}

.xiaoyuan .block_c .nr .detail .note .imgs {
    float: right;
    margin-left: 10px;
}

.xiaoyuan .block_c .nr .detail .note .imgs a img {
    height: 90px;
    width: 90px;
}

.xiaoyuan .block_c .nr .detail .note .imgs a.vr {
    margin-left: 10px;
}

.xiaoyuan .block_c .nr .detail .note .imgs a p {
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
    line-height: 100%;
}

.xiaoyuan .block_c .nr .detail .info {
    font-size: 16px;
    line-height: 32px;
    padding: 10px;
    display: -webkit-box; /* text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; */
    white-space: pre-wrap;
    height: 290px;
    overflow-y: scroll;
}

.case {
    width: 1200px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0px 40px;
}

.case .block_c {
    margin-bottom: 30px;
}

.case .block_c .con {
    padding-top: 20px;
}

.case .block_c .con .nr {
    overflow: hidden;
    margin-bottom: 15px;
}

.case .block_c .con .nr .pic {
    float: left;
    width: 260px;
    height: 168px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case .block_c .con .nr .detail {
    float: right;
    width: 920px;
    text-align: left;
}

.case .block_c .con .nr .detail h4 {
    font-size: 16px;
    background: url("../image/dot.png") left bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case .block_c .con .nr .detail .txt {
    border: 0px solid #009fe2;
    height: 82px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.case .block_c .con .more {
    text-align: center;
    padding: 0px 0;
}

.case .block_c .con .more a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #2196f3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.case .block_c .con .nr .detail .more {
    font-weight: 600;
    text-align: left;
    padding: 0px;
}

.case .block_c .con .nr .detail .more a {
    display: inline;
    width: auto;
    height: 36px;
    line-height: 36px;
    background: none;
    color: #333;
    font-weight: 600;
    margin-right: 0px;
    border-radius: 0px;
}

.fengcai-box {
    width: 100%;
    text-align: center;
    padding: 30px 0px 40px;
    background: #f7fafd;
    /*background-image: url(/theme/v1/static/image/article-back.jpg);*/
    /*background-size: 100% 100%;*/
}

.fengcai {
    background: none;
    overflow: hidden;
    width: 1200px;
    text-align: center;
}

.fengcai .block_c {
}

.fengcai .block_c ul {
    width: 1216px;
    margin-left: -15px;
}

.fengcai .block_c ul li {
    margin: 10px 0px 5px 15px;
    width: 289px;
    border: 1px solid #f6f9ff;
    float: left;
    overflow: hidden;
    box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16);
    box-sizing: border-box;
}

.fengcai .block_c ul li .pic {
    width: 287px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fengcai .block_c ul li .text {
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}

.fengcai .block_c ul li .text h4 {
    font-size: 14px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fengcai .block_c ul li .text .nr {
    line-height: 22px;
    color: #7c809a;
    height: 70px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
}

.fengcai .block_c .more {
    text-align: center;
    padding: 20px 0;
}

.fengcai .block_c .more a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #2196f3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.fengcai2 {
    background: none;
    overflow: hidden;
    width: 1200px;
    text-align: center;
}

.fengcai2 .block_t .tit_name em {
    color: #fff;
}

.fengcai2 .block_c {
    width: 100%;
    overflow: hidden;
}

.fengcai2 .block_c ul {
    margin-left: -15px;
    padding-bottom: 50px;
}

.fengcai2 .block_c ul li {
    margin-top: 15px;
    width: 239px;
    border: 1px solid #f6f9ff;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16);
    box-sizing: border-box;
    cursor: pointer;
}

.fengcai2 .block_c ul li .pic {
    width: 237px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fengcai2 .block_c .more {
    text-align: center;
    padding: 20px 0;
}

.fengcai2 .block_c .more a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #2196f3;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.picMarquee-left {
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    _display: inline;
    overflow: hidden;
    text-align: center;
}

#bg {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../image/bg.png') repeat left top;
}

#show {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

#show img {
    max-width: 80%;
    max-height: 80%;
    border: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vmobile {
    display: none;
}

.vpc {
    display: block;
}

@media screen and (max-width: 1024px) {

    .vpc {
        display: none;
    }

    .vmobile {
        display: block;
    }

    /* 通用头部定义 */
    #top {
        width: 100%;
        height: 80px;
        margin-bottom: 0px;
    }

    #top .logo_banner {
        height: 80px;
        margin: 0 auto 0px;
    }

    #top .logo_banner .logo {
        width: 65%;
        font-size: 16px;
        padding-left: 10px;
    }

    #top .logo_banner .login {
        margin: 10px 10px 0px 0px;
    }

    .banner_slide .slideBox .bd li {
        height: 350px;
    }

    .banner_slide .slideBox .bd li .txt {
        width: auto;
        position: absolute;
        top: 100px;
        left: -50%;
        margin-left: 50%;
        z-index: 5;
        color: #fff;
        padding: 0px 15px;
    }

    .banner_slide .slideBox .bd li .txt .school_logo {
        font-size: 25px;
        height: 60px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .banner_slide .slideBox .bd li .txt .xx {
        width: auto;
        box-sizing: border-box;
        margin-left: 40%;
        padding-left: 0px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        margin-right: 0px;
    }

    .banner_slide .slideBox .bd li .txt .xxnr {
        width: auto;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 20px;
        line-height: 24px;
        font-size: 18px;
        margin: 10px 0px auto 40%;
        height: 75px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .banner_slide .slideBox .bd li .txt .school-index {
        margin-top: 30px;
    }

    .banner_slide .slideBox .bd li .pic img {
        width: auto;
        height: 200px
    }

    .school_c {
        margin: 0 auto;
        width: 100%;
        text-align: left;
        overflow: hidden;
        color: #fff;
    }

    .school_c .logo {
        float: left;
        padding: 0 0 0 10px;
        width: 17%;
        box-sizing: border-box;
        margin-left: 0px;
    }

    .school_c .name {
        font-size: 16px;
        text-align: left;
        float: left;
        width: 40%;
        box-sizing: border-box;
    }

    .school_c .txt {
        font-size: 12px;
        float: right;
        text-align: right;
        padding-right: 10px;
        width: 40%;
        box-sizing: border-box;
    }

    .xiaoyuan {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .xiaoyuan .block_c {
        margin-bottom: 20px;
    }

    .xiaoyuan .block_c .nr {
        overflow: hidden;
    }

    .xiaoyuan .block_c .nr .focus {
        float: none;
        width: 90%;
        height: auto;
    }

    #main {
        clear: all;
    }

    .banner_slide {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .slideBox .bd li .txt {
        width: 100%;
        position: absolute;
        top: 0;
        left: -50%;
        margin-left: 50%;
        z-index: 5;
        color: #fff;
    }

    .slideBox .bd li .txt .xx {
        width: auto;
        box-sizing: border-box;
        margin-left: 40%;
        text-align: center;
        padding-left: 0px;
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        height: auto;
        line-height: 180%;
        padding-right: 20px;
    }

    .slideBox .bd li .txt .xxnr {
        width: auto;
        box-sizing: border-box;
        margin-left: 40%;
        text-align: center;
        padding-left: 0px;
        font-size: 18px;
        line-height: 24px;
        height: auto;
        line-height: 180%;
        padding-right: 20px;
    }

    .slideBox .bd li .pic img {
        width: auto;
        height: 200px
    }

    .city {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .city .block_c {
        margin-bottom: 10px;
    }

    .city .block_c .nr {
        overflow: hidden;
        text-align: center;
    }

    .picFocus {
        margin: 0 auto 10px;
        float: none;
        width: 90%;
        position: relative;
        overflow: hidden;
        zoom: 1;
    }

    .picFocus .hd {
        width: 100%;
        padding-top: 5px;
        overflow: hidden;
    }

    .picFocus .hd ul {
        overflow: hidden;
        zoom: 1;
    }

    .picFocus .hd ul li {
        float: left;
        padding: 5px 12px;
        width: calc(33.3333% - 24px);
        height: auto;
        text-align: center;
    }

    .picFocus .hd ul li video {
        width: 100%;
        height: 80px;
        border: 2px solid #ddd;
        cursor: pointer;
    }

    .picFocus .bd li {
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .picFocus .bd video {
        width: auto;
        max-width: 100%;
        height: 240px;
    }

    .xiaoyuan .block_c .nr .detail {
        float: none;
        margin: 0 auto;
        text-align: left;
        width: 90%;
    }

    .xiaoyuan .block_c .nr .detail h4 {
        font-size: 22px;
        background: url("../image/dot.png") 10px bottom no-repeat;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .xiaoyuan .block_c .nr .detail .note {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 10px 10px 5px;
        box-sizing: border-box;
    }

    .xiaoyuan .block_c .nr .detail .info {
        font-size: 14px;
        line-height: 30px;
        padding: 10px 10px 5px;
        box-sizing: border-box;
    }

    .fengcai {
        margin: 0 auto 0px;
        width: 100%;
        text-align: center;
    }

    .fengcai .block_c {
    }

    .fengcai .block_c ul {
        width: 100%;
        margin-left: 0px;
        padding-bottom: 20px;
    }

    .fengcai .block_c ul li {
        margin: 10px 0px 5px 1.33%;
        width: 48%;
        border: 1px solid #f6f9ff;
        float: left;
        overflow: hidden;
        box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16)
    }

    .fengcai .block_c ul li .pic {
        width: 100%;
        height: 160px;
    }

    .fengcai .block_c ul li .pic img {
        width: 100%;
        height: auto;
    }

    .fengcai .block_c ul li .text {
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        font-size: 12px;
    }

    .fengcai .block_c ul li .text h4 {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .fengcai2 {
        margin: 0 auto 0px;
        width: 100%;
        text-align: center;
    }

    .fengcai2 .block_c {
    }

    .fengcai2 .block_c ul {
        margin: 0px 15px;
        box-sizing: border-box;
        padding-bottom: 20px;
    }

    .fengcai2 .block_c ul li {
        margin-top: 15px;
        width: 60%;
        border: 1px solid #f6f9ff;
        float: left;
        margin-left: 20px;
        overflow: hidden;
        box-shadow: 1px 1px 12px rgba(28, 95, 174, 0.16)
    }

    .fengcai2 .block_c ul li .pic {
        width: 100%;
        height: 160px;
    }

    .block_t {
        text-align: center;
        color: #333;
    }

    .block_t .tit_name p em {
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
    }

    .block_t .more {
        position: absolute;
        right: 10px;
        padding-top: 10px;
    }

    .case {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .case .block_c {
        margin-bottom: 20px;
    }

    .case .block_c .con {
        padding-top: 20px;
    }

    .case .block_c .con .nr {
        overflow: hidden;
        margin-bottom: 15px;
        width: 90%;
    }

    .case .block_c .con .nr .pic {
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .case .block_c .con .nr .detail {
        width: 100%;
        text-align: left;
    }

    .case .block_c .con .nr .detail h4 {
        height: 30px;
        font-size: 16px;
        background: none;
        padding-bottom: 0px;
    }

    .case .block_c .con .nr .detail .txt {
        border: 0px solid #009fe2;
        height: 60px;
        line-height: 20px;
        overflow: hidden;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .case .block_c .con .nr .detail .more {
        font-weight: 600;
    }

    /* 通用底部 */
    #foot {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    #foot .foot_c {
        height: auto;
        width: 100%;
        margin: 0 auto 0px;
        text-align: left;
    }

    #foot .foot_c .copyright {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 28px;
    }

    #foot .foot_c .login {
        float: none;
        width: 100%;
        text-align: center;
    }

    #foot .foot_c .login a {
        display: inline-block;
        margin-top: 20px;
    }

    #foot .foot_c .login .loginA {
        width: 170px;
        margin-top: 20px;
    }

    #foot .foot_c .login .loginB {
        width: 170px;
        margin-top: 20px;
    }


}
