.news-container{
    width: 1100px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.news-list ul{
    margin-bottom: 60px;
}

    .news-list ul li{
        margin-bottom: 30px;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    }
    .news-list ul li .list-left{
        display: inline-block;
        width: 220px;
    }
    .news-list ul li .list-left a{
        display: inline-block;
        width: 100%;
        position: relative;
        padding-bottom: 81.428%;
        overflow: hidden;
    }
    .news-list ul li .list-left a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .news-list ul li:hover .list-left a img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }

    .news-list ul li .list-right{
        display: inline-block;
        width: calc(96% - 220px);
        background: url(../img/news-more.png) no-repeat 95% bottom;
        background-size: 46px;
    }
    .news-list ul li .list-right h1 a{
        display: block;
        font-size: 22px;
        font-weight: normal;
        color: #333;
        padding-bottom: 48px;
        position: relative;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .news-list ul li .list-right h1 a:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 50px;
        height: 2px;
        background: #28a9d6;
    }
    .news-list ul li .list-right p a{
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding-right: 210px;
    }

    .news-list ul li:hover .list-right h1 a{
        color: #28a9d6;
    }
    


/* 新闻详情 */
.newsd-content{
    margin-top: 70px;
    margin-bottom: 70px;
}
.newsd-top{
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 80px;
}
    .newsd-title{
        text-align: center;
        padding-bottom: 14px;
        border-bottom: 1px dashed #d2d2d2;
    }
    .newsd-title h1{
        color: #28a9d6;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .newsd-title p{
        font-size: 12px;
        font-weight: lighter;
        color: #666;
    }

    .newsd-edit{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .newsd-edit img{
        display: inline-block;
        width: auto !important;
        max-width: 100%;
        height: auto !important;
    }

    .newsd-back{
        text-align: center;
    }
    .newsd-back a{
        display: inline-block;
        width: 105px;
        line-height: 40px;
        text-align: center;
        color: #28a9d6;
        border: 1px solid #28a9d6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font-size: 13px;
    }
    .newsd-back a:hover{
        color: #fff;
        background: #28a9d6;
    }

    .news-other-title {
        width: 1100px;
        margin: 0 auto;
    }
    .news-other-title p{
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #b5b5b5;
        font-size: 26px;
        font-weight: normal;
        color: #28a9d6;
        margin-bottom: 55px;
    }
.newsd-lbt {
   width: 1100px;
   margin: 0 auto;
}

.newsd-lbt .item{
    background: #f8f8f8;
    margin: 0 16px;
    margin-bottom: 40px;
}

    .newsd-lbt .item .item-img{
        width: 100%;
        padding-bottom: 65.45%;
        position: relative;
    }
    .newsd-lbt .item .item-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .newsd-lbt .item .item-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .newsd-lbt .item:hover .item-img a img{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .newsd-lbt .item .item-txt{
        padding: 38px 30px 25px 25px;
    }
    .newsd-lbt .item .item-txt h1 a{
        display: block;
        font-size: 18px;
        color: #333;
        margin-bottom: 15px;
    }

    .newsd-lbt .item .item-txt h2{
        font-size: 12px;
        margin-bottom: 15px;
        color: #666;
        font-weight: normal;
    }
    .newsd-lbt .item .item-txt p a{
        display: block;
        font-size: 12px;
        line-height: 24px;
        color: #666;
        margin-bottom: 25px;
        height: 48px;
        overflow: hidden;
    }
    .newsd-lbt .item .item-txt span{
        display: block;
        text-align: right;
        padding-right: 25px;
    }
    .newsd-lbt .item .item-txt span a{
        font-size: 16px;
        color: #333;
    }
    .newsd-lbt .item:hover .item-txt h1 a{
        color: #28a9d6;
    }
    .newsd-lbt .item:hover .item-txt span a{
        color: #28a9d6;
    }
    .newsd-lbt .item:hover{
        background: none;
        box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    }


    .newsd-other-more{
        width: 1100px;
        margin: 0 auto;
    }
    .newsd-other-more a{
        display: inline-block;
        width: 100%;
        line-height: 70px;
        font-size: 18px;
        color: #333;
        background: #e5e5e5;
        text-align: center;
    }
    .newsd-other-more a:hover{
        color: #fff;
        background: #28a9d6;
    }
