/* CSS Document */
.news-list{ width:100%; clear:both; float:left;}
.news-list li{ padding:30px 18px; width:100%; float:left; border-bottom:1px solid #d6d7dc;}
.news-list li:last-of-type{ border-bottom:none;}
.news-tit{ font-size:16px; color:#323232; font-weight:600;}
.news-date{ font-size:10px; color:#999999; line-height:12px;}
.news-desc{ width:100%; clear:both; float:left; margin-top:20px; line-height:24px; margin-bottom:15px;text-align: justify;}
.news-list a{ color:#c69c6d;}
.news-detail{ width:100%; clear:both; float:left; margin-top:20px; color:#666; line-height:24px; padding:0 18px;}
.news-detail p{ text-indent:20px;}
.news-detail img{ width:auto; max-width:100%; margin:0 auto;}
.next-page{ width:100%; clear:both; float:left; padding:0 18px 40px 18px; margin:35px 0 0 0; }
.next-page a{ color:#c69c6d;}

