﻿
﻿#logo {
   width:360px;
}

#searchDiv  {

    margin:0 auto;
    
}


#searchTag {
   border:3px solid RGB(88,174,0);
   width:320px;
   height:36px;
   text-align:right;
}

#searchText {
   border:0px;
   height:30px;
   margin-top:-1px;
   font-size:16px;
   width:250px;
   outline:none;
   vertical-align:middle;
}

#searchDiv input[type=submit] {
   padding:5px 8px;
   width:60px;
   height:36px;
   font-family:'Microsoft YaHei';
   font-size:16px;
   border:0px;
   background:RGB(88,174,0);
   color:white;
   cursor:pointer;
   
}


#searchDiv select {
   border:1px solid RGB(198,198,198);
   padding:5px 3px;
   width:80px;
   vertical-align:middle;
}

#newsUl .newsLiClass {
    float:none;
    height:22px;
    line-height:22px;
    margin:3px 10px;
    color:RGB(68,68,68);
    
}

 .LiClass {
   float:left;
   margin:5px; 
}

    .LiClass div {
       margin:3px 0px;
       text-align:center;
    }

﻿#newsUl .newsLiClass {
    float:none;
    height:22px;
    line-height:22px;
    margin:3px 10px;
    color:RGB(68,68,68);
    
}

 .lxsLiClass {
   float:left;
   margin:5px;
}

  .contentInfo
{
    padding:10px;
    color:#5b5b5b;
}

.newsListInfo ul
{
    list-style:none;
    margin:0;
    padding:0;
}
    .newsListInfo ul li
    {
        height:30px; 
        line-height:30px;
        border-bottom:1px dashed #ddd;
        background:url(/Images/newsItem.png) 0 center no-repeat;
        padding-left:18px;
    }
        .newsListInfo ul li span
        {
            float:right;
        }
        .newsListInfo ul li a
        {
            text-decoration:none !important;
        }
.page
{
    clear:both;
    padding:20px 0;
}
.noInfo
{
    float:left;
    text-align:left;
    color:red;
    text-indent:2em;
}

/*新闻详细页*/
.newsTitle
{
    text-align:center;
    margin-top:0 !important;
    padding:0;
}
.newsAuthor
{
    border:1px dashed #ddd;
    height:25px; line-height:25px;
    color:#888;
    padding-left:8px;
}
.newsContent
{
    font-size:12px;
    text-indent:2em;
    line-height:24px;
    margin:15px 0;
}
.relateNews ul
{
    margin:0;
    padding:0;
}
    .relateNews ul li
    {
        height:25px;
        line-height:25px;
    }
        .relateNews ul li a:hover
        {
            color:#FD8401;
        }