.fl {
    display: inline;
    float: left;
}
.fr {
    display: inline;
    float: right;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#news_box {
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.news_main {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    width: 1180px;
}
.news_left {
    float: left;
    margin-right: 25px;
    width: 340px;
}
.news_center {
    float: left;
    margin-right: 25px;
    width: 370px;
}
.news_right {
    float: left;
    width: 240px;
}
.news_list {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 20px;
    width: 810px;
}
.news_list h4, .news_show h4 {
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    height: 30px;
    line-height: 22px;
    position: relative;
    text-align: right;
}
.news_list h4 span, .news_show h4 span {
    border-bottom: 2px solid #03B4F5;
    color: #333333;
    font-family: "微软雅黑","黑体";
    font-size: 20px;
    height: 29px;
    left: 0;
    line-height: 23px;
    padding: 0 2px;
    position: absolute;
    top: 0;
}
.news_list h4 dl,.news_list h4 dd{
	float:left;
	margin-right:20px;
    color: #333333;
    font-family: "微软雅黑","黑体";
    font-size: 16px;
	height:27px;
    line-height: 18px;
}
.news_list dl .cur{
    border-bottom: 3px solid #03B4F5;

}
.news_list h4 dd:hover{
    border-bottom: 3px solid #03B4F5;
	cursor : pointer;
}
.news_list h4 a, .news_show h4 a {
    margin: 0 3px;
}
.news_list ul {
    margin-bottom: 20px;
}
.news_list li {
    border-bottom: 1px dotted #DEDEDE;
    height: 129px;
    padding:30px 20px 10px;
}
.news_list li h2 {
    color: #666666;
    font-family: "微软雅黑","黑体";
    font-size: 20px;
    font-weight: normal;
    height: 29px;
    line-height: 25px;
}
.news_list li .tips {
    color: #999999;
    height: 20px;
    line-height: 20px;
}
.news_list li .tips span {
    float: left;
    margin-right: 20px;
}
.news_list li .tips em {
    background: url("../images/kefu/list_tips_icon.jpg") no-repeat scroll 0 0;
    float: left;
    height: 20px;
    margin-right: 4px;
    width: 12px;
}
.news_list li .tips em.t1 {
    background-position: 0 -20px;
}
.news_list li dt {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    padding: 5px 0;
}
.news_list li dt a {
    color: #999999;
}
.news_list li dd {
    height: 20px;
}
.news_list li dd a {
    background: none repeat scroll 0 0 #03B4F5;
    color: #FFFFFF;
    display: block;
    float: right;
    line-height: 20px;
    text-align: center;
    width: 80px;
}
.news_list li dd a:hover {
    background: none repeat scroll 0 0 #00BBFF;
    color: #FFFFFF;
    text-decoration: none;
}
.info_box {
    float: right;
    width: 300px;
}
.info_box dl {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}
.info_box dl .icon {
    background: url("../images/kefu/rank_icon.gif") no-repeat scroll 0 0;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}
.info_box dt {
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
    height: 29px;
    line-height: 29px;
    position: relative;
    text-align: right;
}
.info_box dt span {
    border-bottom: 2px solid #03B4F5;
    font-family: "微软雅黑","黑体";
    font-size: 20px;
    height: 29px;
    left: 0;
    line-height: 23px;
    padding: 0 2px;
    position: absolute;
    top: 0;
}
.info_box dt a {
    color: #999999;
    margin-left: 10px;
}
.info_box dd {
    color: #666666;
    padding-top: 10px;
}
a {
    color: #666666;
    outline: medium none;
    text-decoration: none;
}
.info_rank li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.info_rank li em {
    background: none repeat scroll 0 0 #B1B1B1;
    border-radius: 8px;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    margin: 8px 12px 0 4px;
    text-align: center;
    width: 14px;
}
.info_rank li em.bg {
    background: none repeat scroll 0 0 #FF3333;
}
.info_rank li a {
    float: left;
}
.pager {
    margin: 40px auto;
}
.pager span, .pager a {
    border: 1px solid #D9D9D9;
    color: #9C9C9C;
    display: inline-block;
    padding: 9px 16px;
	margin:auto 5px;
}
.pager a:hover {
    background: none repeat scroll 0 0 #45ACEF;
    border-color: #45ACEF;
    color: #FFFFFF;
}
.pager .current {
    background: none repeat scroll 0 0 #45ACEF;
    border-color: #45ACEF;
    color: #FFFFFF;
}