/*news*/
ul.news
{
	padding: 0 10px;
}
ul.news li
{
	background: url("../images/list_arrow.png") no-repeat scroll 0 center transparent;
	border-bottom: 1px dotted #CCCCCC;
    height: 30px;
	line-height: 30px;
	padding-left: 15px;
	overflow: hidden;
	/*margin: 8px 0;*/
}
ul.news li span
{
	color: #AAAAAA;
	display: inline;
	float: right;
	margin-right: 15px;
}
ul.news li a
{
}
ul.news li dl div a:hover {
    color: #232323;
}

/*news summary*/
dl.news
{
	padding: 0 10px;
}
dl.news dt
{
	font-size:14px;
	font-weight: bold;
}
dl.news dt a
{
	color: #393939;
}
dl.news dd
{
	border-bottom: 1px dotted #B7B7B7;
    color: #6B6B6B;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
dl.news dd span.date
{
	color: #888888;
	display: block;
	line-height: 22px;
}
dl.news dd a.more
{
}


/*news show*/
h1.news_title {
    border-bottom: 1px solid #CCCCCC;
    color: #AF0D0D;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}
ul.news_info
{
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
ul.news_info li
{
	display: inline;
	margin-right: 50px;
}
ul.news_info li.end
{
	margin:0;
}
ul.news_info li strong
{
}
.news_text
{
	padding: 10px;
	line-height: 24px;
}
#main .sBody .article .content .newslist label {
    font-weight: bold;
}
/*这个删除 是图文概要*/
ul.news li img {
    display: none;
}
ul.news li dl {
    /*width: 616px;*/
    width: 100%;
    float: right;
}
ul.news li dl div {

    /* width: 520px; */
    /*width: 678px;*/
    float: left;

}
ul.news li span {

    color: #AAAAAA;
    display: inline;
    float: right;
    margin-right: 15px;

}

ul.news li dl dt a{
    color: #393939;
    font-size: 14px;
    font-weight: bold;
}

ul.news li dl dd {

    clear: both; 
    display: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.news li dl div a {

    /* font-size: 16px;
    line-height: 24px; */

}

ul.news li.gaiyao {
    background: none;
    padding-left: 0;
}
ul.news li.tuwen {
    background: none;
    padding-left: 0;
}
ul.news li.tuwen img {
    display: inline-block;
    width: 200px;
	/*max-height: 128px;*/
}
ul.news li.tuwen dl{
	width: 622px;
}
ul.news li.tuwen dl dd{
	display: block;
}

#main .sBody .article .content .newslist {
    text-align: center;
}

#main .sBody .article .content .newslist span {

    margin: 0 16px;

}

