﻿.news_two {
    position: relative;
    font-size: 12px;
    font-family: Arial, 微软雅黑;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.news_two_ul {
    height: auto;
    overflow: hidden;
    padding: 20px;
}
.news_two_ul li {
    width: 100%;
    height: 159px;
    border: 1px solid transparent;
    margin-bottom: 20px;
   
    list-style-type: none;
}
.news_two_box {
    width: 100%;
    height: 159px;
    border: 1px solid transparent;
    position: relative;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two a {
    color: #ccc;
    text-decoration: none;
}
.news_two img {
    border: 0;
    vertical-align: top;
    display: block;
}
.news_two p {
    margin: 0;
}
.news_two_img {
    width: 160px;
    height: 157px;
    float: left;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_img img {
    width: 130px;
    height: 130px;
    margin: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.news_two_txt {
    width: 56%;
    float: left;
    margin: 36px 0 28px 34px;
    transition: all .3s ease-out 0s;
}
.news_two_txt span {
    font-size: 24px;
    color: #717171;
    display: block;
    height: 32px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-out 0s;
}
.news_two_txt i {
    height: 52px;
    color: #A2A2A2;
    line-height: 24px;
    display: block;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}
.news_two_date {
    float: right;
    font-family: HELVETICANEUELTPRO-THEX, 微软雅黑;
    color: rgb(153, 153, 153);
    padding: 36px 66px 0px 0px;
    transition: all 0.3s ease-out 0s;
}
.news_two_date span {
    height: 26px;
    font-size: 19px;
    font-family: HELVETICANEUELTPRO-THEX, 微软雅黑;
}