.container{
    width: 1199px;
}
.main{
    padding: 40px 0 60px;
}
.nav{
    text-align: left;
    color:#a0a0a0;
    font-size: 0;
    padding: 0 38px;
	max-width:100%;
}
.nav>*{
    color:#a0a0a0;
    font-size: 18px;
}
.nav a:hover{
    color:#222;
}
.nav .sep{
    margin: 0 8px;
    font-size: 18px;
}
.article {
    color: #333;
    text-align: left;
    padding: 0 38px;
}
.article .title {
    font-size:30px;
    color: #000;
    margin-top: 17px;
    line-height: 1.5;
}
.article .time {
    margin: 15px 0;
    color: #999;
    font-size: 16px;
}
.article .content {
    margin-bottom: 2.77778%;
    font-size: 16px!important;
    line-height: 30px!important;
}
.content a, .content a:active, .content a:link {
    color: #333;
    text-decoration: underline;
    display: inline-block;
}
.content p{
    margin-bottom: 15px;
}
.content img {
    text-align: center;
    /*margin: 15px 0 ;*/
    max-width: 100%;
    height: auto !important;
}
.content table {
    font-size: 0.98765rem !important;
    line-height: 1.7284rem !important;
    width: 100% !important;
    height: auto!important;
    max-width: 100% !important;
    border: solid 1px #eee !important;
    border-collapse: collapse !important;
}
.content table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ddd;
    padding: 0 0.5rem;
    color: #666;
    width: auto!important;
    height: auto!important;
}