﻿.main_news{ width:100%;font-family:"微软雅黑", "黑体";}
.main_news .CustomTextList li {
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 30px 70px 30px 30px;
    position: relative;
	height: auto;
    line-height: inherit;
    border-bottom: 0px;
}
.main_news .CustomTextList li a {
    display: block;
    font-size: 23px;
    color: #4b4b4b;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.main_news .CustomTextList li a.more:hover{background-position: -70px 0;}
.main_news .CustomTextList li span{
    display: block;
    color: #747474;
    line-height: 20px;
    margin: 5px 0;
}
.main_news .CustomTextList li .detail {
    display: block;
    color: #747474;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.main_news .CustomTextList li a.more {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 140px;
    background: url(news_a.png) no-repeat 0 0;
}
.pagecounts{ display:none;}