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;*/
}
/* 页码 */
#laypage{
	margin: 30px 0 40px;text-align: center;
}
.layui-laypage a, .layui-laypage span{
	background-color:transparent;
}
.layui-laypage a:hover{
	color: #104291;
}
/* 置顶 */
.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;      
}