header .nav-container{
    background: #01244c;
    height: 70px;
    border: none;
}
body{
    padding-top: 70px;
}
.pd-t-0{
    padding-top: 0;
}
/************************鏂伴椈涓績***********************/
.news-slider {
    height: 400px;
    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;
}
.swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.article-list li {
    padding: 30px 0;
    border-bottom: 1px dashed #f0f4f8;
}
.article-list li .thumbnail {
    position: relative;
    float: left;
    width: 320px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.article-list li .thumbnail img {
    width: 100%;
}

.article-list li .summary {
    width: 840px;
    float: right;
    text-align: justify;
}
.article-list li .summary h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.article-list li .summary h3 a:hover {
    color: #004187;
    text-decoration: underline;
}
.article-list li .summary .desc {
    font-size: 14px;
    color: #4d4d4d;
    height: 100px;
    text-overflow: ellipsis;
    text-indent: 20px;
    line-height: 26px;
}
.article-list li .summary .desc a{
    float: right;
    color: #2288df;
}
.article-list li .summary .desc a:hover{
    text-decoration: underline;
}
.article-list li .summary .meta {
    margin-top: 30px;
    height: 30px;
    font-size: 14px;
    color: #808080;
}
.article-list li .summary .meta span {
    display: block;
    width: 190px;
    float: left;
}
.pagination {
    padding: 20px 0 70px 0;
}


