@charset "utf-8";
@import url("reset.css");
@import url("common.css");

/*==================================
*** 新闻列表 - news list ***
==================================*/
.news_list{}
.news_list .theme{
    /* height:187px; */
    width:100%; padding-bottom:32px; border-bottom:1px dotted #d9d9d9;}
.news_list .theme .imgs{width:324px; overflow:hidden;}
.news_list .theme .imgs img{width:324px; max-height:187px; *height:187px;}
.news_list .theme .c{width:410px;}
.news_list .theme .c .title{color:#545454; font-size:16px; font-weight:bold; text-transform:uppercase; line-height:18px; height:18px; overflow:hidden;}
.news_list .theme .c .date{color:#9a9a9a; font-size:12px; margin:18px 0;}
.news_list .theme .c .cont{color:#7e7d7d; line-height:24px;}
.news_list .theme .c .more{margin-top:20px; color:#fff; background-color:#8a8a8a; font-size:12px; text-align:center; height:28px; line-height:28px; width:85px; display:inline-block;}
.news_list li{display:block; height:42px; line-height:42px; padding-left:20px; padding-right:12px; background:url(../images/list_dot.jpg) no-repeat 10px 20px; color:#545454;  border-bottom:1px dotted #d9d9d9;}
.news_list li a{color:#545454;}

/*==================================
*** 新闻详情 - news detial ***
==================================*/
.news_detail{padding-bottom:40px; padding-top:10px; border-bottom:1px solid #e3e3e3; display:block;}
.news_detail .title{color:#545454; font-size:18px; line-height:22px; font-weight:bold; text-align:center;}
.news_detail .message{text-align:center; display:block; color:#9a9a9a; font-size:12px; padding-top:8px; padding-bottom:15px; border-bottom:1px dotted #d9d9d9;}
.news_detail .main{margin-top:25px;}