/*banner*/
.banner{
    background: #eaeaea;}
.banner img{
    width: 100%;}
.hiSlider{
    overflow: hidden;
    background: #eee;
    margin: 0 auto;}
.hiSlider-item{
    float: left;}

/*一级标题*/
.title{
    line-height: 30px;
    border-bottom: 1px solid #02529f;
    overflow: hidden;
    color: #02529f;
    font-size: 20px;
    margin-bottom: 10px;}
.title a{
    float: right;
    color: #333333;
    font-size: 14px;}
/*二级标题*/
.titles{
    overflow: hidden;
    margin-bottom: 20px;}
.titles span{
    display: block;
    font-size: 16px;
    width: 20%;
    float: left;
    cursor: pointer;
    line-height: 30px;
    text-align: center;}
.normal{
    background: #f3f3f3;
    color: #333333;}
.active{
    background: #02529f;
    color: #ffffff;}

/*正文框架*/
.index{
    margin: 30px auto;}

.left{
    float: left;
    width: 760px;}

.right{
    width: 400px;
    float: right;}


/*列表*/
.list li{
    line-height: 40px;
    color: #999999;
    overflow: hidden;}
.list li a{
    display: block;
    max-width: 75%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;}

.list li span{
    float: right;
    font-size: 14px;
    color: #999999;}
.list li img{
    float: left;
    margin-left: 5px;}


.one,.two,.four{
    margin-bottom: 20px;}

.one .list{
    height: 320px;
    overflow: hidden;}


.two .none{
    display: none;}
.two .list{
    /*height: 280px;*/
    overflow: hidden;}

.four dl{
    overflow: hidden;
    margin-bottom: 20px;}
.four dl dd{
    float: left;
    width: 60px;
    height: 63px;}
.four dl dd p{
    display: block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #02529f;
    background: #ececec;
    font-size: 22px;}



.four dl dt{
    float: right;
    width: 80%;
    font-weight: 100;}
.four dl dt a{
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom:4px;
    font-size: 16px;}
.four dl dt span{
    display: block;
    font-size: 12px;
    color: #999999;}


.quick{
    padding-top: 40px;
    overflow: hidden;}


.quick a{
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    text-align: center;
 
    margin-bottom: 20px;
    }

.quick a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;}


