body{
	background-color: #fafafa;
}
.noticeCon{
	width: 1400px;margin: 0 auto;margin-top: 20px;
}
.selectBtn{
	width:1400px;margin:0 auto;
	padding: 20px 20px 10px 20px;box-sizing: border-box;margin-bottom: 20px;background-color: #fff;
	border:1px solid #f5f5f5;
}
.targetType {
	width: 85px;
	height: 32px;
	background-color: #f5f5f5;
	line-height: 32px;text-align: center;font-size: 16px;
	font-family: "HanSansMedium";
}
.typeSelect p{
	width: 80px;
	height: 30px;
	border-radius: 18px;
	font-family: "HanSansMedium";
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	margin-right: 28px;
	cursor: pointer;
}
.typeActive,.typeSelect p:hover{
	color: #ffffff;
	background-image: linear-gradient(120deg, #0b4390 0%, #0c3896 0%, #0d2d9c 0%, #144ec2 0%, #1a6ee7 0%, #1359bc 35%, #0b4390 100%), linear-gradient(#d5e3f8, #d5e3f8);
}
.selectBtn .selectBox:nth-child(2){
	margin: 25px 0;
}
.selectBox,.typeSelect{
	display: flex;
}
.typeSelect{
	margin-left: 20px;
	width: 1300px;
	flex-wrap: wrap;
}
.noticeList{
	display: flex;flex-wrap: wrap;
}
.noticeList .noticeItem:nth-child(2n-1){
	margin-right: 20px;
}
.noticeItem{
	padding: 15px;box-sizing: border-box;display: flex;	width: 690px;
	height: 165px;
	background-color: #ffffff;border:1px solid #f5f5f5;
	margin-bottom: 20px;cursor: pointer;
}
.noticeList .noticeItem:nth-last-child(2),.noticeList .noticeItem:nth-last-child(1){
	margin-bottom: 0;
}
.noticeItem:hover{
	box-shadow: 0px 0px 15px 0px rgba(13, 66, 146, 0.5);
	border: solid 1px #0d4292;
}
.noticeItem img{
	width: 133px;height: 133px;
}
.noticeText{
	margin-left: 25px;
	font-family: HanSansMedium;
	width: 525px;position: relative;
}
.noticeName{
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: bold;
	line-height: 1.3;
	height: 48px;
}
.time,.location,.contact{
	font-size: 16px;
	color: #333333;
}
.time{
	margin: 5px 0;
}
.location{
	margin: 5px 0;
}
.localSelect p{
	margin-right: 18px;margin-bottom: 5px;
}
/* 标签 */
.pvcr_message_right_jjkh{
  width:76px;line-height:24px;height:24px;float:right;font-size:14px;background-color: #c3deff;color:#0675ff;border-radius: 4px;text-align: center;letter-spacing: 1px;
}
.pvcr_message_right_zzkh{
  width:76px;line-height:24px;height:24px;float:right;font-size:14px;background-color: #fbf4e2;color: #fe4c01;border-radius: 4px;text-align: center;letter-spacing: 1px;
}
.pvcr_message_right_zzjp{
  width:76px;line-height:24px;height:24px;float:right;font-size:14px;background-color: #fed7d7;color: #fe0101;border-radius: 4px;text-align: center;letter-spacing: 1px;margin-right: 3px;
}
.pvcr_message_right_yjjs{
  width:76px;line-height:24px;height:24px;float:right;font-size:14px;background-color: #e6e6e6;color:#666666;border-radius: 4px;text-align: center;letter-spacing: 1px;
}
.pvcr_message_right_zzyj{
  width:76px;line-height:24px;height:24px;float:right;font-size:14px;color:#fe4c01;border-radius: 4px;text-align: center;letter-spacing: 1px;background-color: #fbf4e2;opacity: 0.9;/*margin-right: 3px;*/
}
/* 置顶 */
.pvcrl_box{
  position: absolute;top: 0;left: 0;width: 42px;height: 20px;line-height: 20px;
}
.pvcrl_top{
  text-align: center;font-size: 14px;border-bottom-right-radius: 4px;color: #fff;background: red;letter-spacing: 1px;padding: 1px 0;box-sizing: border-box;      
}
body{
	background-color: #fafafa;min-height: 1000px;
}
.auctionContent{
	width: 1400px;
	margin:  0 auto;
}
#searchform{
	font-family: HanSansMedium;
	margin-bottom: 30px;
}
/* 修改placeholder的文本颜色 */
.layui-input::-webkit-input-placeholder {
    color: #999; 
}
.layui-input:-moz-placeholder {
    color: #999; 
}
#auctionList{
	width:1400px;margin:0 auto;display: grid;grid-template-columns: repeat(4,325px);gap: 30px;min-height: 800px;
}
.listCon{
	width: 335px;height: 404px;border: solid 1px #fff;cursor: pointer;box-sizing: border-box;position: relative;background: #fff;
	border:1px solid #f5f5f5;
}
.listCon:hover{
	box-shadow: 0px 0px 15px 0px rgba(13, 66, 146, 0.5);
	border: solid 1px #0d4292;
}
.listDetail{
	padding: 10px 13px 10px 12px;box-sizing: border-box;
	/* font-family: HanSansMedium; */
	font-size: 20px;color: #020202;
}
.auctionName{
	overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;font-size:18px;height:40px;font-weight: bold;margin-bottom: 11px;margin-top: 5px;line-height: 20px;
}
.subjectMatter{
	font-size:14px;margin-right: 2px;
}
.status{
	width: 87px;
	background-image: linear-gradient(-71deg, 
		#ff7a00 0%, 
		#fd902b 60%, 
		#faa556 100%), 
	linear-gradient(
		#fae0c8, 
		#fae0c8);line-height: 25px;
    text-align: center;
	border-radius: 2px;margin-top: 6px;margin-bottom: 7px;height: 25px;
}
.auctionTime{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;margin-bottom: 5px;
}
#number{
	font-weight: normal;color: #777;
}
.auctionMode{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
	margin: 5px 0;
}
#statusTitle{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	
}
.deposit{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;margin-bottom: 7px;margin-top: -4px;
}
#deposit{
	/*font-family: HanSansBold;*/
	font-family: HanSansMedium;
	font-size: 20px;
	letter-spacing: 0px;
	color: #ff0000;
}
/* .lineAcross{
	width: 300px;
	height: 1px;
	background-color: #ccc;margin-bottom: 5px;
} */
.viewCount{
	color: #777;height: 25px;
}
.auctionStatus{
	position:absolute;bottom:0;color:#fff;height:28px;line-height:28px;width:100%;padding-left:13px;box-sizing:border-box;font-weight: bold;
}
.startDay{
	height:16px;width:2px;display:inline-block;background-color:#fff;margin:0 5px;vertical-align:middle;
}
.browse{
	/* font-family: HanSansMedium; */
	font-size:14px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 2px;
}
#auctionMode,#auctionTime{
	font-weight: normal;
}
/* 页码 */
#laypage{
	margin: 50px 0;text-align: center;
}
.layui-laypage a, .layui-laypage span{
	background-color: transparent;
}
.layui-laypage a:hover{
	color: #104291;
}
.topping{
	position: absolute;
	top: 0;
	right: 0;
	background-image: linear-gradient(120deg, #0b4390 0%, #0c3896 0%, #0d2d9c 0%, #144ec2 0%, #1a6ee7 0%, #1359bc 35%, #0b4390 100%), linear-gradient(#d5e3f8, #d5e3f8);
	color: #fff;
	width: 57px;
	height: 30px;
	font-size: 16px;
	border-bottom-left-radius: 4px;
	text-align: center;
	line-height: 30px;
}
