.postion {
    width: 6.4rem;
    height: .8rem;
    font-size: .25rem;
    line-height: .8rem;
    box-sizing: border-box;
    padding-left: .2rem;
    color: #888380;
    margin: 0 auto;
}

.postion a {
    text-decoration: none;
    color: #888380;
}

.con {
    width: 6.4rem;
    height:auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: .12rem;
	padding-top: .3em;
	padding-bottom:.3em;
	background:url(../images/zj_bj.png) no-repeat;
	background-size: 100% auto;
}

.zj_title {
    position: relative;
	width:2.56rem;
	height:1.08rem;
background:url(../picture/fkzx.png);

}
.zj_title >p {
    font-size:0.4rem;
	text-align:center;
	line-height:1.2rem;
	color:#fff;
}
.zj_title > a {
    display: block;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    position: absolute;
    left:5.5rem;
    top: .3rem;
    text-decoration: none;
    line-height: .65rem;
    text-align: center;
    font-size: .5rem;
    color: aliceblue;
    background: #89664f;
}

.zj_title > img {
    width: 100%;
}

.con > ul {
    width: 5.45rem;
    height:auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.con > ul > li {
    width: 1.4rem;
    height:auto;
	margin-top: .3em;

}

.con > ul > li > p:nth-of-type(1) {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;

    overflow: hidden;
}

.con > ul > li > p:nth-of-type(1) > a > img {
    width: 100%;
}

.con > ul > li > p:nth-of-type(2) {
    font-size: .25rem;
    font-weight: bolder;
    text-align: center;
    line-height: .35rem;
}

.con > ul > li > p:nth-of-type(2) > i { font-style:normal; display:block; padding-top:.3em;}

.con > ul > li > p:nth-of-type(2) > span {
	display:block;
    font-size: .18rem;
    font-weight: lighter;
	color:#666;
    height: 0.5rem;
}
