@import "index2.css";
@import "index3.css";

/*-----------------------------板块-----------------------------*/
.content {
    background-color: rgb(255, 255, 255);
}
/*-----------------------------板块0：轮播图------------------------------*/

.wrapper02 {
    margin: 0px auto;
    width: 100%;
    height: 450px;
    display: flex;
}

.pic-box {
    background-color: rgb(231, 229, 214);
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.list {
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style: none;
    position: relative;
}

.item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all .5s;
}

.itemInfo {
    background-color: rgba(24, 114, 32,0.7);
    color: rgba(255,255,255,0.9);
    width: auto;
    height: auto;
    font-size: 22px;
    padding: 15px 40px;
    position: absolute;
    top: 340px;
    left: 100px;
    font-weight: bold;
}

.btn {
    background: rgba(255,255,255,0.3);
    border: none;
    width: 50px;
    font-size: 25px;
    color: rgba(255,255,255,0.5);
    height: 100px;
    position: absolute;
    top: 175px;
    z-index: 100;
    outline: none;
}

    .btn:hover {
        background: rgba(255,255,255,0.5);
        border: none;
        outline: none;
    }

#goPre {
    left: 0px;
}

#goNext {
    right: 0px;
}

.item.active {
    opacity: 1;
    z-index: 10;
}

.pointList {
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 573.5px;
    top: 90%;
    z-index: 100;
}

.point {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 100%;
    float: left;
    margin-right: 14px;
    cursor: pointer;
}

    .point.active {
        background-color: rgba(255,255,255,0.8);
    }


/*-----------------------------板块1：视频及新闻动态-----------------------------*/
.wrapper1 {
    margin: 0px auto;
    width: 1200px;
    height: auto;
    display: flex;
    padding: 5px 0px 0px 0px;
}


.video-box {
    background-color: rgb(255, 255, 255);
    width: 570px;
    height: auto;
}

.video {
    padding: 21px 0px;
    margin: 0 auto;
    outline: none;
}

.news-box {
    background-color: rgb(255,255,255);
    padding-left: 15px;
    width: 700px;
    height: auto;
}

.news-title {
    margin: 10px 0px 0px 15px;
    width: 680px;
    height: 34px;
    background: url(../img/news-title.png) no-repeat;
    background-size: 680px 32px;
    position: relative;
}

.ul-news {
    height: auto;
    width: 680px;
    padding: 5px 0px 0px 15px;
}

    .ul-news li {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        position: relative;
        border-bottom: 2px dotted #eee;
        list-style: none;
    }

        .ul-news li a {
            width: 530px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            font-size: 16px;
            text-decoration: none;
            color: rgb(0,0,0);
        }

            .ul-news li a:hover {
                text-decoration: underline;
                color: rgb(34, 81, 38)
            }


/*-----------------------------板块2:边栏-----------------------------*/

.leftNav {
    position: fixed;
    right: 35px;
    bottom: 130px;
    z-index: 9999;
}

    .leftNav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .leftNav ul li {
            width: 60px;
            height: 60px;
            font-size: 20px;
            border-radius: 5px;
            background: rgb(255, 255, 255);
            color: rgb(255, 255, 255);
            text-align: center;
            margin: 5px 0;
            cursor: pointer;
            position: relative;
            box-shadow: 0 2px 5px rgba(0,0,0,0.6);
        }

            .leftNav ul li i {
                color: rgb(24, 114, 32);
                line-height: 60px;
                font-size: 20px;
            }

            .leftNav ul li:hover {
                background: rgb(24, 114, 32);
            }

            .leftNav ul li i:hover {
                color: rgba(255,255,255);
                background: rgb(24, 114, 32);
            }

/*-----------------------------板块3:事务通知及公式公告-----------------------------*/

.wrapper3 {
    margin: 0px auto;
    width: 1200px;
    height: auto;
    display: flex;
    padding-bottom: 15px;
}


.info-box {
    background-color: rgb(255,255,255);
    margin: 0px 20px 0px 0px;
    width: 580px;
    height: auto;
}

.info-title {
    margin: 10px 0px;
    width: 580px;
    height: 34px;
    background: url(../img/info-title.png) no-repeat;
    background-size: 580px 32px;
    position: relative;
}


.download-box {
    background-color: rgb(255,255,255);
    margin: 0px 0px 0px 20px;
    width: 580px;
    height: auto;
}

.download-title {
    margin: 10px 0px;
    width: 580px;
    height: 32px;
    background: url(../img/download-title.png) no-repeat;
    background-size: 580px 32px;
    position: relative;
}


.ul-info {
    height: auto;
    width: 580px;
    padding: 5px 0px;
}

    .ul-info li {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        position: relative;
        border-bottom: 2px dotted #eee;
        list-style: none;
    }

        .ul-info li a {
            width: 455px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            font-size: 16px;
            text-decoration: none;
            color: rgb(0,0,0);
        }

            .ul-info li a:hover {
                text-decoration: underline;
                color: rgb(34, 81, 38)
            }

/*-----------------------------板块4：育人风采-----------------------------*/
.wrapper4 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0px 10px 0px;
    background: url(../img/backg.jpg) bottom /100% no-repeat fixed;
    background-size: cover;
}

    .wrapper4 .sec-box {
        display: flex;
        padding: 0px;
        margin: 0 auto;
        width: 1200px;
        height: 570px;
    }

    .wrapper4 .cont-box {
        width: 100%;
        margin-top: 30px;
    }

.cont-top {
    width: 100%;
    height: 60px;
    text-decoration: none;
    color: rgb(255,255,255);
    position: relative;
}

.cont-title {
    line-height: 60px;
    font-size: 26px;
    text-align: center;
}

.cont-more {
    text-decoration: none;
    color: rgb(255,255,255);
    position: absolute;
    right: 10px;
    top: 26px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

    .cont-more:hover {
        text-decoration: underline;
    }

.cont {
    width: 12.5%;
    height: 380px;
    float: left;
    background: rgb(255,255,255);
    margin: 0 1.5%;
    margin-top: 30px;
    position: relative;
}

.wrapper4 .cont .img {
    width: 100%;
    height: 195px;
    overflow: hidden;
}

.wrapper4 .cont .title {
    display: block;
    font-size: 17px;
    line-height: 24px;
    color: rgb(50,50,50);
    text-align: justify;
    height: 48px;
    margin: 13px 20px;
    overflow: hidden;
}

    .wrapper4 .cont .title a {
        text-decoration: none;
        color: rgb(50,50,50);
    }

.wrapper4 .cont .contents {
    line-height: 23px;
    font-size: 13px;
    text-align: justify;
    color: rgb(155,155,155);
    height: 92px;
    margin: 0px 20px 10px;
    overflow: hidden;
}

.wrapper4 .cont .date {
    position: absolute;
    top: 0px;
    padding-top: 8px;
    right: 10px;
    width: 50px;
    height: 44px;
    background-color: sandybrown;
    color: white;
    text-align: center;
    font-size: 30px;
}

.v_news_content {
    padding-top: 25px;
}

    .v_news_content p {
        font-size: 16px;
        text-indent: 2em;
        padding-bottom: 10px;
    }


    .v_news_content .vsbcontent_img {
        text-align: center;
    }