body{
  background-color: #f1f1f1;
}
/*首页局长信箱详情*/
.emailPart{
    background: #ffffff;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-bottom: 100px;
    /*-moz-box-shadow: 10px 10px 5px #888888; *//* 老的 Firefox */
    box-shadow: 10px 10px 5px #888888;
}
.email-img{
    margin-left: 30px;
}
.email-detail{
    width: 87%;
}
.email-img p{
    color: #444444;
    font-size: 14px;
    font-weight: bolder;
    width: 100px;
    text-align: center;
    margin-top: 10px;
}
.email-rec-title{
    color:#0d60bc;
    font-size:16px;
    height: 35px;
    line-height: 35px;
}
.email-rec-date{
    color:#999999 ;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.email-rec-date span{
    margin-right: 15px;
}
.email-receive{
    border-bottom:1px solid #d8d8d8 ;
    padding-bottom: 50px;
}
.email-reply{
    padding-bottom: 50px;
}
.email-receive,.email-reply{
    margin-top: 30px;
    padding-right: 30px;
}
.email-receive p,.email-reply p{
    font-size: 18px;
    color: #444444;
}
.email-receive > div,.email-reply > div{
    color: #444444;
    font-size: 14px;
    width: 83%;
    background: #dcebfb;
    border-radius: 5px;
    padding:20px;
    position: relative;
    line-height: 30px;
}
.email-sj1{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #dcebfb;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 5px;
    left: -15px;
}
.email-sj2{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #dcebfb;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:5px;
    right: -15px;
}
/*end首页局长信箱详情*/
