body {
    background: #fff
}

.banner {
    width: 100%;
    height: 458px;
    border-bottom: #eee 10px solid
}

    .banner .banner_item div {
        height: 458px;
        background-position: center center
    }

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px
}

.top {
    width: 1200px;
    height: 90px;
    margin: 0 auto
}

    .top .logo {
        float: left;
        width: 293px;
        height: 49px;
        margin-top: 20px;
        background: url("../images/logo_white.png")
    }

    .top .logo_txt {
        float: left;
        width: 180px;
        height: 49px;
        margin-top: 20px;
        background: url("../images/culture/culture_logo.png");
        cursor: pointer
    }

    .top .top_nav {
        float: right;
        width: 700px;
        height: 32px;
        margin-top: 29px
    }

        .top .top_nav ul li {
            float: left;
            width: 80px;
            height: 32px;
            line-height: 32px;
            margin-left: 5px;
            text-align: center
        }

            .top .top_nav ul li a {
                color: #fff;
                display: block
            }

            .top .top_nav ul li:hover, .top .top_nav ul li.active {
                width: 80px;
                height: 32px;
                line-height: 32px;
                background: url("../images/culture/nav_bg.png") repeat
            }

.content {
    width: 100%;
    height: auto
}

.cont_area .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px
}

    .cont_area .title .title_txt {
        float: left;
        color: #313131
    }

    .cont_area .title a.more {
        float: right;
        color: #313131
    }

.content_top {
    margin: 30px auto;
    width: 1200px;
    height: 308px
}

    .content_top .cont_top_left {
        float: left;
        width: 806px;
        height: 288px
    }

.cont_top_left .top_cont_flash {
    float: left;
    width: 434px;
    height: 288px
}

.top_cont_flash {
    position: relative;
    width: 434px;
    height: 288px;
    overflow: hidden;
    font: 12px/1.5 Verdana,Geneva;
    background: #fff
}

    .top_cont_flash .loading {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: 288px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        background: #2c2c2c;
        line-height: 288px;
        vertical-align: middle
    }

    .top_cont_flash .pic li {
        width: 434px;
        position: relative;
        overflow: hidden;
        *margin-top: -2px
    }

        .top_cont_flash .pic li p {
            width: 434px;
            position: absolute
        }

            .top_cont_flash .pic li p a {
                display: block
            }

            .top_cont_flash .pic li p img {
                width: 434px;
                height: 288px
            }

    .top_cont_flash .txt li {
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 434px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        display: none
    }

        .top_cont_flash .txt li a {
            display: block;
            color: #fff;
            padding: 2px 0 0 16px;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none
        }

    .top_cont_flash .txt-bg {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 434px;
        height: 36px;
        overflow: hidden;
        background: #333;
        filter: alpha(opacity=60);
        opacity: .6;
        left: 1px
    }

    .top_cont_flash .num {
        position: absolute;
        z-index: 3;
        bottom: 6px;
        right: 8px;
        color: #333
    }

        .top_cont_flash .num li {
            float: left;
            width: 22px;
            height: 18px;
            position: relative;
            line-height: 18px;
            text-align: center;
            margin-right: 3px;
            cursor: pointer;
            background: #434343;
            filter: alpha(opacity=90);
            opacity: .9;
            color: #fff
        }

            .top_cont_flash .num li.current, .top_cont_flash .num li.hover {
                background: #fe0072;
                color: #fff;
                font-weight: bold;
                height: 20px;
                line-height: 20px;
                top: -2px
            }

.cont_top_left .top_cont_campus {
    float: left;
    margin-left: 20px;
    width: 352px;
    height: 288px
}

.campus_top .campus_top_title {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.campus_top .campus_top_date {
    margin-top: 10px;
    color: #898989
}

.campus_top .campus_top_txt {
    margin-top: 10px;
    color: #898989;
    line-height: 24px;
    height: 260px;
    overflow: hidden
}

.top_cont_campus .campus_list {
    margin-top: 20px;
    width: 352px;
    height: 150px;
    overflow: hidden
}

.campus_list .campus_list_item {
    color: #313131;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.content_top .cont_top_right {
    float: right;
    width: 362px
}

.top_cont .notice_item {
    width: 362px;
    height: 54px;
    margin-bottom: 24px
}

    .top_cont .notice_item .notice_item_date {
        float: left;
        width: 60px;
        height: 54px;
        text-align: center;
        font-size: 14px;
        background: #25535b
    }

        .top_cont .notice_item .notice_item_date p:first-child {
            font-weight: bold;
            width: 60px;
            height: 27px;
            line-height: 27px;
            color: #fff;
            background: #25535b
        }

        .top_cont .notice_item .notice_item_date p {
            line-height: 27px;
            color: #25535b;
            background: #f0f6f7
        }

    .top_cont .notice_item .notice_item_cont {
        float: left;
        width: 282px;
        height: 54px;
        padding-left: 20px;
        overflow: hidden
    }

.notice_item_cont .notice_item_title {
    width: 302px;
    /*height: 22px;*/
    line-height: 22px;
    overflow: hidden
}

.notice_item_cont .notice_item_intro {
    margin-top: 12px;
    width: 302px;
    height: 19px;
    color: #898989;
    overflow: hidden
}

.content_second {
    margin: 30px auto;
    width: 1200px;
    height: 330px
}

.second_cont {
    width: 100%;
    height: 147px
}

    .second_cont .team_item {
        float: left;
        width: 117px;
        height: 147px;
        margin-left: 5px;
        cursor: pointer
    }

        .second_cont .team_item:first-child {
            margin-left: 0
        }

        .second_cont .team_item img {
            width: 117px;
            height: 147px;
        }

.team_item .team_item_cont {
    position: relative;
    width: 97px;
    height: 127px;
    background: url("../images/culture/nav_bg.png") repeat;
    display: none;
    padding: 10px;
    color: #fff;
    margin-top: -147px
}

.second_cont .team_item:hover .team_item_cont {
    display: block
}

.team_item_cont .team_item_title {
    font-size: 16px;
    width: 97px;
    height: 25px;
    overflow: hidden
}

    .team_item_cont .team_item_title a {
        color: #fff
    }

.team_item_cont .team_item_subtitle {
    font-size: 14px;
    width: 90px;
    height: 25px;
    margin-top: 3px;
    overflow: hidden
}

.team_item_cont .team_item_content {
    margin-top: 10px;
    width: 97px;
    height: 30px;
    line-height: 24px;
    overflow: hidden
}

.team_item_cont .team_item_more {
    margin-top: 17px;
    width: 97px;
    height: 20px;
    text-align: right
}

.team_item_cont a {
    color: #fff
}

.content_third {
    margin: 30px auto;
    width: 1200px;
    height: 388px
}

    .content_third .cont_third_left {
        float: left;
        width: 806px;
        height: 328px
    }

.cont_third_left .third_cont {
    width: 806px;
    height: 185px
}

.third_cont .news_item {
    float: left;
    margin-right: 15px;
    width: 370px;
    color: #313131;
    line-height: 40px;
    height: 40px;
    overflow: hidden
}

.content_third .cont_third_right {
    float: right;
    width: 362px
}

.cont_third_right .major_cont {
    margin-top: 20px;
    width: 321px;
    height: 125px;
    overflow: hidden;
    padding: 20px;
    line-height: 26px;
    color: #fff;
    background: url("../images/culture/major_bg.png")
}

    .cont_third_right .major_cont .major_cont_txt {
        width: 321px;
        height: 125px;
        overflow: hidden
    }


.cont_top_right .major_cont {
    margin-top: 0px;
    width: 321px;
    height: 176px;
    overflow: hidden;
    padding: 20px;
    line-height: 26px;
    color: #fff;
    background: url("../images/culture/faculty_introduce.png");
    /*background: #5197a3;*/
    position:relative
}

    .cont_top_right .major_cont .major_cont_txt {
        width: 321px;
        height: 156px;
        overflow: hidden
    }

.triangle-topright {
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    top:0;
    right:0
}

.content_link {
    margin: 30px auto;
    width: 1200px;
    height: 120px
}

    .content_link .link_cont {
        width: 1200px;
        height: 80px
    }

    .content_link .link_item {
        float: left;
        width: 230px;
        height: 38px;
        line-height: 38px;
        display: inline-block;
        margin: 21px 0 21px 12.5px;
        background: #f4f4f4;
        color: #434343;
        text-align: center
    }

        .content_link .link_item:first-child {
            margin-left: 0
        }

#child_page header {
    position: relative;
    background: url("../resource/culture/banner_1.png") center center;
    border-bottom: #eee 10px solid
}

.content_page {
    margin: 20px auto;
    width: 1200px;
    height: auto
}

.content_left {
    float: left;
    width: 150px;
    height: auto;
    background: #f7f7f7
}

.left_nav li {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center
}

    .left_nav li.active {
        background: #25535b
    }

        .left_nav li.active a {
            color: #fff
        }

.content_right {
    float: right;
    width: 915px;
    height: auto
}

    .content_right .right_title {
        width: 895px;
        height: 48px;
        background: url("../images/culture/right_title_bg.png");
        line-height: 48px;
        color: #fff;
        font-size: 16px;
        padding-left: 20px
    }

    .content_right .right_cont {
        width: 915px;
        height: auto
    }

        .content_right .right_cont .right_cont_item {
            width: 865px;
            height: 80px;
            padding: 25px;
            background: #fff;
            margin: 10px 0 0 0
        }

            .content_right .right_cont .right_cont_item:hover {
                background: #f0f7f7
            }

        .content_right .right_cont .right_cont_item {
            width: 100%;
            height: 80px;
            padding: 25px 0
        }

.right_cont .right_cont_item .cont_item_date {
    float: left;
    width: 90px;
    height: 80px;
    text-align: center;
    color: #25535b
}

.right_cont_item .cont_item_date .item_date_day {
    width: 60px;
    margin: 10px auto 0 auto;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
}

.right_cont_item .cont_item_date .item_date_yearmonth {
    width: 60px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px
}

.right_cont_item .cont_item_txt {
    float: left;
    width: 789px;
    height: 80px;
    margin-left: 25px;
    margin-top: 25px;
}

    .right_cont_item .cont_item_txt .cont_item_title {
        width: 789px;
        font-size: 16px;
        height: 20px;
        overflow: hidden
    }

    .right_cont_item .cont_item_txt .cont_item_intro {
        margin-top: 14px;
        width: 789px;
        font-size: 16px;
        height: 46px;
        line-height: 24px;
        color: #898989;
        overflow: hidden
    }

.content_right .right_cont .right_cont_page {
    line-height: 36px;
    margin: 20px 0
}

.content_page .page_head {
    border-bottom: #dbe6ed 1px dashed
}

.page_head .breadcrumb {
    color: #898989
}

.page_head .page_title {
    font-size: 32px;
    color: #25535b;
    line-height: 36px;
    margin: 20px 0 15px 0;
    text-align:center;
}

.page_head .page_date {
    color: #898989;
    line-height: 36px;
    text-align:center;
}

.content_page .page_content {
    line-height: 36px;
    margin: 20px 0
}

.content_right .right_cont_com {
    background: #fff;
    width: 904px;
    height: auto;
    -moz-box-shadow: 1px 1px 2px #dcdcdc;
    box-shadow: 1px 1px 2px #dcdcdc
}

    .content_right .right_cont_com ul {
        margin: 0 20px;
        width: 864px
    }

        .content_right .right_cont_com ul li {
            height: 44px;
            line-height: 44px;
            border-bottom: #dcdcdc 1px dashed;
            padding-left: 20px;
            background: url("../images/culture/list_li_bg.png") left center no-repeat
        }

            .content_right .right_cont_com ul li:last-child {
                border-bottom: 0
            }

            .content_right .right_cont_com ul li a {
                float: left;
                width: 720px;
                height: 44px;
                overflow: hidden
            }

            .content_right .right_cont_com ul li div.right_li_date {
                float: right;
                margin-left: 20px
            }

.pagination {
    position: relative;
    width: 864px;
    padding: 5px 20px 0 20px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #dcdcdc;
    box-shadow: 1px 1px 2px #dcdcdc;
    margin: 20px 0
}


.top_flash_img {
    font-size: 14px;
    height: 40px;
    line-height:20px;
    overflow: hidden;
    color: #898989;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.txt_one {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.circular_div {
    margin-left: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0094ff;
    margin-top: 7px;
    float: left
}

.major_div_li {
    width: 100%;
    height: 36.5px;
    line-height: 36.5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer
}
.major_div_content {
    margin: 15px 20px 15px 82px;
    height: 117px;
    width: 492px;
    overflow: hidden;
    line-height: 30px;
}

.Journalism_div_Time {
    margin: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #fff
}
.Journalism_div_content {
    color: #f0f0f0;
    margin: 0px 15px;
    height:40px;
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.major_div {
    float: left;
    width: 806px;
    height: 100%;
}

.major_introduce_div {
    width: 806px;
    height: 147px;
    background: url("../images/culture/major_introduce.png");
}