.acadePicLiebiao{
    width: 100%;
    height: 60px;
    background: linear-gradient(270deg, rgba(24, 56, 131, 1) 0%, rgba(24, 56, 131, 1) 0%, rgba(65, 101, 146, 1) 100%, rgba(65, 101, 146, 1) 100%);
    /* box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0px; */
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
}
.acadePicLiebiao:after,
.acadePicLiebiao_center:after{
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.acadePicLiebiao p{
    margin-left: 20px;
    height: 60px;
    float: left;
    padding:15px 20px;
    text-align: center;
}
.acadePicLiebiao p:hover{
    background: #1d3a7b;
    
}
.acadePicLiebiao .acadePicLiebiao_logo{
    float: right;
    width: 224px;
    height: 80px;
    margin-top: -10px;
}
.acadePicLiebiao_select{
    position: absolute;
    left: 20px;
    top: 60px;
    width: 200px;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s 0s ease;
    z-index: 999;
}
.acadePicLiebiao_select li{
    width: 100%;
    height: 40px;
    background: white;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
}
.acadePicLiebiao_select li:hover{
    font-weight: 700;
    font-style: normal;
    color: #183883;
    background: #e0e5f1;
}
.acadePicLiebiao_select .acadePicLiebiao_selected{
    font-weight: 700;
    font-style: normal;
    color: #183883;
    background: #e0e5f1;
}
.acadePicLiebiao_center{
    width: 1120px;
    margin-left: -10px;
    margin-top: 10px;
}
.acadePicLiebiao_center li{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    float: left;
    height: 560px;
}
.acadePicLiebiao_center li img{
    width: 100%;
    max-height: 360px;
}
.acadePicLiebiao_center li p{
    background: white;
    height: 200px;
    width: 100%;
}
.acadePicLiebiao_center li p span:nth-of-type(1){
    font-family: '微软雅黑 Bold',
    '微软雅黑 Regular',
    '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #183883;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical

}
.acadePicLiebiao_center li p span:nth-of-type(2) {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #4F7AB0;
    padding: 10px 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.acadePicLiebiao_center li p span:nth-of-type(3) {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    padding: 12px 20px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

