@charset "utf-8";


.head-page .item:nth-child(4) span {
    color: #DB2927;
}
.head-page .item:nth-child(4) span::after{
    transform: scale(1);
}
.news-page01 {
    justify-content: space-between;
    align-items: flex-start;
}
.news-page01 .item-l{
    position: relative;
    overflow: hidden;
    height: 407px;
    width: 50%;
}
.news-page01 .item-l img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .4s;
}
.news-page01 .item-r{
    width: 47%;
}
.news-page01 .item-r .time{
    font-size: 14px;
    color: #999999;
	margin-bottom:10px;
}
.news-page01 .item-r .tit{
    color: #333333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 12px 0;
	margin-top: 50px;
}
.news-page01 .item-r .con{
    color: #666666;
    line-height: 1.875;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:14px;
}
.news-page01 .item-r .watch-more{
    margin-top: 60px;
}
.news-page02{
    align-items: flex-start;
}
.news-page02 .list{
    width: 31.78%;
    margin-right: 2.33%;
    box-shadow: 0px 1px 1px 0px rgba(184, 184, 184, 0.75);
    margin-bottom: 40px;
    transition: all .4s;
    position: relative;
}
.news-page02 .list:nth-child(3n){
    margin-right: 0;
}
.news-page02 .list::after{
    content: "";
    width: 0;
    height: 1px;
    background: #D82126;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}
.news-page02 .img{
    overflow: hidden;
    position: relative;
    height: 233px;
}
.news-page02 .img img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 10000px;
    transition: all .4s;
}
.news-page02 .text{
    padding: 32px 16px 32px;
    box-sizing: border-box;
    transition: all .4s;
}
.news-page02 .text .time {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}
.news-page02 .tit{
    color: #333333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-page02 .desc{
    color: #666666;
    line-height:1.875 ;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
/* 新闻详情开始 */
.newsDe-top {
    text-align: center;
    border-bottom: 1px solid #D2D2D2;
    padding: 80px 0 14px;
}
.newsDe-top .title {
    color: #333333;
}
.newsDe-top .time {
    font-size: 14px;
    color: #666666;
    margin-top: 9px;
}
.newsDe-con {
    font-size: 14px;
    color: #666666;
    line-height: 2.14;
    padding: 38px 0 120px;
}
.newsDe-con img {
    display: block;
    margin: 0 auto;
}
.newsDe-page {
    border-top: 1px solid #D2D2D2;
    padding-top: 38px;
}
.newsDe-list {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 13px;
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
.newsDe-list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #D8282B;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe-iteml {
    width: calc(100% - 100px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe-iteml span {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #DCDCDC;
}
.newsDe-iteml .item {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333333;
}
.descc {
    width: calc(100% - 100px);
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width: 960px) {
    .news-page01 .item-l:hover img{
        height: 110%;
    }
    .news-page02 .list:hover .tit{
        font-weight: bold;
        color: #1079C4;
    }
    .news-page02 .list:hover img{
        height: 110%;
    }
    .news-page02 .list:hover::after{
        width: 100%;
    }
    /* 新闻详情开始 */
    .newsDe-iteml .item:hover span {
        color: #D8282B;
    }
    .newsDe-iteml .item:hover .descc {
        color: #D8282B;
    }
    .newsDe-list:hover{
        color: #ffffff;
    }
    .newsDe-list:hover::before{
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    /* 新闻详情开始 */
    .newsDe-con {
        padding: 38px 0 80px;
    }
}
@media only screen and (max-width: 960px) {
    .news-page02 .desc{
        height: 84px;
        margin-top: 10px;
    }
    .news-page02 .list {
        width: 48%;
        margin-right: 4%;
    }
    .news-page02 .list:nth-child(3n) {
        margin-right: 4%;
    }
    .news-page02 .list:nth-child(2n) {
        margin-right: 0;
    }
    .news-page01 .item-l{
        height: 350px;
    }
    .news-page01 .item-r .watch-more {
        margin-top: 40px;
    }
    .news-page01 .item-r .con p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .news-page01 .item-l {
        height: auto;
        width: 100%;
    }
    .news-page01 .item-l img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .news-page01 .item-r {
        width: 100%;
    }
    .news-page01 .item-r .time{
        margin-top: 25px;
    }
    .news-page01 .item-r .watch-more {
        margin-top: 20px;
    }
    .news-page02 .list {
        width: 100%;
        margin-right: 0;
    }
    .news-page02 .list:last-child{
        margin-bottom: 0;
    }
    .news-page02 .img{
        height: auto;
    }
    .news-page02 .img img {
        position: initial;
        height: auto;
        transform: translate(0);
        width: 100%;
    }
    .news-page02 .text {
        padding: 15px;
    }
    .news-page02 .desc {
        height: 42px;
        margin-top: 5px;
        -webkit-line-clamp: 2;
    }
    /* 新闻详情开始 */
    .newsDe-top {
        padding: 30px 0 14px;
    }
    .newsDe-con {
        padding: 20px 0 30px;
    }
    .newsDe-page {
        padding-top: 30px;
    }
    .newsDe-iteml {
        width: 100%;
        padding-right: 0;
    }
    .newsDe-list{
        margin: 15px auto 0;
    }
    .newsDe-iteml span {
        width: 80px;
    }
    .descc {
        width: calc(100% - 80px);
        padding-left: 15px;
    }
}