.paiTop {
	border-left: 4px solid #e52f2b;
}

.someTop {
	border-left: 4px solid #e52f2b!important;
}

.projectMain{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
}
.boxSearch .inputBox{
	background: url(../img/search.png) no-repeat 10px center;
	background-size: 18px 18px;
}


.paixu_new{
	height: 40px;
	background: #fff;
	margin-top: 44px;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.project_px{
	width: 280px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 16px;
	align-items: center;
}
.box_chose{
	width: 190px;
	height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.choseActive{
	background: #ffcccc;
	color: #e52f2b;
	border: 1px solid #E52F2B!important;
}
.showJ{
	display: block;
}
.hideJ{
	display: none;
}
.box_chose span{
	display: block;
	flex: 1;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-right: 5px;
	padding: 0 3px;
}

.page_px{
	width: 280px;
	height: 20px;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.prev{
	width: 14px;
	height: 18px;
	display: block;
	background: #fcfcfc;
	border: 1px solid #d7d7d7;
	display: flex;
	justify-content: center;
	align-items: center;
	 cursor: pointer;
}
.prev img{
	width: 6px;
	height: 8px;
}

.page_number{
	font-size: 12px;
	color: #545454;
}

.next{
	width: 60px;
	height: 18px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fcfcfc;
	font-size: 12px;
	border: 1px solid #d7d7d7;
	 cursor: pointer;
}
.next img{
	margin-left: 3px;
}

.goto_page{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	 cursor: pointer;
	
}
.goto_page input{
	width: 36px;
	height: 18px;
    background: #fcfcfc;
	font-size: 12px;
	border: 1px solid #d7d7d7;
	margin: 0 5px;
	text-align: center;
}
.tz_btn{
	width: 50px;
	height: 18px;
    background: #fcfcfc;
    border: 1px solid #d7d7d7;
    font-size: 12px;
   text-align: center;
   line-height: 18px;
   cursor: pointer;
}
.list_project{
	margin-top: 0;
}
