* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,'Microsoft YaHei',sans-seri;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

b, i {
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    border: 0;
    background: 0 0;
}

textarea {
    resize: none;
}

input:disabled {
    opacity: .9;
}

input[type=button]:active {
    opacity: .8;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.scroll-touch {
    -webkit-overflow-scrolling: touch;
}

    .scroll-touch::-webkit-scrollbar {
        display: none;
    }

.content_title{ text-align:center; width:200px; margin:auto; margin-top:15px;}
.content_title a{ display: table; background:#dbdbdb; float:left;  padding:5px 12px 5px 30px; color:#333;}

	
.content_title .list{ background:#dbdbdb url(../images/list_icon.png) no-repeat; color:#333; background-position:10px 7px;}
.content_title .rili{ background:#dbdbdb url(../images/rili_icon.png) no-repeat; color:#333; background-position:10px 7px;}
.content_title .list:hover{  background:#29166f url(../images/list_icon.png) no-repeat; background-position:10px -28px; color:#fff;}
.content_title .rili:hover{ background:#29166f url(../images/rili_icon.png) no-repeat; background-position:10px -27px; color:#fff;}

.content_title .rili.active{ background:#29166f url(../images/rili_icon.png) no-repeat; background-position:10px -27px; color:#fff;}
.content_title .list.active{  background:#29166f url(../images/list_icon.png) no-repeat; background-position:10px -28px; color:#fff;}


.content {
    margin: 0 auto;
    width: 1200px;
}

.header {
    height: 40px;
    background-color: #f0f0f0;
    min-width: 1170px;
}

.header-main .left {
    float: left;
    color: #626262;
    line-height: 40px;
}

.header-main .right {
    float: right;
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search {
    height: 29px;
    width: 249px;
    border: 1px solid #cecece;
    background-color: #fff;
    margin-top: 5px;
    position: relative;
}

.search-input {
    border: 0;
    width: 215px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    color: #333;
    float: left;
}

.search-icon {
    position: absolute;
    top: 5px;
    right: 9px;
    cursor: pointer;
}

.user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .user li {
        float: left;
        line-height: 16px;
        padding: 0 10px;
        color: #909090;
        border-left: 1px solid #bab8b7;
    }

        .user li:first-child {
            border: 0;
        }

        .user li a {
            color: #909090;
        }

            .user li a:hover {
                color: #29166f;
            }

.dnav-logo {
    padding: 28px 0;
}

.dnav-mune, .dnav-mune2 {
    display: none;
}

.logo {
    float: left;
    padding-top: 2px;
}

.dnav {
    float: right;
    width: 710px;
}

    .dnav li {
        float: left;
        width: 16.6666%;
        text-align: center;
        height: 43px;
        font-size: 16px;
        padding: 13px 0;
        line-height: 17px;
        color: #333;
    }

        .dnav li a {
            display: block;
            height: 17px;
            border-left: 1px solid silver;
            color: #333;
        }

            .dnav li a span {
                position: relative;
                height: 27px;
                display: inline-block;
            }

            .dnav li a.active, .dnav li a:hover {
                color: #29166f;
            }

                .dnav li a.active span, .dnav li a:hover span {
                    border-bottom: 3px solid #29166f;
                }

        .dnav li:nth-child(6n+1) a {
            border-left: 0;
        }

.banner-member {
    height: 400px;
}

.banner {
    float: left;
    width: 860px;
}

.swiper-container {
    width: 100%;
    height: 400px;
}

.swiper-slide-pic {
    position: relative;
    width: 100%;
    height: 100%;
}

    .swiper-slide-pic img {
        width: 100%;
    }

.swiper-slide-conter {
    position: absolute;
    z-index: 1;
    height: 90px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    padding: 10px 10px;
}

.swiper-slide-title {
    font-size: 18px;
    color: #ff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

    .swiper-slide-title a {
        color: #fff;
    }

.swiper-slide-text {
    color: #c8c8c7;
    padding-top: 2px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #f3fb7b;
}

.member {
    float: left;
    width: 340px;
    height: 400px;
    background-color: #f0f0f0;
}

.member-dnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .member-dnav li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        cursor: pointer;
        height: 46px;
        line-height: 44px;
        border-top: 2px solid #ea7b34;
        background-color: #ea7b34;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }

        .member-dnav li.active {
            color: #333;
            background-color: #f0f0f0;
            font-weight:bold;
        }

.member-list {
    padding-top: 20px;
}

    .member-list li {
        font-size: 13px;
        padding-left: 35px;
        line-height: 40px;
        float: left;
    }

        .member-list li img {
            margin-right: 10px;
        }

.member-all {
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    padding-top: 4px;
    padding-bottom: 10px;
    text-align: center;
}

    .member-all a {
        color: #29166f;
    }

.member-login {
    padding: 0 16px;
}

.login-btn,.login-btn2 {
    background-color: #257ec4;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    cursor: pointer;
}


.login-btn2 {
    background-color: #48b884;
}

.member-jr {
    font-weight: bold;
    color: red;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
}

    .member-jr a {
        color: red;
        padding-left: 4px;
    }

.notice {
    padding-top: 18px;
}

.notice-list {
    width: 1120px;
    float: left;
    overflow: hidden;
}

    .notice-list li {
        width: 25%;
        float: left;
        padding-right: 5px;
    }

.notice-list-content {
    background-color: #f0f0f0;
    border-top: 3px solid #ea7b34;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.notice-list-pic {
    width: 45px;
    text-align: center;
}

.notice-list-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    color: #29166f;
}

    .notice-list-text a {
        color: #29166f;
    }

.notice-add {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #ea7b34;
    display: block;
}

.news-mian {
    padding: 35px 0 25px 0;
}

.news-left {
    float: left;
    width: 860px;
    padding-right: 30px;
}

.newscol {
    float: left;
    width: 410px;
}

.news-dnav {
    height: 44px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
}

    .news-dnav li {
        float: left;
        padding: 0 8px;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
        border-left: 1px solid #bab8b7;
    }

        .news-dnav li span {
            display: block;
            padding: 0 7px;
            height: 32px;
        }

        .news-dnav li:first-child {
            border: 0;
        }

        .news-dnav li.active {
            color: #29166f;
        }

            .news-dnav li.active span {
                display: block;
                padding: 0 7px;
                height: 32px;
                border-bottom: 2px solid #29166f;
            }

.news-dnav-more {
    float: right;
    line-height: 20px;
    padding-right: 3px;
}

.news-list {
    padding: 25px 0;
}

    .news-list li {
        padding: 9px 15px;
    }

.news-a-pic {
    overflow: hidden;
    display: block;
}

    .news-a-pic:hover .news-dt-text {
        color: #29166f;
    }

.news-dt-left {
    float: left;
    width: 150px;
}

.news-dt-right {
    padding-left: 160px;
}

.news-dt-tit {
    color: #333;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: bold;
}

.news-dt-text {
    font-size: 13px;
    color: #888;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.news-dt-date {
    padding-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #bfbfbf;
}

    .news-dt-date img {
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

.news-a-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 16px;
    color: #333;
}

    .news-a-one:hover {
        color: #29166f;
    }

.news-dd-pic {
    width: 15px;
    line-height: 18px;
}

    .news-dd-pic img {
        vertical-align: 1px;
    }

.news-dd-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-dd-date {
    width: 80px;
    text-align: right;
}

.news-right {
    float: left;
    width: 340px;
}

.news-pic-list {
    padding-top: 14px;
}

    .news-pic-list li {
        padding: 6px 0;
    }

.member-area {
    background-color: #f7f7f7;
    min-width: 1170px;
    padding: 10px 0 35px 0;
}

.area-tit {
    text-align: center;
    font-size: 20px;
    line-height: 68px;
    color: #322075;
}

.area-tab-main {
    text-align: center;
}

.area-tab {
    margin: auto;
    display: inline-block;
}

    .area-tab li {
        float: left;
        margin-right: 1px;
        cursor: pointer;
        width: 114px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background-color: #dedede;
        font-size: 18px;
        color: #333;
    }

        .area-tab li:hover {
            background-color: #29166f;
            color: #fff;
        }

        .area-tab li.active {
            background-color: #29166f;
            color: #fff;
        }

.area-list {
    padding-top: 30px;
}

    .area-list li {
        float: left;
        width: 33.33333%;
        padding: 12px 0;
    }

.area-list-name {
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 60px;
}

.area-list-date {
    padding-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #bfbfbf;
}

    .area-list-date img {
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

.unit-mian {
    padding: 70px 0 60px 0;
}

.unit-content {
    position: relative;
    border: 1px solid #e2e2e2;
}

.unit-list {
    color: #666;
    padding: 30px 0 35px 0;
}

    .unit-list li {
        width: 25%;
        float: left;
        padding: 4px 40px;
    }

    .unit-list a {
        color: #666;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

        .unit-list a:hover {
            color: #29166f;
        }

.unit-tit {
    font-size: 20px;
    color: #29166f;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    position: absolute;
    width: 140px;
    top: -12px;
    left: 50%;
    margin-left: -70px;
    z-index: 1;
    text-align: center;
}

.unit-more {
    display: block;
    width: 93px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    color: #666;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -46px;
    z-index: 1;
    text-align: center;
    border-radius: 15px;
}

    .unit-more:hover {
        color: #29166f;
    }

.bottom-one {
    padding: 30px 0 40px 0;
    background-color: #303030;
    min-width: 1170px;
}

.bottom-two {
    background-color: #202020;
    line-height: 58px;
    text-align: center;
    font-size: 12px;
    color: #686868;
    min-width: 1170px;
}

.bottom-box > li {
    width: 33.333333%;
    height: 290px;
    float: left;
    border-left: 1px solid #434343;
}

    .bottom-box > li:first-child {
        border: 0;
    }

.bottom-tit {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.bottom-tit2 {
    padding-left: 30px;
}

.bottom-yq-list {
    overflow: hidden;
    width: 50%;
    float: left;
    padding-right: 20px;
}

    .bottom-yq-list > li {
        padding-right: 20px;
        line-height: 26px;
        height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        color: #8b8b8b;
    }

        .bottom-yq-list > li a {
            color: #8b8b8b;
        }

.bottom-dnav-list {
    overflow: hidden;
    padding: 0 60px 0 30px;
}

    .bottom-dnav-list > li {
        width: 33.33333%;
        float: left;
        line-height: 36px;
        height: 36px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        color: #8b8b8b;
    }

        .bottom-dnav-list > li a {
            color: #8b8b8b;
        }

.bottom-us-list {
    padding: 5px 30px 0;
}

    .bottom-us-list > li {
        font-size: 12px;
        line-height: 22px;
        color: #8b8b8b;
    }

.bottom-usqd-list {
    padding: 15px 30px 0;
    overflow: hidden;
}

    .bottom-usqd-list > li {
        float: left;
        padding-right: 20px;
    }

.login-main {
    padding: 80px 15px 80px 15px;
}

.login-box {
    width: 450px;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
}

.login-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e7e7e7;
}

    .login-tab a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 55px;
        line-height: 55px;
        text-align: center;
        cursor: pointer;
        font-size: 18px;
        color: #29166f;
        text-decoration: none;
    }

        .login-tab a.active {
            background-color: #29166f;
            color: #fff;
        }

.login-content {
    padding: 15px 60px;
}

.dform-list {
    padding: 14px 0;
}

    .dform-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.dform-name {
    width: 80px;
    padding-right: 20px;
    font-size: 18px;
    color: #444;
    text-align: right;
}

.dform-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dform-text {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #fafafa;
}

.dform-btn, .dform-btn-rl {
    height: 35px;
    border: 0;
    width: 100%;
    border: 0;
    background-color: #32c205;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
}

    .dform-btn-rl:hover {
        background-color: #e4a215;
    }

    .dform-btn-rl:active, .dform-btn-rl:hover, .dform-btn:active, .dform-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.dform-btn-rl {
    background-color: #f3ac00;
    height: 49px;
    border-radius: 3px;
    line-height: 49px;
}

    .dform-btn-rl:hover {
        text-decoration: none;
        color: #fff;
    }

.dform-yzm {
    width: 100px;
    text-align: center;
}

.dform-dx {
    width: 124px;
    text-align: center;
    padding-left: 10px;
}

.dform-dx-btn {
    width: 100%;
    height: 35px;
    color: #fff;
    border: 1px solid #e1e1e1;
    background-color: #73b4f0;
    font-size: 14px;
}

.login-user {
    text-align: center;
    color: #666;
}

    .login-user .login-user-li {
        color: #666;
        display: inline-block;
        padding: 0 25px;
    }

.rl-main {
    width: 1170px;
    margin: auto;
    overflow: hidden;
    padding: 100px 0 180px 0;
}

.rl-list {
    width: 325px;
    padding: 30px 35px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
}

    .rl-list:hover {
        box-shadow: none;
    }

.rl-list1 {
    float: left;
}

.rl-list2 {
    float: left;
    margin-left: 97px;
}

.rl-list3 {
    float: right;
}

.rl-tit {
    font-size: 20px;
    color: #322075;
    text-align: center;
}

.rl-pic {
    text-align: center;
    padding-top: 30px;
}

.rl-text {
    font-size: 14px;
    color: #666;
    padding-top: 30px;
    height: 110px;
}

.rl-btn {
    padding-bottom: 10px;
    padding-top: 20px;
}

.ru-main {
    width: 1170px;
    margin: auto;
    overflow: hidden;
    padding: 35px 0 90px 0;
}

.ru-content {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    overflow: hidden;
}

.ru-content-left {
    width: 764px;
    float: left;
    padding: 55px 235px 50px 50px;
}

    .ru-content-left .dform-name {
        width: 140px;
    }

    .ru-content-left .dform-list {
        padding-top: 40px;
    }

.ru-content-right {
    width: 404px;
    float: left;
    height: 850px;
    border-left: 1px solid #e7e7e7;
}

.ru-content-title {
    font-size: 28px;
    line-height: 28px;
    color: #29166f;
    padding-left: 18px;
    border-left: 8px solid #29166f;
}

.dform-ru-sl {
    padding: 10px;
    padding-left: 140px;
}

.dform-ru-us {
    width: 100%;
    padding: 2px 0;
}

    .dform-ru-us a {
        color: #73b4f0;
    }

.rcl-tit {
    text-align: center;
    padding: 40px 40px 20px 40px;
    font-size: 20px;
    color: #29166f;
}

    .rcl-tit img {
        width: 28px;
        vertical-align: -5px;
        margin-right: 5px;
    }

    .rcl-tit.rcl-tit2 {
        padding-top: 50px;
    }

.rcl-text {
    line-height: 30px;
    text-align: center;
}

.rcl-line {
    margin-top: 60px;
    height: 1px;
    background-color: #e7e7e7;
    position: relative;
}

.rcl-vs {
    width: 51px;
    height: 51px;
    position: absolute;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 51px;
    top: -26px;
    left: 50%;
    margin-left: -26px;
}

.rcl-btn {
    padding: 28px 35px 0;
}

.rm-content {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    padding: 50px;
}

.rm-content-lc {
    padding: 65px 0 40px 0;
    margin: auto;
    width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .rm-content-lc li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .rm-content-lc li:after, .rm-content-lc li:before {
            content: " ";
            height: 1px;
            width: 50%;
            background-color: #939393;
            position: absolute;
            z-index: -1;
            top: 11px;
            display: block;
        }

        .rm-content-lc li:before {
            left: 0;
        }

        .rm-content-lc li:after {
            right: 0;
        }

        .rm-content-lc li:first-child:before {
            display: none;
        }

        .rm-content-lc li:last-child:after {
            display: none;
        }

        .rm-content-lc li.active .rm-lc-num {
            background-color: #29166f;
        }

        .rm-content-lc li.active .rm-lc-text {
            color: #29166f;
        }

.rm-lc-num {
    width: 21px;
    height: 21px;
    background-color: #a3a3a3;
    text-align: center;
    line-height: 21px;
    color: #fff;
    border-radius: 50%;
    margin: auto;
}

.rm-lc-text {
    text-align: center;
    font-size: 16px;
    color: #939393;
    padding-top: 15px;
}

.rm-box {
    overflow: hidden;
}

.rm-box-left {
    padding-right: 120px;
    float: left;
    width: 726px;
}

    .rm-box-left .dform-name {
        width: 257px;
    }

    .rm-box-left .dform-ru-sl {
        padding-left: 180px;
    }

    .rm-box-left .dform-btn {
        background-color: #29166f;
    }

.rm-box-right {
    width: 340px;
    float: left;
    padding-top: 20px;
}

.rm-box-right-tit {
    color: #333;
    line-height: 34px;
}

.rm-box-right-text {
    color: #757577;
    line-height: 34px;
}

    .rm-box-right-text a {
        color: #1783e6;
    }

.dnav-logo nav.navbar.bootsnav li.dropdown {
    background-color: #fff;
}

    .dnav-logo nav.navbar.bootsnav li.dropdown a:hover {
        background-color: #fff;
        color: #474747;
    }

.dnav-logo nav.navbar.bootsnav ul.nav > li:hover {
    border-bottom: 0;
    color: #474747;
    background-color: #fff;
}

    .dnav-logo nav.navbar.bootsnav ul.nav > li:hover a {
        background-color: #fff;
        color: #474747;
        border-bottom: 0;
    }

.dnav-logo nav.navbar.bootsnav ul.nav > li.dropdown.on > a:hover {
    background-color: #fff;
    color: #474747;
}

.dnav-logo nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #474747;
}

    .dnav-logo nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
        color: #474747;
    }

.dnav-logo nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    width: calc(100% + 1px);
    min-width: 100%;
    background: #fff;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    box-shadow: none;
    top: 32px;
    padding-top: 10px;
}

.dnav-logo nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    top: -7%;
}

.dnav-logo nav.navbar.bootsnav ul.nav > li > a {
    height: 22px;
    line-height: 22px;
    padding: 0;
    border-left: 0px;
}

.dnav-logo nav.navbar.bootsnav ul.nav > li {
    position: relative;
    padding: 10px 0;
    border-bottom: 0;
}

.dnav-logo nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    color: #333;
    border-bottom: solid 1px silver;
}

    .dnav-logo nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
        background: #29166f;
        color: #fff;
    }

.dnav-logo .nav > li:hover:after {
    width: 0;
}

.dnav-logo nav.navbar.bootsnav ul.nav > li a:hover span {
    border-bottom: 0;
}

.ky-list {
    overflow: hidden;
}

    .ky-list li {
        float: left;
        line-height: 30px;
        padding: 0 10px;
        color: #707273;
        font-size: 16px;
        background-color: #e1e1e1;
        margin-right: 6px;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .ky-list li:hover {
            background-color: #29166f;
            color: #fff;
        }

        .ky-list li.active {
            background-color: #29166f;
            color: #fff;
        }

.ky-title {
    background-color: #29166f;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 35px;
    overflow: hidden;
}

.ky-title-px {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 100;
}

.ky-title-num {
    font-size: 14px;
    float: right;
    font-weight: 100;
}

    .ky-title-num span {
        color: #ece232;
        padding: 0 10px;
        font-size: 18px;
    }

.ky-td-list {
    overflow: hidden;
    padding: 15px 0;
}

    .ky-td-list li {
        width: 50%;
        font-size: 16px;
        color: #8e8e8e;
        line-height: 40px;
        
		/* padding: 5px 15px;
        height: 50px;
        display: -webkit-box; */
        float: left;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

        .ky-td-list li a {
            color: #333;
        }

        .ky-td-list li span {
            color: red;
        }

.ky-search {
    overflow: hidden;
}

    .ky-search .search {
        float: right;
    }

    .ky-search ~ .ky-title {
        margin-top: 10px;
    }

    .body_content img {
    max-width: 800px;
}


/*********************************/
@media only screen and (max-width:780px) {
    .ky-td-list li {
        width: 100%;
        float: none;
        font-size: 14px;
        color: #8e8e8e;
        line-height: 30px;
        padding: 5px 15px;
        height: 40px;
    }



    .rm-content {
        padding: 25px 15px;
    }

    .rm-content-lc {
        padding: 25px 0 20px 0;
        width: 100%;
    }

    .rm-lc-text {
        font-size: 14px;
    }

    .rm-box-left, .rm-box-right {
        float: none;
        width: 100%;
    }

    .rm-box-right {
        border-top: 1px solid #e7e7e7;
    }

    .rm-box-left .dform-name {
        font-size: 14px;
        width: 100px;
    }

    .rm-box-left .dform-ru-sl {
        padding-left: 100px;
    }

    .rm-box-left {
        padding-right: 0;
    }

    .ru-main {
        width: 100%;
        padding: 20px 0;
    }

    .ru-content-left, .ru-content-right {
        float: none;
        width: 100%;
    }

    .ru-content-left {
        padding: 35px 15px 15px;
    }

    .ru-content-title {
        font-size: 16px;
        line-height: 16px;
        color: #29166f;
        padding-left: 10px;
        border-left: 4px solid #29166f;
    }

    .ru-content-left .dform-list {
        padding-top: 20px;
    }

    .ru-content-left .dform-name {
        font-size: 14px;
        width: 100px;
    }

    .dform-ru-sl {
        padding-left: 100px;
    }

    .ru-content-right {
        height: auto;
        border-left: 0;
        border-top: 1px solid #e7e7e7;
        padding-bottom: 30px;
    }

    .login-box {
        width: 100%;
    }

    .rl-main {
        width: 100%;
        padding: 20px 20px 10px 20px;
    }

    .rl-list {
        width: 100%;
    }

    .rl-list1, .rl-list2, .rl-list3 {
        float: none;
        margin: 0 0 15px 0;
    }

    .header {
        /*
        display: none;*/
      
    }



    .member {
        width: 100%;
    }

    .dnav-logo {
            padding: 10px 0;
    }

    .logo {
        padding-top: 42px;
    }

        .logo img {
            width: 180px;
        }

    .dnav {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        overflow-x: scroll;
        background-color: rgba(0,0,0,.7);
    }

        .dnav li {
            width: 100%;
            background-color: #fff;
            margin-bottom: 1px;
        }

            .dnav li a {
                border: 0;
            }

    .dnav-mune {
        display: block;
        margin-top: 8px;
        float: right;
    }

        .dnav-mune img {
            width: 24px;
        }

    .dnav-mune2 {
        position: fixed;
        z-index: 12;
        top: 10px;
        right: 10px;
        background-color: rgba(0,0,0,.4);
        padding: 6px;
        border-radius: 3px;
        display: none;
    }

        .dnav-mune2 img {
            width: 24px;
        }

    .banner-member {
        height: auto;
    }

    .swiper-container {
        height: auto;
    }

    .swiper-slide-conter {
        padding: 10px;
        height: 40px;
    }

    .swiper-slide-title {
        font-size: 14px;
    }

    .swiper-slide-text {
        height: 48px;
        line-height: 16px;
        font-size: 14px;
        display: none;
    }

    .content {
        width: 100%;
    }

    .banner {
        width: 100%;
    }

    .notice-list {
        padding-top: 10px;
        width: 100%;
        float: none;
    }

        .notice-list li {
            width: 100%;
            float: none;
            padding-right: 0px;
        }

    .notice-list-content {
        height: 60px;
    }

    .notice-add {
        width: 100%;
        float: none;
        height: 60px;
        line-height: 60px;
    }

    .news-left {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .newscol {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .news-right {
        width: 100%;
        float: none;
    }

    .news-mian {
        padding: 15px 0 10px 0;
    }

    .news-dnav {
        padding-right: 4px;
    }

        .news-dnav li {
            font-size: 16px;
        }

    .news-list {
        padding: 15px 0;
    }

        .news-list li {
            padding: 5px 10px;
        }

    .news-dt-tit {
        font-size: 14px;
        line-height: 24px;
        height: 27px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-weight: bold;
    }

    .news-pic-list {
        padding-top: 5px;
    }

        .news-pic-list li {
            padding: 5px 0;
        }

            .news-pic-list li a img {
                width: 100%;
            }

    .member-area {
        min-width: 100%;
    }

    .area-tit {
        text-align: center;
        font-size: 16px;
        line-height: 48px;
        color: #322075;
    }

    .area-tab li {
        width: 78px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .area-list {
        padding: 10px 15px 0;
    }

        .area-list li {
            width: 100%;
            padding: 5px 0;
        }

    .area-list-name {
        font-size: 14px;
        padding-right: 0;
    }

    .area-list-date {
        padding-top: 4px;
    }

    .unit-mian {
        padding: 30px 0 30px 0;
    }

    .unit-list li {
        width: 100%;
        font-size: 14px;
        padding: 4px 15px;
    }

    .unit-content {
        border-left: 0;
        border-right: 0;
    }

    .bottom-one {
        min-width: 100%;
    }

    .bottom-two {
        min-width: 100%;
        line-height: 20px;
        padding: 10px;
    }

    .bottom-box > li {
        width: 100%;
        border: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .bottom-yq-list {
        padding: 0 15px;
    }

    .bottom-tit {
        padding-left: 15px;
    }

    .bottom-dnav-list {
        padding: 0;
    }

        .bottom-dnav-list > li {
            padding: 0 15px;
        }

    .bottom-us-list {
        padding: 0 15px;
    }

    .bottom-usqd-list {
        padding: 15px 15px 0;
        overflow: hidden;
    }

    .body_content img {
        max-width: 100%;
    }
}



/*************************************/



.login-btn:hover {
    background: #286fac;
}


.login-btn2:hover {
    background: #25b170;
}

.notice-add:hover {
    background: #d27033;
}






.sublist .list.list-date {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    .sublist .list.list-date li {
        border-bottom: none;
        padding: 0;
        max-height: none;
        margin-bottom: 31px;
    }

@media only screen and (max-width: 991px) {
    .sublist .list.list-date li {
        margin-bottom: 48px;
    }
}

.sublist .list.list-date li a {
    display: block;
}

.sublist .list.list-date li .top-title {
    line-height: 1;
    position: relative;
    word-wrap: break-word;
    display: block;
    padding: 8px 0;
    background: #ff9200;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .sublist .list.list-date li .top-title {
        padding: 15px 0;
        font-size: 16px;
        flex-basis: 72px;
        font-weight: 300;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

.sublist .list.list-date li .top-title > div {
    white-space: nowrap;
    padding: 2px 0;
}

@media screen and (max-width: 768px) {
    .sublist .list.list-date li .top-title > div {
        display: inline-block;
        margin-left: 5px;
    }

    .login-content {
    padding: 3px;
}

    .login-tab a {

    font-size: 14px;

}


    
    .header {
        /*
        display: none;*/
        width: 100%;
      display: inline;
    }



    .logo {
    padding-top: 0px;
}


    .slider {
    display:none;
    }


}

.sublist .list.list-date li .top-title.green {
    width: 100%;
    background: #ea7b34;
}

@media screen and (min-width: 992px) {
    .sublist .list.list-date li .top-title.green {
        float: left;
        max-width: 65px;
        width: 20%;
    }
}

.sublist .list.list-date li .top-title.list-date-top-border:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #ffbe00;
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
}

.sublist .list.list-date li .list-date-content {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .sublist .list.list-date li .list-date-content {
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 1;
        width: 80%;
    }
}

.sublist .list.list-date li .list-date-header {
    margin: 12px 8px;
    padding: 0;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .sublist .list.list-date li .list-date-header {
        margin: 0px 8px;
        padding-left: 0;
        text-align: center;
        text-align: left;
        overflow: hidden;
        width: 98%;
    }
}

.sublist .list.list-date li .list-date-footer {
    margin: 12px 8px;
    line-height: normal;
    font-size: 13px;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .sublist .list.list-date li .list-date-footer {
        margin: 2px 8px;
        padding-left: 0;
        display: block;
    }
}

.sublist .list.list-date li .list-date-footer span {
    color: #7f7f7f;
}

    .sublist .list.list-date li .list-date-footer span:first-child {
        margin-right: 6px;
    }

        .sublist .list.list-date li .list-date-footer span:first-child:hover {
            color: #f4d636;
        }

    .sublist .list.list-date li .list-date-footer span.address {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sublist .list.list-date li .list-date-footer span.time {
        margin-top: 2px;
    }

.sublist .list.list-date li:nth-last-child(1) {
    margin-bottom: 0;
}

.people_img img{ height:108px; }
.people_text{ width:960px;}
.people_text .title .fw{ float:left; text-align:center; margin:0 20px;}
.people_text .about_text{}
.people_text .title{ margin-bottom:20px; border-bottom:solid 1px #ddd; padding-bottom:10px;}
.people_text .title .fw a{ color:#337ab7;font-size:18px;}
.people_text .title .fw p{ margin-bottom:0px;}
.people_text .title h3{ margin-top:5px;}
.people_top{ margin-top:30px;}

.people_bottom{ margin-top:50px; }
.people_bottom .year{ background:#8f000b; border-radius: 50%; width:60px; height:60px; text-align:center; color:#fff; font-size:20px; color:#fff; line-height:60px; margin-left:90px;}

.people_bottom ul{ width:720px;}
.people_bottom .time{ position:relative;}
.lishi_about{ width:600px; }
.lishi_about h3{ font-size:16px; margin-top:0;}
.lishi_about p{ color:#666;}
/*
.time{ width:100px; font-size:16px; margin-top:45px; text-align:right;}
.time span{ position:absolute; width:11px; height:11px; background:#8f000b; border-radius:50%; right:-27px; top:5px;}
*/
.lishi_about{ border-left:solid 3px #8f000b; padding-top:10px; padding-bottom:20px;}
.people_bottom .title{ font-size:18px; font-weight:bolder; margin-top:70px; margin-bottom:20px;}


.lishi_about .bg{ background:#eee; padding:20px 20px 10px 20px;}