.subtitle{
	display: flex;
	font-size: 0.875rem;
	color: #4A4E58;
	margin-left: 0.5rem;
}
.subtitle img{
	width: 1rem;
	height: 1rem;
}
.subtitle p{
	color: #004D9E;
}
.noticeView,.gjView{
	width: 100%;
	margin: 1.875rem auto;
	display: flex;
}
/* 列表 */
.rightView{
	width: 100%;
	margin-left: 1.25rem;
	background: #fff;
}
.gjView .rightView{
	width: 81.9%;
	margin-left: 1.25rem;
	background: rgba(255, 255, 255, 0.8);
}
.rightList{
	padding: 0 0 1.25rem 0;
	background: #fff;
	margin-top: 1.25rem;
	min-height: 20rem;
}
ul#imageList{
	width: 100%;
}
.rightView li{
	position: relative;
	width: 100%;
	height: 6.25rem;
	display: flex;
	font-size: 1.125rem;
	color: #4A4E58;
	align-items: center;
}
.rightView .link-a:nth-of-type(2n) li{
	background: #fff;
}
.rightView .link-a:nth-of-type(2n+1)  li{
	background: #F0F1F7;
}
.rightView  li:nth-of-type(2n){
	background: #fff;
}
.rightView  li:nth-of-type(2n+1){
	background: #F0F1F7;
}
.rightList li:hover{
	color: #0050A0;
}
.rightList li{
	border-bottom: 0.0625rem solid #F0F1F7;
}
.rightView li {
	display: none;
}
.rightView li.visible {
	display: flex;
}
.rightView .date{
	width: 20.8%;
	font-size: 1rem;
	color: #99A8C1;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0.0625rem solid #fff;
}
.rightView .date p{
	font-family: Microsoft YaHei;
	font-size: 1rem;
	color: #99A8C1;
}
.rightView .city{
	width: 13.8%;
	/* height: 100%; */
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	border-right: 0.0625rem solid #fff;
}
.rightView .nextImg{
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nextImg img{
	width: 0.75rem;
	height: 1.25rem;
}
.rightList .content{
	height: 6.25rem;
	/* display: inline-flex; */
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.5rem;
	align-items: center;
	border-right: 0.0625rem solid #fff;
	padding: 0 1.25rem;
	width: calc(100% - 12.5rem);
}

.pagination{
	width: 100%;
	height: 5.5rem;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	cursor: pointer;
}
.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;
}

/* 报告列表 */
.bgList li{
	position: relative;
	width: 100%;
	color: #4A4E58;
	display: list-item;
	align-items: center;
	list-style-image: url('../images/li-green.png');
	background: unset !important;
}
#bgList{
	width: calc(100% - 4.375rem);
	margin: 0 auto;
}
#bgList li{
	padding: 2.5rem 1.875rem 3.125rem 1.875rem;
}
.bgList .content{
	font-weight: bold;
	font-size: 1.25rem;
	color: #4A4E58;
	line-height: 1.5rem;
	position: absolute;
	display: block;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	align-items: center;
	border-right: 0.0625rem solid #fff;
	width: 78.8%;
}
.bgList li:hover{
	color: #0050A0;
	list-style-image: url('../images/li-red.png');
}
.bgList li:hover .content{
	color: #0050A0;
}
.bgList li:hover span{
	color: #4A4E58;
}
.bgList li{
	border-bottom: 0.0625rem solid #F0F1F7;
}
.bgList li:last-child{
	border-bottom: none;
}
/* .bgList li {
	display: none;
}
.bgList li.visible {
	display: list-item;
} */

.bgList .content span:first-child{
	margin-top: 1.25rem;
}
.bgList .content span{
	display: block;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	font-weight: 400;
}
.bgList .date{
	text-align: center;
	font-size: 1rem;
	color: #99A8C1;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	right: 0;
	position: absolute;
}
/* 评选列表 */
.content .information {
    display: flex;
    width: 100%;
	margin-top: 1.125rem;
}
.content .information p {
    display: flex;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	margin-right: 2.5rem;
	font-weight: 400;
}
#pxList{
	width: calc(100% - 4.375rem);
	margin: 0 auto;
}
#pxList li{
	/* padding: 2.5rem 1.875rem 1.25rem 1.875rem; */
	height: 6.25rem;
	border-bottom: 0.0625rem solid #F0F1F7;
}
/**end**/