.ourcase-box{}
.form-box{
	padding-bottom: .3rem;
}
.case-ul{
	padding:0 0 .5rem 0;
}
.case-ul .loading{
	padding: .2rem .5rem;
}
.case-ul a{
	display: flex;
	align-items: center;
	padding: .2rem .3rem;
	border-bottom: 1px solid #cacaca;
}
.case-ul a>div.icon{
    width: .8rem;
    height: .73rem;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    text-align: center;
    color: #13506c;
    font-size: .32rem;
    line-height: .32rem;
    font-weight: bold;
    font-style: italic;
    padding-top: .16rem;
}
.case-ul a>div.tit{
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin: 0 0 0 .2rem;
    font-size: .3rem;
    line-height: .32rem;
    color: #222;
}