/*页面布局*/
.content_box{width:100%;margin:0 auto;overflow:hidden;background:#fff;}
.breadcrumb{width:1050px;margin:0 auto;line-height:56px;overflow:hidden;}
.breadcrumb a,.breadcrumb span,.breadcrumb{font-size:14px;}
.content_wrap{width: 1050px;margin:0 auto;overflow:hidden;}
.content_left{width:280px;overflow:hidden;float:left;background:#f7f7f7;}
.content_right{width:750px;overflow:hidden;float:right;border:1px solid #dcdcdc;padding:40px 40px 30px; }


/*== articlelist==*/

.title_box {border-bottom: 1px solid #256eb2;padding-bottom: 12px;font-size: 20px;}
.m3{margin-bottom:30px;}

.article-content ul li{line-height: 49px;position: relative;display: block;width: 100%;height: 49px;border-bottom: 1px solid #ececec;}
.article-content ul li .article-title{position: relative;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.article-content ul li .article-title a:hover{color:#000;text-decoration: underline;}
.article-content ul li .black-circle{position: absolute;top: 24px;left: 5px;display: block;width: 6px;height: 6px;border-radius: 50%;background-color: #fa7600;}
.article-content ul li .article-time{position: absolute;top: 0;right: 10px;}

/*== page==*/
.pagesx {text-align:center;height: 22px;line-height: 22px;padding-top: 40px;padding-bottom: 40px;color: #555;overflow: hidden;font-size: 14px;}
.pagesx a,.pagesx span,.pagesx input,.pagesx {margin:0 2px;font-size:14px;color:#555;cursor:pointer;}
.pagesx a{ height: 22px; line-height: 22px; min-width: 22px; text-align: center; border: 1px solid #f0f0f0; background: #fff;display: inline-block; }
.pagesx a:link, .page a:visited, .page2 a.current { display: inline-block; *zoom: 1; padding: 2px 3px; color: #555; line-height: 22px; height: 22px; vertical-align: middle; font-family: '\5FAE\8F6F\96C5\9ED1', Tahoma, Geneva, sans-serif; }
.pagesx a:hover, .page2 a.current { background: #f0f0f0; }
.pagesx a { margin-right: 3px; }
.page_ym .NormalRed{display: inline-block;padding: 2px 3px;min-width: 22px; line-height: 22px;height: 22px;vertical-align: middle;font-family: '\5FAE\8F6F\96C5\9ED1', Tahoma, Geneva, sans-serif;background: #f0f0f0;color:#555;font-size:14px;}




@media screen and (max-width: 768px){
.breadcrumb{width:100%;padding:0 10px;}
.content_wrap{width: 100%;padding:10px 10px;}
.content_left{width:100%;overflow:hidden;float:none;display:none;}
.content_right{width:100%;overflow:hidden;float:none;padding:20px 15px;}


.m3{margin-bottom:10px;}
.article-content ul li{line-height:40px;height:40px;}
.article-content ul li .article-title{width:70%;}
.article-content ul li .article-time{font-size:14px;}

.pagesx{height:auto;padding:20px 0px;}


}