﻿/*大标题*/
.news_bg_title
{
    width: 800px;
    height: 50px;
    background-image: url(../images/news.gif);
    background-repeat: no-repeat;
}
.newsshow_bg_title
{
        width: 800px;
    height: 50px;
    background-image: url(../images/ArticleShow.gif);
    background-repeat: no-repeat;
}
/*内容*/
.news_content
{
    width: 758px;
    height:auto;
}
.news_content h3
{
margin-top:20px;
}
.news_content ul
{ list-style-type:none;padding-left:78px; }
.news_content ul li
{ height:25px; line-height:25px;background-image: url(../images/left_menu_li_back.png);
background-position: left;
background-repeat: no-repeat;padding-left: 12px; }
.news_content a
{ text-decoration:none; color:Black;}
.news_content a:hover
{
    color:Red;
}
.newscontent
{
    height:auto;
    padding:0px 20px 0px 20px;
    padding-bottom:10px;
    
 }
 .news_contenth3 h3
 {
     width:450px;
     margin-left:160px;
     margin-bottom:10px;
     margin-right:auto;
     height:30px;
     line-height:30px;
     text-align:center;
      border-bottom-width:1px;
      border-bottom-color:#b4514b;
      border-bottom-style:solid;
 }
 .news_content span
{
    float:right;
}