.article-detail{
	margin: 0 10px;
}
.table-title{
    text-align: center;
    margin: 40px 0 20px;
    font-size: 0;
}
.table-title-icon{
    display: block;
    margin: auto;
    width: 44px;
    height: 36px;
    background-image: url(../../images/table-title-icon.png);
    background-repeat: no-repeat;
}
.table-title>span{
    display: inline-block;
    font-size: 19px;
    color: #06472e;
    line-height: 19px;
    margin-top: 15px;
}
.table-title>span:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 135px;
    height: 2px;
    background-color: #06472e;
    left: -38px;
    top: -6px;
}
.table-title>span:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 135px;
    height: 2px;
    background-color: #06472e;
    right: -38px;
    top: -6px;
}
.table-content{
    overflow: auto;
}
.table-content table{
    min-width: 930px;
}
.table-content thead{
    color: #fff;
    background-color: #06472e;
    height: 50px;
    line-height: 50px;
    background-image: url(../../images/table-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
}
.table-content th,.table-content td{
    position: relative;
    width: 150px;
}
.table-content tbody tr td:first-child{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-left: none;
}
.table-content tbody tr td:last-child{
    border-right: none;
}
.table-content tbody td{
    font-size: 14px;
    padding: 25px 15px;
    background-color: #f0f4f2;
    border: 1px solid #fff;
    white-space: pre-wrap;
}
.table-content tbody tr:last-child td{
    border-bottom: 2px solid #06472e;
}
.table-content thead th:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    left: -55px;
    top: -4px;
}
.table-content thead th:first-child:before{
    display:none
}

/* 绉诲姩绔�傞厤 */
@media screen and (max-width: 480px){
    .table-title>span:before,.table-title>span:after{
        display: none;
    }
}