@charset "utf-8";
/* CSS Document */

/**新闻列表***/
.NewsClass ul li{width:100%;float:left;}
.NewsClass ul li a{width:100%;padding:20px 0;font-size:16px;color:#333;line-height:24px;display:block;border-bottom:1px solid #ccc;float:left;font-weight:bold;}
.NewsClass ul li mark{line-height:24px;font-size:16px;margin-right:15px;display:block;color:#ceced1;float:right;}
.NewsClass ul li:hover a,.NewsClass ul li.hover a,.NewsClass ul li:hover mark,.NewsClass ul li.hover mark,.newsCont ul li:hover h3,.newsCont ul li:hover p{color:#009b4c;}

/** 新闻列表 - 内容 ***/
.newsCont ul li{width:1050px;padding:25px 15px;float:left;}

.newsCont ul li time{width:100px;height:100px;font-size:30px;line-height:30px;color:#666;display:block;float:left;background-color:#f2f3f1;text-align:center;}
.newsCont ul li mark{width:100%;font-size:16px;line-height:16px;margin:24px 0 3px;color:#999;display:block;float:left;}

.newsCont a{width:910px;padding:0 5px;float:right;display:block;}
.newsCont h3{border-bottom:1px solid #ccc;padding-bottom:10px;font-size:18px;color:#333;line-height:26px;}
.newsCont p{display:block;width:100%;color:#999;font-size:13px;line-height:24px;margin-top:6px;}
.newsCont ul li,.newsCont h3,.newsCont p{transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-moz-transition:all .3s ease-in 0s;-ms-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;}
.newsCont ul li:hover {background-color:#f2f3f1;}

.NewsTop{margin-top:20px;}


/**新闻详情***/
.NewsShowInfo{font-size:14px;color:#444;line-height:40px;margin-top:15px;}
.NewsShowInfo img{width:auto;max-width:100%;}
.ContRightNewsShow{width:100%;border-bottom:1px solid #ccc;padding:40px 0 20px;}
.ContRightNewsShow h3{text-align:center;font-size:20px;color:#444;margin-top:40px;}
.ContRightNewsShow h5,.ContRightNewsShow h5 a{font-size:12px;color:#ccc;text-align:center;}
.ContRightNewsShow h5 span{margin:0 20px;font-weight:bold;}
.ContRightNewsShow h5{margin-top:10px;}

.showPage{width:100%;margin-top:10px;}
.showPage span,.showPage a{max-width:50%;display:block;float:left;font-size:12px;color:#ccc;}
.showPage span.prve,.showPage a.next{float:right;}


