#news{
    background: #fff;
}

.banner-text{
    color: #fff;
    font-size: 24px;
}


/*链接菜单*/
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*/

.other-banner{
    position: relative;
}


.list-app .crumbs-content-left{
    padding: .15rem 0;
}


.list-app .crumbs-wrap{
    background-color: #fff;
    padding-top: 0;
}

.list-app .crumbs-content{
    display: block;
}

.list-app .crumbs-content-left p{
    color: #333;
}

#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-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
}

.news-tabs{
    /*text-align: center;*/
    margin-bottom: 30px;
    margin-top: 20px;
    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;
}

/*行业信息列表*/
.app-list{
    border: 1px solid #dedede;
    margin-top: .7rem;
    margin-bottom: .5rem;
    padding: .5rem 0 .5rem;
    border-radius: 5px;
}

.app-list:hover{
    box-shadow: 0 6px 10px 0 rgb(95 101 105 / 15%);
}

.app-list:hover .app-img{
    transform: scale(1.2);
}


.app-list  .app-focus .app-img{
    max-height: 200px;
    transition: .3s all;
}

.app-list  .app-focus{
    text-align: center;
    display: block;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto;
}

.app-list .app-title{
    color: #000;
    font-size: 16px;
}

.app-list .app-desc{
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    color: #777;
}

.app-list .relevant-title{
    margin-top: 20px;
    margin-bottom: 15px;
}

.app-list .relevant-box{
    text-align: center;
    margin-bottom: 20px;
}

.app-list .relevant-box a{
    color: #666;
}

.app-list .relevant-box a:hover{
    color: #f08519;
}

.app-list .relevant-box{
    transition: .3s all;
}


.app-list .relevant-box:hover{
    transform: translateY(-5px);
    position: relative;
}

.app-list .relevant-name{
    margin-top: 10px;
}



.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-focus{
    display: block;
    overflow: hidden;
    padding: 50px 20px;
    text-align: center;
    background-color: #F4F5F6;
    border-radius: 5px;
}

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



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

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

.news-info .news-desc{
    margin-bottom: 0;
    font-size: 14px;
    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: #666666;
    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-box{
        padding-top: 40px;
    }

    .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{
        margin-top: 0;
        margin-bottom: 50px;
    }

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

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

}

@media (min-width: 992px){


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

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

    .news-box{
        padding-top: 50px;
    }

}

@media (max-width: 992px){
    .app-list .app-focus{
        margin-bottom: 30px;
    }
}

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

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