.template-box {
	padding-bottom: 30px;
    background-color: #F8F9FE;
}
.template-box .search{
	padding-top: 24px;
}
.template-box .each-filter{
	margin-right: 40px;
    cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.template-box .input-box{
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}
.template-box .input-box input{
	width: 200px;
    background: none;
    border: none;
    outline: none;    
	height: 20px;
	padding-right: 10px;
}
.template-box .input-box .icon img{
    width: 16px;
}
.template-box .currenttype{
    color: #2288FC;
}

.template-list{
	width: 1224px;
    margin: auto;
    margin-top: 24px;
}
.each-tempalte{
    width: 280px;
    padding: 10px;
    padding-bottom: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
	margin: 0px 13px;
    margin-bottom: 20px;
    flex-direction: column;
}
.each-tempalte .name{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 15px;
    word-break: break-all;
    display: block;
    width: 100%;
}
.each-tempalte img{
    width: 260px;
    height: 180px;
}
.each-tempalte .btns{
    width: 150px;
    height: 34px;
    color: #2288FC;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}
.each-tempalte .btns .btn{
    display: none;
    border: 1px solid #2288FC;
    width: 150px;
    height: 34px;
    color: #2288FC;
    margin-top: 18px;
    cursor: pointer;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.each-tempalte:hover .btn{
    display: flex;
}
.template-list .tagsBox{
    width: 100%;
    padding-top: 10px;
    margin-bottom:-8px;
}
.template-list .tagsBox p{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    height: 20px;
    background: #a9a8a8;
    border-radius: 2px;
    padding: 0px 7px;
    margin: 0;
    margin-right: 5px;
    margin-bottom:5px;
    line-height: 20px;
}