﻿@charset "utf-8";
/* CSS Document */

.nycon {
    min-height: 600px;
    padding-bottom: 70px;
}

.ny-ban {
    background: url(../../images/rs/nyban.jpg) no-repeat center center;
    background-size: cover;
    height: 390px;
}
/*内页面包屑侧导航*/
.ke-tit {
    /*padding-bottom: 5px;*/
    /*border-bottom: 1px solid #999;*/
    background: url(../../images/rs/kxbg.png) repeat-x 40px center;
    text-align: center;
}

.ke {
    line-height: 45px;
    font-size: 36px;
    color: #333;
    background: #fff;
    padding: 0 70px;
    display: inline-block;
}

.nav-path {
    padding-top: 10px;
    color: #4b698f;
    font-size: 16px;
}

    .nav-path a {
        color: #4b698f;
        font-size: 16px;
        padding: 0 3px;
    }

        .nav-path a:hover {
            text-decoration: none;
            color: #4b698f;
        }


.ke-t .ke {
    color: #333;
    font-size: 32px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}
/******左侧导航******/

.main-left {
    overflow: hidden;
    /*width:270px;*/
    /*float:left;*/
    /*padding-top: 40px;*/
}

/******右侧样式******/
.main-right {
    position: relative;
    /*width:870px;*/
    min-height: 500px;
    /*float:right;*/
    margin-top: 58px;
    background: #fff;
}
/*左侧导航：*/
.side-nav-panel {
}

.nav-panel-title {
    position: absolute;
    left: 0px;
    top: -74px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding-top: 30px;
    background: url(../../images/rs/nabg.png) no-repeat center top;
    width: 320px;
    height: 164px;
    z-index: 1;
}

.slide-nav-ul {
    margin-left: 185px;
    /*padding-bottom: 20px;*/
    border-top: none;
}

    .slide-nav-ul li {
        float: left;
        position: relative;
        border-right: 1px solid #fff;
    }

        .slide-nav-ul li:last-child {
            border-bottom: none;
        }

        .slide-nav-ul li.js-item {
            margin-bottom: 0px;
        }

        .slide-nav-ul li a {
            color: #fff;
            display: block;
            position: relative;
            padding: 10px 70px;
            font-size: 16px;
            /*text-align: center;*/
            line-height: 50px;
            text-decoration: none;
            background: #a0a0a0;
            height: 50px;
            -webkit-transform: skew(-30deg);
            -moz-transform: skew(-30deg);
            -o-transform: skew(-30deg);
            -ms-transform: skew(-30deg);
            transform: skew(-30deg);
            /*-webkit-transform-origin:0 134%;
	-moz-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	transform:rotate(-13deg);*/
            /*width:80px;*/
        }

            .slide-nav-ul li a span {
                display: block;
                -webkit-transform: skew(30deg);
                -moz-transform: skew(30deg);
                -o-transform: skew(30deg);
                -ms-transform: skew(30deg);
                transform: skew(30deg);
            }

            .slide-nav-ul li a.active {
                color: #fff;
                background: #f8bc26;
                text-decoration: none;
            }

                .slide-nav-ul li a.active:hover {
                    color: #fff;
                    background: #f8bc26;
                    text-decoration: none;
                }

            .slide-nav-ul li a:hover {
                background: #f8bc26;
                color: #fff;
            }



/*

.slide-nav-item-ul{
	padding-bottom: 10px ;
	padding:0px 0 10px 23px;
	background: #00369d;
	
 }
.slide-nav-item-ul li{ 
	line-height:30px;
	background: none;
	margin-bottom: 0px;
	border: none;
	padding: 0px;
	
	
} 
.slide-nav-item-ul li:first-child{
	border-top: none;
}
.slide-nav-item-ul li:last-child{
	border-bottom: none;
}
.slide-nav-item-ul li a{
	  display: block;
	  color:#fff;  
	  font-size:16px; 
	  padding: 0px;
	  padding-left: 15px;
	  border: none;
	   background:url(../../images/ah1.png) no-repeat left center;
	  font-weight: normal;
}
.slide-nav-ul li .slide-nav-item-ul li a:hover,.slide-nav-ul li .slide-nav-item-ul a.active{
     border: none;
	 color:#52ddd5;
	 text-decoration: none; 
	 font-weight: normal; 
	 padding-left: 15px;
     background:url(../../images/ah11.png) no-repeat left center;
	 box-shadow: none;
	 border-bottom: none;
	 }*/

/*右侧内容*/
.right-nr {
    font-size: 16px;
    color: #666;
    position: relative;
    padding-bottom: 50px;
}
/*页数*/
.page {
    float: right;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 35px;
    background: #fff;
    position: absolute;
    left: 35%;
    bottom: 20px;
}

    .page ul li {
        border-right: 1px solid #d1d1d1;
        float: left;
        line-height: 35px;
    }

        .page ul li:last-child {
            border-right: none;
        }

        .page ul li a {
            color: #333;
            padding: 0 12px;
            display: block;
            font-size: 14px;
        }

            .page ul li a.pa:hover, .page ul li a.active {
                color: #fff;
                background: #666;
                text-decoration: none;
            }



/*滚动条*/
.scrollBar {
    position: absolute;
    right: 3px;
    top: 50px;
    width: 6px;
    height: 660px;
    border-left: 1px solid #ccc;
}

    .scrollBar span.midd {
        height: 448px;
        display: block;
        margin-left: 5px;
        position: relative;
    }

        .scrollBar span.midd span {
            position: absolute;
            left: -10px;
            top: 10px;
            background: #ddd;
            width: 10px;
            height: 25px;
        }

/*文章滚动条样式*/
/******单篇文章******/
.view-title {
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 20px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 14px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 26px;
}

    .view-cnt p {
        /*text-align: justify;*/
        margin: 10px 0;
        text-justify: inter-ideograph;
        /*解决ie不兼容问题*/
    }

    .view-cnt ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
    }

    .view-cnt a {
        color: #5f5095;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            color: #5f5095;
        }

    .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;
    }

        .view-cnt table td, .view-cnt table th {
            border-color: #ddd;
        }

/******news,down,title样式******/
.data-list {
    padding-top: 5px;
    padding-bottom: 30px;
}

    .data-list li {
        font-size: 14px;
        line-height: 45px;
        /*border-bottom: 1px dotted #ccc;*/
    }
/*.data-list li:last-child{
	border-bottom: none;
}*/

/*.data-list li:nth-child(odd){
	background: #e9e9e9;
}*/

ul.data-list > li > a {
    color: #666;
    font-size: 16px;
    float: left;
    background: url(../../images/rs/lia.png) no-repeat left center;
    padding-left: 12px;
}

.data-list li a:hover {
    color: #000;
    text-decoration: none;
}

.data-list li span {
    font-size: 16px;
    color: #666;
    float: right;
}

/******pictrue,videolist样式******/
ul.pic-list {
    padding: 20px 0 10px;
}

    ul.pic-list li {
        float: left;
        margin: 10px;
    }

        ul.pic-list li.mar0 {
            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: 15px 0;
            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 {
    padding-top: 10px;
    padding-bottom: 20px;
}

    .picleft-list li {
        margin: 20px 0 25px 0;
    }

        .picleft-list li .pli-img {
            /*width: 228px;*/
            /*去掉宽度不要*/
        }

        .picleft-list li .pli-text {
            width: 875px;
            height: 158px;
            border-bottom: 1px dotted #ddd;
        }

            .picleft-list li .pli-text a {
                font-size: 16px;
                color: #333;
                display: block;
                margin-bottom: 10px;
                /*	margin-top: 10px;*/
            }

                .picleft-list li .pli-text a.a2 {
                    font-size: 14px;
                    color: #5f5095;
                    margin-top: 10px;
                }

            .picleft-list li .pli-text span {
                font-size: 14px;
                color: #999;
                display: block;
                margin: 3px 0;
            }

            .picleft-list li .pli-text p {
                font-size: 14px;
                color: #666;
                line-height: 23px;
                overflow: hidden;
                height: 50px;
            }

/*视频列表*/
.video-list {
    padding-top: 30px;
}

    .video-list li {
        width: 258px;
        height: 283px;
        border: 1px solid #ddd;
        float: left;
        margin-right: 43px;
        margin-bottom: 30px;
    }

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;
    }

.video-list li .vi-text {
    padding: 5px 30px 10px 20px;
    background: #fbfbfb;
    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;
}

    .newic-list li {
        padding: 30px 0;
        border-bottom: 1px dotted #ccc;
    }

        .newic-list li a.a1 {
            font-size: 16px;
            color: #295999;
            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: #295999;
            display: block;
            text-decoration: none;
            margin-top: 10px;
        }

        .newic-list li p {
            font-size: 14px;
            color: #666;
            line-height: 25px;
        }

/*apply 404*/
.bg4 {
    background: #252b4d url(../../images/4bg.jpg) no-repeat center top;
    min-height: 875px;
}

.bgg4 {
    text-align: center;
    padding-top: 590px;
}

    .bgg4 p {
        font-size: 32px;
        color: #fff;
        font-family: 'AvenirLTStd-light';
        margin-bottom: 40px;
    }

    .bgg4 a {
        font-size: 26px;
        color: #252b4d;
        background: #eedd23;
        font-family: impact;
        text-decoration: none;
        padding: 15px 70px;
        border-radius: 30px;
        border: 2px solid #eedd23;
        transition: all 1.0s;
        box-shadow: 2px 2px 2px 2px #1d233f;
    }

        .bgg4 a:hover {
            background: #252b4d;
            color: #eedd23;
            border: 2px solid #eedd23;
            transition: all 1.0s;
        }
/*弹框*/
.form1 {
    background: #fff;
    width: 500px;
    height: 710px;
    margin: auto;
    padding: 20px 30px 0;
    position: relative;
}

    .form1 .form-group label {
        font-size: 16px;
        color: #000;
        font-family: 'AvenirLTStd-light';
        margin-bottom: 10px;
        font-weight: normal;
    }

.form-control {
    border: 1px solid #999;
    border-radius: 0px;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    margin-bottom: 18px;
}

.form1 button.sub {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 70px;
    background: #eedd23;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #252b4d;
    font-family: 'impact';
    text-transform: uppercase;
}

.form1 .cha {
    position: absolute;
    left: 0px;
    top: 740px;
    width: 100%;
    text-align: center;
}

textarea {
    display: block;
    resize: none;
    width: 100%;
    height: 100px;
}

.form-gone {
}

    .form-gone span {
        position: absolute;
        right: 10px;
        top: 40px;
    }

    .form-gone i {
        float: right;
        padding: 0 3px;
    }
/*table*/
.bgf5 {
    background: #f5f5f5;
}

.tab-one {
    margin-top: 30px;
}

    .tab-one h4 {
        font-size: 24px;
        color: #000000;
    }

    .tab-one table {
        background: #fff;
        padding: 10px 0;
    }

    .tab-one .tab-bor {
        margin-top: 25px;
        border: 1px solid #ddd;
        background: #fff;
    }

    .tab-one table tr {
    }

        .tab-one table tr td:first-child {
            padding-left: 15px;
        }

        .tab-one table tr td {
            line-height: 40px;
            font-size: 16px;
            color: #000;
            /*text-align: center;*/
        }

            .tab-one table tr td img {
                vertical-align: -6px;
                padding-right: 10px;
            }

            .tab-one table tr td.td1 {
                background: #91b945;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.td2 {
                background: #6498d2;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.td3 {
                background: #ae1730;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.td4 {
                background: #333;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.pdf img {
                padding: 0px;
                text-align: center;
                padding: 0 10px;
                padding-top: 10px;
            }

            .tab-one table tr td:last-child {
            }

                .tab-one table tr td:last-child img {
                    display: inline-block;
                    padding-right: 0;
                    padding-top: 10px;
                }

                .tab-one table tr td:last-child span {
                    display: block;
                    line-height: 26px;
                }




.app3 {
    text-align: center;
    margin-top: 50px;
}

    .app3 a {
        font-size: 26px;
        color: #252b4d;
        background: #eedd23;
        font-family: impact;
        text-decoration: none;
        padding: 15px 70px;
        border-radius: 40px;
        border: 2px solid #eedd23;
        transition: all 1.0s;
    }

        .app3 a:hover {
            background: #252b4d;
            color: #eedd23;
            border: 2px solid #eedd23;
            transition: all 1.0s;
        }

/*ul-box*/
.ul-box {
    padding-top: 40px;
}

    .ul-box li {
        width: 300px;
        background: #fff;
        float: left;
        height: 370px;
        position: relative;
        border: 1px solid #5f5095;
        padding: 0 35px;
        margin-right: 25px;
        transition: all 1.5s;
        margin-bottom: 60px;
    }

        .ul-box li img {
            margin: 0 -35px;
        }

        .ul-box li.li2 h4 {
            padding-top: 20px;
        }

        .ul-box li:nth-child(3n) {
            margin-right: 0;
        }

        .ul-box li .li-date {
            color: #fff;
            position: absolute;
            left: 0px;
            top: 0px;
            background: url(../../images/rs/huang1.png) no-repeat left top;
            width: 94px;
            height: 97px;
        }

            .ul-box li .li-date span {
                display: block;
                font-size: 24px;
                padding-left: 10px;
                margin: 0;
            }

            .ul-box li .li-date i {
                font-size: 16px;
                padding-left: 10px;
            }

        .ul-box li h4 {
            padding-top: 77px;
            font-size: 18px;
            color: #333;
            line-height: 31px;
            font-weight: normal;
        }

        .ul-box li p {
            font-size: 14px;
            color: #777;
            line-height: 21px;
            margin: 15px 0;
        }

        .ul-box li a {
            text-align: center;
            display: block;
            font-size: 18px;
            color: #5f5095;
            text-decoration: none;
            margin-top: 20px;
        }

        .ul-box li span {
            margin: 5px -35px;
            display: block;
        }

        .ul-box li:hover {
            background: #5f5095;
            border: 1px solid #fff;
            color: #fff;
            cursor: pointer;
            transition: all 1.5s;
        }

            .ul-box li:hover h4 {
                color: #fff;
            }

            .ul-box li:hover p {
                color: #fff;
            }

            .ul-box li:hover a {
                color: #fff;
            }










.parallelogram2 {
    width: 100px;
    height: 70px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #E5C3B2;
    float: left;
}
