/*顶栏搜索*/
.top-bar-search > div {float:left;}
.top-bar-search > div:not(:first-child) {margin-left:5px;}
.top-bar-search .layui-btn i {font-size: 14px;}

.area{width:1100px;margin:0 auto;}

.layui-tab-item .filter-box {
    height: 36px;
    width: 500px;
    margin-bottom: 15px;
}
.software{
width:100%
	padding-left:30px;
	margin-bottom:40px;
}
.software:after{
	content: '';
    display: block;
    clear: both;
}

.software .software-item{
	height:200px;
	margin:10px;
	border: 1px solid #e8e8e8;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    box-sizing: border-box;
	display:block;
}

.software-item .img {
    width: 31px;
    height: 31px;
    line-height: 31px;
    color: #ccc;
    text-align: center;
	border:1px solid #727cf5;
	border-radius:30px;
	display:inline-block;

}

.software-item p {
	margin-top:10px;
	border-top:1px dashed #a09e9e;
    color: #a09e9e;
    margin-bottom: 10px;
    height: 104px;

    word-break: break-all;
	overflow:hidden;
	padding:10px 5px 5px 5px;
}

.layui-row:after{
	
}

.content p{
	text-indent:2em;
	line-height:25px;
}