﻿a {
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

.wp {
    width: 1300px;
}
.body_bg {
    width: 100%;
    min-width: 1300px;
}
/**头部**/
.wp-wrapper {
    width: 100%;
    background-color: #fff;
}

.wp-header {
    background: #900000;
    height: 145px;
}

.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1300px;
    margin: 0 auto;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.hdc {
    padding: 40px 0
}

    .hdc .logo {
        width: 443px;
        height: 66px;
    }

        .hdc .logo a {
            background: url(../DeanOffice/logo.png);
            width: 443px;
            height: 66px;
        }

.search-top-menu {
    margin-left: 120px
}

    .search-top-menu a {
        width: 70px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        margin-right: 20px
    }

.d7 a {
    background: url(../DeanOffice/search.png) no-repeat;
    right: 0px;
    top: 35px;
    position: absolute;
}

.d7 input {
    border-radius: 5px;
    width: 300px;
    position: relative;
}

/**主导航**/
.wp-navi {
    background-color: #a40005;
}

.main-nav-panel {
}

.menu-switch-arrow {
    display: none;
}

.main-nav-panel .wp-menu {
    margin: 0 auto;
}

    .main-nav-panel .wp-menu .menu-item {
        display: inline-block;
        float: left;
        position: relative;
        z-index: 100;
        background: url(../DeanOffice/navline.png) no-repeat right;
        width: 12.4%;
        text-align: center;
    }

    .main-nav-panel .wp-menu .i8 {
        background: none;
    }

    .main-nav-panel .wp-menu .menu-item a.menu-link {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .main-nav-panel .wp-menu .menu-item:hover {
        background-color: #a40005;
    }

        .main-nav-panel .wp-menu .menu-item:hover a.menu-link {
            color: #fff;
        }

    .main-nav-panel .wp-menu .menu-item a.menu-link:hover {
        text-decoration: none;
        color: #fff;
        background-color: #a40005;
    }

.menu-item dl {
    display: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 20px #686868;
}

    .menu-item dl dd {
        background: #a40005;
        text-align: center;
    }

.menu-item:hover dl {
    display: block;
}

    .menu-item:hover dl dd a {
        color: #FFFFFF;
        line-height :40px;
        text-align :center;
    }

.menu-item dl dd:hover a {
    color: #FFFFFF;
    background: #d81012;
    display :block;
    text-align:center;
}




/*
 * 首页新闻 通告
 */
.sy-xinwen {
    float: left;
    width: 860px;
}

.sectop {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #C12B2B;
}

    .sectop .s1 {
        display: inline-block;
        padding-left: 20px;
        font-size: 24px;
        color: #464646;
        margin-top: 10px;
    }

        .sectop .s1:after {
            content: '';
            width: 90px;
            height: 7px;
            background: #C12B2B;
            position: absolute;
            left: 0;
            bottom: -3px;
            z-index: 10;
        }

    .sectop .s2 {
        padding-left: 12px;
        font-size: 14px;
        color: #848484;
    }

    .sectop .more {
        float: right;
        font-size: 16px;
        color: #c12929;
        margin-top: 20px;
    }

        .sectop .more span {
            padding-right: 10px;
        }

.imgxinwen {
    width: 335px;
    float: left;
}

    .imgxinwen .con {
        padding-top: 30px;
        padding-bottom: 25px;
    }

        .imgxinwen .con .img {
            width: 100%;
            height: 193px;
            overflow: hidden;
            margin-bottom: 20px;
        }

            .imgxinwen .con .img img {
                display: inline-block;
                width: 100%;
                height: 193px;
                transition: all 1s;
            }

        .imgxinwen .con:hover .img img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

        .imgxinwen .con .riqi .left {
            float: left;
            width: 70px;
            height: 50px;
            border-right: 1px solid #C5C5C5;
        }

            .imgxinwen .con .riqi .left .date {
                font-size: 18px;
                color: #ca5159;
                padding-bottom: 20px;
                font-weight: bold;
            }

            .imgxinwen .con .riqi .left .year {
                font-size: 16px;
                color: #ca5159;
                padding-left: 10px;
            }

        .imgxinwen .con .riqi .right {
            float: left;
            width: 285px;
            height: 45px;
            padding-left: 12px;
            font-size: 16px;
            line-height: 25px;
            color: #464646;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; /* 设置超出的行数 */
        }

        .imgxinwen .con:hover .right {
            color: #ca5159;
        }

        .imgxinwen .con .p1 {
            font-size: 14px;
            line-height: 24px;
            color: #848484;
            padding-top: 10px;
        }

.wordxinwen {
    width: 405px;
    float: left;
    /*padding-left: 38px;*/
}

    .wordxinwen li {
        padding-top: 15px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
    }

        .wordxinwen li .left {
            width: 60px;
            float: left;
        }

            .wordxinwen li .left .date {
                font-size: 18px;
                color: #ca5159;
                padding-bottom: 4px;
                font-weight: bold;
                text-align: center
            }

            .wordxinwen li .left .year {
                font-size: 16px;
                color: #ca5159;
                padding-left: 5px;
            }

            .wordxinwen li .left .num {
                font-size: 16px;
                color: #848484;
                padding-bottom: 4px;
                display: inline-block;
                border-bottom: 4px solid #ba323b;
                position: relative;
                text-align: center
            }

        .wordxinwen li .title {
            float: left;
            width: 325px;
            font-size: 16px;
            line-height: 25px;
            color: #464646;
        }

        .wordxinwen li .r_date {
            float: right;
        }

        .wordxinwen li .right {
            float: left;
            width: 305px;
            font-size: 16px;
            line-height: 25px;
            color: #464646;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; /* 设置超出的行数 */
            padding-left: 20px;
        }

        .wordxinwen li:hover .right {
            color: #ca5159;
        }

.sy-tongao {
    float: left;
    width: 408px;
    padding-left: 32px;
}

    .sy-tongao .sectop .img {
        padding-top: 5px;
    }

    .sy-tongao .sy-tglist {
        padding-top: 20px;
    }

        .sy-tongao .sy-tglist li {
            padding-bottom: 10px;
            padding-left: 25px;
            font-size: 16px;
            line-height: 28px;
            color: #464646;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; /* 设置超出的行数 */
        }

        .sy-tongao .sy-tglist a {
            text-decoration: none;
        }

        .sy-tongao .sy-tglist li:hover {
            color: #ca5159;
            text-decoration: none;
        }

        .sy-tongao .sy-tglist li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            width: 6px;
            height: 6px;
            background: url("../DeanOffice/11_03.png") 0 0 no-repeat;
        }

    .sy-tongao .sy-hdzl-top {
        font-size: 18px;
        color: #464646;
        padding-top: 7px;
        padding-bottom: 15px;
        border-bottom: 1px solid #D7D7D7;
        margin-bottom: 30px;
    }

    .sy-tongao .sy-hdzl li {
        width: 190px;
        height: 50px;
        float: left;
        margin-bottom: 12px;
        overflow: hidden;
    }

        .sy-tongao .sy-hdzl li img {
            display: inline-block;
            width: 190px;
            height: 50px;
            transition: all 1s;
        }

        .sy-tongao .sy-hdzl li:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

    .sy-tongao .sy-hdzl a:nth-child(odd) li {
        margin-right: 16px;
    }
/*
* 首页快速通道
*/
.sy-tongdao {
    width: 100%;
    min-height: 150px;
    height: auto;
    background: #F3EDDD;
    margin-top: 50px;
    padding-top: 25px;
    /*padding-bottom: 45px;*/
}

    .sy-tongdao li {
        float: left;
        width: 100px;
        text-align: center;
        padding-bottom: 20px;
    }

        .sy-tongdao li p {
            text-align: center;
            padding-top: 20px;
            font-size: 14px;
            color: #848484;
        }

        .sy-tongdao li:hover p {
            color: #ca5159;
        }

    .sy-tongdao .content .slick-prev {
        width: 18px;
        height: 33px;
        top: 55%;
        left: 0;
        z-index: 200;
        background: url("../images/left.png") 0 0 no-repeat;
    }

        .sy-tongdao .content .slick-prev:hover {
            background: url("../images/left1.png") 0 0 no-repeat;
        }

    .sy-tongdao .content .slick-next {
        width: 18px;
        height: 33px;
        top: 55%;
        right: 0;
        z-index: 200;
        background: url("../images/right.png") 0 0 no-repeat;
    }

        .sy-tongdao .content .slick-next:hover {
            background: url("../images/right1.png") 0 0 no-repeat;
        }

.piclist {
    padding-top: 40px;
}

    .piclist li {
        float: left;
        display: inline;
        width: 31.5%;
        margin-right: 20px;
        overflow: hidden;
    }

        .piclist li img {
            /*top: -10px;
            left: -10px;*/
        }

    .piclist .title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 设置超出的行数 */
        line-height: 25px;
        padding-top: 10px;
    }

    .piclist .content {
        padding: 8px 0 0;
        color: #707070;
        text-indent: 2em;
        line-height: 24px;
    }

.footer {
    background: #464343;
    margin-top: 0px;
    line-height: 30px;
    padding-top: 10px;
}

    .footer .info {
        width: 1200px;
        color: #fff;
        line-height: 40px;
        padding-top: 0
    }

/*列表*/
.list-box {
    overflow: hidden;
}

.list-box02 {
    overflow: hidden;
    background: url(../DeanOffice/line.png);
    background-repeat: repeat-y;
    background-position-x: 220px;
    background-position-y: 94px;
}

.list-position {
    margin-top: 10px;
    overflow: hidden;
    background: url(../DeanOffice/list_position03.png) bottom;
    background-repeat: repeat-x;
}

    .list-position h5 {
        width: 220px;
        float: left;
        background: url(../DeanOffice/list_position02.png) bottom;
        background-repeat: repeat-x;
        font-family: "楷体";
        font-size: 28px;
        color: #555555;
        font-weight: 700;
        text-align: center;
        padding-bottom: 16px;
    }

    .list-position .current {
        float: left;
        width: 980px;
    }

        .list-position .current p {
            font-size: 14px;
            color: #888888;
            font-family: "宋体";
            margin-left: 12px;
            padding-left: 36px;
            background: url(../DenaeryOffice/loc.png) no-repeat left center;
            line-height: 60px
        }

            .list-position .current p a {
                color: #888888;
                transition: 0.6s all;
            }

                .list-position .current p a:hover {
                    color: #cc2121;
                    transition: 0.6s all;
                }




/* 左侧导航 */
.left-nav {
    width: 220px;
    padding-bottom: 335px;
    padding-top: 6px;
}

.left-nav01 {
    margin-bottom: 70px;
}

    .left-nav01 li {
        height: 72px;
        line-height: 72px;
        background: url(../DeanOffice/list_nav02.png) no-repeat bottom right;
    }

        .left-nav01 li a {
            display: block;
            font-size: 18px;
            color: #333333;
            text-align: center;
        }

    .left-nav01 .on a {
        color: #fff;
        background: #cc2121 url(../DeanOffice/list_nav03.png) no-repeat center;
        background-position-x: 46px;
    }

    .left-nav01 li:hover a {
        color: #fff;
        background: #cc2121 url(../DeanOffice/list_nav03.png) no-repeat center;
        background-position-x: 46px;
    }
/* 右侧内容 */
.list-nr {
    width: 1040px;
    margin-left: 40px;
    margin-top: 40px
}

.list-jwxx ul {
    margin-bottom: 60px;
}

.list-jwxx li {
    padding: /*15*/ 10px 0;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.6s all;
}

    .list-jwxx li a {
        padding: 0 60px;
        display: block;
    }

    .list-jwxx li h5 {
        font-size: 18px;
        color: #3b3a3a; /*margin-bottom: 25px;*/
        transition: 0.6s all;
    }

    .list-jwxx li p {
        font-size: 14px;
        line-height: 24px;
        color: #7a7a7a; /*margin-bottom: 20px*/
        ;
        margin-top: 5px;
    }

    .list-jwxx li i {
        display: block;
        font-style: normal;
        text-align: right;
        font-size: 14px;
        color: #7a7a7a;
        padding-right: 70px;
        background: url(../DeanOffice/jwxx01.png) no-repeat right center;
    }

    .list-jwxx li:hover h5 {
        color: #c82525;
        transition: 0.6s all;
    }

    .list-jwxx li:hover {
        box-shadow: 0px 9px 20px 4px rgba(45, 45, 45, 0.16);
        transition: 0.6s all;
    }
