.trapezoid{
	border-bottom:2rem solid #d4d4d4;
	border-left:1rem solid transparent;
	border-right:1rem solid transparent;
	width:5.8rem;
	float:left;
}
.trapezoidList{
	/* margin-top:0.5rem; */
	margin: 0.5rem;
}
.clear{
	clear:both;
}
.gl-icomoon{
	color:#1d1818;
	font-size:1rem;
	width:100%;
	margin:0 auto;
	/* margin-top:0.5rem; */
	font-size:5rem;
}
.roundImgDiv{
    /* border-radius: 50%; */
	/* margin:0 auto; */
	/* margin-top:0.5rem; */
}
.roundImg{
	width:100%;
	height:100%;
}
.singleImgAndName{
	width:100%;
	float:left;
	/* background-color:red; */
	/* margin: 0 0 1rem 0; */
	border-bottom: 1px solid gray;
	padding-top: 1rem;
}
.singleImgAndName > a{
	display:block;
}
.descSpan{
	text-align:center;
	color:black;
}
.main{
	margin-top:1rem;
}
.topImg{
	width:25%;
	float:left;
	height:2rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 7px;
}
.nameSpanDiv{
    width: 100%;
    text-align: center;
    /* margin-top: 0.5rem; */
    display: block;
	color:black;
	overflow:hidden;
	height:2rem;
	font-size:1rem;
	line-height:2rem;
}
.selectedImg{
	float:left;
	overflow: hidden;
	width: 6rem;
	height: 4.5rem;
	margin-left: 1rem;
}
.selectedImg > img{
	width:100%;
	height:100%;
	/* margin-left: 1rem; */
}
.descTitle{
	width: calc(100% - 9rem);
	float:left;
}
.descTitleNoImg > span{
	width: 100%;
	color: #000000;
	/* overflow: hidden; */
	display: block;
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	word-break: break-all;
	/* height: 3rem; */
	line-height: 1.5rem;
	font-size: 1rem;
	/* margin: 0 0 0 1rem; */
}
.descTitleHaveImg > span{
	width: 100%;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 3rem;
	line-height: 1.5rem;
	font-size: 1rem;
	margin: 0 0 0 1rem;
}
.articleTime > span{
	float:right;
	width:25%;
	text-align:center;
	font-size: 0.8rem;
	height: 2rem;
	line-height: 2rem;
	color:gray;
}
 .sousuo {
    float: left;
    width: 95%;
    padding: 20px 4% 0 4%;
    position: relative;
    /* background: #f8f5f1; */
}
.sousuo-in {
    width: 75%;
    border: 1px #DDDDDD solid;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    float: left;
    position: relative;
}
.sousuo-in input {
    float: left;
    border: none;
    width: 90%;
    height: 30px;
    margin-top: 5px;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    position: relative;
}
.sousuo-in span {
    position: absolute;
    right: 10px;
    bottom: 4px;
}
#submit-ss {
    background: url(../../img/list/t18/submit1.jpg) no-repeat;
    width: 60px;
    height: 38px;
    float: left;
    margin-left: 2%;
    border: none;
    cursor: pointer;
    background-size: 60px;
	border-radius: 5px;
	margin-top:2px
} 