/*  é¡µé¢é‡ç½®æ ·å¼  */
body, p, h1, h2, h3, h4, h5, li, span, i, ul, img, a, strong, input, button, textarea, select, dd, dl, dt, ol {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

body {
    font-family: "Arial","microsoft yahei";
    font-size: 14px;
    line-height: 1;
    color: #333;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style-type: none;
    float: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, area {
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    border: none;
    vertical-align: middle;
}

i, var, em {
    font-style: normal;
}

button {
    font-family: "Arial","microsoft yahei";
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
}

input[type="submit"] {
    border: none;
}

iframe {
    border: none;
}

input, select, textarea {
    outline: none;
    font-family: "Arial","microsoft yahei";
    font-size: 14px;
}

textarea {
    resize: none;
    overflow-y: auto;
}

.at {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.dt {
    display: table;
    width: 100%;
}

.fl-w {
    float: left;
    width: 100%;
}

.hide {
    display: none;
}

.ver-container {
    display: table;
    width: 100%;
    text-align: center;
}

    .ver-container > * {
        vertical-align: middle;
        display: table-cell;
    }

.swiper-button-disabled {
    cursor: no-drop !important;
    opacity: .5;
}

[class*=icon] {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=ico] {
    vertical-align: middle;
    display: inline-block;
}

body,
html {
    width: 100%;
}

body {
    overflow-x: hidden;
}

.wid {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    position: relative;
    float: left;
}

    .banner:after {
        content: "";
        position: absolute;
        left: -50px;
        bottom: -155px;
        width: 326px;
        height: 391px;
        background: url(../img/b7a2ad_326x391.png) center no-repeat;
        background-size: cover;
        z-index: 99;
        transform: scale(0.8, 0.8);
    }

    .banner .list {
        width: 100%;
    }

        .banner .list ul {
            width: 100%;
            margin: 0;
        }

            .banner .list ul li {
                width: 100%;
                padding-bottom: 40px;
                position: relative;
            }

                .banner .list ul li .imgs {
                    width: 100%;
                }

                    .banner .list ul li .imgs img {
                        width: 100%;
                    }

                .banner .list ul li .text {
                    width: 100%;
                    max-width: 640px;
                    position: absolute;
                    left: 50%;
                    min-height: 100px;
                    bottom: 0;
                    background-color: rgba(255,150,22,0.8);
                    padding: 0 50px;
                    padding-top: 15px;
                }

                    .banner .list ul li .text .tit {
                        width: 100%;
                        line-height: 40px;
                        font-size: 24px;
                        color: #fff;
                        font-weight: bold;
                    }

                    .banner .list ul li .text .txt {
                        line-height: 36px;
                        font-size: 20px;
                        color: #fff;
                    }

    .banner .swiper-pagination {
        width: 552px !important;
        left: 50% !important;
        margin-left: -550px;
    }

        .banner .swiper-pagination .swiper-pagination-bullet {
            width: 86px;
            height: 6px;
            border-radius: 3px;
            background-color: #b5b5b5;
            opacity: 1;
        }

            .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #f6931c;
            }

.head {
    width: 100%;
    background-color: rgba(0,0,0,0.45);
    min-height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

    .head .cont {
        width: 100%;
        padding-top: 10px;
    }

        .head .cont .intr {
            width: 100%;
            float: left;
        }

            .head .cont .intr .logo {
                height: 68px;
            }

                .head .cont .intr .logo img {
                    max-height: 80%;
                }

            .head .cont .intr .search {
                padding-top: 10px;
            }

                .head .cont .intr .search .links {
                    line-height: 58px;
                }

                    .head .cont .intr .search .links a {
                        color: rgba(255,255,255,0.7);
                        padding: 0 10px;
                        position: relative;
                    }

                        .head .cont .intr .search .links a:after {
                            content: "";
                            position: absolute;
                            right: -2px;
                            top: 50%;
                            margin-top: -8px;
                            width: 1px;
                            height: 16px;
                            background-color: #c8c9c9;
                        }

                        .head .cont .intr .search .links a:last-child:after {
                            display: none;
                        }

                .head .cont .intr .search .input {
                    width: 156px;
                    padding-top: 12px;
                    height: 38px;
                    border-bottom: 1px solid #9e9ea0;
                    margin-left: 30px;
                    display: flex;
                    justify-content: space-between;
                }

                    .head .cont .intr .search .input input {
                        width: 18px;
                        height: 26px;
                        background: url(../img/9a9094_16x16.png) center no-repeat;
                        border: none;
                    }

                        .head .cont .intr .search .input input[type="text"] {
                            width: calc(100% - 18px);
                            background: none;
                            font-size: 16px;
                            color: #fff;
                        }

        .head .cont .nav {
            width: 100%;
            float: left;
        }

            .head .cont .nav ul {
                width: 100%;
                margin: 0;
            }

                .head .cont .nav ul li {
                    width: 9%;
                    text-align: center;
                    position: relative;
                }

                    .head .cont .nav ul li h4 {
                        width: 100%;
                        line-height: 54px;
                        font-size: 16px;
                        margin: 0;
                    }

                        .head .cont .nav ul li h4 a {
                            color: #fff;
                            text-decoration: none;
                        }

                    .head .cont .nav ul li .slide {
                        width: 750px;
                        min-height: 100px;
                        background: #fff url(../img/be418e_138x139.png) right bottom no-repeat;
                        position: absolute;
                        left: 0;
                        top: 54px;
                        display: none;
                        padding: 12px;
                    }

                        .head .cont .nav ul li .slide:after {
                            content: "";
                            position: absolute;
                            left: 55px;
                            top: -10px;
                            width: 0;
                            height: 0;
                            border-right: 10px solid transparent;
                            border-left: 10px solid transparent;
                            border-bottom: 10px solid #fff;
                        }

                        .head .cont .nav ul li .slide .imgs {
                            width: 214px;
                            height: 142px;
                        }

                            .head .cont .nav ul li .slide .imgs img {
                                width: 100%;
                                height: 100%;
                            }

                        .head .cont .nav ul li .slide .list {
                            width: calc(100% - 214px);
                            padding: 10px 0;
                            padding-left: 30px;
                        }

                            .head .cont .nav ul li .slide .list a {
                                float: left;
                                display: inline-block;
                                width: 180px;
                                line-height: 26px;
                                color: #212121;
                                text-decoration: none;
                                position: relative;
                                text-align: left;
                                padding: 6px 0;
                                padding-left: 20px;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                                overflow: hidden;
                            }

                                .head .cont .nav ul li .slide .list a:after {
                                    content: "";
                                    position: absolute;
                                    left: 6px;
                                    top: 16px;
                                    border-radius: 3px;
                                    width: 6px;
                                    height: 6px;
                                    background-color: #ff9616;
                                }

                                .head .cont .nav ul li .slide .list a:hover {
                                    color: #ff9616;
                                }

                    .head .cont .nav ul li:hover h4 a {
                        color: #ff9616;
                    }

                    .head .cont .nav ul li:hover .slide {
                        display: block;
                    }

.title {
    width: 100%;
    line-height: 60px;
    text-align: center;
    position: relative;
}

    .title span {
        display: inline-block;
        padding: 0 18px;
        font-size: 32px;
        position: relative;
        color: #767676;
    }

        .title span:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-left: -92px;
            width: 92px;
            height: 1px;
            background-color: #b5b5b5;
        }

        .title span:before {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            margin-right: -92px;
            width: 92px;
            height: 1px;
            background-color: #b5b5b5;
        }

.news {
    width: 100%;
    height: 728px;
    float: left;
    padding-top: 40px;
    position: relative;
    background: url(../img/3e16ed_1920x728.jpg) top center no-repeat;
}

    .news .wid {
        position: relative;
        z-index: 9;
    }

    .news .cont {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 15px;
        float: left;
        position: relative;
    }

        .news .cont:after {
            width: 256px;
            height: 340px;
            position: absolute;
            left: 50px;
            top: 40px;
            content: "";
            background-color: #766a63;
        }

        .news .cont .intr {
            width: 100%;
        }

            .news .cont .intr .content {
                width: calc(100% + 30px);
                min-height: 100px;
                padding-top: 40px;
                position: relative;
            }

                .news .cont .intr .content .more {
                    width: 100%;
                    text-align: right;
                    position: absolute;
                    left: 0;
                    top: -30px;
                }

                    .news .cont .intr .content .more a {
                        color: #999;
                        text-decoration: none;
                    }

                        .news .cont .intr .content .more a:hover {
                            color: #ff9616;
                        }

                .news .cont .intr .content .text {
                    width: calc(100% - 118px);
                    height: 280px;
                    background-color: #ff9616;
                    position: relative;
                    z-index: 9;
                }

                    .news .cont .intr .content .text .imgs {
                        width: 50%;
                    }

                        .news .cont .intr .content .text .imgs .box {
                            width: 120%;
                            position: relative;
                            top: -40px;
                            left: -65px;
                        }

                            .news .cont .intr .content .text .imgs .box img {
                                width: 420px;
                            }

                    .news .cont .intr .content .text .labels {
                        width: 50%;
                        padding: 0 24px;
                        padding-top: 34px;
                    }

                        .news .cont .intr .content .text .labels .tit {
                            width: 100%;
                            line-height: 30px;
                            font-size: 18px;
                            font-weight: bold;
                            color: #fff;
                            text-align: justify;
                        }

                        .news .cont .intr .content .text .labels .txt {
                            width: 100%;
                            line-height: 28px;
                            font-size: 14px;
                            color: #fff;
                            padding-top: 20px;
                            text-align: justify;
                        }

        .news .cont .side {
            width: 100%;
            min-height: 100px;
            position: relative;
            z-index: 9;
        }

            .news .cont .side .item {
                width: calc(50% - 30px);
                background-color: #fff;
                box-shadow: 2px 5px 5px rgba(0,0,0,0.11);
                margin-left: 30px;
            }

                .news .cont .side .item .imgs {
                    width: 100%;
                }

                    .news .cont .side .item .imgs img {
                        width: 100%;
                    }

                .news .cont .side .item .text {
                    width: 100%;
                    padding: 9px 18px;
                }

                    .news .cont .side .item .text .tit {
                        width: 100%;
                        line-height: 24px;
                        font-size: 14px;
                        color: #3d3d3d;
                    }

                    .news .cont .side .item .text .txt {
                        width: 100%;
                        margin-top: 18px;
                        line-height: 22px;
                        font-size: 13px;
                        color: #797979;
                        margin-bottom: 13px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        overflow: hidden;
                    }

                    .news .cont .side .item .text .more {
                        width: 100%;
                        line-height: 18px;
                    }

                        .news .cont .side .item .text .more a {
                            line-height: 18px;
                            color: #f39800;
                            font-size: 13px;
                        }

    .news .list {
        width: 100%;
        min-height: 100px;
        float: left;
        padding: 44px 0;
    }

        .news .list .item {
            width: 100%;
            padding: 0px;
            position: relative;
            float: left;
        }

            .news .list .item:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -70px;
                width: 1px;
                height: 140px;
                background-color: #b5b5b5;
            }

            .news .list .item.none:after {
                display: none;
            }

            .news .list .item .time {
                width: 80px;
                text-align: center;
            }

                .news .list .item .time .day {
                    width: 100%;
                    line-height: 46px;
                    font-size: 52px;
                    font-family: arial;
                    color: #f39800;
                }

                .news .list .item .time .month {
                    width: 100%;
                    line-height: 26px;
                    font-size: 14px;
                    color: #f39800;
                }

            .news .list .item .text {
                width: calc(100% - 80px);
                padding: 0 14px;
            }

                .news .list .item .text .tit {
                    width: 100%;
                    line-height: 24px;
                    font-size: 14px;
                    color: #3d3d3d;
                }

                .news .list .item .text .txt {
                    width: 100%;
                    line-height: 22px;
                    font-size: 13px;
                    color: #797979;
                    padding: 15px 0;
                }

.notice {
    width: 100%;
    height: 497px;
    float: left;
    background: url(../img/43c586_1920x497.jpg) center no-repeat;
    padding-top: 38px;
}

    .notice .cont {
        width: 100%;
        padding-top: 32px;
    }

        .notice .cont .tabs {
            width: 100%;
            height: 50px;
            border-top: 1px solid #ff9616;
            background-color: #fff;
        }

            .notice .cont .tabs ul {
                width: 100%;
            }

                .notice .cont .tabs ul li {
                    width: calc(100% / 3);
                    height: 49px;
                    line-height: 49px;
                    text-align: center;
                    cursor: pointer;
                    font-size: 25px;
                    background-color: #ff9616;
                    color: #fff;
                }

                    .notice .cont .tabs ul li.acti {
                        background-color: #fff;
                        color: #333;
                    }

        .notice .cont .content {
            width: 100%;
            min-height: 100px;
            background-color: #fff;
            padding-top: 40px;
            padding-bottom: 28px;
            float: left;
        }

            .notice .cont .content .list {
                width: 100%;
                display: none;
            }

                .notice .cont .content .list .item {
                    width: 100%;
                    padding: 0 30px;
                    height: 90px;
                }

                    .notice .cont .content .list .item .time {
                        width: 72px;
                        height: 90px;
                        text-align: center;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                        .notice .cont .content .list .item .time .box {
                            width: 60px;
                            height: 60px;
                            border-radius: 50%;
                            border: 1px dashed #cacaca;
                            display: flex;
                            justify-content: center;
                            flex-direction: column;
                            margin-bottom: 0;
                        }

                            .notice .cont .content .list .item .time .box .day {
                                width: 100%;
                                text-align: center;
                                line-height: 26px;
                                font-size: 30px;
                                color: #767676;
                            }

                            .notice .cont .content .list .item .time .box .month {
                                line-height: 14px;
                                font-size: 12px;
                                color: #767676;
                            }

                    .notice .cont .content .list .item .text {
                        width: calc(100% - 72px);
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        line-height: 24px;
                        color: #3d3d3d;
                        padding-left: 10px;
                    }

                        .notice .cont .content .list .item .text p {
                            margin: 0;
                        }

                .notice .cont .content .list .more {
                    text-align: right;
                    padding: 10px 20px;
                    float: left;
                    width: 100%;
                    padding-bottom: 0;
                }

                    .notice .cont .content .list .more a {
                        display: inline-block;
                        width: 100px;
                        height: 30px;
                        border: 1px solid #ff9616;
                        text-align: center;
                        line-height: 28px;
                        border-radius: 2px;
                        color: #ff9616;
                        text-decoration: none;
                    }

                        .notice .cont .content .list .more a:hover {
                            background-color: #ff9616;
                            color: #fff;
                        }

.activity {
    width: 100%;
    padding-top: 52px;
    float: left;
    position: relative;
    z-index: 9;
    background-color: #bac kground-color #636363;
}

    .activity:after {
        content: "";
        position: absolute;
        left: -34px;
        top: -34px;
        transform: scale(0.8, 0.8);
        width: 326px;
        height: 326px;
        background: url(../img/5e6c05_326x326.png) center no-repeat;
    }

    .activity .title {
        padding-bottom: 62px;
    }

    .activity .cont {
        width: 100%;
        padding: 0 188px;
        padding-left: 228px;
        float: left;
        position: relative;
    }

        .activity .cont:after {
            content: "";
            position: absolute;
            left: -20vw;
            top: 108px;
            width: 120vw;
            height: 430px;
            background-color: #636363;
        }

        .activity .cont .prev {
            width: 70px;
            height: 34px;
            background: url(../img/b4c209_69x34.png) center no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            cursor: pointer;
            outline: none;
            margin-top: -17px;
        }

        .activity .cont .next {
            width: 70px;
            height: 34px;
            background: url(../img/68c049_69x34.png) center no-repeat;
            position: absolute;
            right: 0;
            cursor: pointer;
            top: 50%;
            outline: none;
            margin-top: -17px;
        }

        .activity .cont .imgs {
            width: 444px;
        }

            .activity .cont .imgs ul {
                width: 100%;
            }

                .activity .cont .imgs ul li {
                    width: 100%;
                }

                    .activity .cont .imgs ul li .img {
                        width: 100%;
                    }

                        .activity .cont .imgs ul li .img img {
                            width: 100%;
                            height: 595px;
                        }

        .activity .cont .intr {
            width: calc(100% - 444px);
            margin: 108px 0;
            height: 430px;
            background-color: #636363;
        }

            .activity .cont .intr ul {
                width: 100%;
            }

                .activity .cont .intr ul li {
                    width: 100%;
                    height: 430px;
                    background-color: #636363;
                    padding: 32px 46px;
                }

                    .activity .cont .intr ul li .content {
                        width: 100%;
                    }

                        .activity .cont .intr ul li .content .labels {
                            width: 100%;
                            height: 58px;
                            display: flex;
                            justify-content: flex-start;
                            align-items: center;
                        }

                            .activity .cont .intr ul li .content .labels span {
                                display: inline-block;
                                width: 76px;
                                height: 24px;
                                background-color: #f6931c;
                                color: #fff;
                                line-height: 24px;
                                text-align: center;
                                float: left;
                            }

                            .activity .cont .intr ul li .content .labels a {
                                color: #f6931c;
                                float: right;
                                text-decoration: none;
                                padding-left: 20px;
                            }

                        .activity .cont .intr ul li .content .tit {
                            width: 100%;
                            line-height: 36px;
                            font-size: 20px;
                            font-weight: bold;
                            color: #fff;
                        }

                    .activity .cont .intr ul li .inform {
                        width: 100%;
                        padding: 50px 0;
                    }

                        .activity .cont .intr ul li .inform .item {
                            width: 100%;
                            height: 30px;
                        }

                            .activity .cont .intr ul li .inform .item .ico {
                                width: 30px;
                                height: 30px;
                                display: flex;
                                justify-content: flex-start;
                                align-items: center;
                            }

                            .activity .cont .intr ul li .inform .item .txt {
                                width: calc(100% - 30px);
                                line-height: 30px;
                                font-size: 14px;
                                color: #fff;
                            }

.type {
    width: 100%;
    height: 532px;
    background: url(../img/491fa7_1920x532.jpg) center no-repeat;
    float: left;
    position: relative;
    margin-top: -108px;
    padding-top: 130px;
}

    .type .cont {
        width: 100%;
    }

        .type .cont .list {
            width: 100%;
        }

            .type .cont .list .item {
                width: 100%;
                padding-top: 108px;
                float: left;
            }

                .type .cont .list .item .imgs {
                    width: 100%;
                    height: 150px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .type .cont .list .item .text {
                    width: 100%;
                    line-height: 40px;
                    color: #fff;
                    font-size: 18px;
                    text-align: center;
                }

.footer {
    width: 100%;
    height: 496px;
    float: left;
    background: url(../img/9ea4b1_1920x496.jpg) center no-repeat;
    padding: 50px 0;
}

    .footer .address {
        width: 100%;
        min-height: 100px;
    }

        .footer .address .logo {
            height: 100%;
            height: 72px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .footer .address .text {
            width: 100%;
            padding-top: 32px;
        }

            .footer .address .text .item {
                width: 100%;
                line-height: 24px;
            }

                .footer .address .text .item .tit {
                    width: 70px;
                    line-height: 24px;
                    color: #8d8d8d;
                }

                .footer .address .text .item .txt {
                    width: calc(100% - 70px);
                    color: #8d8d8d;
                }

        .footer .address .copyright {
            width: 100%;
            padding: 20px 0;
            line-height: 26px;
            color: #8d8d8d;
            float: left;
        }

        .footer .address .wx {
            width: 100%;
        }

    .footer .links {
        width: 100%;
        min-height: 100px;
        padding-left: 50px;
    }

        .footer .links .item {
            width: 100%;
            min-height: 140px;
        }

            .footer .links .item .tit {
                width: 74px;
                line-height: 24px;
                font-size: 14px;
                color: #fff;
            }

            .footer .links .item .txt {
                width: calc(100% - 74px);
            }

                .footer .links .item .txt p {
                    line-height: 20px;
                    font-size: 12px;
                    color: rgba(255,255,255,0.5);
                    margin: 0;
                }

                    .footer .links .item .txt p a {
                        color: rgba(255,255,255,0.5);
                        text-decoration: none;
                    }

.show {
    display: block !important;
}

.wap-bann {
    width: 100%;
}

    .wap-bann ul {
        width: 100%;
        margin: 0;
    }

        .wap-bann ul li {
            width: 100%;
        }

            .wap-bann ul li .imgs {
                width: 100%;
            }

                .wap-bann ul li .imgs img {
                    width: 100%;
                }

    .wap-bann .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        opacity: 1;
        background: rgba(255,255,255,0.6);
    }

        .wap-bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #ff9616;
        }

.head-wap {
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.45);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0 15px;
}

    .head-wap .logo {
        height: 60px;
        display: flex;
        float: left;
        justify-content: center;
        align-items: center;
    }

        .head-wap .logo img {
            max-height: 60%;
        }

    .head-wap .menu {
        width: 60px;
        height: 60px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -15px;
    }

        .head-wap .menu i {
            display: inline-block;
            width: 30px;
            height: 2px;
            background-color: #ff9616;
            position: relative;
        }

            .head-wap .menu i:after {
                content: "";
                position: absolute;
                left: 0;
                top: -10px;
                transition: 0.5s;
                width: 100%;
                height: 2px;
                background-color: #ff9616;
            }

            .head-wap .menu i:before {
                content: "";
                position: absolute;
                left: 0;
                transition: 0.5s;
                bottom: -10px;
                width: 100%;
                height: 2px;
                background-color: #ff9616;
            }

        .head-wap .menu.acti i {
            background: none;
        }

            .head-wap .menu.acti i:after {
                transform: rotate(45deg);
                left: 0;
                top: 0;
            }

            .head-wap .menu.acti i:before {
                transform: rotate(-45deg);
                left: 0;
                top: 0;
            }

.alerts {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9;
}

    .alerts .cont {
        width: 100%;
        padding-top: 60px;
        display: none;
    }

        .alerts .cont .menu {
            width: 100%;
            min-height: 100px;
            background-color: rgba(0,0,0,0.45);
            float: left;
            padding: 20px 20px;
        }

            .alerts .cont .menu .list {
                width: 100%;
            }

                .alerts .cont .menu .list ul {
                    width: 100%;
                }

                    .alerts .cont .menu .list ul li {
                        width: 100%;
                        border-bottom: 1px solid rgba(255,255,255,0.5);
                    }

                        .alerts .cont .menu .list ul li:last-child {
                            border: none;
                        }

                        .alerts .cont .menu .list ul li h4 {
                            width: 100%;
                            line-height: 30px;
                            margin: 0;
                            font-size: 14px;
                            font-family: arial;
                            padding: 10px 0;
                        }

                            .alerts .cont .menu .list ul li h4 a {
                                color: rgba(255,255,255,0.8);
                                text-decoration: none;
                            }

        .alerts .cont .search {
            width: 100%;
            height: 60px;
            background-color: rgba(0,0,0,0.45);
            float: left;
            padding: 10px 20px;
        }

            .alerts .cont .search .input {
                width: 100%;
                height: 100%;
                border-radius: 20px;
                background-color: rgba(0,0,0,0.6);
                padding: 0 20px;
            }

                .alerts .cont .search .input input {
                    width: 40px;
                    float: left;
                    border: none;
                    background: none;
                    height: 40px;
                    font-size: 16px;
                    background: url(../img/76d95c_20x20.png) center no-repeat;
                    color: #fff;
                }

                    .alerts .cont .search .input input[type='text'] {
                        width: calc(100% - 40px);
                        background: none;
                        height: 40px;
                    }

                    .alerts .cont .search .input input::-webkit-input-placeholder {
                        color: rgba(255,255,255,0.8);
                    }

.bann {
    width: 100%;
    height: 440px;
    background: url(../img/5b7406_1920x441.jpg) center no-repeat;
}

.main {
    width: 100%;
}

    .main.main-bg {
        background-color: #f6f6f6;
    }

    .main .mores {
        width: 100%;
        height: 54px;
        float: left;
        margin-top: 50px;
    }

        .main .mores a {
            display: block;
            height: 100%;
            width: 100%;
            text-align: center;
            border: 1px solid #dcdcdc;
            background-color: #fff;
            line-height: 52px;
            font-size: 15px;
            color: #666;
            text-decoration: none;
        }

            .main .mores a:hover {
                background-color: #ff9616;
                color: #fff;
            }

    .main .titls {
        width: 100%;
        position: relative;
        margin-top: -32px;
    }

        .main .titls span {
            display: inline-block;
            width: 280px;
            height: 100px;
            float: left;
            border-bottom: 5px solid #786b65;
            position: relative;
            background-color: rgba(255,150,22,0.7);
            padding: 0 12px;
            margin-top: -95px;
            padding-top: 42px;
            line-height: 54px;
            font-size: 30px;
            color: #fff;
            font-weight: bold;
            text-align: right;
        }

    .main .sidebar {
  width: 280px;
  min-height: 100px;
  position: relative;
  z-index: 9;
}
.main .sidebar .title {
  width: 100%;
  height: 100px;
  border-bottom: 5px solid #786b65;
  position: relative;
  background-color: rgba(255,150,22,0.7);
  padding: 0 12px;
  margin-top: -95px;
  padding-top: 42px;
  line-height: 54px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.main .sidebar .list {
  width: 100%;
  margin-top: 32px;
  background-color: #eee;
  float: left;
  min-height: 300px;
}
.main .sidebar .list ul {
  width: 100%;
  padding: 20px 0;
  padding-left: 30px;
}
.main .sidebar .list ul li {
  width: 100%;
  float: left;
}
.main .sidebar .list ul li h5 {
  margin: 0;
  line-height: 40px;
  border-bottom: 1px dashed #cbcbcb;
  font-size: 16px;
  position: relative;
}
.main .sidebar .list ul li h5:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  transition: 0.5s;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff9616;
}
.main .sidebar .list ul li h5 a {
  color: #333;
  text-decoration: none;
}
.main .sidebar .list ul li h5 a:hover {
  color: #ff9616;
}
.main .sidebar .list ul li p {
  margin: 0;
  padding: 3px 0;
}
.main .sidebar .list ul li p a {
  display: block;
  line-height: 24px;
  color: #666;
  padding: 4px 0;
  text-decoration: none;
}
.main .sidebar .list ul li p a:hover {
  color: #ff9616;
}
.main .sidebar .list ul li.acti h5:after {
  transform: rotate(90deg);
}

    .main .content {
        width: calc(100% - 280px);
        padding-left: 90px;
        padding-top: 32px;
    }

        .main .content .notices {
            width: 100%;
        }

            .main .content .notices .title {
                width: 100%;
                height: 40px;
                border-bottom: 3px solid #d2d2d2;
            }

                .main .content .notices .title .tit {
                    padding-right: 12px;
                    height: 40px;
                    position: relative;
                    line-height: 40px;
                    font-size: 22px;
                    color: #ff9616;
                    border-bottom: 3px solid #fff;
                    position: relative;
                }

                    .main .content .notices .title .tit:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -3px;
                        width: calc(100% - 12px);
                        height: 3px;
                        background-color: #ff9616;
                    }

                .main .content .notices .title .page {
                    line-height: 40px;
                    color: #9e9e9e;
                }

                    .main .content .notices .title .page a {
                        color: #9e9e9e;
                        font-size: 14px;
                        text-decoration: none;
                    }

                        .main .content .notices .title .page a:hover {
                            color: #ff9616;
                        }

            .main .content .notices .list {
                width: 100%;
                padding: 36px 0;
                float: left;
            }

                .main .content .notices .list ul {
                    width: 100%;
                }

                    .main .content .notices .list ul li {
                        width: 100%;
                        padding: 15px 0;
                        border-bottom: 1px dashed #b9b9b9;
                    }

                        .main .content .notices .list ul li .time {
                            line-height: 20px;
                            background-color: #ff9616;
                            padding: 0 6px;
                            display: inline-block;
                            color: #fff;
                        }

                        .main .content .notices .list ul li .text {
                            width: calc(100% - 112px);
                        }

                            .main .content .notices .list ul li .text a {
                                color: #656565;
                                text-decoration: none;
                            }

                        .main .content .notices .list ul li:hover .text a {
                            color: #ff9616;
                        }

            .main .content .notices .pages {
                width: 100%;
                padding: 30px 0;
                float: left;
                text-align: center;
            }

            .main .content .notices .details {
                width: 100%;
                padding: 30px 0;
                float: left;
            }

                .main .content .notices .details .text {
                    width: 100%;
                }

                    .main .content .notices .details .text p {
                        line-height: 26px;
                        text-indent: 28px;
                        font-size: 14px;
                        color: #333;
                        text-align: justify;
                    }




.container-fluid {
    padding: 20px;
}

.box {
    margin-bottom: 20px;
    float: left;
    width: 394px;
}

    .box img {
        max-width: 100%;
    }

.pageNews {
    width: 100%;
    background-color: #f6f6f6;
    padding: 130px 0;
    display: table;
}

    .pageNews .box {
        background-color: #fff;
        transition: 0.6s;
    }

        .pageNews .box .imgs {
            width: 100%;
            overflow: hidden;
        }

            .pageNews .box .imgs img {
                width: 100%;
                transition: 0.5s;
            }

        .pageNews .box .intr {
            width: 100%;
            padding: 30px 40px;
        }

            .pageNews .box .intr .tit {
                width: 100%;
                line-height: 30px;
                font-size: 16px;
                color: #184777;
                text-align: justify;
            }

            .pageNews .box .intr .txt {
                width: 100%;
                font-size: 13px;
                color: #808080;
                line-height: 24px;
                text-align: justify;
                padding: 20px 0;
            }

            .pageNews .box .intr .func {
                width: 100%;
                height: 30px;
            }

                .pageNews .box .intr .func .time {
                    height: 30px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .pageNews .box .intr .func .time img {
                        margin-right: 5px;
                    }

                    .pageNews .box .intr .func .time span {
                        color: #b8b8b8;
                    }

                .pageNews .box .intr .func .look {
                    height: 30px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .pageNews .box .intr .func .look img {
                        margin-right: 5px;
                    }

                    .pageNews .box .intr .func .look span {
                        color: #b8b8b8;
                    }

        .pageNews .box:hover {
            box-shadow: 0 0 30px rgba(0,0,0,0.2);
        }

            .pageNews .box:hover .imgs img {
                transform: scale(1.1, 1.1);
            }

            .pageNews .box:hover .intr .tit {
                font-weight: bold;
            }

@media screen and (max-width: 1270px) {
    .activity .cont {
        padding: 0 120px;
        padding-left: 150px;
        display: flex;
        justify-content: center;
    }

        .activity .cont .imgs {
            margin: 0;
        }

    .footer .links .item {
        min-height: 160px;
    }

    .footer {
        padding: 20px 0;
    }

    .banner:after {
        transform: scale(0.8, 0.8);
    }
}

@media screen and (max-width: 1030px) {
    .footer .links .item .tit {
        width: 100%;
    }

    .footer .links .item .txt {
        width: 100%;
    }
}

@media screen and (max-width: 996px) {
    .activity:after {
        display: none;
    }

    .type .cont .list .item {
        padding-top: 0;
    }

    .type {
        padding-top: 80px;
    }

    .footer {
        background: #000;
        height: auto;
    }

    .news {
        height: auto;
    }

    .notice {
        height: auto;
        background: none;
    }

    .main .sidebar {
        display: none;
    }

    .main .content {
        width: 100%;
        padding-left: 0;
        padding: 0 15px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .activity .cont {
        padding-left: 0;
    }

        .activity .cont .imgs ul li .img img {
            height: auto;
        }

        .activity .cont .imgs {
            width: 100%;
        }

    .activity .cont {
        display: initial;
    }

        .activity .cont .next,
        .activity .cont .prev {
            display: none;
        }

    .news .cont .intr .content .text .imgs .box img {
        max-width: 100%;
        width: 100%;
    }

    .news .list .item:after {
        display: none;
    }

    .news .cont .side .item {
        width: calc(100% - 30px);
        margin-left: 0;
    }

    .news .cont:after {
        display: none;
    }

    .news .cont .intr .content .text .imgs .box {
        top: 0;
        left: 0;
        width: 100%;
    }

    .news .cont .intr .content {
        padding: 0;
        width: 100%;
    }

        .news .cont .intr .content .text {
            width: 100%;
            float: left;
            height: auto;
            padding: 15px;
            padding-bottom: 30px;
        }

            .news .cont .intr .content .text .imgs {
                width: 100%;
            }

    .news .cont {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .news {
        background: none;
    }

        .news .cont .intr .content .text .labels {
            width: 100%;
            padding: 0;
            padding: 20px 0;
        }

        .news .cont .intr {
            width: calc(100% + 30px);
            left: -15px;
            position: relative;
        }

        .news .cont .side .item {
            width: 100%;
            margin-bottom: 20px;
        }

        .news .cont .side {
            padding: 20px 0;
        }

        .news .list {
            padding: 20px 0;
            padding-top: 0;
        }

            .news .list .item {
                position: relative;
                padding: 15px 0;
                border-bottom: 1px solid #f1f1f1;
            }

                .news .list .item .text .txt {
                    padding-bottom: 0;
                }

        .news .cont .side {
            padding-bottom: 0;
        }

    .notice .cont .tabs ul li {
        font-size: 16px;
    }

    .notice .cont .tabs ul li {
        height: 38px;
        line-height: 38px;
    }

    .notice .cont .content .list .item {
        padding: 0;
    }

    .notice .cont .content {
        padding: 0;
    }

    .activity .cont {
        padding: 0;
    }

        .activity .cont .intr {
            margin: 0;
        }

    .type .cont .list .item .imgs {
        height: 80px;
    }

        .type .cont .list .item .imgs img {
            max-height: 60%;
        }

    .type {
        margin-top: 0;
        height: auto;
        padding-top: 20px;
        padding: 40px 0;
    }

    .activity .cont .intr {
        width: 100%;
    }

    .activity .cont .imgs ul {
        margin: 0;
    }

    .activity .cont .intr ul li {
        padding: 15px;
        height: auto;
    }

    .activity .cont .intr {
        height: auto;
    }

    .footer .links {
        display: none;
    }

    .footer .address .text {
        padding-top: 10px;
    }

    .footer .address .copyright {
        padding: 10px 0;
    }

    .activity .cont .intr ul li .inform {
        padding: 20px 0;
    }

    .title {
        line-height: 40px;
        text-align: left;
        padding: 0 15px;
        margin-bottom: 0px;
    }

        .title span {
            font-size: 24px;
            padding: 0;
            padding-left: 20px;
            color: #ff9616;
        }

            .title span:after {
                width: 4px;
                height: 20px;
                background-color: #ff9616;
                left: 0;
                top: 50%;
                margin-top: -10px;
                margin-left: 0;
            }

            .title span:before {
                width: 0;
            }

    .notice .cont {
        padding: 10px 15px;
    }

        .notice .cont .tabs {
            border: 1px solid #ff9616;
            height: 40px;
        }

        .notice .cont .content {
            width: calc(100% + 30px);
            position: relative;
            left: -15px;
            padding-top: 20px;
        }

    .activity .title {
        padding-bottom: 20px;
    }

    .footer .address .wx {
        text-align: center;
    }

    .pageNews .box {
        position: relative;
        left: 10px !important;
    }

    .main .mores {
        padding: 0 15px;
    }

    .pageNews {
        padding: 50px 0;
    }

    .main .titls span {
        width: 140px;
        height: 60px;
        line-height: 60px;
        margin-top: -60px;
        font-size: 24px;
        padding-top: 10px;
        line-height: 40px;
    }

    .bann {
        height: 250px;
        background: url(../img/7e5ec3_750x351.jpg) center no-repeat;
        background-size: cover;
    }

    .main .content .notices .title {
        padding: 0;
    }

    .main .content .notices .list {
        padding-bottom: 0;
    }

    .news .cont .intr .content .more {
        padding-right: 10px;
    }
}


/*2020å¹´12æœˆ13æ—¥ 10:40:51*/


.banner .list ul li .text .tit a {
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.banner .list ul li .text .txt a {
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.news .cont .intr .content .text .labels .tit a {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: justify;
    text-decoration: none;
}

.news .cont .intr .content .text .labels .txt a {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
    text-align: justify;
    text-decoration: none;
}

.news .cont .side .item .text .tit a {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration: none;
}

.news .cont .side .item .text .txt a {
    width: 100%;
    padding-top: 18px;
    line-height: 22px;
    font-size: 13px;
    color: #797979;
    padding-bottom: 13px;
    text-decoration: none;
}

.news .list .item .text .tit a {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration: none;
}

.news .list .item .text .txt a {
    width: 100%;
    line-height: 22px;
    font-size: 13px;
    color: #797979;
    padding: 15px 0;
    text-decoration: none;
}

.notice .cont .content .list .item .text a {
    
    color: #3d3d3d;
    text-decoration: none;
}

    .notice .cont .content .list .item .text a p {
        margin: 0;
        text-decoration: none;
    }

.activity .cont .intr ul li .content .tit a {
    width: 100%;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}





.main .content .notices .details .tit {
    width: 100%;
    text-align: center;
}

    .main .content .notices .details .tit h5 {
        line-height: 48px;
        font-size: 18px;
        color: #0e3692;
        font-weight: bold;
    }

    .main .content .notices .details .tit p {
        color: #747474;
    }

.main .content .notices .details .content {
    width: 100%;
    padding: 20px 0;
}

    .main .content .notices .details .content .txt {
        width: 100%;
    }

        .main .content .notices .details .content .txt p {
            line-height: 28px;
            font-size: 14px;
            color: #666;
            text-indent: 28px;
            padding: 10px 0;
            text-align: justify;
        }

    .main .content .notices .details .content .imgs {
        width: 100%;
        text-align: center;
    }

        .main .content .notices .details .content .imgs img {
            max-width: 100%;
        }

.type .cont .list .item .text a {
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}


.team {
  width: 100%;
}
.team .list {
  width: 100%;
}
.team .list ul {
  width: 100%;
  margin: 0;
}
.team .list ul li {
  width: 100%;
  margin-bottom: 58px;
  background-color: #f5f5f5;
  transition: 0.5s;
}
.team .list ul li .imgs {
  width: 210px;
  height: 210px;
  background-color: #bfbfbf;
}
.team .list ul li .imgs img {
  width: 100%;
  height: 100%;
}
.team .list ul li .text {
  width: calc(100% - 210px);
  min-height: 100px;
  padding-left: 36px;
}
.team .list ul li .text .name {
  width: 100%;
  line-height: 36px;
  font-size: 28px;
  color: #0c1651;
  font-weight: bold;
  margin-top: 20px;
}
.team .list ul li .text .txts {
  width: 100%;
  max-width: 632px;
  line-height: 26px;
  font-size: 16px;
  color: #0c1651;
  font-family: arial;
  margin-top: 20px;
}
.team .list ul li:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.main .content .notices0 {
            width: 100%;
        }

            .main .content .notices0 .title {
                width: 100%;
                height: 40px;
                border-bottom: 3px solid #d2d2d2;
            }

                .main .content .notices0 .title .tit {
                    padding-right: 12px;
                    height: 40px;
                    position: relative;
                    line-height: 40px;
                    font-size: 22px;
                    color: #ff9616;
                    border-bottom: 3px solid #fff;
                    position: relative;
                }

                    .main .content .notices0 .title .tit:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -3px;
                        width: calc(100% - 12px);
                        height: 3px;
                        background-color: #ff9616;
                    }

                .main .content .notices0 .title .page {
                    line-height: 40px;
                    color: #9e9e9e;
                }

                    .main .content .notices0 .title .page a {
                        color: #9e9e9e;
                        font-size: 14px;
                        text-decoration: none;
                    }

                        .main .content .notices0 .title .page a:hover {
                            color: #ff9616;
                        }




.inform {
  width: 100%;
  min-height: 500px;
}
.inform .item {
  width: 100%;
}
.inform .team {
  width: 100%;
}
.inform .team .list {
  width: 100%;
}
.inform .team .list ul {
  width: 100%;
  margin: 0;
}
.inform .team .list ul li {
  width: 100%;
  margin-bottom: 58px;
  background-color: #f5f5f5;
  transition: 0.5s;
}
.inform .team .list ul li .imgs {
  width: 210px;
  height: 210px;
  background-color: #bfbfbf;
}
.inform .team .list ul li .imgs img {
  width: 100%;
  height: 100%;
}
.inform .team .list ul li .text {
  width: calc(100% - 210px);
  min-height: 100px;
  padding-left: 36px;
}
.inform .team .list ul li .text .name {
  width: 100%;
  line-height: 36px;
  font-size: 28px;
  color: #0c1651;
  font-weight: bold;
  margin-top: 20px;
}
.inform .team .list ul li .text .txts {
  width: 100%;
  max-width: 532px;
  line-height: 26px;
  font-size: 16px;
  color: #0c1651;
  font-family: arial;
  margin-top: 20px;
}
.inform .team .list ul li:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}
.inform .teamItem2 {
  width: 100%;
}
.inform .teamItem2 .list {
  width: 100%;
}
.inform .teamItem2 .list .box {
  width: 100%;
  margin-bottom: 20px;
}
.inform .teamItem2 .list .box .imgs {
  width: 100%;
  height: 260px;
  background-color: #cbcbcb;
  transition: 0.5s;
}
.inform .teamItem2 .list .box .imgs img {
  width: 100%;
  height: 100%;
}
.inform .teamItem2 .list .box .text {
  width: 100%;
  padding: 20px 0;
}
.inform .teamItem2 .list .box .text .name {
  width: 100%;
  line-height: 36px;
  font-size: 22px;
  color: #184777;
  font-weight: bold;
}
 .inform .teamItem2 .list .box .text .labs {
  line-height: 24px;
  font-size: 14px;
  color: #212121;
}
.inform .teamItem2 .list .box:hover .imgs {
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}
.inform .teamItem3 {
  width: 100%;
}
.inform .teamItem3 .list {
  width: 100%;
}
.inform .teamItem3 .list .box {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
  border-top: 2px solid #50c6ea;
  transition: 0.5s;
}
 .inform .teamItem3 .list .box .imgs {
  width: 100%;
  height: 280px;
  background-color: #cbcbcb;
}
.inform .teamItem3 .list .box .imgs img {
  width: 100%;
  height: 100%;
}
.inform .teamItem3 .list .box .text {
  width: 100%;
  padding: 12px 0;
}
.inform .teamItem3 .list .box .text .name {
  width: 100%;
  line-height: 36px;
  font-size: 20px;
  color: #184777;
  font-weight: bold;
  text-align: center;
}
.inform .teamItem3 .list .box .text .labs {
  line-height: 24px;
  font-size: 12px;
  color: #939393;
  text-align: center;
  line-height: 18px;
  min-height: 36px;
}
.inform .teamItem3 .list .box .text .labs p {
  margin: 0;
}
.inform .teamItem3 .list .box:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
.inform {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-top: 20px;
  }
.inform .team .list ul li {
    padding: 15px;
    margin-bottom: 15px;
  }
 .inform .team .list ul li .imgs {
    width: 140px;
    height: 140px;
  }
 .inform .team .list ul li .text {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
.inform .team .list ul li .text .name {
    line-height: 36px;
    margin: 0;
    font-size: 20px;
  }
.inform .team .list ul li .text .txts {
    font-size: 14px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

.leadership {
  width: 100%;
  padding-top: 38px;
  float: left;
  padding-bottom: 100px;
}
.leadership .teams {
  width: 100%;
  float: left;
}
.leadership .teams .title {
  width: 100%;
  height: 48px;
  background-color: #dcdcdc;
  padding: 0 16px;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #474747;
  text-align: left;
}
.leadership .teams .conts {
  width: 100%;
}
.leadership .teams .conts .list {
  width: 100%;
}
.leadership .teams .conts .list ul {
  width: 100%;
  margin: 0;
}
.leadership .teams .conts .list ul li {
  width: 100%;
  height: 170px;
  margin: 24px 0;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}
.leadership .teams .conts .list ul li .imgs {
  width: 170px;
  height: 170px;
}
.leadership .teams .conts .list ul li .imgs img {
  width: 100%;
  height: 100%;
}
.leadership .teams .conts .list ul li .text {
  width: calc(100% - 170px);
  padding-left: 26px;
  padding-right: 20px;
  padding-top: 20px;
}
.leadership .teams .conts .list ul li .text h5 a {
color:#333;
}
.leadership .teams .conts .list ul li .text h5 {
  margin: 0;
  line-height: 44px;
  font-size: 20px;
  color: #474747;
  font-weight: bold;
}
.leadership .teams .conts .list ul li .text p {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #474747;
}
.leadership .teams .conts .list ul li .text p a {
color:#333;
}
.teacherTeam {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.teacherTeam .intrs {
  width: 100%;
  padding: 30px 0;
  float: left;
  padding-bottom: 0;
}
.teacherTeam .intrs .title {
  width: 100%;
  height: 48px;
  background-color: #dcdcdc;
  padding: 0 16px;
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #474747;
  text-align: left;
}
.teacherTeam .intrs .list {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.teacherTeam .intrs .list .item {
  width: 100%;
}
.teacherTeam .intrs .list .item .imgs {
  width: 100%;
}
.teacherTeam .intrs .list .item .imgs img {
  width: 100%;
}
.teacherTeam .intrs .list .item .txts {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #474747;
}
.college {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 70px;
}
.college .list {
  width: 100%;
}
.college .list .item {
  width: 100%;
  min-height: 280px;
  background-color: #eee;
  padding: 0 18px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.college .list .item .tits {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ff9616;
}
.college .list .item .txts {
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  color: #474747;
}
.college .list .item .txts p {
  margin: 0;
  color: #666;
}
.college .list .item .txts h5 {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
}