﻿/*文章列表*/
.articleListHead { height: 25px; border: solid 1px #b6e0f9; font-weight: bold; }
.articleListHead strong { margin: -1px 0 0 -1px; float: left; text-align: center; color: White; width: 92px; height: 12px; padding: 7px 0 8px 0; background: url(../images/news_title.png); }
.articleListHead a { margin: -1px 0 0 -1px; float: right; text-align: center; color: #077fed; height: 12px; padding: 7px 16px 8px 0; }
.articleListBody { border-left: solid 1px #b6e0f9; border-right: solid 1px #b6e0f9; border-bottom: solid 1px #b6e0f9; min-height: 520px; height: auto !important; height: 520px; }
.articleListBody ul { padding: 10px; }
.articleListBody li { border-bottom: dashed 1px #ddd; height: 14px; padding: 5px 10px 4px 16px; background: url(../images/news_li.png) no-repeat 0 -10px; }
.articleListBody li a, span { font-size: 14px; color: #595959; }
.articleListBody a { display: block; width: 570px; float: left; }
.articleListBody span { display: block; float: right; }
