#news{
    background: #fff;
}

.crumbs-content-link{
    padding-top: 0.5rem;
    padding-bottom: 0;
    margin-bottom: .3rem;
}


/*Á´½Ó²Ëµ¥*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #e0ecfb;
}

.link-list {
    display: flex;
    height: 50px;
}

.link-list li {
    height: 100%;
    position: relative;
}

.link-list li a {
    color: inherit;
    transition: .5s ease;
}

.link-list li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #66B1F1;
    height: 3px;
}

.link-list li a {
    height: 100%;
    width: 100%;
    padding: 0 10px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 12px;
    transition: all 0.5s ease;
}

.link-list li a:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
    cursor: pointer;
}

.link-list li a:hover {
    color: white;
}

/*banner*/
#news .banner {
    height: 600px;
    background: url(/public/static/modules/cms/css/../images/banner.png) no-repeat top;
    background-size: cover;
    display: flex;
    align-items: center;
}

.news-box{
    padding: .7rem 0;
    background-color: #fff;
}

.news-tabs{
    margin-bottom: 0;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-tabs a{
    color: #333;
    /*font-weight: normal;*/
}

.news-tabs a:hover,.news-tabs a.active{
    color: #f08519;
}

.news-tabs .line{
    height: 16px;
    width: 2px;
    margin: 0 15px;
    background-color: #000;
    display: inline-block;
    color: #fff;
}

.news-list{
    padding: 10px;
    border: 1px solid #F4F5F6;
    margin-bottom: 30px;
    background-color: #fff;
    transition: .3s all;
    border-radius: 5px;
    position: relative;
    transition: .3s all;
}

.news-list:hover{
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    -webkit-transform: translate2d(0, 0px, -2px);
    transform: translateY(-8px);
}

.news-list:hover h3 a{
    color: #f08519;
}

.news-info{
    padding: 20px 20px 0;
}

.news-info h3{
    line-height: 1.2;
    font-size: 18px;
}

.news-info h3 a{
    color: #454545;
    font-size: inherit;
    font-weight: 700;
}

.news-info h5{
    font-weight: bolder;
    line-height: 1.2;
    color: #2555a4;
}


.news-focus{
    display: block;
    overflow: hidden;
    padding: 50px 20px;
    text-align: center;
    background-color: #F4F5F6;
    border-radius: 5px;
}

.news-focus img{
    width: 100%;
    transition: .3s all;
}



.news-info .meta{
    margin-bottom: 0;
    color: #999;
}

.news-info .meta{
    font-size: 12px;
}

.news-info .news-desc{
    margin-bottom: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888;
    text-align: justify;
    height: 2.4em;
}


/*·ÖÒ³*/
.navigation{
    text-align: center;
}

.pagination > .active > a,.pagination > .active > a:hover {
    background-color: #f08519;
    border-color: #f08519;
}

@media (min-width: 350px) {
    .link-list li a {
        font-size: 14px;
    }
}

@media (min-width: 450px) {
    .link-list li a {
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .link-list {
        height: 70px;
    }

    .link-list li a {
        font-size: 24px;
    }



    .news-list{
        padding: 20px;
    }

    .news-info h3{
        font-size: 16px;
    }

    .news-info .meta{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .news-info .news-desc{

    }

    .news-tabs a{
        /*font-weight: normal;*/
    }

    .news-tabs .line{
        height: 24px;
    }

}

@media (min-width: 992px){


    .news-info h3{
        font-size: 18px;
    }

    .news-info .news-desc{
    }



}

@media (min-width: 1200px){
    .news-list{
        padding: 20px 30px;
    }

    .news-focus img{
        max-width: 350px;
        margin: 0 auto;
    }
}