﻿@charset "utf-8";
/* CSS Document */
/*2020.6.30*/
.nybg {
    background: #f5f5f5;
}



.nycon {
    min-height: 600px;
    margin-top: 15px;
}

.bbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/nybbg.png) repeat left top;
}

.bbg2 {
    background: url(../images/redd.png) repeat left top;
}

.ny-ban {
    position: relative;
    /*height: 236px;*/
}

.nav-panel-title {
    font-size: 42px;
    color: #fff;
    line-height: 50px;
    /*font-family: 'SourceHanSerifCN-Regular';*/
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 105px;
    width: 100%;
    text-align: center;
    text-shadow: 3px 2px 2px #000;
}








/*内页面包屑侧导航*/
.ke-tit {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    height: 74px;
    line-height: 74px;
}

.ke {
    line-height: 74px;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}

.nav-path {
    color: #999;
    font-size: 16px;
    line-height: 35px;
    float: right;
    margin-top: -55px;
}

    .nav-path a {
        color: #999;
        font-size: 16px;
        padding: 0 3px;
        line-height: 35px;
    }

        .nav-path a:hover {
            text-decoration: none;
            color: #000;
        }

/******左侧导航******/

.main-left {
    overflow: hidden;
    width: 174px;
    float: left;
    margin-top: 10px;
}

/******右侧样式******/
.main-right {
    position: relative;
    width: 100%;
    min-height: 500px;
    float: none;
    margin-top: 0px;
    background: #fff;
    /*margin-right: 35px;*/
    /*box-shadow: 0px -2px 4px 0px #ccc;*/
    /*margin-top: 15px;
    padding: 30px 70px;
    padding-top: 0;*/
    /*margin-top: 30px;*/
    padding: 0px 70px 30px;
}
/*左侧导航：*/

.ny-er {
    margin-top: 3px;
    background: #1abc9c;
    margin-left: -70px;
    margin-right: -70px;
}


.side-nav-panel {
}


.slide-nav-ul {
    /*height: 71px;*/
    min-height: 60px;
    margin-bottom: 0;
}

    .slide-nav-ul li:first-child {
        /* border-top: none; */
    }

    .slide-nav-ul li {
        text-align: center;
        position: relative;
        margin-bottom: 2px;
        line-height: 60px;
        position: relative;
        padding: 0 30px;
        display: inline-block;
        vertical-align: top;
    }

        .slide-nav-ul li:last-child {
            /*border-bottom: none;*/
        }

        .slide-nav-ul li.js-item {
        }

        .slide-nav-ul li i {
            position: absolute;
            left: 23%;
            bottom: -27px;
            display: none;
        }

        .slide-nav-ul li:hover i {
            display: block;
        }

        .slide-nav-ul li.active i {
            display: block;
        }


        .slide-nav-ul li a {
            color: #fff;
            display: block;
            position: relative;
            line-height: 60px;
            font-size: 16px;
            /*text-align: center;*/
            text-decoration: none;
        }

            .slide-nav-ul li a.active {
                /*background: #0f4c81 ;*/
                text-decoration: none;
                /*background: #b83127;*/
            }

        .slide-nav-ul li:hover, .slide-nav-ul li.active {
        }
        /* 左侧二级选中 .parent */
        .slide-nav-ul li a:hover, .slide-nav-ul li a.active, .slide-nav-ul li a.selected, .slide-nav-ul li a.parent {
            /*background: #0f4c81 ;*/
        }

.ny-er.blue {
    background: #3498db !important;
}

.ny-er.lightblue {
    background: #33bed5 !important;
}

.ny-er.orange {
    background: #e74c3c !important;
}

.ny-er.brown {
    background: #4d7092 !important;
}

.ny-er.lightgreen {
    background: #1abc9c !important;
}

.ny-er.purple {
    background: #3c5298 !important;
}


/*导航颜色*/
.ny-er .brown li {
    background: #34495e !important;
}

    .ny-er .brown li:hover, .ny-er .brown li.active {
        background: #4d7092 !important;
    }


.ny-er .lightgreen li {
    background: #1abc9c !important;
}

    .ny-er .lightgreen li:hover, .ny-er .lightgreen li.active {
        background: #1c977f !important;
    }



.ny-er .blue li {
    background: #3498db !important;
}

    .ny-er .blue li:hover, .ny-er .blue li.active {
        background: #2e82ba !important;
    }


.ny-er .lightblue li {
    background: #33bed5 !important;
}

    .ny-er .lightblue li:hover, .ny-er .lightblue li.active {
        background: #2b9eb1 !important;
    }


.ny-er .orange li {
    background: #e74c3c !important;
}

    .ny-er .orange li:hover, .ny-er .orange li.active {
        background: #cf4334 !important;
    }


.ny-er .purple li {
    background: #3c5298 !important;
}

    .ny-er .purple li:hover, .ny-er .purple li.active {
        background: #3c5298 !important;
    }





/*内页三级导航*/
.slide-nav-item-ul {
    padding: 10px 0 5px 3px;
    /*background: #0f4c81;*/
    background: #4d7092;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 62px;
    height: auto !important;
    line-height: initial !important;
    box-shadow: 0px 0px 1px 0px #4d7092;
    display: none;
    min-width: 93px;
    z-index: 111;
}

    .slide-nav-item-ul li {
        line-height: 30px;
        background: none;
        /*margin-bottom: 15px;*/
        border: none;
        padding: 0px;
        height: auto !important;
        line-height: initial !important;
    }

        .slide-nav-item-ul li:first-child {
        }

        .slide-nav-item-ul li:last-child {
            border-bottom: none;
        }

        .slide-nav-item-ul li a {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            padding: 0px 10px;
            line-height: 23px;
            /*border-bottom: 3px solid transparent;*/
            padding-bottom: 5px;
            font-weight: normal;
        }

        .slide-nav-item-ul li:hover {
            border-bottom: none;
        }

        .slide-nav-item-ul li a:hover, .slide-nav-item-ul a.active {
            border: none;
            color: #173d6d;
            text-decoration: none;
            font-weight: normal;
            box-shadow: none;
            border-bottom: none;
        }
        /* 三级选中 .selected */
        .slide-nav-item-ul li a:hover, .slide-nav-item-ul a.active, .slide-nav-item-ul a.selected {
            /*background:url(../../images/rs/hza3.png) no-repeat left 8px;*/
            color: #fff;
            background: none;
            /*border-bottom: 3px solid #171c61;*/
        }

.slide-nav-ul li a.move .slide-nav-item-ul {
    display: block;
}

/*三级*/
/*右侧内容*/
.right-nr {
    font-size: 16px;
    color: #666;
    position: relative;
    padding-bottom: 50px;
    padding: 0 7%;
}

/*.ny-tit {
    border-bottom: 4px solid #ededed;
    height: 70px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 72px;
}

    .ny-tit h4 {
        font-size: 24px;
        color: #333;
        line-height: 70px;
        font-weight: bold;
    }*/
.ny-tit {
    /*border-bottom: 1px solid #c0c4cb;*/
    background: url(../../images/xx2.png) repeat-x left bottom;
    text-align: center;
}

    .ny-tit h4 {
        font-size: 32px;
        color: #355798;
        font-weight: normal;
    }

    .ny-tit span {
        font-size: 18px;
        font-weight: bold;
        color: #c6ccd8;
        font-family: arial;
        display: inline-block;
        border-bottom: 4px solid #34495e;
        padding-bottom: 15px;
        width: 130px;
        margin: auto;
        margin: 10px auto 1px;
    }

.ny-tit2 h4 {
    color: #1abc9c;
}

.ny-tit2 span {
    border-bottom: 4px solid #1abc9c;
}

.ny-tit3 h4 {
    color: #3498db;
}

.ny-tit3 span {
    border-bottom: 4px solid #3498db;
}

.ny-tit4 h4 {
    color: #e74c3c;
}

.ny-tit4 span {
    border-bottom: 4px solid #e74c3c;
    width: 140px;
}







/*导航颜色*/
.main-right .brown h4 {
    color: #34495e !important;
}

.main-right .brown span {
    border-bottom: 4px solid #34495e !important;
}


.main-right .lightgreen h4 {
    color: #1abc9c !important;
}

.main-right .lightgreen span {
    border-bottom: 4px solid #1abc9c !important;
}


.main-right .blue h4 {
    color: #3498db !important;
}

.main-right .blue span {
    border-bottom: 4px solid #3498db !important;
}


.main-right .lightblue h4 {
    color: #33bed5 !important;
}

.main-right .lightblue span {
    border-bottom: 4px solid #33bed5 !important;
}


.main-right .orange h4 {
    color: #e74c3c !important;
}

.main-right .orange span {
    border-bottom: 4px solid #e74c3c !important;
}







.ny-ban {
    position: relative;
}

    .ny-ban img {
        max-width: 100%;
        height: auto;
    }
/*手机二级导航*/
/*sub-nav*/
.subNav-box {
    position: relative;
    height: 40px;
}

.sub-nav {
    text-align: center;
    /*position: absolute;
        left: 0;
        width: 100%;
        top: -28px;*/
    overflow: hidden;
    /*background: #507bbd;*/
}

    .sub-nav ul {
        display: inline-block;
        white-space: nowrap;
        /*height: 63px;*/
        text-align: center;
        font-size: 0;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-left: 40px;
        border-top: 3px solid #ebc32a;
        border-bottom: 1px solid #ebc32a;
    }

.ul_margin {
    /*margin-left: 40px !important;*/
}

.sub-nav li {
    display: inline-block;
    font-size: 16px;
    background: #2d3644;
    vertical-align: middle;
    /*border-right: 1px solid #fff !important;*/
    background: #2d3644 url(../../images/sbg1.jpg) no-repeat right center;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
    /*.sub-nav li:nth-child(3){
	background: #beaeb3;
	border-right: 3px solid #00f;
}*/
    .sub-nav li a {
        padding: 16px 32px;
        display: inline-block;
        color: #fff;
    }

    .sub-nav li.active a {
        /*pointer-events: none;*/
        background: #ebc32a;
    }

/*.sub-nav li.active:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            margin-left: -20px;
            border: 20px solid transparent;
            border-top: 10px solid #346e95;
        }

        .sub-nav li:last-child {
            border-right: 0;
        }*/

.previous_slider, .next_slider {
    position: absolute;
    width: 40px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    background: #40649a;
    font-size: 24px;
    top: 0px;
    border-top: 3px solid #ebc32a;
    border-bottom: 1px solid #ebc32a;
}

.previous_slider {
    left: 0px;
}

.next_slider {
    right: 0px;
}

.mart4 {
    margin-top: 40px;
}





/*右侧内容*/
.right-nr {
    font-size: 16px;
    color: #333;
    position: relative;
}
/*页数*/
.wpage {
    height: 35px;
    background: #fff;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
}

    .wpage ul li {
        margin: 0 4px;
        float: left;
        line-height: 35px;
    }

        .wpage ul li:last-child {
            border-right: none;
        }

        .wpage ul li a {
            color: #7d7d7d;
            padding: 0 8px;
            display: block;
            font-size: 16px;
        }

            .wpage ul li a i {
                font-style: normal;
            }

            .wpage ul li a.pa:hover, .wpage ul li a.active {
                color: #000;
                /*background:#666;*/
                text-decoration: none;
            }

/**/
.acr-one {
}

    .acr-one p {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        margin-top: 26px;
    }

.p-one {
    margin-bottom: 25px;
}

.acr-one h4 {
    font-size: 18px;
    font-weight: bold;
    color: #355798;
}

.p-one p {
    margin-top: 26px;
    text-indent: 2em;
}










/**/
/*文章滚动条样式*/
/******单篇文章******/
.view-title {
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 38px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
}

    .view-info span {
        font-size: 16px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 29px;
}

    .view-cnt p {
        text-justify: inter-ideograph;
        /*解决ie不兼容问题*/
        font-size: 16px;
        color: #333;
        line-height: 29px;
        margin: 10px 0;
    }

    .view-cnt ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
    }

    .view-cnt a {
        color: #173d6d;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            color: #173d6d;
        }

    .view-cnt ol, .view-cnt ul {
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li {
            list-style: inherit;
        }


    /*table*/

    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
        width: 100% !important;
    }

        .view-cnt table td, .view-cnt table th {
            border-color: #ddd;
        }

/******news,down,title样式******/
.data-list {
    padding-top: 15px;
}

    .data-list li {
        font-size: 16px;
        line-height: 40px;
        background: url(../../images/grem.png) no-repeat left center;
        padding-left: 20px;
    }

/*.data-list li:nth-child(odd){
	background: #e9e9e9;
}*/


ul.data-list > li > a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    float: left;
}


.data-list li a:hover {
    color: #000;
    text-decoration: none;
}

.data-list li span {
    font-size: 16px;
    color: #999;
    float: right;
}

/******pictrue,videolist样式******/
ul.pic-list {
    padding: 20px 0 10px;
}

    ul.pic-list li {
        float: left;
        margin: 10px 72px 5px 0;
        border: 1px solid transparent;
    }

        ul.pic-list li:hover {
            border: 1px solid #335493;
        }


    ul.pic-list .li-img {
        overflow: hidden;
        transition: all 1.5s;
    }

        ul.pic-list .li-img img {
            transform: scale(1.0);
            transition: all 1.5s;
        }

        ul.pic-list .li-img:hover img {
            transform: scale(1.2);
            transition: all 1.5s;
        }

    /*ul.pic-list li.mar0{
	margin-right:0;
}*/
    ul.pic-list li:nth-child(5n) {
        margin-right: 0;
    }


    ul.pic-list li a {
        color: #666;
    }

        ul.pic-list li a:hover {
            color: #333;
            text-decoration: none;
        }

    ul.pic-list li div {
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

    ul.pic-list li p {
        padding: 18px 10px;
        color: #000;
        text-align: center;
    }

    ul.pic-list a img {
        /*border:1px solid #ddd;*/
        /*padding: 3px; background-color: #00428f;
 
    display: block;  border:2px solid #00428f;
   padding: 6px; background-color: #fff;
    transition: all 0.2s ease-in-out 0s;*/
    }


/******pictrueleft pictrueright样式******/
ul.pic-bothside li {
    padding: 30px 39px;
    border: 1px solid #ccc;
    margin-top: 25px;
}

ul.pic-bothside a img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin: 3px 13px 3px 0px;
}

a.pic-a {
    color: #333;
}

span.pic-span {
    color: #999;
}


/*左图右文*/

.picleft-list {
    margin-top: 30px;
    padding-bottom: 20px;
}

    .picleft-list li {
        margin: 20px 0 29px 0;
        border-bottom: 1px dotted #bbb;
    }

        .picleft-list li .pli-img {
            /*width: 228px;*/
            /*去掉宽度不要*/
            /*width: 32%;*/
            border: 3px solid transparent;
            transition: all 1s;
        }

            .picleft-list li .pli-img img {
                max-width: 100%;
            }

            .picleft-list li .pli-img:hover {
                border: 3px solid #173d6d;
                box-shadow: 0px 1px 4px 3px #d4d4d4;
                transition: all 1s;
                cursor: pointer;
            }

        .picleft-list li .pli-text {
            width: 596px;
            height: 222px;
            /*border-bottom: 1px solid #bbb;*/
        }

            .picleft-list li .pli-text a {
                font-size: 20px;
                color: #4d7092;
                font-weight: bold;
                display: block;
                margin-bottom: 18px;
                /*	margin-top: 10px;*/
            }

                .picleft-list li .pli-text a.a2 {
                    font-size: 14px;
                    color: #fff;
                    background: #3498db;
                    display: inline-block;
                    border-radius: 4px;
                    margin-bottom: 0;
                    text-decoration: none;
                    width: 80px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    margin-top: 3px;
                }

                    .picleft-list li .pli-text a.a2:hover {
                        background: #1889d4;
                    }

            .picleft-list li .pli-text span {
                font-size: 16px;
                color: #777;
                display: block;
                margin: 13px 0;
            }

            .picleft-list li .pli-text p {
                font-size: 16px;
                color: #777;
                line-height: 30px;
                overflow: hidden;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

/*视频列表*/
.video-list {
    padding-top: 20px;
}

    .video-list li {
        width: 260px;
        /*width: 31%;*/
        min-height: 283px;
        border: 1px solid #ddd;
        float: left;
        margin-right: 12%;
        margin-bottom: 30px;
        background: #fbfbfb;
        overflow: hidden;
    }

        .video-list li:hover {
            border: 1px solid #335493;
            cursor: pointer;
        }

ul.video-list li.mar0 {
    margin-right: 0;
}

.video-list li .vi-vi {
    position: relative;
    height: 135px;
}

    .video-list li .vi-vi span img {
        position: absolute;
        left: 42%;
        top: 35px;
        max-width: 100%;
    }

.video-list li .vi-text {
    padding: 5px 30px 10px 20px;
    /*height: 132px;*/
    overflow: hidden;
}

    .video-list li .vi-text a {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 25px;
    }

    .video-list li .vi-text span {
        display: block;
        font-size: 14px;
        color: #777;
        margin: 8px 0;
    }

    .video-list li .vi-text p {
        font-size: 14px;
        color: #777;
        line-height: 21px;
        height: 47px;
        overflow: hidden;
    }
/*下载页面*/

.down-list {
    padding-bottom: 50px;
    padding-top: 15px;
}

    .down-list li {
        border-bottom: 1px solid #ddd;
        padding: 16px 0;
    }

        .down-list li:first-child {
            padding-top: 0px;
        }

        .down-list li .down-left {
        }

            .down-list li .down-left a {
                color: #333;
                font-size: 16px;
            }

                .down-list li .down-left a img {
                    margin-right: 10px;
                }

            .down-list li .down-left p {
                margin-top: 12px;
                font-size: 14px;
                color: #999;
            }

                .down-list li .down-left p span {
                    margin-left: 54px;
                }

        .down-list li .down-xia {
            display: block;
            margin-top: 18px;
        }

/*piclist1 个人图片列表*/


.picleft1-list {
    padding-top: 16px;
    padding-bottom: 20px;
}

    .picleft1-list li {
        margin-bottom: 10px;
        width: 242px;
        height: 88px;
        border: 1px solid #ececec;
        padding: 8px;
        float: left;
        margin-right: 20px;
        margin-bottom: 26px;
    }

        .picleft1-list li:hover {
            box-shadow: 1px 1px 2px 2px #e8effb;
        }

        .picleft1-list li .pli-img1 {
            /*width: 228px;*/
            /*去掉宽度不要*/
        }

        .picleft1-list li .pli-text1 {
            margin-top: 10px;
            width: 130px;
            padding-left: 23px;
        }

            .picleft1-list li .pli-text1 a {
                font-size: 20px;
                color: #333;
                display: block;
                margin-top: -5px;
                text-decoration: none;
                /*	margin-top: 10px;*/
            }

            .picleft1-list li .pli-text1 span {
                font-size: 18px;
                color: #999;
                display: block;
                margin: 15px 0 10px 0;
            }

        .picleft1-list li.mar0 {
            margin-right: 0px;
        }

/*字母序列表*/
.az {
    padding-top: 20px;
    color: #333;
    font-size: 16px;
    height: 35px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

    .az ul {
        line-height: 30px;
    }

        .az ul li {
            float: left;
            padding-right: 16px;
            line-height: 30px;
        }

            .az ul li a {
                color: #999;
                font-size: 16px;
                text-decoration: none;
            }

                .az ul li a:hover {
                    color: #9ac209;
                }

.az-aa {
    padding-top: 10px;
}

.zza {
    padding: 10px 0;
    border-bottom: 1px dotted #cdcdcd;
}

    .zza h4 {
        font-size: 24px;
        color: #9ac209;
        font-weight: normal;
    }

    .zza ul {
        padding-top: 20px;
    }

        .zza ul li {
            float: left;
            font-size: 16px;
            color: #333;
            padding-right: 40px;
            width: 60px;
            margin-bottom: 10px;
        }

            .zza ul li.mar0 {
                margin-right: 0px;
            }

/*datime*/
.datime .dat-top {
    margin: 40px 0 10px 0;
}

    .datime .dat-top img {
        width: 880px;
        height: 124px;
    }

.time-top {
    position: relative;
}

    .time-top a.prev {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 46px;
        height: 46px;
        display: block;
        cursor: pointer;
        z-index: 1;
    }

    .time-top a.next {
        position: absolute;
        right: 0px;
        top: 30px;
        width: 46px;
        height: 46px;
        display: block;
        cursor: pointer;
        z-index: 1;
    }

.timg {
    height: 1px;
    background: #b12330;
    position: absolute;
    left: 2%;
    top: 53px;
    width: 97%;
}

.time-ul {
    padding-top: 18px;
    position: relative;
}

    .time-ul ul {
        padding-top: 18px;
        padding-left: 50px;
    }

        .time-ul ul li {
            float: left;
            cursor: pointer;
            margin: 0 6px;
            background: url(../../images/rts.png) no-repeat center top;
        }

            .time-ul ul li a {
                text-decoration: none;
                margin: 0 20px;
                display: block;
                height: 100px;
                margin-top: 18px;
                width: 34px;
            }

                .time-ul ul li a span {
                    font-size: 14px;
                    color: #333;
                    display: block;
                    padding-top: 40px;
                }

            .time-ul ul li.active {
                background: url(../../images/rt.png) no-repeat center top;
            }


.time-one {
}

    .time-one h4 {
        font-size: 24px;
        color: #333;
        text-align: center;
        margin: 20px 0;
    }

    .time-one p {
        font-size: 14px;
        color: #777;
        line-height: 25px;
        margin: 20px 0;
    }


.newic-list {
    padding-bottom: 50px;
    margin-top: 10px;
}

    .newic-list li {
        padding: 20px 20px;
        border: 1px solid transparent;
        border-bottom: 1px solid #ccc;
    }

        .newic-list li:hover {
            border: 1px solid #ccc;
            cursor: pointer;
        }

        .newic-list li a.a1 {
            font-size: 16px;
            color: #335493;
            display: block;
            text-decoration: none;
        }

        .newic-list li span {
            font-size: 14px;
            color: #999;
            display: block;
            margin: 10px 0;
        }

        .newic-list li a.a2 {
            font-size: 14px;
            color: #333;
            display: block;
            text-decoration: none;
            margin-top: 10px;
        }

        .newic-list li p {
            font-size: 14px;
            color: #666;
            line-height: 25px;
        }






/* webplus平台 */

/* 导航选中 .selected */

.wc-menu ul li a:hover, .wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
}
/* 左侧二级选中 .parent */
.slide-nav-ul li a:hover, .slide-nav-ul li a.active, .slide-nav-ul li a.selected, .slide-nav-ul li a.parent {
}
/* 三级选中 .selected */
.slide-nav-ul li .slide-nav-item-ul li a:hover, .slide-nav-ul li .slide-nav-item-ul a.active, .slide-nav-ul li .slide-nav-item-ul a.selected {
}

/* 面包屑 斜杠 / 的图片 */
.possplit {
    background-image: url(../../images/posgg.png);
}

/* 假如是单篇文章   平台会用自己的样式 */
.wp_single wp_column_article {
    margin-top: 20px;
}
/* 重写平台上的样式 */
.view-cnt, .wp_articlecontent {
    font-size: 16px !important;
    margin-top: 28px;
    line-height: 29px !important;
}


.right-nr #wp_column_article p {
    margin: 10px 0;
    font-size: 16px !important;
    line-height: 29px !important;
}




/*piclist 2*/
ul.piclist2 {
    padding-top: 10px;
}

    ul.piclist2 li {
        /*width: 260px;*/
        width: 30%;
        margin-right: 5%;
        float: left;
        margin-bottom: 30px;
        background: #f5f5f5;
        border: 1px solid #ccc;
    }

        ul.piclist2 li img {
            max-width: 100%;
        }

        ul.piclist2 li:hover {
            /*background: #0f4c81;*/
        }

            ul.piclist2 li:hover .pi-tt h4 a {
                color: #fff;
            }

            ul.piclist2 li:hover .pi-tt .ul-desc li a {
                color: #fff;
            }

            ul.piclist2 li:hover .pi-tt .ul-desc li {
                list-style-type: disc;
                color: #fff;
            }

            ul.piclist2 li:hover .pi-tt a.more {
                color: #fff;
            }

        ul.piclist2 li.mar0 {
            margin-right: 0;
        }



        ul.piclist2 li .pi-tt {
            padding: 20px 30px;
            background: #fff;
        }

            ul.piclist2 li .pi-tt .ul-desc {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                margin-bottom: 0;
                height: 94px;
                color: #666;
                padding-left: 30px;
            }

                ul.piclist2 li .pi-tt .ul-desc li {
                    float: none;
                    width: 100%;
                    margin-right: 0px;
                    margin-bottom: 0px;
                    background: none;
                    border: none;
                }

            ul.piclist2 li .pi-tt h4 {
                color: #333;
                margin-bottom: 10px;
                height: 27px;
                line-height: 27px;
                overflow: hidden;
                /*line-height: 140%;*/
            }

                ul.piclist2 li .pi-tt h4 a {
                    color: #333;
                }

                    ul.piclist2 li .pi-tt h4 a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

            ul.piclist2 li .pi-tt .ul-desc li {
                list-style-type: disc;
                line-height: 30px;
            }

                ul.piclist2 li .pi-tt .ul-desc li a {
                    color: #333;
                }

                    ul.piclist2 li .pi-tt .ul-desc li a:hover {
                        /* color: #a3c721; */
                    }

            ul.piclist2 li .pi-tt a.more {
                font-size: 18px;
                color: #1f8dcc;
                margin-top: 15px;
                display: block;
                text-decoration: none;
            }

                ul.piclist2 li .pi-tt a.more img {
                    padding-left: 10px;
                }

        ul.piclist2 li:hover .pi-tt {
            background: #173d6d;
        }
/*线的效果*/
.pic-box {
}

ul.piclist2 li a.a1 {
    position: relative;
    display: block;
}

    ul.piclist2 li a.a1 i {
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 6px;
        background: #a8ca2d;
        display: block;
        width: 100%;
        opacity: 0;
        z-index: 1;
    }

    ul.piclist2 li a.a1 i {
        width: 0px;
        height: 4px;
        background: #f2c230;
        margin-top: 100px;
        display: inline-block;
    }

ul.piclist2 li:hover a.a1 i {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/**/

ul.piclist3 {
    padding-top: 20px;
}

    ul.piclist3 li {
        /*width:270px;*/
        width: 30%;
        border-bottom: 1px solid #f2d79c;
        margin-right: 3%;
        float: left;
        margin-bottom: 36px;
        min-height: 272px;
        overflow: hidden;
    }

        ul.piclist3 li:nth-child(3n) {
            margin-right: 0;
        }

        ul.piclist3 li .li-img3 {
            overflow: hidden;
            /*width: 250px;*/
            height: 170px;
        }

            ul.piclist3 li .li-img3 img {
                transform: scale(1.0);
                transition: all 1.5s;
            }

        ul.piclist3 li:hover .li-img3 img {
            /*transform: scale(1.2);
	 transition: all 1.5s;*/
        }

        ul.piclist3 li .li-tt3 a {
            display: block;
            font-size: 16px;
            color: #333;
            margin: 13px 0 3px 0;
            line-height: 26px;
            text-decoration: none;
        }

        ul.piclist3 li .li-tt3 p {
        }

        ul.piclist3 li .li-tt3 a:hover {
            color: #445b14;
        }

/*人物介绍*/
.person-list {
}

    .person-list li {
        background: #fafafa;
        width: 300px;
        height: 195px;
        border-radius: 5px;
        padding: 15px;
        float: left;
        margin-right: 28px;
        margin-bottom: 22px;
    }

        .person-list li:nth-child(3n) {
            margin-right: 0;
        }

        .person-list li:hover {
            background: #fff;
            box-shadow: 0px 0px 3px 3px #e4e4e4;
            cursor: pointer;
        }

    .person-list .li-img {
        width: 127px;
        height: 168px;
    }

    .person-list .li-tt {
        width: 136px;
        text-align: right;
    }

        .person-list .li-tt h4 {
            font-size: 26px;
            color: #333;
        }

        .person-list .li-tt span {
            font-size: 14px;
            color: #333;
            display: block;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .person-list .li-tt i {
            /*display: inline-block;*/
            float: right;
            width: 30px;
            height: 1px;
            background: #979797;
        }

        .person-list .li-tt p {
            font-size: 14px;
            margin-top: 25px;
        }

/*hezuo*/

.hezuo-list {
    padding-top: 20px;
}

    .hezuo-list li {
        width: 368px;
        height: 235px;
        border-radius: 5px;
        background: #fafafa;
        float: left;
        width: 370px;
        margin-right: 25px;
        margin-bottom: 25px;
        padding-top: 20px;
    }

        .hezuo-list li:nth-child(3n) {
            margin-right: 0px;
        }

        .hezuo-list li a {
            display: block;
            text-align: center;
            text-decoration: none;
        }

        .hezuo-list li span {
            display: block;
            font-size: 18px;
            color: #333;
            margin-top: 24px;
        }

        .hezuo-list li:hover {
            background: #fff;
            box-shadow: 0px 0px 3px 3px #e4e4e4;
        }





.date-ul2 {
    padding-top: 40px;
}

    .date-ul2 li {
        float: left;
        width: 493px;
        margin-right: 30px;
        margin-bottom: 25px;
        cursor: pointer;
    }

        .date-ul2 li:nth-child(even) {
            margin-right: 0;
        }

        .date-ul2 li .li-date {
            background: #e8e8e8;
            width: 76px;
            height: 58px;
            text-align: center;
        }

            .date-ul2 li .li-date p {
                font-size: 22px;
                font-weight: bold;
                color: #1abc9c;
                line-height: 38px;
            }

            .date-ul2 li .li-date span {
                height: 20px;
                background: #1abc9c;
                color: #fff;
                line-height: 20px;
                display: block;
                font-size: 14px;
            }

        .date-ul2 li .li-tt {
            border-bottom: 1px solid #b6d4ce;
            height: 58px;
            width: 406px;
        }

            .date-ul2 li .li-tt a {
                font-size: 16px;
                color: #333;
                text-decoration: none;
            }

        .date-ul2 li:hover .li-tt {
            border-bottom: 1px solid #1abc9c;
        }



/*search*/

.cha-one {
    height: 136px;
    border-bottom: 1px solid #c0c4cb;
    padding-top: 40px;
}

    .cha-one select {
        font-size: 16px;
        color: #333;
        width: 393px;
        height: 55px;
        border: 1px solid #bbb;
        padding-left: 25px;
    }

.cha-two {
    height: 156px;
    border-bottom: 1px solid #c0c4cb;
}

    .cha-two p {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #333;
    }

    .cha-two input.cha-text {
        width: 393px;
        height: 55px;
        border: 1px solid #bbb;
        padding-left: 25px;
        font-size: 16px;
        color: #333;
    }

    .cha-two input.cha-but {
        width: 68px;
        height: 53px;
        line-height: 53px;
        border: 1px solid #bbb;
        text-align: center;
        color: #fff;
        background: #3782ae;
        margin-left: 30px;
    }

.cha-three {
    margin-top: 30px;
}

    .cha-three table {
        margin-bottom: 20px;
        border: 1px solid #dbdbdb;
        width: 100%;
    }

        .cha-three table tr td:first-child {
            width: 120px;
            text-align: right;
        }

        .cha-three table tr td {
            border: 1px solid #dbdbdb;
            padding-left: 10px;
            vertical-align: middle;
            padding: 7px 10px;
            font-size: 16px;
            color: #333;
        }
/*大事记*/
.mar01 {
    padding-bottom: 0;
}

.shi-right {
}



.shi-right {
    padding-top: 70px;
}

    .shi-right ul li {
        font-size: 24px;
        font-weight: bold;
        color: #888;
        margin-bottom: 45px;
        text-align: right;
        cursor: pointer;
    }

        .shi-right ul li.active {
            font-size: 40px;
            color: #34495e;
            transition: all 1s;
        }

.shi-left {
    width: 896px;
}

.shi-shi {
    border-left: 1px solid #b8b8b8;
    min-height: 500px;
    margin-top: 30px;
    padding-bottom: 20px;
}

    .shi-shi ul {
    }

        .shi-shi ul li {
            position: relative;
            padding-bottom: 70px;
        }

            .shi-shi ul li i {
                position: absolute;
                left: -13px;
                top: 30px;
            }

            .shi-shi ul li .li-date2 {
                background: url(../../images/dd.png) no-repeat center top;
                width: 90px;
                height: 90px;
                color: #fff;
                text-align: center;
                margin-left: 22px;
                margin-right: 10px;
                float: left;
            }

                .shi-shi ul li .li-date2 p {
                    font-size: 40px;
                    font-weight: bold;
                    color: #fff;
                    font-family: arial;
                    line-height: 48px;
                }

                .shi-shi ul li .li-date2 span {
                    font-size: 14px;
                    color: #fff;
                    font-family: arial;
                }

            .shi-shi ul li .li-tt2 {
                background: #34495e;
                border-radius: 5px;
                float: left;
                width: 770px;
                padding: 20px 40px;
                color: #fff;
            }

                .shi-shi ul li .li-tt2 a {
                    font-size: 20px;
                    font-weight: bold;
                    color: #fff;
                    text-decoration: none;
                }

                .shi-shi ul li .li-tt2 p {
                    font-size: 16px;
                    line-height: 25px;
                    color: #fff;
                    margin-top: 10px;
                }



/* 三级下拉颜色 */

.ny-er .slide-nav-item-ul li {
    background: none !important;
}

    .ny-er .slide-nav-item-ul li:hover, .ny-er .slide-nav-item-ul li.active {
        background: none !important;
    }

.ny-er .slide-nav-item-ul.brown {
    background: #4d7092 !important;
}


.ny-er .slide-nav-item-ul.lightgreen {
    background: #1abc9c !important;
}

.ny-er .slide-nav-item-ul.blue {
    background: #3498db !important;
}

.ny-er .slide-nav-item-ul.lightblue {
    background: #33bed5 !important;
}
