.banner{
    width: 100%;
    height: 232px;
    background: url(/web_images/banner.jpg) no-repeat center;
}
.weizhi{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    font-size: 12px;
    color: #020202;
}
.weizhi a{
    color: #020202;
}
.content{
    margin-top: 26px;
}
.aside{
    text-align: center;
    width: 185px;
    float: left;
    background-color: #fff;
}
.aside h2{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background-color: #1c9ff6;
}
.aside ul{
    padding: 0 2px;
    margin-top: 4px;
}
.aside li{
    padding: 9px;
    line-height: 23px;
    border-bottom: 1px solid #dfdfdf;
}
.aside li.last{
    border-bottom: 0 none;
}
.aside li.on{
    font-weight: bold;
}
.aside li a{
    color: #2b2b2b;
    font-size: 15px;
}
.conright{
    width: 800px;
    padding: 0 35px 37px;
    min-height: 500px;
    float: right;
    background-color: #fff;
}
.toptitle{
    width: 870px;
    margin-left: -35px;
    border-bottom: 1px solid #dfdfdf;
}
.toptitle h2{
    font-size: 20px;
    line-height: 42px;
    color: #1c9ff6;
    margin: 3px 0 0 28px;
}
.jianjie{
    color: #363535;
    font-size: 15px;
    line-height: 32px;
    margin-top: 17px;
}
.jianjie h2{
    text-align: center;
    font-size: 18px;
    color: #1c9ff6;
    line-height: 34px;
    margin-bottom: 32px;
}
.news li{
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    border-bottom: 1px dashed #e0e0e0;
}
.news li.last{
    border-bottom: 0 none;
}
.news li h2{
    width: 80%;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: normal;
    float: left;
    padding-left: 16px;
    background: url(/web_images/dotted.jpg) no-repeat left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news li .date{
    float: right;
    color: #a6a6a6;
    font-size: 14px;
}
.page{
    padding-top: 22px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    margin: 32px 0 -10px 0;
}
.page ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
.page li{
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin: 0 10px;
}
.page li.on{
    background-color: #1c9ff6;
}
.page li.ye{
    width: auto;
}
.page li.on a{
    color: #fff;
}
.page li a{
    color: #0c0c0c;
    font-size: 15px;
}