@import url(comm.css);
@import url(header.css);
@import url(footer.css);

.article {
    color: #323232;
    line-height: 1.5;
}
.tm {
	font-size: 20px;
	text-align: center;
    color: #333;
    margin-top: 90px;
}
.mn {
}
.tt {
    text-align: center;
    font-size: 18px;
    margin: 70px 0 55px;
}

.mn ul {
	font-size: 16px;
	margin-left: 12px;
    overflow: hidden;
}
.mn ul li{
    position: relative;
    padding-left: 27px;
    margin: 15px 0;
    float: left;
}
.mn ul li em{
    float: left;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #323232;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}

.mnb{
    color: #605f5f;
    background-color: #f5f5f5;
    padding: 25px;
    margin: 80px 0;
}
.mnb ul {
	font-size: 16px;
	margin-left: 0;
}
.mnb ul li{}
.mnb ul li em{
    background-color: #605f5f;
    width: 7px;
    height: 7px;
    top: 12px;
}

/* 简易数据表格-格边框 */
.m-table{table-layout:fixed;width:100%;line-height:1.5;}
.m-table th,.m-table td{padding:10px;border:1px solid #ddd;}
.m-table th{font-weight:bold;}
.m-table .cola{width:117px;text-align:center;vertical-align: top;font-size: 18px;padding: 22px 10px;}
/* 简易数据表格-行边框*/
.m-table-row th,.m-table-row td{border-width:0 0 1px;}

.col-bd .tt{
	font-size: 14px;
	display: block;
	margin: 0;
	text-align: left;
}

.cell .tt{
	margin: 0;
	padding: 9px 11px;
	text-align: left;
	font-size: 16px;
}