.head-page .news_item >a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .news_item >a span{
    color: #dac399;
}



.page_lists .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.page_lists .title .desc{
    margin-top: 20px;
}
.page_lists .title .desc span{
    margin-right: 15px;
}
.page_lists .title .desc span:last-child{
    margin-right: 0;
}
.page_lists .con {
    text-indent: 2em;
}
.page_lists .con p{
    margin: 12px 0;
}
.page_lists .con img{
    display: initial;
}
.newsDe-page .auto_1400 {
    border-top: 1px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
}
.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;
}
.newsDe_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/newsDe_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #dac399;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_list:hover::before {
    background: url(../img/newsDe_hlist.png) no-repeat center/cover;
}
.newsDe_list:hover::after {
    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: 12px;
    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: #dac399;
}