@charset "utf-8";

.head-page .news_item>a span {
    color: #2E69AE;
}
.news_lists .list{
    width: 24.1%;
    margin-right: 1.2%;
    margin-bottom: 30px;
}
.news_lists .list:nth-child(4n){
    margin-right: 0;
}
.page_lists .title {
    border-bottom: 1px solid #aaa;
    padding-bottom: 34px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.page_lists .title .desc{
    margin-top: 25px;
}
.page_lists .title .desc span{
    margin-right: 15px;
}
.page_lists .title .desc span:last-child{
    margin-right: 0;
}
.page_lists .con p{
    margin: 25px 0;
}
.page_lists .con img{
    display: initial;
}
.newsDe-page {
    border-top: 1px solid #aaa;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 50px;
}
.newsDe_list {
    width: 158px;
    height: 50px;
    border: 1px solid #eee;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
	background: #ffffff;
}
.newsDe_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2E69AE;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_list:hover::before {
    width: 100%;
}
.newsDe_list:hover {
    color: #fff;
}
.newsDe_iteml {
    width: calc(100% - 175px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe_iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe_iteml .item {
    margin-bottom: 18px;
    transition: all .4s;
}
.newsDe_iteml .item:last-child {
    margin-bottom: 0;
}
.newsDe_iteml .descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.newsDe_iteml .item:hover .descc {
    color: #2E69AE;
}
@media only screen and (max-width: 1043px) {
    .news_lists .list {
        width: 32%;
        margin-right: 2%;
    }
    .news_lists .list:nth-child(4n) {
        margin-right: 2%;
    }
    .news_lists .list:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width:768px) {
    .newsDe_iteml {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    .newsDe_list {
        width: 128px;
        height: 45px;
        margin: 25px auto 0;
    }
    .newsDe-page {
        padding-top: 25px;
        margin-top: 30px;
    }
    .page_lists .title .desc {
        margin-top: 10px;
    }
    .page_lists .title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .page_lists .con img{
        display: inherit;
    }
    .news_lists .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news_lists .list:last-child{
        margin-bottom: 0;
    }

    .news_lists .list .img {
        height: 90px;
        width: 38%;
    }
    .news_lists .list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .news_lists .texts {
        padding: 0;
        width: 62%;
        padding-left: 15px;
    }
    .news_lists .line{
        margin: 12px 0 15px;
        height: 2px;
    }
}