﻿*{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.container{
    width: 1180px;
    margin: 0 auto;
}
.local{
    width: 100%;
    height: auto;
    margin-top:10px;
    margin-bottom:15px
}
.local span {
    font-size: 17px;
    line-height: 26px;
    
}
.zxft_title{
    height: 50px;
    background: #edf3fa;
}
.zxft_title span{
    line-height: 50px;
    color: #3266ac;
    font-size: 20px;
    margin-left: 52px;
    font-weight: bold;
}
.content{
    width: 100%;
    border: 1px solid #E0E0E0;
    margin-top: 20px;
    padding-bottom: 20px;
}
.center{
    width: 1100px;
    margin: 0 auto;
}
.list{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}
.list li{
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}
.list li a{
    color: #333333;
    margin-left: 15px;
}
.list span{
    color: #999999;
    margin-left: 26px;
}
.fen_page{
    width: 100%;
    /*height: 88px;*/
    height: 40px;

    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}
/**********************概览分页样式*****************************/
.clsPage{ text-align:center;margin:25px auto auto;padding:0;overflow:hidden;font-size:14px;font-family:'Microsoft YaHei,simhei';}
.clsPage a{display:inline-block;vertical-align:middle;text-align:center; height:25px;line-height:25px;padding:0px 7px;margin-right:4px;
    text-decoration:none;background-color:#2877c6; border:1px solid #2877c6;color:white;overflow:hidden;}
.clsPage a:hover{background-color:#fff;color:#1771a6;border-color:#ffcccc;}
.clsPage span{display:inline-block;vertical-align:middle;text-align:center;height:25px;line-height:25px;padding:0px 7px;
    margin-right:4px;background-color:#f7f7f7; border:1px solid #bdbdbd;color:black;}
