article .article-header h1{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
article .article-header .remark{
    text-align: center;
    line-height: 30px;
    border-bottom: solid 1px #eee;
    margin-top: 10px;
}
article .article-header span{
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
}

/*详情*/
article .detail{
    padding:25px;
}
article .detail div ,article .detail p{
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

/*详情表格边框设置*/
article .detail table ,article .detail td{
    border:solid 1px #000;
}

/*详情图片大小设置*/
article .detail img{
    max-width: 650px !important;
    display: block;
}

/*地图*/
#container {
    width: 95%;
    margin:10px auto;
    height: 500px;
    box-shadow: 0px 0px 5px #ccc;
    padding:10px;
}
#container .title{
    padding:0px;
    margin: 0px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
#container p{
    padding:0px;
    margin: 0px;
    line-height: 20px;
}
.contact{
    width: 98%;
    margin:10px auto;
    line-height: 25px;
    font-size: 14px;
}

canvas{
    border-radius: 3px;
    box-shadow: 0px 0px 3px #ccc;
}