﻿@import url(../common/pc-common.css);

.menu-news a {
background:url(../../img/common/bg_menu_on.png) 0 0;
}

.tit-news {
text-indent:-9999px;
background:url(../../img/news/tit_news.jpg) top left no-repeat;
height:68px;
}

#news-block {
padding:30px 30px 0;
height:auto;
}

#news-block:after {
content: "";
display: block;
clear: both;
}

#news-left {
width:620px;
float:left;
}

#news-right {
width:250px;
float:right;
}

.news-box {
clear:both;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #ccc;
}

.news-head {
font-size:18px;
line-height:24px;
color:#663300;
background:url(../../img/news/bg_tit_news.gif) bottom left repeat-x;
padding-bottom:10px;
margin-bottom:10px;
}

.txt-newsday {
font-size:12px;
}

.news-right-block {
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background:#fff;
width:100%;
border:2px solid #e8e8e8;
}

.list-news {
text-align:left;
margin:0 10px;
}

.list-news li {
padding:10px 5px;
border-bottom:1px solid #e8e8e8;
}

.list-news li:last-child{
border-bottom:none;
}

.list-news li span {
color:#666;
}

