body{
    padding-top: 0.8rem;
}
.logo{
    background-color: #01244c;
    border: none;
}
.pd-t-0{
    padding-top: 0;
}
.news-headline{
    padding-top: 0.4rem;
    margin-bottom: 0.2rem;
}
/************************新闻中心***********************/
.news-slider {
    height: 3.6rem;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.swiper-slide {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.main{
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}


.article-list li {
    padding: 0.3rem 0;
    height: 2.92rem;
    border-bottom: 1px dashed #e0e4e9;
}
.article-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.article-list li .thumbnail {
    position: relative;
    float: left;
    width: 2.4rem;
    height: 2.3rem;
    overflow: hidden;
    border-radius: 0.1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.article-list li .summary {
    width: 4.35rem;
    float: right;
    text-align: justify;
}
.article-list li .summary h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #4c4c4c;
}

.article-list li .summary .desc {
    font-size: 0.24rem;
    color: #4c4c4c;
    margin-top: 0.1rem;
    text-overflow: ellipsis;
    line-height: 0.44rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.article-list li .summary .meta {
    margin-top: 0.1rem;
    height: 30px;
    font-size: 0.22rem;
    color: #4c4c4c;
}

.more-container{
    text-align: right;
    padding: 0.2rem 0;
    font-size: 0.26rem;
}
.more-container a {
    color: #004187;
}

/*.pagination {*/
    /*padding: 20px 0 70px 0;*/
/*}*/


