*{
    font-family: "微软雅黑 Regular",微软雅黑,Regular;
    margin: 0px;
}
ul,li,p,dl,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    border: 0;
}
body{
    background: url("image/top.jpg") no-repeat center top;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin: 0;
    padding: 0;
}
.layout{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.ch{
    clear: both;
    height: 0;
}
.ch10{
    clear: both;
    height: 10px;
}
.ch15{
    clear: both;
    height: 15px;
}
.ch30{
    clear: both;
    height: 30px;
}
.ch35{
    clear: both;
    height: 35px;
}
.right{
    float: right;
}
.left{
    float: left;
}
.nw{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*p和span摘要*/
.line-2{
    display: block;
    text-align: justify;
    height: 65px;
    line-height: 25px;
    color: #999999;
    overflow: hidden;
    text-indent: 20px;
    font-size: 15px;
}
.line-3{
    display: block;
    text-align: justify;
    height: 80px;
    line-height: 25px;
    color: #666666;
    overflow: hidden;
    text-indent: 20px;
    font-size: 15px;
}
.line-7{
    display: block;
    text-align: justify;
    height: 205px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    font-size: 15px;
}


/*ul li 和 a*/
.list-a{
    display: block;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
    text-indent: 25px;
}
.list-li{
    height: 50px;
    background: url("image/wx1.png") no-repeat center left;
    border-bottom: #999999 dashed 1px;
}
.list-a-1{
    display: block;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    text-indent: 10px;
}
.list-li-1{
    height: 30px;
    background: url("image/dian.png") no-repeat center left;
}



