@CHARSET "utf-8";

/* 主题 */
.gm_djlist_main{width: 1280px; margin: 10px auto; min-height: 300px;}
.gm_djlist_main_left{width: 900px; float: left;}
.gm_djlist_main_right{width: 350px; float: right;}

/* 资讯列表 */
.gm_djlist_main_left_title{width: 885px; height: 30px; line-height: 30px; border-left: 5px solid red; padding-left: 10px; background-color: #EFEFEF; margin-bottom: 10px;}
.gm_dj_news_ul{width: 900px;}
.gm_dj_news_ul_li{height: 28px; line-height: 28px; display: block; border-bottom: 1px dashed #ccc;}
.gm_dot{display: block; width: 6px; height: 6px; float: left; border-radius: 3px; background-color: #ccc; margin: 11px;}
.gm_dj_news_a{display: block; float: left; width: 750px; height: 28px; line-height: 28px; overflow: hidden;}
.gm_dj_news_a:HOVER{color: red;}
.gm_dj_news_time_span{display: block; float: left; width: 120px; height: 28px; line-height: 28px; overflow: hidden; color: #999; text-align: center;}

/*分页插件样式调整*/
.outer_pagination_div .pagination .current{background-color: #E65151; border: 1px solid #EB7676; border-radius: 3px;}
.outer_pagination_div .pagination .current.prev, .outer_pagination_div .pagination .current.next{border-color: #EB7676; color: #F3B1B1; border-radius: 3px;}
.outer_pagination_div .pagination a{border: 1px solid #EB7676; color: #E65151; border-radius: 3px;}
