#breadcrumb,#news,#detail{
    position: relative;
    z-index: 2;
}
#breadcrumb dl,
#breadcrumb dl dd a,
#breadcrumb dl dd span{
    color: #999;
}
#main{
    background-color: #F0F0F0;
    padding: 0 0 40px 0;
}
#news .banner{
    padding: 30px 0;
    height: 100px;
    text-align: center;
}
#news .banner h1{
    height: 50px; line-height: 50px;
    font-size: 40px;font-weight: 400;color: #fff;
    padding-bottom: 10px;
}
#news .banner h2{
    margin: 0 auto;
    width: 240px;height: 30px;line-height: 30px;
    background-color: #fff;
    font-size: 16px; color: #f29e16;
}
#news .content{
    margin: 20px auto;
    width: 1000px;
    background-color: #fff;
}
#news ul.list{
    padding: 10px 30px;
}
#news ul.list li{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
#news ul.list li a.title{
    display: block;
    height: 40px;line-height: 40px;
    overflow: hidden;
    font-size: 16px; font-weight: 600; color: #333;
}
#news ul.list li a.desc{
    display: block;
    line-height: 24px;
    color: #aaa;
    cursor: pointer;
    height: 44px;
    margin-bottom: 6px;
    overflow: hidden;
}
#news ul.list li a.title:hover,
#news ul.list li a.desc:hover{
    color: #f29e16;
}
#news ul.list li dl.data{
    height: 30px;line-height: 30px;
    font-size: 14px; color: #ccc;
    text-align: center;
}
#news ul.list li dl.data dt,
#news ul.list li dl.data dd{
    float: left;
}
#news ul.list li dl.data dt{
    width: 180px;
}
#detail .wrap{
    margin: 0 auto;
    padding: 42px 34px;
    width: 1133px;
    background-color: #fff;
}
#detail h1{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
#detail dl.data{
    height: 30px;line-height: 30px;
    font-size: 14px; color: #ccc;
    border-bottom: 1px dashed #eee;
    text-align: center;
}
#detail dl.data dt,
#detail dl.data dd{
    float: left;
}
#detail dl.data dt{
    width: 180px;
}
#detail .content{
    padding: 20px 0;
    min-height: 600px;
}
