
.con {
    width: 6.4rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    padding-left: .12rem;
	background:url(../images/lanmu_bj.png) no-repeat;
	background-size: 100% auto;
	padding-top: .3em;
}

.ks_title {
	width:2.56rem;
	height:1.08rem;
background:url(../picture/fkzx.png);

}
.ks_title > a{
	text-decoration:none;
}
.ks_title > a >p {
    font-size:0.4rem;
	text-align:center;
	line-height:1.2rem;
	color:#fff;

}

.con ul {
    width: 5.8rem;
    height:auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
	margin-bottom:0.2rem;
}

.con ul > li {
    width: 1.8rem;
    height: .6rem;
    border-radius: .1rem;
    border: 1px solid #ccc;
	margin-top:.15em;
}

.con ul > li > a {
    font-size: .25rem;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #4c4c4c;
    line-height: .6rem;
    text-decoration: none;

}
