@CHARSET "UTF-8";
/* 外层样式 */
.message-wrap{
    min-width: 1170px;
    background: #f5f5f5 url(../imgs/index-bg.png) no-repeat center top;
    overflow: hidden;
}
/* 内容 */
.message-content{
    border: 1px solid #EDEDED;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    border-radius: 3px;
    background-color:#fff;
    margin-bottom: 20px;
    padding: 0 60px;
    min-height: 400px;
}
.message-content .title{
	text-align: center;
    font-size: 24px;
    color: #333;
    height: 100px;
    line-height: 135px;
}
.message-content .date{
	text-align: center;
    font-size: 12px;
    color: #767676;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
}