﻿/*firstPageaspx上的框*/
.indexTitle
{
    width: 100%;
    background-color: #D4FCCB;
    height: 25px;
    text-align: left;
    color: #255887;
    font-weight: bold;    
}
.indexArrowOpen
{
    background-image: url(images/arror_open.gif);
    width: 9px;
    height: 6px;
    padding: 7px;
    display: block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
}
/*蓝边1px*/
.borderBlue1px
{
    width:100%;
    border:solid 1px #71DE58;
    background-color:#fff;
    padding:1px;
    margin-top:10px;
       

       
    }
/*蓝边1px左边距为8px*/
.borderBlueMarginLeft8px
{
    width:100%;
    border:solid 1px #71DE58;
    background-color:#fff;
    padding:1px;
    margin-top:10px;
    margin-left:8px; 
    }
/*蓝色框头*/
.divBlueTitle
{
    width: 100%;
    background-color: #D4FCCB;
    height: 20px;
    padding-top:5px;
    text-align: left;
    color: #255887;
    font-weight: bold;
}
/*横黄边1px*/
.borderRed1px
{
    width:100%;
    border:solid 1px #E8B06D;
    background-color:#fff;
    padding:1px;
    margin-top:10px;
    margin-left:8px;
    
    }
/*横黄色框头*/
.divRedTitle
{
       width: 100%;
    background-color: #cfe0fa;
    height: 20px;
    padding-top:5px;
    text-align: left;
    color: #255887;
    font-weight: bold;
}
/*浅绿边1px*/
.borderGreen1px
{
    width:100%;
    border:solid 1px #71DE58;
    background-color:#fff;
    padding:1px;
    margin-top:10px;
    margin-left:8px;
    }
/*浅绿色框头*/
.divGreenTitle
{
    width: 100%;
    background-color: #D4FCCB;
    height: 20px;
    padding-top:5px;
    text-align: left;
    color: #255887;
    font-weight: bold;
}
.divArrowOpen
{
    background-image: url(images/arror_open.gif);
    width: 9px;
    height: 6px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right:8px;
    display: block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
}
.divContent
{
    FONT-SIZE: 13px;
    padding:6px;
    }
.divContent a
{
     FONT-SIZE: 13px;
    }
.divContent ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 2px;   
    padding-bottom:5px;
    margin: 0px;
    width: 98%;
 
    list-style-type: none;
}
.divContent li
{
    font-size: 14px;
}
.lil
{
    float: left;
}
.lir
{
    width: 97%;
}
/*留言*/
.comments {
	background-color: #FEF2D7;
	background-image: url(../../images/comments.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 37px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
} 