#main{
    background-color: #F0F0F0;
    padding: 0 0 40px 0;
}
#notice .banner{
    padding: 30px 0;
    height: 100px;
    background: url('../images/notice/banner-bg.png') no-repeat;
    text-align: center;
}
#notice .banner h1{
    height: 50px; line-height: 50px;
    font-size: 40px;font-weight: 400;color: #333;
    padding-bottom: 10px;
}
#notice .banner h2{
    margin: 0 auto;
    width: 240px;height: 30px;line-height: 30px;
    font-size: 16px;
}
#notice .content{
    margin: 20px auto;
    width: 1000px;
    background-color: #fff;
}
#notice ul.list{
    padding: 10px 30px;
}
#notice ul.list li{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
#notice ul.list li a.img{
    float: left;
    display: block;
    width: 150px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden;
}
#notice ul.list li a.img img{
    width: 100%;
    height: 100%;
}
#notice ul.list li .info{
    overflow: hidden;
}
#notice ul.list li a.title{
    display: block;
    height: 40px;line-height: 40px;
    overflow: hidden;
    font-size: 16px; font-weight: 600; color: #333;
}
#notice ul.list li a.desc{
    display: block;
    line-height: 24px;
    color: #aaa;
    cursor: pointer;
    height: 44px;
    margin-bottom: 6px;
    overflow: hidden;
}
#notice ul.list li a.title:hover,
#notice ul.list li a.desc:hover{
    color: #2C63E0;
}
#notice ul.list li dl.data{
    height: 30px;line-height: 30px;
    font-size: 12px; color: #999;
}
#notice ul.list li dl.data dt,
#notice ul.list li dl.data dd{
    float: left;
}
#notice ul.list li dl.data dt{
    width: 180px;
}
#detail .wrap{
    margin: 0 auto;
    padding: 20px;
    width: 960px;
    background-color: #fff;
}
#detail h1{
    height: 30px; line-height: 30px;
    font-size: 22px;font-weight: 400;
}
#detail dl.data{
    height: 30px;line-height: 30px;
    font-size: 12px; color: #999;
    border-bottom: 1px dashed #eee;
}
#detail dl.data dt,
#detail dl.data dd{
    float: left;
}
#detail dl.data dt{
    width: 180px;
}
#detail .content{
    padding: 20px 0;
    min-height: 600px;
}
#detail .detail_img{
    padding: 20px 0;
    text-align: center;
}
#detail .detail_img img{
    max-width: 100%;
}
