@charset "utf-8";
html,
body {
    height: 100%;
}

body {
    background: url(../images/ny-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/head-bj2.png) repeat-x;
    background-size: auto 100%;
    z-index: 999;
}

.head-top {
    border: none;
}

.nav {
    background: none;
    padding-bottom: 15px;
    padding-top: 10px;
}

.youth-b,
.youth-b div,
.youth-b li,
.youth-b ul {
    height: 100%;
}

.youth-b ul li {
    position: relative;
}

.youth-b {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.youth-b li>img {
    display: none;
    width: 100%;
}

.youth-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: auto !important;
}

.youth-info>div a {
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    margin-right: 320px;
    padding: 30px;
}

.youth-info>div a h2 {
    border-left: 4px solid #174690;
    font-weight: 600;
    color: #174690;
    line-height: 34px;
    font-size: 32px;
    padding-left: 10px;
}

.youth-info>div a h2 img {
    float: right;
}

.youth-info>div a h3 {
    padding-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 24px;
    margin: 15px 0;
    line-height: 30px;
    position: relative;
}

.youth-info>div a h3 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #174690;
}

.youth-info>div a h3 span i {
    font-style: normal;
    font-size: 16px;
}

.youth-info>div a p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

.youth-s {
    box-sizing: border-box;
    position: relative;
    padding-top: 200px;
    overflow: hidden;
}

.youth-spic {
    float: right;
    height: 100%;
    width: 230px;
    margin-right: 30px;
    margin-left:30px;
}

.youth-spic>ul {
    height: 100%;
    box-sizing: border-box;
    background: #fff;
}

.youth-spic>ul .slick-list {
    overflow: visible;
}

.youth-spic>ul div {
    height: 100%;
}

.youth-spic ul li.slick-slide {
    height: auto;
    box-sizing: border-box;
    padding: 8px 20px;
    transition: all 0.5s;
    outline: none;
}

.youth-spic ul li.slick-slide.slick-current {
    transform: scale(1.4);
    z-index: 10;
}

.youth-spic>ul li {
    position: relative;
    z-index: 9;
}

.youth-spic>ul li .pic {
    padding-top: 56%;
    border: 3px solid #fff;
    border-radius: 2px;
    z-index: 9;
}

.youth-spic>ul li img {
    display: block;
    width: 100%;
}

.sedPage {
    box-sizing: border-box;
    padding-top: 200px;
    height: 100%;
}

.youth-spic .slick-prev,
.youth-spic .slick-next {
    height: 40px;
    width: 100%;
    left: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 8;
}

.youth-spic .slick-prev {
    top: 0;
    background: #fff url(../images/youth-spic-t.png) no-repeat;
    background-position: center center;
}

.youth-spic .slick-next {
    bottom: 0;
    background: #fff url(../images/youth-spic-b.png) no-repeat;
    background-position: center center;
}
/* 二级页 芳华时光 更多跳转页面 */

.youth-list-zzc {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    cursor: pointer;
}

.youth-list {
    position: fixed;
    left: 50px;
    right: 50px;
    top:50px;
    bottom: 50px;
}

.youth-list li {
    padding-bottom: 140px;
    position: relative;
}

.youth-list ul,
.youth-list div,
.youth-list ul li {
    height: 100%;
}

.youth-list ul {
    position: relative;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 70px;
}

.youth-list ul li {
    position: relative;
    box-sizing: border-box;
}

.youth-pic img {
    display: none;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.youth-list .youth-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.youth-pic {
    height: 100%;
    position: relative;
}


.youth-cont h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.youth-cont  span {
    float: right;
    font-size: 16px;
}


.youth-cont p {
    color: #fff;
    color: rgba(255, 255, 255, .48);
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    max-height: 96px;
    overflow: hidden;
}

.youth-list .slick-prev,
.youth-list .slick-next {
    width: 30px;
    height: 45px;
    top: 40%;
}

.youth-list .slick-prev {
    background: url(../images/youth-l.png) no-repeat;
    background-position: center center;
}

.youth-list .slick-next {
    background: url(../images/youth-r.png) no-repeat;
    background-position: center center;
}
/* 二级页 新闻动态*/

.sedNew {
    position: relative;
    height: 100%;
}

.sedNew-bj {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sedNew-bj div,
.sedNew-bj li,
.sedNew-bj ul {
    height: 100%;
}

.sedNew-pics {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 225px;
    width: 66.4%;
}

.sedNew-pics ul,
.sedNew-pics li,
.sedNew-pics div,
.sedNew-pics img {
    height: 100%;
    overflow: hidden;
}

.sedNew-pics img {
    max-width: 100%;
    max-height: 100%;
    float: right;
}

.sedNew-pics .pic {
    padding-top: 65.7%;
}

.sedNew-info {
    position: absolute;
    right: 0;
    top: 65px;
    bottom: 85px;
    background: #fff;
    width: 560px;
}

.sedNew-info ul {
    padding: 40px 15px 30px 40px;
    height: 100%;
    box-sizing: border-box;
}

.sedNew-info ul li,
.sedNew-info div {
    height: 100%;
    overflow: hidden;
}

.sedNew-info ul li a {
    display: block;
    padding-right: 15px;
}

.sedNew-info ul li h3 {
    color: #174690;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sedNew-info ul li div span {
    display: block;
    padding-left: 30px;
    background: url(../images/time3.png) no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sedNew-info ul li div p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    margin-top: 15px;
}

.sedNew-info .slick-prev,
.sedNew-info .slick-next {
    width: 70px;
    height: 70px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sedNew-info .slick-prev {
    background: url(../images/sedNew-l.png) no-repeat;
    background-size: 100% 100%;
    right: auto;
    left: -70px;
    bottom: 70px;
    top: auto;
}

.sedNew-info .slick-next {
    background: url(../images/sedNew-r.png) no-repeat;
    background-size: 100% 100%;
    right: auto;
    left: -70px;
    bottom: 0;
    top: auto;
}

@media screen and (max-width:1420px) {
    .youth-list .youth-cont {
        padding: 0;
    }
    .youth-list {
        left: 100px;
        right: 100px;
        top: 5%;
        bottom: 5%;
    }
    .youth-cont h3 {
        font-size: 20px;
    }
    .youth-cont p {
        font-size: 14px;
    }
    .nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav>ul>li>a {
        line-height: 40px;
    }
    .logo a img {
        height: 60px;
    }
    .search-box input[type="text"] {
        height: 30px;
        line-height: 30px;
    }
    .search-box>div {
        margin-top: 10px;
    }
    .head-top {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .sedPage {
        padding-top: 150px;
    }
    .sedNew-pics {
        bottom: 85px;
    }
}

@media screen and (max-width:1024px) {
    body {
        box-sizing: border-box;
    }
    .sedPage {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .youth-list {
        left: 0;
        right: 0;
        top: 5%;
        bottom: 5%;
    }
    .youth-list ul {
        padding-left: 0;
        padding-right: 0;
    }
    .youth-list .slick-prev,
    .youth-list .slick-next {
        width: 20px;
        height: 30px;
        background-size: 100%;
    }
    .youth-cont h3 span {
        display: none;
    }
    .youth-cont h3 {
        font-size: 16px;
    }
    .youth-cont p {
        font-size: 12px;
    }
    .youth-s {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 30px 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .youth-spic {
        float: none;
        width: auto;
        margin: 30px 0;
    }
    .youth-spic>ul .slick-list {
        z-index: 7;
    }
    .youth-spic>ul {
        padding-left: 30px;
        padding-right: 30px;
    }
    .youth-spic .slick-prev,
    .youth-spic .slick-next {
        height: 100%;
        width: 30px;
    }
    .youth-spic .slick-prev {
        left: 0;
        background: #fff url(../images/youth-l.png) no-repeat;
        background-position: center center;
        background-size: 10px auto;
    }
    .youth-spic .slick-next {
        right: 0;
        left: auto;
        background: #fff url(../images/youth-r.png) no-repeat;
        background-position: center center;
        background-size: 10px auto;
    }
    .youth-spic ul li.slick-slide {
        padding: 0;
        position: relative;
        z-index: 8;
    }
    .youth-spic ul li.slick-slide.slick-center {
        z-index: 9;
    }
    .youth-spic ul li.slick-slide .pic {
        margin: 10px;
    }
    .youth-info {
        top: 50%;
        margin-right: 0;
    }
    .youth-info>div a {
        margin-right: 0;
        padding: 20px 15px;
    }
    .youth-info>div a h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .youth-info>div a h3 {
        font-size: 18px;
        margin: 10px 0;
    }
    .youth-info>div a h3 span {
        font-size: 24px;
    }
    .youth-info>div a p {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .sedPage {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sedNew {
        padding-top: 65%;
        box-sizing: border-box;
    }
    .sedNew-pics {
        /* position: static; */
        /* width: auto; */
        width: 100%;
        padding-top: 65%;
        bottom: auto;
    }
    .sedNew-pics ul {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        right: 10px;
    }
    .sedNew-info {
        position: static;
        width: auto;
        top: 0;
        bottom: 0;
        height: 100%;
    }
    .sedNew-pics li a {
        display: block;
    }
    .sedNew-pics li a div {
        padding-top: 65%;
        position: relative;
    }
    .sedNew-pics li a div img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .sedNew-info ul {
        padding: 15px;
    }
    .sedNew-info ul li {
        /* height: 300px; */
    }
    .sedNew-info ul li h3 {
        font-size: 18px;
    }
    .sedNew-info ul li div span {
        font-size: 14px;
        background-size: auto 18px;
    }
    .sedNew-info ul li div p {
        font-size: 14px;
        line-height: 24px;
    }
    .sedNew-info .slick-prev,
    .sedNew-info .slick-next {
        display: none !important;
    }
    .youth-spic ul li.slick-slide .pic {
        margin: 5px;
    }
    .youth-spic>ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .youth-spic .slick-prev,
    .youth-spic .slick-next {
        background-size: 8px auto;
    }
}
/* @media screen and (max-height:900px) {
    .youth-spic {
        width: 200px;
    }
}

@media screen and (max-height:800px) {
    .youth-spic {
        width: 200px;
    }
} */