.List{
    width: 100%;
    height:auto;
    float: left;
    padding-top: 15px;
}
.List li{
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    border-bottom: 1px solid #d1d3d9;
    margin-bottom: 24px;
}
.tittleLeft{
    width: 120px;
    height: 120px;
    float: left;
    background: #e5e6ed;
    padding: 11px 15px 10px;
}
.tittleLeft dt {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
    color: #808abc;
    text-align: left;
}
.tittleLeft dd{
    width: 100%;
    font-size: 24px;
    color: #999;
    text-align: left;
    line-height: 30px;
}
.readMore{
    display: block;
    float: left;
    width:auto;
    padding: 4px;
    font-size: 18px;
    color: #808abc;
    margin-top: 1%;
}
.news{
    display: block;
    width: 86%;
    height: auto;
    float: right;

}
.tittle {
    width: 100%;
    float: right;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cultureContent {
    width: 100%;
    float: left;
    margin-top: 2%;
    text-align: justify;
    font-size: 14px;
    color: #999999;
    /* max-height: 60px;*/
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.tittleWarp{
    width: 100%;
    height: auto;
    margin-top: 90px;
    margin-bottom: 70px;
}
.recommendWarp{
    margin-bottom: 70px;
}
.recommendNews{
    display: block;
    width: 48%;
    float: left;
    height: auto;
}
.time{
    width: 100%;
    font-size: 40px;
    color: #808abc;
    margin-bottom: 25px;
}
.recommendWarp img{
    width: 50%;
    float: right;
    height: auto;
    max-height: 100%;
}
.recommendContent{
    margin-bottom: 4%;
    margin-top: 4%;
    line-height: 30px;

}

/*分页*/
.pageinationWarp{
    margin-top: 4%;
}
.pageination_align {
    text-align: center
}

.pageination {
    color: #48576a;
    font-size: 12px;
    display: inline-block;
    user-select: none;
}

.pagination_page {
    padding: 0 4px;
    border: 1px solid #d1dbe5;
    border-right: 0;
    background: #fff;
    font-size: 13px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.pagination_page_right {
    border-right: 1px solid #eeeeee;
}

.pagination_page:hover {
    color: #333;
}

.disabled {
    color: #e4e4e4 !important;
    background-color: #fff;
    cursor: not-allowed;
}

.pagination_page_active {
    border-color: #808abc;
    background-color: #808abc;
    color: #fff !important;;
    cursor: default;
}
.padding0{
    padding: 0;
}
.pageWarp{
    width: 100%;
    height: 50px;
    position: relative;
}
/*.pagination{
    position: absolute;
    width: 66%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}*/
/*.pagination>li>a, .pagination>li>span{*/
/*color: #808abc!important;*/
/*}*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #808abc!important;
    border-color: #808abc!important;
}
footer{
    padding-top: 2%;
}
@media (max-width: 1440px) {
  .recommendNews  .cultureContent{
        height: 84px;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .List .cultureContent{
        height: 60px;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 992px) {
    .news {
        width: 82%;
    }
    .cultureContent {
        width: 100%;
        float: left;
        height: 40px;
        margin-top: 2%;
        text-align: justify;
        font-size: 14px;
        color: #999999;
        /* max-height: 60px; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tittleWarp {
        margin-top: 100px;
    }
}
@media (max-width: 768px) {
    .tittleWarp {
        margin-top: 54px;
        margin-bottom: 28px;
    }
    .recommendWarp img {
        width: 100%;
    }
    .recommendNews {
        width: 100%;
        margin-top: 16px;
    }
    .time {
        font-size: 15px;
        line-height: 29px;
        color: #666666;
        margin-bottom:7px;
    }
    .tittle{
        font-size: 13px;
    }
    .tittleLeft {
        width: 41px;
        height: 39px;
        padding: 2px 5px 2px;
        background-color: #808abc;
    }
    .news {
        width: 86%;
    }
    .List{
        padding: 0 15px;
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .recommendWarp{
        margin-bottom: 15px;
    }
    .recommendContent{
        margin-bottom: 0;
    }
    .readMore{
        font-size: 14px;
    }
    .tittleLeft dd {
        width: 100%;
        font-size: 10px;
        color: #fff;
        text-align: center;
        line-height: 12px;
    }
    .tittleLeft dt {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        text-align: center;
    }
   .List .cultureContent {
        height: 54px;
        -webkit-line-clamp: 3;
        font-size: 13px;
    }
    .List li {
        padding-bottom: 11px;
        margin-bottom: 11px;
    }
    .grayBlank{
        width: 100%;
        height: 15px;
        background-color: #f8f8f8;
    }
    .pageination_align{
        margin-bottom: 4%;
    }
}
@media screen and (width: 768px) {
    .news {
        width: 93%;
    }
}
