.page {
    padding: 60px 0;
}
.page_f9f9f9 {
        background:url(../img/about_body.png) center bottom no-repeat #f5f5f5;
}
.wrap {
    max-width: 75%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.flt {
    float: left;
}
.frt {
    float: right;
}

.page_news .item {
    width: 49%;
}
.news_tit {
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
}
.news_tit span {
    height: 25px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}
.news_tit span img {
    padding: 0 3px;
    background: #f9f9f9;
}
.page_news ul {
    padding-top: 30px;
}
.page_news ul li {
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding: 25px;
    background: url(../img/icon7-1.png) no-repeat right bottom #fff;
    position: relative;
}
.page_news ul li:hover {
    border-color: #d31f23;
    background: url(../img/icon7.png) no-repeat right bottom #fff;
}
.page_news ul li:hover .date {
    background: #d31f23;
}
.page_news ul li:hover .date_k, .page_news ul li:hover .date_k h2 {
    border-color: #df5a5d;
}
.page_news ul li .tips {
    position: absolute;
    top: -1px;
    right: 20px;
    width: 39px;
    height: 32px;
    background: url(../img/tips.png) no-repeat center center;
    text-align: center;
    line-height: 28px;
    color: #fff;
}
/*.page_news ul li .text { height: 83px; }*/



.page_news ul li .text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page_news ul li:hover .text h3 {
    color: #d31f23;
}
.page_news ul li .text p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #9e9e9e;
}
.page_news ul li .date {
    float: left;
    margin-right: 30px;
    background: #b5b5b5;
    padding: 2px;
}
.page_news ul li .date_k {
    height: 75px;
    width: 65px;
    padding: 0 5px;
    border: 2px solid #c9c9c9;
}
.date_k .h2 {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 43px;
    color: #fff;
    border-bottom: 1px solid #d2d2d2;
}
.date_k span {
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
}
.page_ededed {
    background: #ededed;
}
.wrap1 {
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
}
.page_ededed h2 {
    font-size: 33px;
    font-weight: normal;
}
.page_ededed p {
    color: #4e4e4e;
    padding-top: 10px;
    font-size: 12px;
}