﻿ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

button, input, select, textarea {
    font: 14px/20px 'Helvetica Neue','Helvetica','Arial','Sans-serif';
    color: #333;
}

input, select, textarea {
    font-size: 100%;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.mr15 {
    margin-right: 15px;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

* + html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

* + html .clearfix {
    min-height: 0%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
    display: table;
}

.ml20 {
    margin-left: 20px;
}

.ml60 {
    margin-left: 60px
}

body {
    min-width: 1200px;
    color: #333;
    font: 12px/20px 'Microsoft YaHei', arial, sans-serif;
    background-color: #ffffff;
}

a {
    color: #333;
    text-decoration: none;
    cursor:pointer
}

    a:hover {
        color: #427DD9;
        text-decoration: underline;
    }

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pd_l20 {
    padding-left: 20px
}

.pd_t30 {
    padding-top: 30px;
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

input {
    outline: none;
}

em,
i {
    font-style: normal;
}


/*纵向居中*/

.v_middle {
    vertical-align: middle;
}


/*横向居中*/

.te-c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.head {
    height: 158px;
    background: url(../home/bg_logo_red.png) no-repeat center top;
    width: 100%;
}

.head_top {
    height: 98px;
}

    .head_top img {s
        display: block;
        margin: 0 auto
    }


.nav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .nav ul li {
        float: left;
        width: 132px;
        text-align: center;
        line-height: 60px;
        position: relative;
    }

        .nav ul li a {
            font: 16px "microsoft yahei";
            color: #ffffff;
            line-height: 60px;
            text-decoration: none;
            display: block;
            height: 60px;
            text-align: center;
            /*border-bottom: 1px white solid;*/
            width: 86%;
            margin: 0 auto;
            cursor:pointer
        }

            .nav ul li a span {
                font-size: 20px;
                display: inline-block;
                line-height: 24px;
            }

            .nav ul li a b {
                display: inline-block;
                font-weight: bolder;
                margin-left: 5px;
            }

        .nav ul li:hover, .nav ul li .active {
            background: #f7ac00;
            /*border-radius: 5px 5px 0 0;*/
            z-index: 1;
            transition: all .3s;
        }

            .nav ul li:hover a {
                color: #fff;
                transition: all .3s;
            }

        .nav ul li dl {
            display: none;
            position: absolute;
            width: 100%;
            box-shadow: 0 5px 20px #686868;
        }

            .nav ul li dl dd {
                background: #555a62;
                margin-left: 0
            }

        .nav ul li:hover dl {
            display: block;
        }

            .nav ul li:hover dl dd a {
                color: #fff;
            }

        .nav ul li dl dd:hover a {
            color: #f7ac00;
            font-weight: bold;
            /*background: #9b0f11;*/
        }
/*banner start*/


.top-banner {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

    .top-banner .banner-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .top-banner .banner-container .bd ul li img {
            width: 100%;
        }

    .top-banner .banner-arrow-left {
        opacity: 0;
        width: 50px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -40px;
        margin-left: -575px;
        z-index: 2;
        cursor: pointer;
        background: url(../home/banner_arrow.png) no-repeat center;
        background-size: 50px 80px;
        transition: all ease-in .5s;
    }

        .top-banner .banner-arrow-left:hover {
            background: url(../home/banner_arrow_hover.png) no-repeat center;
            background-size: 50px 80px;
        }

    .top-banner .banner-arrow-right {
        opacity: 0;
        width: 50px;
        height: 80px;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-top: -40px;
        margin-right: -575px;
        z-index: 2;
        cursor: pointer;
        background: url(../home/banner_arrow.png) no-repeat center;
        background-size: 50px 80px;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transition: all ease-in .5s;
    }

        .top-banner .banner-arrow-right:hover {
            background: url(../home/banner_arrow_hover.png) no-repeat center;
            background-size: 50px 80px;
        }

    .top-banner .banner-container:hover .banner-arrow-left {
        opacity: 1;
    }

    .top-banner .banner-container:hover .banner-arrow-right {
        opacity: 1;
    }

    .top-banner .banner-pagination {
        position: absolute;
        left: 0;
        bottom: 34px;
        text-align: center;
        width: 100%;
        height: 0;
        cursor: pointer;
        font-size: 0;
        z-index: 1;
    }

        .top-banner .banner-pagination ul {
            text-align: center;
        }

        .top-banner .banner-pagination .swiper-pagination-switch {
            display: inline-block;
            margin-right: 8px;
            text-align: center;
            width: 30px;
            height: 4px;
            background: rgba(255, 255, 255, .5);
            vertical-align: middle;
            cursor: pointer;
        }

            .top-banner .banner-pagination .swiper-pagination-switch.on {
                background: #fff;
            }

            .top-banner .banner-pagination .swiper-pagination-switch:last-child {
                margin-right: 0;
            }

        .top-banner .banner-pagination .swiper-active-switch {
            background: #fff;
            position: relative;
        }

    .top-banner .banner-container .swiper-slide {
        position: relative;
        float: left;
        width: 100%;
        height: 360px !important;
    }


.home-search {
    width: 100%;
    height: 120px;
    background: #912123;
    overflow: hidden;
    position: relative;
    top: -5px;
}

    .home-search .search {
        width: 525px;
        height: 56px;
        overflow: hidden;
        background: #fff;
    }

        .home-search .search .input {
            width: 377px;
            height: 56px;
            background: none;
            color: #d0b689;
            text-indent: 10px;
        }

        .home-search .search .submit {
            width: 145px;
            height: 56px;
            overflow: hidden;
            text-indent: -99px;
        }

    .home-search a {
        display: block;
        width: 115px;
        height: 42px;
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        margin-left: 10px;
    }


    .home-search .time {
        height: 100px;
        color: #fff;
        overflow: hidden;
    }

        .home-search .time .month {
            width: 60px;
            background: #a91316;
            color: #99ccff;
            font-weight: bold;
            font-size: 20px;
            display: block;
            height: 28px;
            line-height: 28px;
            padding: 0 10px;
        }

        .home-search .time .year {
            width: 60px;
            background: #c12426;
            color: #99ccff;
            font-size: 16px;
            display: block;
            height: 28px;
            line-height: 28px;
            padding: 0 10px;
        }

        .home-search .time .second {
            background: #99ccff;
            width: 160px;
            display: block;
            height: 56px;
            line-height: 56px;
            font-size: 32px;
            color: #064e91;
            font-weight: bold;
        }


.pet_circle_nav_list {
    overflow: hidden;
    width: 340px;
    margin-top: 20px;
}

    .pet_circle_nav_list li {
        width: 33.3%;
        float: left;
        margin-bottom: 10px;
    }

    .pet_circle_nav_list a {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 15px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .pet_circle_nav_list a:hover {
            -webkit-box-shadow: inset 0 0 40px rgba(247,172,0,.9);
            box-shadow: inset 0 0 40px rgba(247,172,0,.9);
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .pet_circle_nav_list a img {
            vertical-align: middle;
            padding-top: 4px;
        }

    .pet_circle_nav_list span {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
        font-size: 14px;
        color: #fff;
    }

.pet_bg {
    background: #fff
}

.title {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    position: relative;
}

    .title .fl_t {
        background: url(../home/title_bg_red.png) no-repeat 0 50%;
        height: 50px;
        width: 194px;
    }

        .title .fl_t img, .title .underline img {
            padding-top: 10px;
            padding-left: 10px
        }


        .title .fl_t span, .title .underline span {
            font-size: 20px;
            color: #fff;
            position: absolute;
            left: 70px;
            top: 14px;
        }

    .title a {
        display: block;
        width: 140px;
        height: 32px;
        background: url(../home/more_red.png) no-repeat;
        cursor:pointer
    }

    .title .underline {
        background: url(../home/title_underline_bg_red.png) no-repeat 0 50%;
        height: 50px;
        width: 386px;
    }

        .title .underline .more {
            display: block;
            width: 60px;
            height: 32px;
            background: none;
            color: #2d87db;
            font-size: 20px;
            padding-top: 16px;
        }

            .title .underline .more:hover {
                text-decoration: none
            }

.news_box_left {
    width: 580px;
    float: left;
}

.newspic {
    width: 580px;
    height: 430px;
    position: relative;
}

    .newspic .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 3%;
        bottom: 110px;
        z-index: 1;
    }

        .newspic .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .newspic .hd ul li {
                float: left;
                margin-right: 7px;
                width: 30px;
                height: 4px;
                line-height: 10px;
                border-radius: 50px;
                text-align: center;
                background: #d3d3d3;
                cursor: pointer;
            }

                .newspic .hd ul li.on {
                    background: #f7ac00;
                    color: #fff;
                }

    .newspic .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        background: #f3f3f3;
    }

        .newspic .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .newspic .bd img {
            width: 580px;
            height: 330px;
            display: block;
        }

.tj_title, .tj_zy {
    margin: 4px 20px 0
}

    .tj_title a {
        color: #333333;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }

    .tj_zy a {
        color: #666666;
        font-size: 14px;
        line-height: 24px;
    }

.news_box_right {
    float: right;
    width: 600px;
    height: auto;
    overflow: hidden;
    background: #f8f8f8
}

.only {
    border-bottom: 2px white solid;
}

    .only .date {
        width: 60px;
        height: 90px;
        background: #f1f1f1;
        float: left;
        padding: 10px 0 0 20px;
    }

        .only .date .time1 {
            color: #696969;
            font-size: 30px;
            font-weight: bold;
            height: 40px;
            line-height: 48px;
            padding-left: 5px;
        }

        .only .date .time2 {
            color: #696969;
            font-size: 12px;
        }

    .only .li_right {
        width: 514px;
        float: left;
        overflow: hidden;
    }

        .only .li_right .top_title {
            padding: 10px 0 0px 20px;
            text-align: left;
        }

            .only .li_right .top_title a {
                font-size: 16px;
                line-height: 30px;
                font-weight: bolder;
            }

                .only .li_right .top_title a:hover {
                    color: #cc3300;
                }

.top_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.top_zy a {
    color: #595858;
    font-size: 14px;
    line-height: 27px;
}

.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    padding: 0 0 0px 20px;
    text-indent: 2em;
}

.n_list2, .n_list1 {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}

    .n_list2 li, .n_list1 li {
        height: 50px;
        line-height: 50px;
        display: block;
        color: #999999;
        font-size: 16px;
        border-bottom: 1px dashed #dcdcdc;
    }

        .n_list2 li a, .n_list1 li a {
            font-size: 16px;
            color: #333333;
            /*float: left*/
        }

            .n_list2 li a:hover .n_list1 li a:hover {
                color: #427DD9;
                font-weight: bold
            }

        .n_list2 li .date .n_list1 li .date {
            font-size: 14px;
            color: #999999
        }

        .n_list2 li i, .n_list1 li i {
            font-style: normal;
            color: #ff9900;
            padding: 5px;
        }

        .n_list1 li a {
            font-size: 16px;
            color: #333333;
            float: left
        }

            .n_list1 li a:hover {
                color: #427DD9;
            }

.zhaosheng {
    width: 810px;
    overflow: hidden;
}

    .zhaosheng .jiuye {
        width: 386px;
    }

.slideTxtBox {
    width: 386px;
    text-align: left;
}

    .slideTxtBox .hd {
        height: 50px;
        line-height: 50px;
        background: url(../Home/title_underline_tab_bg_red.png) no-repeat;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .slideTxtBox .hd img {
            padding-top: 10px;
            padding-left: 10px;
        }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            left: 50px;
            top: -1px;
            height: 50px;
        }

            .slideTxtBox .hd ul li {
                float: left;
                cursor: pointer;
                width: 160px;
                text-align: center;
                font-size: 20px;
            }

                .slideTxtBox .hd ul li.on {
                    height: 50px;
                    background: #c6292c;
                    color: #fff;
                }

.zhuanti {
    width: 354px;
}

.navigation-box {
    background: url(../home/bg_yuanxidaofang.png) no-repeat center center;
    height: 197px;
    width: 100%;
    overflow: hidden;
}

    .navigation-box ul {
        width: 870px;
        padding-left: 330px;
        padding-top: 30px;
    }

    .navigation-box li {
        width: 145px;
        height: 120px;
        padding-top: 20px;
    }

        .navigation-box li:hover {
            width: 145px;
            background: #f7ac00;
            border-radius: 20px
        }

        .navigation-box li a {
            color: #1a2b56;
            font-size: 14px;
            line-height: 30px;
        }

            .navigation-box li a:hover {
                text-decoration: none
            }

        .navigation-box li p {
            margin: 0;
            color: #fff;
            font-size: 16px;
        }

.tongzhi {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: bottom;
    margin: 0px -30px;
    min-width: 100%;
    display: block;
    /*opacity: 0;*/
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .tongzhi .eskimo-column {
        float: left
    }

.card-masonry {
    float: left;
    width: 277px;
    margin-right: 30px;
}

    .card-masonry .card {
        border-radius: 2px;
        box-shadow: none;
        background-color: #f1f2f4;
        margin: 0px;
        position: relative;
        z-index: 1;
        border: 0 none;
        -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        height: 370px;
    }

.card:hover .card-border {
    background: #2d87db;
    color: #fff;
}

.card:hover .time1, .card:hover .time2, .card:hover .card-title a, .card:hover .card-body p {
    color: #fff;
    text-decoration: none
}


.card-masonry .card-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -o-transition: border 200ms ease;
    -ms-transition: border 200ms ease;
    transition: border 200ms ease;
    height: 370px;
}


.card-masonry .card-body {
    padding: 24px 16px;
}

.card-masonry .card-title {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.card-masonry .card-body p {
    font-size: 1rem;
    color: #929394;
    line-height: 26px;
}

.card-masonry .date {
    width: 70px;
}

.card-masonry .time1 {
    color: #9d9ea4;
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 48px;
}

    .card-masonry .time1:hover {
        color: #fff;
    }

.card-masonry .time2 {
    color: #c7c8cc;
    font-size: 14px;
}

.kuaisutongdao {
    background: #f7f7f7;
    padding-bottom: 40px
}

.ks_title {
    /*height: 34px;*/
    clear: both;
    position: relative;
    font-family: "微软雅黑","黑体";
    /*background: url(../images/bg_nav.jpg) no-repeat;
    border-bottom: 1px #ccc solid;*/
    margin-top: 14px;
    margin-left: 10px;
}

.kuaisutongdao ul {
    margin-top: 30px;
    width: 1200px
}

    .kuaisutongdao ul li {
        width: 183px;
        margin-right: 20px;
        border-radius: 4px;
        padding-top: 20px;
    }

        .kuaisutongdao ul li p {
            color: #fff;
            font-size: 16px;
        }

.bg01 {
    background: #8b4592
}

.bg02 {
    background: #14ace4
}

.bg03 {
    background: #17a5ad
}

.bg04 {
    /*background: #93bc3b*/
background: #ff0000
}

.bg05 {
    background: #f9743b
}

.bg06 {
    background: #b5a14f
}

#fengcai .img_f {
    margin-left: 0;
    width: 640px;
}

#fengcai .img_r {
    width: 560px
}

    #fengcai .img_f img, #fengcai .img_r img {
        border: 0px solid white;
        display: block;
    }

.link {
    background: #d82e31
}

    .link ul {
        width: 1000px;
    }

        .link ul li {
            float: left;
            list-style: none;
            padding: 0 6px 6px;
        }

            .link ul li a {
                color: #fff;
            }

.copyright {
    background: #912123;
    padding: 40px 0 40px 0
}

    .copyright .c_l {
        width: 214px;
        margin-left: 50px;
    }

    .copyright .c_c {
        width: 550px;
        margin-left: 150px;
        margin-top: 20px
    }

        .copyright .c_c p {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            margin: 0
        }

        .copyright .c_c a {
            color: #fff;
            font-size: 14px;
            font-weight: bold
        }

    .copyright .c_s {
        width: 100px;
        margin-top: 20px
    }

    .copyright .c_r {
        margin-top: 20px
    }
/*detail*/
.content {
    padding: 30px 40px
}

.shadow {
    box-shadow: 0px 5px 10px 5px #aaa;
}

.breadcrumb1 {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    color: #888;
    font-size: 14px;
    /* width: 80% !important; */
    margin: 0 auto;
}

    .breadcrumb1 a {
        color: #999;
        /*font-size: 16px;
        display: inline-block;*/
        margin-right: 5px;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.article-content {
    overflow: hidden;
    margin: 0 0 15px 0;
}

    .article-content div {
        line-height: 2rem;
        font-size: 1rem;
        padding: 0 20px 0 0;
        margin-bottom: .8rem;
        text-align: center;
    }

.article-header {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    background: #FFF;
}

    .article-header h1 {
        color: #000;
        text-align: center;
        font-size: 30px;
        margin: .67em 0;
    }

    .article-header .info {
        color: #888;
        line-height: 1.4rem;
    }

        .article-header .info span {
            display: inline-block;
            margin-right: 10px;
        }

/*list*/
.breadcrumb {
    margin: 0;
    border-bottom: 4px #2d87db solid;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .breadcrumb a {
        font-size: 16px;
        font-weight: bold;
        color: #d81012;
        text-decoration: none;
        /*border-left: 5px solid #d81012;*/
        padding-left: 0.5em;
    }

    .breadcrumb h3 {
        font: 24px/24px "microsoft yahei";
        color: #2d87db;
        text-decoration: none;
        border-left: 5px solid #2d87db;
        padding-left: 0.5em;
        margin: 0
    }

.searchCon {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.nodisplay {
    display: none;
}

.red {
    color: #C00;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}

.news-list li {
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}

    .news-list li a {
        text-decoration: none;
        display: block;
        padding: 1em 0;
        font-size: 16px;
        overflow: hidden;
    }

.sidebar {
    width: 360px;
}

    .sidebar h3 {
        margin: 8px 0;
        padding: 2px 8px;
        border-left: 5px solid #2d87db;
    }

.list-left-b {
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 4px #2d87db solid;
    padding-top: 20px;
    padding-bottom: 16px;
}

    .list-left-b h3 {
        font: 24px/24px "microsoft yahei";
        color: #2d87db;
        float: left;
        padding-left: 8px;
        margin-left: 0px;
        border-left: 5px solid #2d87db;
        margin-top: 0;
        margin-bottom: 0;
    }

.list-left-b-xu {
    width: 300px;
    height: 1px;
    border-bottom: 1px dashed #c8c8c8;
    float: left;
    margin-top: 12px;
}

.list-left-opt {
    margin: 10px auto;
    box-sizing: border-box;
}

    .list-left-opt a {
        color: #484848;
    }

        .list-left-opt a:hover {
            text-decoration: none
        }

        .list-left-opt a .list-left-opt-1.active {
            background: #d81012;
            color: #FFFFFF;
        }

.list-left-opt-1 {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px dashed #c8c8c8;
}

    .list-left-opt-1 p {
        font: 18px/16px "microsoft yahei";
        margin-left: 16px;
        line-height: 53px;
    }

    .list-left-opt-1 .iconfont {
        font-size: 26px;
        float: left;
        line-height: 53px;
        margin-left: 28px;
    }

    .list-left-opt-1:hover {
        color: #FFFFFF;
        background: #d81012;
        transition: all .3s;
    }


.list-ol {
    padding-left: 1.5em;
}

    .list-ol li {
        padding: 3px 0;
        line-height: 30px;
        list-style: circle;
    }

        .list-ol li a {
            font-size: 16px;
        }

.fenye {
    text-align: right;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 40px;
}

    .fenye a {
        display: inline-table;
        padding: 6px 10px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }

        .fenye a:hover {
            color: #FFF;
            background: #d81012;
            border: 1px #d81012 solid;
        }

    .fenye .fy_text {
        width: 30px;
        height: 18px;
        line-height: 18px;
    }

    .fenye .currpage {
        background: #2d87db;
        display: inline-table;
        padding: 6px 10px;
        border: 1px #fff solid;
        margin: 0 2px;
        color: #fff;
        text-decoration: none;
    }

    .fenye span {
        display: inline-table;
        padding: 6px 6px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }
/*学校风光*/
.feng {
    width: 815px;
    overflow: hidden;
}

    .feng li {
        float: left;
        width: 260px;
        margin-right: 15px;
    }

        .feng li img {
            width: 258px;
            border: 1px solid #ddd;
        }

        .feng li p {
            line-height: 30px;
            color: #444444;
            text-align: center
        }

        .feng li.last {
            margin-right: 0;
        }
/*学校领导*/

#post_body table {
    width: 100% !important;
    border: 0 !important;
    margin: 20px 0 50px 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #999;
    word-break: break-word;
}

    #post_body table th {
        background: #73b1e0;
        font-weight: 800;
        font-size: 18px;
        line-height: 50px;
        color: #FFF;
        padding: 5px 20px 5px 20px;
        text-align: left;
    }

    #post_body table tr:nth-child(odd) {
        background: #F4F4F4;
    }

    #post_body table tr:hover,
    #post_body table td:hover {
        background: #badbf5;
    }

    #post_body table a {
        color: #000;
    }

    #post_body table td, table th {
        /*border: 1px solid #EEE !important;*/
        border: 0 !important;
        padding: 5px 20px 5px 20px
    }

    #post_body table tr:first-child th:first-child {
        border-top-left-radius: 3px;
    }

    #post_body table tr:first-child th:last-child {
        border-top-right-radius: 3px;
    }

    #post_body table tr:last-child td:first-child {
        border-bottom-left-radius: 3px;
    }

    #post_body table tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

/*组织机构*/
.organList {
    width: 100%;
    margin: 0 auto;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 20px 0;
    overflow: hidden;
}

    .organList ul {
        margin-bottom: 20px;
        height: auto;
        overflow: hidden;
        width: 110%;
    }

        .organList ul li {
            width: 19%;
            height: 40px;
            float: left;
            text-align: left;
            line-height: 40px;
            border: 1px solid #f1f1f1;
            padding: 0 10px;
            margin: 5px 2.1% 5px 0;
            display: inline;
            font-size: 14px;
        }

/*院长信箱 start*/
.contact_left_bar {
    width: 808px;
    height: 670px;
    float: left;
    *+height:1170px;
    min-height: 670px;
    _height: 100%;
    height: auto;
    height: auto !important;
}

.tab-content {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
}

    .tab-content dl, .div-content dl {
        clear: both;
        display: block;
        padding: 8px 0;
        line-height: 30px;
    }

        .tab-content dl:after, .div-content dl:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .tab-content dl:first-child {
            border-top: none;
        }

        .tab-content dl dt {
            display: block;
            float: left;
            width: 70px;
            text-align: right;
            color: #333;
        }

        .tab-content dl dd {
            margin-left: 90px;
        }

.btn-list {
    text-align: center
}

.btn {
    background: #16a0d3;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
}

    .btn:hover {
        background: #117ea6;
    }

    .btn.green {
        background: #52A152;
    }

        .btn.green:hover {
            background: #328032;
        }

    .btn.yellow {
        background: #FF9C30;
    }

        .btn.yellow:hover {
            background: #c87316;
        }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
/*end*/

.lanrenzhijia_slider {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

    .lanrenzhijia_slider .bd {
        width: 1200px;
        position: absolute;
        left: 50%;
        margin-left: -600px
    }

        .lanrenzhijia_slider .bd li {
            width: 1200px;
            overflow: hidden;
        }

            .lanrenzhijia_slider .bd li img {
                display: block;
                width: 1200px;
                height: 500px;
            }

    .lanrenzhijia_slider .tempWrap {
        overflow: visible !important
    }

        .lanrenzhijia_slider .tempWrap ul {
            margin-left: -1200px !important;
        }

    .lanrenzhijia_slider .hd {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 1;
        height: 8px;
        bottom: 20px;
        text-align: center;
    }

        .lanrenzhijia_slider .hd li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 8px;
            height: 8px;
            line-height: 99px;
            overflow: hidden;
            background: url(../Home/slider-btn.png) 0 -10px no-repeat;
            margin: 0 5px;
            cursor: pointer;
        }

            .lanrenzhijia_slider .hd li.on {
                background-position: 0 0;
            }

    .lanrenzhijia_slider .pnBtn {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 500px;
        cursor: pointer;
    }

    .lanrenzhijia_slider .prev {
        left: -50%;
        margin-left: -600px;
    }

    .lanrenzhijia_slider .next {
        left: 50%;
        margin-left: 600px;
    }

    .lanrenzhijia_slider .pnBtn .blackBg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 495px;
        background: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .lanrenzhijia_slider .pnBtn .arrow {
        display: none;
        position: absolute;
        top: 0;
        z-index: 1;
        width: 60px;
        height: 500px;
    }

        .lanrenzhijia_slider .pnBtn .arrow:hover {
            filter: alpha(opacity=40);
            opacity: 0.4;
        }

    .lanrenzhijia_slider .prev .arrow {
        right: 0;
        background: url(../Home/slider-arrow.png) -120px 0 no-repeat;
    }

    .lanrenzhijia_slider .next .arrow {
        left: 0;
        background: url(../Home/slider-arrow.png) 0 0 no-repeat;
    }


.masonry {
   column-count: 4;
/*column-gap: 0;//列间间距设置未0*/
}

.column img{
   width:100%
}
/*飘窗*/
#move_port {
    position: fixed;
    /*width: 15%;*/
    min-height: 150px;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10000;
}