.wx-follow{
	padding:10px;
}
.wx-follow .wx-head{
	font-size:1.3rem;
    color:#55bbac;
    padding:10px 0px;
    text-align:center;
}
.follow-cont{
    margin-bottom: 10px;
    border-radius: 10px;
}
.follow-cont .mode-head{
    background: #70c5b9;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}
.follow-list{
    border: 1px solid #70c5b9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.follow-list li{
    min-height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    color: #666;
    border-bottom: 1px dashed #70c5b9;
}
.follow-list li:last-child{
    border:0;
}
.follow-list li img{
	display:block;
}
.follow-list li,.follow-list li a{
	color:#444;
}
.ast-wx {
	margin:10px;
}
.ast-wx .wx-head{
	font-size:1.8rem;
}
.ast-date{
	color:#666;
	margin:10px 0px;
}
.ast-date .wx-txt{
	margin-left:10px;
	color:#4963c1;
}
.ast-wx .J-img{
	width:100%;
}