@charset "utf-8";
/* CSS Document */

.top-banner {
    background: url("../images/xiehui-banner.jpg") top center no-repeat;
    height: 450px;
    color: #FFF;
    width: 100%;
    text-align: center;
}

.top-banner .top-cent {
    width: 1200px;
    margin: 0 auto;
}

.top-banner .top-cent h1 {
    line-height: 80px;
    font-size: 58px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-banner .top-cent p {
    line-height: 40px;
    font-size: 18px;
}

.top-banner .top-cent p a {
    color: #FFF;
    text-decoration: underline;
}
.xiehui-tj{
    width: 1200px;
    margin: 20px auto;
}
.xiehui-tj ul li{
    border: #DEDEDE 1px solid;
    float: left;
    margin-right: 22.5px;
}
.xiehui-tj ul li:last-child{
    margin-right: 0;
}
.xiehui-tj ul li img{
    width: 220px;
    height: 100px;
}
.xiehui-new {
    width: 1200px;
    margin: 20px auto;
    border: #DEDEDE 1px solid;
    height: 165px;
    overflow: hidden;
}

.xiehui-new h4 {
    background: #EFEFEF;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.xiehui-new ul li {
    float: left;
    width: 225px;
    margin-left: 15px;
    line-height: 36px;
}

.xiehui-w {
    width: 1200px;
    margin: 0 auto 30px auto;
    border: #DEDEDE 1px solid;
}

.xiehui-w h4 {
    background: #EFEFEF;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 15px;
}

.xiehui-w h5 {
    font-size: 14px;
}

.xiehui-list {
    padding:0 20px 20px 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: #CCC 1px dashed;
}

.xiehui-list:nth-child(2n) {
    background: #F9F9F9;
    padding: 20px;
}
.xiehui-list:last-child{
    border-bottom: none;
    margin-bottom: 20px;
}
.xiehui-list .xh-list-p1 {
    float: left;
    width: 500px;
}
.xiehui-list .xh-list-p1 img{
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.xiehui-list .xh-list-p2 {
    float: left;
    width: 600px;
}
.xiehui-list .xh-list-p3{
    border-top: #DDD 1px dashed;
    margin-top: 10px; padding-top: 10px;
}
.xiehui-list .xiehui-mz{
    font-size: 16px;
    margin-bottom: 10px;
    color: #002ebb;
}
.xiehui-list .xiehui-mz a{
    float: right;
    font-size: 12px;
    padding: 3px 8px;
    background: #002ebb;
    color: #FFF;
    line-height: 20px;
    border-radius: 5px;
}