.banner{
    width: 100%;
    height: 331px;
    background: url(/images/banner.jpg) no-repeat center;
}

.substance{
    width: 1080px;
    margin: 0 auto;
}
.aside{
    width: 224px;
    float: left;
    margin-top: -23px;
}

.aside .bt{
    padding-left: 19px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background: url(/images/btbg.jpg) no-repeat center;
    font-size: 18px;
    overflow: hidden;
}
.aside .list{
    padding: 2px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}
.aside ul{
    padding: 2px 18px 37px;
    background: url(/images/asidebg.jpg) repeat-x bottom;
}
.aside li{
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #c8c8c8;
    padding-left: 14px;
    background: url(/images/dotted.jpg) no-repeat left;
}
.aside li.on{
    padding-left: 18px;
    background: url(/images/ondotted.jpg) no-repeat left;
}
.aside li.on a{
    color: #f12934;
    font-weight: bold;
}
.aside li a{
    color: #282828;
    font-size: 16px;
}
.cpshow{
    width: 222px;
    height: 67px;
    line-height: 67px;
    background: url(/images/cpshow.jpg) no-repeat center;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
}
.cpshow h3{
    font-size: 22px;
    color: #282828;
    font-weight: normal;
    margin-left: 100px;
}

.substance .right{
    width: 826px;
}
.substance .right .con{
    padding: 20px 20px 0;
}
.toptitle{
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 4px;
}
.toptitle h2{
    font-size: 20px;
    color: #282828;
    font-weight: normal;
    float: left;
}
.toptitle .wenzi{
    float: right;
}
.toptitle a{
    color: #5e5e5e;
    font-size: 12px;
}
.aboutus{
    color: #282828;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

.aboutus h2{
    text-align: center;
    color: #282828;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.news{
    overflow: hidden;
}
.news .first{
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px dashed #dcdcdc;
}
.news .left{
    font-size: 0;
}
.news .left img{
    width: 254px;
    height: 117px;
    vertical-align: top;
}
.news .wenzi{
    width: 504px;
    float: right;
    margin-top: 17px;
}
.news .wenzi .title{
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}
.news .wenzi .title h2{
    width: 420px;
    color: #282828;
    font-size: 16px;
    font-weight: normal;
    float: left;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news .wenzi .title .date{
    color: #a0a0a0;
    font-size: 14px;
    float: right;
}
.news .wenzi .txt{
    color: #787878;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.news ul{}
.news li{
    padding: 23px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.news li .title{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news li .title h2{
    width: 680px;
    float: left;
    color: #282828;
    font-size: 16px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news li .title .date{
    float: right;
    color: #a0a0a0;
    font-size: 14px;
}
.news li .txt{
    color: #787878;
    font-size: 14px;
    line-height: 29px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cp{
    text-align: center;
}
.cp ul{
    margin-top: -10px;
    overflow: hidden;
}
.cp li{
    width: 221px;
    font-size: 0;
    float: left;
    margin-top: 18px;
    margin-right: 61px;
}
.cp li.last{
    margin-right: 0;
}
.cp li img{
    padding: 5px;
    background-color: #fff;
    width: 209px;
    height: 209px;
    border: 1px solid #dcdcdc;
}
.cp li h3{
    line-height: 38px;
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.page{
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin-top: 38px;
}
.page ul{
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page li{
    width: 23px;
    height: 23px;
    text-align: center;
    float: left;
    border-radius: 2px;
}
.page a{
    display: block;
    color: #282828;
    font-size: 12px;
}
.page li.on{
    background-color: #f12934;
}
.page li.on a{
    color: #fff;
}
.page li.ye{
    width: 62px;
    background-color: #f12934;
    margin: 0 7px;
}
.page li.ye a{
    color: #fff;
}
.footer{
    margin-top: 50px;
}