.article-header h1{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.article-header .remark{
    text-align: center;
    line-height: 30px;
    border-bottom: solid 1px #eee;
    margin-top: 10px;
}
.article-header span{
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
}


.detail{
    padding:5px;
}
.detail div ,article .detail p{
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}


.detail table ,.detail td{
    border:solid 1px #000;
}


.detail img{
    max-width: 750px !important;
    display: block;
}


#container {
    width: 95%;
    margin:10px auto;
    height: 500px;
    box-shadow: 0px 0px 5px #eee;
    padding:10px;
    margin-bottom: 20px;
}
#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: 95%;
    margin:10px auto;
    line-height: 25px;
    font-size: 14px;
}

canvas{
    border-radius: 3px;
    box-shadow: 0px 0px 3px #ccc;
}