.subtitle{
	display: flex;
	font-size: 0.875rem;
	color: #4A4E58;
	margin-left: 0.5rem;
}
.subtitle img{
	width: 1rem;
	height: 1rem;
}
.subtitle p{
	color: #004D9E;
}
.noticeView{
	width: 100%;
	margin: 1.875rem auto;
	display: flex;
}
.noticeView .leftView,
.gjView .leftView{
	width: 16.6%;
	text-align: center;
	padding-top: 1.25rem;
	background:url(../images/bg-top2.png) no-repeat top;
	background-size: contain;
}
.leftView2 {
    padding-bottom: 1.25rem;
	background: #0050A0;
}
.leftView li{
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	background: #0050A0;
	font-weight: bold;
	font-size: 1.25rem;
	color: #FFFFFF;
	cursor: pointer;
}
.leftView2 li:hover,
.leftView li.active{
	background: #FFFFFF;
	color: #0050A0;
}
.leftView li.active{
	background: #FFFFFF url(../images/left2.png) no-repeat right;
	background-size: 0.625rem 1.25rem;
}

/* 列表 */
.rightView{
	width: 81.9%;
	margin-left: 1.25rem;
	background: rgba(255, 255, 255, 0.8);
}
.rightList{
	min-height: 18.75rem;
	padding: 0 0 1.25rem 0;
	background: #fff;
	margin-top: 1.25rem;
}
ul#imageList {
	width: calc(100% - 4.375rem);
	margin: 0 auto;
}
.rightView li{
	position: relative;
	width: 100%;
	height: 6.25rem;
	display: flex;
	color: #4A4E58;
	align-items: center;
	list-style-image: url('../images/li-green.png');
}
.rightList li:hover{
	color: #0050A0;
	list-style-image: url('../images/li-red.png');
}
.rightList li{
	border-bottom: 0.0625rem solid #F0F1F7;
}
.rightView li {
	display: none;
}
.rightView li.visible {
	display: list-item;
}
.date {
	text-align: center;
	font-size: 1rem;
	color: #99A8C1;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.content{
	height: 6.25rem;
	display: inline-flex;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.5rem;
	align-items: center;
}
.rightList li a .content{
	width: calc(100% - 12.5rem);
}
.pagination{
	width: 100%;
	height: 5.5rem;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	cursor: pointer;
	right: 2rem;
}
.page-info{
	display: flex;
	height: 2rem;
}
.pagination span,.page-info span{
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background: #F0F1F7;
	font-size: 1rem;
	text-align: center;
	margin: 0 0.125rem;
}
.prevPage,.nextPage{
	width: 5rem;
	margin: 0 0.125rem;
	color: #0081FF;
}
.prevPage:hover,.nextPage:hover,.page-info span:hover,.page-info .active{
	color: #fff;
	background-color: #0050A0;
}
/* 左侧菜单 */
.leftView2 li.act,
.leftView2 .xsdt:hover{
	background: #FFFFFF url(../images/bottom.png) no-repeat right !important;
	background-size: 1.25rem 0.625rem !important;
	background-position:  right 1.25rem center !important;
}
.menu2 {
	display: none;
	height: 12.5rem;
	background: #0050A0;
	z-index: 1111;
	position: relative;
}
.leftView2 .xsdt{
	background: #0050A0 url(../images/right3.png) no-repeat right ;
	background-size: 0.625rem 1.25rem;
	background-position:  right 1.25rem center;
}
.leftView2 .xsdt:hover ul,
.leftView2 .xsdt ul:hover{
	display: block;
}
.menu2 li{
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	background: #F0F1F7;
	font-size: 1.25rem;
	color: #4A4E58;
	font-weight: 400;
}
.leftView2 li:hover ul li{
	background: #F0F1F7;
}
.menu2 li:hover{
	color: #0050A0;
}
.menu2 li.select{
	color: #0050A0;
	background: #F0F1F7 url(../images/right2.png) no-repeat;
	background-size: 0.625rem 1.25rem;
	background-position:  right 1.25rem center;
}
/**end**/
/* 右侧顶部筛选 */
.meetingSearch{
	padding: 0;
}
.rightSearch{
	width: calc(100% - 5rem);
	padding: 0 2.5rem;
	display: flex;
	height: 6.25rem;
	font-size: 1.25rem;
	color: #FFFFFF;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, #0050A0 0%, #3BADFF 100%);
}
.rightSearch input{
	width: 29%;
	border-radius: 0.5rem;
	padding: 0.625rem 1.25rem;
	font-size: 1rem;
	margin-right: 1.25rem;
}
.rightSearch  select{
	width: 9.6%;
	border-radius: 0.5rem;
	padding: 0.625rem 0;
	font-size: 1rem;
	text-align: center;
}
.rightSearch  #dq{
	margin-right: 1.25rem;
}
.rightSearch  #nf{
	margin:0 0.625rem;
}
.rightSearch  #yf{
	margin:0 0.625rem;
}
.rightSearch select option{
	background-color: rgba(255, 255, 255, 0.2);
	color: #555;
}
.rightSearch input::placeholder{
    color: rgba(255, 255, 255, 0.5); /* 例如，设置为灰色 */
}
.rightSearch input[type="text"],
.rightSearch select[type="text"] {
    /* 设置背景颜色 */
    background-color: rgba(255, 255, 255, 0.2); /* 浅灰色背景 */
    -webkit-background-color: rgba(255, 255, 255, 0.2);; /* 针对旧版Chrome/Safari */
    -moz-background-color: rgba(255, 255, 255, 0.2);; /* 针对Firefox */
    -ms-background-color: rgba(255, 255, 255, 0.2);; /* 针对IE/Edge早期版本 */
 
    /* 设置文本颜色 */
    color: #fff; /* 深灰色文本 */
    -webkit-color: #fff; /* 针对旧版Chrome/Safari */
    -moz-color: #fff; /* 针对Firefox */
    -ms-color: #fff; /* 针对IE/Edge早期版本 */
 
    /* 设置边框颜色 */
	border: none;
    -webkit-border: none; /* 针对旧版Chrome/Safari */
    -moz-border: none;/* 针对Firefox */
    -ms-border: none; /* 针对IE/Edge早期版本 */
}
.rightSearch  button{
	width: 12.3%;
	height: auto;
	padding: 0.625rem;
	background: #FEFBC6;
	border-radius: 0.5rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #0050A0;
	margin-left: 0.625rem;
}
/**end**/