/*二级公共首页页面*/
.all{
    margin-bottom: 30px;
}
.banner{
    overflow: hidden;
}
.banner img,.banner table td img{
    width: 100%!important;
    height: auto!important;
}
#flashBoxu_u3_{
    width: 100%!important;
    height: auto!important;
}
/*栏目*/
.navs{
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

.column{
    min-width: 200px;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    padding: 0 20px;
    line-height: 80px;
    background-image: url("../images/frame/lm_bg.png");
    text-align: center;
}
/*二级导航*/
.navi{
    line-height: 70px;
    width: 100%;
    box-shadow: 0 2px 5px #aaa;
    text-align: center;
    background: white;
}
.navi ul li{
    display: inline-block;
    margin-left: 30px;
}
.navi ul li:last-child{
    margin-left: 0;
}
.navi ul li a{
    font-size: 20px;
    font-weight: 500;
    padding-right: 30px;
    padding-left: 30px;
    background: url(../images/frame/yd2_h.png) no-repeat left;
    box-sizing: border-box;
    color: #02529f;
}
.navi ul li a:hover{
    font-weight: bold;
    color: #333333;
    background:url(../images/frame/yd2.png) no-repeat left;
}

/*标题*/
.title{
    overflow: hidden;
}
.title h3{
    display: table;
    line-height: 22px;
    margin: 30px 0;
    font-size: 19px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 2px solid #02529f;
    float: left;
}
.title a{
    float: right;
    margin: 30px 0;
    line-height: 22px;
}
.title a:hover{
    color: #02529f;
}




/*轮播*/
.hiSlider{
    overflow: hidden;
    height: auto;
    width: 100%;
}
.hiSlider-item{
    float: left;
    height: 330px;
    position: relative;
}

.bh table{
    width: 100%;
}
.bh table tr:first-child div{
            width: 100%!important;
            height: 330px!important;
}
.bh table tr:first-child div img{
            width: 100%!important;
            height: auto!important;
        }
.bh table tr:last-child div{
            width: 100%!important;
        }
/*one*/
.one{
    padding-bottom: 30px;
}
.one .img{
    overflow: hidden;
}
.one .img img{
    width: 100%;
    /*height: 100%;*/
}

.one .tit{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
.one .tit dt{
    float: left;
    width: calc(100% - 60px);
    background: rgba(0,0,0,0.6);
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.one .tit dt a{
    font-weight: 100;
    color: #ffffff;
    font-size: 16px;
}
.one .tit dd{
    width: 60px;
    height: 60px;
    background: #02529f;
    text-align: center;
    padding: 0 5px;
    float: right;
}
.one .tit dd p{
    line-height: 30px;
    border-bottom: 1px solid #ffffff;
    font-size: 22px;
    color: #ffffff;
}
.one .tit dd span{
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
}

.one .list{
    height: 165px;
    padding: 10px;
    cursor: pointer;
}
.one .list a{
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.one .list span{
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    color: #999;
    display: block;
    overflow: hidden;
}
.one .list p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 72px;
}
.one .list:hover{
    background:#f6f6f6;
}



/*two*/
.two{
    padding-bottom: 30px;
    background: #F2F2F3;
}
.two .list dl{
    overflow: hidden;
}
.two .list dl dt{
    float: left;
    width: 60px;
}
.two .list dl dt span{
    font-weight: 100;
    color:#886642;
    font-size: 14px;
    display: block;
    text-align: right;
    line-height: 30px;
}
.two .list dl dt span:first-child{
    font-size: 20px;
}


.two .list dl dd{
    width: calc(100% - 80px);
    float: right;
}
.two .list dl dd a{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}
.two .list dl dd p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    color: #666666;
}


.three .new{
    overflow: hidden;
    margin-bottom: 10px;
}
.three .new dt{
    width: 300px;
    height: 170px;
    overflow: hidden;
    float: left;
}
.three .new dt img{
    height: 100%;
    transition: .4s all ease;
}
.three .new dt:hover img{
    transform: scale(1.1,1.1);
    transition: .4s all ease;
}
.three .new dd{
    width: calc(100% - 320px);
    float: right;
}

.three .new dd .titl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    line-height: 24px;
}
.three .new dd .titl a{
    font-size: 16px;
    font-weight: 500;
}

.three .new dd p{
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999999;
    margin: 10px 0;
}
.three .new dd span{
    color: #999999;
    margin-top: 10px;
    background: url(../images/frame/time.jpg) no-repeat left center;
    padding-left: 25px;
    box-sizing: border-box;
}

.three .list li{
    overflow: hidden;
    line-height: 30px;
}
.three .list li span{
    color: #999999;
    margin-right: 8px;
    font-size: 14px;
    float: left;
}
.three .list li a{
    font-size: 16px;
    float: left;
    display: block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.four .list li{
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 13px;
}
.four .list li span{
    color: #999999;
    margin-right: 8px;
    font-size: 14px;
    float: right;
}
.four .list li a{
    font-size: 16px;
    float: left;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*党建工作*/
.four .text{
    height: 109px;
    overflow: hidden;
    line-height: 21px!important;
}


/*学业支持*/
.xyzc .three .list li span{
    float: right;
    margin-right: 0;
}
.xyzc .three .list li a{
    max-width: 70%;
}




/*手机适配*/
@media (max-width:758px) {

    /*栏目*/
    .navs{
        margin-top: 0;
    }

    .column{
        background-image: inherit;
        color: #02529f;
        text-align: left;
        border-bottom: 6px solid #02529f;
        line-height: inherit;
        padding: 10px 0;
        width: 100%;
    }
    /*二级导航*/
    .navi{
        line-height: 40px;
    }
    .navi ul{
        overflow: hidden;
    }
    .navi ul li{
        display: inherit;
        float: left;
        width: 50%;
        padding:  0 15px ;
        margin: 0;
        text-align: left;
    }
    .navi ul li:last-child{
        margin-left: 0;
    }
    .navi ul li a{
        font-size: 16px;
        padding: 0 15px;
        background-size: 10px auto;
    }

    /*标题*/
    .title h3{
        margin: 20px 0;
    }

    /*轮播*/
    .hiSlider-wrap,.bh{
        display: none;
    }

    /*one*/
    .one{
        padding-bottom: 20px;
    }
    .one .list{
           height: auto;
}
    /*two*/
    .two .list{
        margin-bottom: 20px;
    }
    .two .list:last-child{
        margin-bottom: 0;
    }
    /*three*/
    .three .new dt{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: inherit;
    }
    .three .new dt img{
        width: 100%;
    }
    .three .new dd{
        width: 100%;
        float: inherit;
    }
    .three .new dd p{
        height: auto;
    }
    .three .list li a{
        width: calc(100% - 97px);
        float: right;
    }

    /*学业支持*/
    .xyzc .three .list li a{
        width: 100%;
        height: auto;
    }








}