﻿
#newsIndex
{
    display:block;
    float:left;
    width:100%;
    height:auto;
    font:inherit;
}



#newsIndex .indexItem
{
    display:block;
    float:left;
    height:auto;
    width:100%;
   
    margin-bottom:8px;
    background-color:White;
    margin-bottom:16px;

}
.newsIndexPaging
{
    display:block;
    float:left;
    width:100%;
    height:18px;
    line-height:18px;
}

#newsIndex .subline
{
    display:block;
    float:left;
    width:100%;
    height:14px;
    line-height:14px;
   
    color:gray;
    font-size:10px;
}
#newsIndex .indexItemHead
{
    display:block;
    float:left;
    width:100%;
    height:auto;
    font-size:14px;
    line-height:18px;
    font-family:Arial;
    margin-bottom:4px;
    padding-bottom:2px;
     border-bottom:solid 1px #e3e3e3;
 }
#newsIndex .indexItemHead a:link,#newsIndex .indexItemHead a:visited
{
    
    font-size:24px;
    display:block;
    float:left;
    width:100%;
    height:auto;
    color:#081c30;
    }
#newsIndex  .indexItemHead a:hover
{
    text-decoration:none; 
}


#newsIndex .itemPara
{
 display:block;
    float:left;
    width:100%;
    height:auto;
    font-family:Arial;
    margin-bottom:4px;
    color:#262626;
}
#newsIndex .itemPara a:link,#newsIndex  .itemPara a:visited
{
    display:block;
    float:left;
    width:100%;
    height:auto;
    font-size:10px;
    color:#262626;
}
#newsIndex .itemPara a:hover
{
        text-decoration:none; 

}
#newsIndex .newsIndexArticleTitle
{
    -x-system-font:none;
    color:Black;
    font-family:Georgia,Serif;
    font-size:1em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:auto !important;
    line-height:normal;
    margin:0 !important;
    padding:0 !important;
         border-bottom:solid 1px #e3e3e3;

}
#newsIndex .newsIndexArticleTitle a:link, #newsIndex .newsIndexArticleTitle a:visited
{
     font-family:Georgia,Serif;
    color:#222222;
    font-size:30px;
     font-weight:normal;
       

}