.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}

.news_content{
    width: 1200px;
    margin: 0 auto 30px;
}
.news_content:after, .news_content:before{
    content: '';
    height: 0;
    display: table;
}
.news_content:after{
    clear: both;
}
.news_part_left{
    width: 823px;
    border: 1px solid #eeeeee;
    padding: 0 25px;
}


.news_information_list li:after, .news_information_list:before{
    content: '';
    height: 0;
    display: table;
}
.news_information_list li:after{
    clear: both;
}
.news_information_list li{
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.news_information_img{
    width: 222px;
    height: 138px;
    overflow: hidden;
}
.news_information_img img{
    width: 100%;
    height: 100%;
}
.news_information_text{
    width: 560px;
    margin-left: 30px;
}
.news_information_text h1{
    font-size: 16px;
    color: #ff0000;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    width: 560px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_information_text p{
    margin-top: 10px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    font-size: 12px;
    color: #6f6f6f;
}
.news_information_text h2{
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin-top: 10px;
}
.news_information_text h2 span{
    margin-right: 30px;
}
.first_news_img{
    width: 359px;
    height: 223px;
    overflow: hidden;
}
.first_news_img img{
    width: 100%;
    height: 100%;
}
.first_news{
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}
.first_news_text{
    width: 430px;
    margin-left: 20px;
}
.first_news_text h1{
    font-size: 18px;
    color: #ff0000;
    font-weight: normal;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 430px;
}
.first_news_text h2{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    margin-top: 10px;
}
.first_news_text h2 span{
    margin-right: 30px;
}
.first_news_text p{
    line-height: 25px;
    height: 160px;
    margin-top: 11px;
    font-size: 14px;
    color: #6f6f6f;
    width: 430px;
    overflow: hidden;
}

.page_number{
    text-align: center;
    line-height: 30px;
    padding-bottom: 30px;
    margin-top: 15px;
}
.page_number a{
    border: 1px solid #eeeeee;
    padding: 3px 5px;
    color: #999999;
    border-radius: 4px;
    margin: 0 2px;
}
.page_number a.on{
    border: 1px solid #eb5255;
    color: white;
    background: #eb5255;
}
.page_number i{
    color: #808080;
    font-style: normal;
    margin-left: 10px;
}
.current{
    border: 1px solid red;
    padding: 3px 5px;
    color: white;
    border-radius: 4px;
    background: red;
    margin: 0 2px;
}
