@charset "utf-8";

.list {
	width: 100%;
}

.list ul li {
	float: left;
	width: 33.33%;
	line-height:  2.1em;
	text-align: center;
	/*font-family: "SourceHanSansCN-Normal";*/
	margin-top:28px;
}

.list ul li a {
	color: #231815;
	padding-bottom: 5px;
    /* border-bottom: solid 3px #030000; */
	font-weight:600;
}
.list ul li div{
    width: 30px;
    height: 3px;
    background: #030000;
	margin: auto;}
.zindex {
	z-index: 999 !important;
}

