.main-container{padding: 70px 0; position: relative; overflow: hidden;background: #f7f7f7;}
.list-news a:hover{color:inherit ;}
.list-news .item {
    position: relative;
    width: 100%;
    height: 280px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 35px;
    background: white;
}
.list-news .item .cover {
    float: left;
    width: 30%;
    height: 240px;
    overflow: hidden;
}
.list-news .item .cover .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-news .item .text-wrapper {
    float: left;
    margin-left: 3%;
    height: 100%;
    width: 65%;
    position: relative;
}
.list-news .item .text-wrapper .type {
    color: #7e8492;
    margin-bottom: 30px;
    margin-top: 25px;
}
.list-news .item .text-wrapper .type em {
    margin-left: 20px;
}
.list-news .item .text-wrapper .title {
    color: #565656;
    margin-bottom: 25px;
    font-weight: bold;
}
.list-news .item .text-wrapper .intro {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.list-news .item .text-wrapper .news-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    line-height: 37px;
}
.list-news .item .text-wrapper .news-btn span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}
.list-news .item .text-wrapper .news-btn img {
    vertical-align: middle;
    display: inline-block;
}
.list-news .item::after {
    display: block;
    content: '';
    clear: both;
}
.list-news .item:hover {
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
}
.list-news .item:hover .cover .img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-news .item:hover .news-btn span {
    color: #0059aa;
}

.news_detail {
    width: 100%;
    padding: 60px 0;
    background: #FFFFFF;
}

.news_content {
    width: 980px;
    margin: auto;
}

.news_content .title {
    margin-bottom: 30px;
}

.news_content .title .main {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 6px;
}

.news_content .title .date {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

.news_content .data .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
    color: #333333;
}

.news_content img {
    max-width: 100%;
    height: auto;
}

.news_bottom {
    border-top: 1px #F0F0F0 solid;
    padding: 25px 0;
}

.news_bottom a {
    background-color: #e3e3e3;
    border-radius: 6px;
    font-size: 14px;
    color: #888888;
    padding: 10px 26px;
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: 1px transparent solid;
}

.news_bottom a.prev {
    margin-right: 20px;
}

.news_bottom a:hover {
    background-color: #FFFFFF;
    border: 1px #09497f solid;
}

.relate {
    width: 280px;
}

.relate a {
    display: block;
    color: #666666;
    font-size: 12px;
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 5px;
    background: no-repeat !important;
    border: none;
    padding: 8px 20px 0px;
}

.relate a:hover {
    border: none !important;
    color: #1d62af !important;
}

.cases{
    padding: 60px 0 120px;
    background: #fff;
}
.cases_item,
.cases_item .cases_item_img img,
.cases_item_text{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    width: 100%;
}

.cases_item{
    float: left;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 66px;
    position: relative;
    margin-top: 45px;
}
.cases_item:nth-child(-n+3){
    margin-top: 0;
}
.cases_item:nth-child(3n){
    margin-right: 0;
}
.cases_item .cases_item_img{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.cases_item_text{
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.cases_item_text h5{
    font-size: 16px;
    line-height: 26px;
    color: #0059aa;
}
.cases_item:hover .cases_item_img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.cases_item:hover .cases_item_text{
    bottom: 12px;
}

@media (max-width: 960px) {
    .main-container{padding:30px 0;}
    .list-news .item .cover{display:none;}
    .list-news .item {width:96%;margin:20px auto;}
    .list-news .item .text-wrapper {width:96%;margin-left:0;}
    .list-news .item .text-wrapper .news-btn {border-top:none;}
    .news_detail {padding: 16px 0 0;width:96%;margin:0 auto;}
    /*.news_detail *{box-sizing: border-box;}*/
    .relate {width: calc(100% - 100px);}
    .news_content{width:100%;margin:0 auto;}
    .news_content .title .main{background: none;font-size: 18px;}
    .news_content .title{margin: 10px auto 0px !important;}

    .cases{
        padding: 30px 0;
    }
    .cases_item {
        width: 49%;
        padding-bottom: 0;
        margin-right: 2%;
        margin-top: 20px;
    }
    .cases_item_text {
        border-bottom: none;
        padding: 10px 20px;
        position: static;
        bottom: auto;
        left: auto;
        transform: translateX(0);
    }
    .cases_item_text h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .cases_item:nth-child(3n) {
        margin-right: 2%;
    }
    .cases_item:nth-child(2n) {
        margin-right: 0;
    }
    .cases_item:nth-child(-n+3) {
        margin-top: 20px;
    }
    .cases_item:nth-child(-n+2) {
        margin-top: 0;
    }
    .cases_item .cases_item_img{
        height: auto;
        display: block;
    }
    .cases_item .cases_item_img img{
        width: 100%;
        height: auto;
    }
}

