.new{
	margin: .97rem auto 1.03rem;
}
.new-list{
	margin-top: .76rem;
	margin-bottom: .99rem;
}

.new-list .item{
	width: 100%;
	padding: .35rem .6rem;
	border-top: 1px #F5F7FA solid;
	border-bottom: 1px #F5F7FA solid;
	margin-bottom: .5rem;
	display: flex;
}
.new-list .item:hover{
	background-color: #F5F7FA;
}
.new-list .item img{
	width: 3.8rem;
	height: 1.87rem;
}
.new-list .item .info{
	width: calc(100% - 3.8rem);
	padding-left: .73rem;
}
.new-list .item .info span{
	font-size: 0.3rem;
	font-weight: bold;
	color: #303030;
	display: block;
	margin-bottom: 0.15rem;
}
.new-list .item .info p{
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
	height: .5rem;
}
.new-list .item:hover span{
	color: #0081CC;
}
.media-list{
	margin-top: .69rem;
	display: flex;
	flex-wrap: wrap;
}
.media-list .item{
	width: 7rem;
	/* height: 3rem; */
	background: #FFFFFF;
	border: 1px solid #F5F7FA;
	padding: .49rem .32rem .34rem;
	display: flex;
	margin-right: .38rem;
	margin-bottom: .5rem;
}
.media-list .item:nth-of-type(2n){
	margin-right: 0;
}
.media-list .item .time{
	width: 1rem;
	height: 1rem;
	border: 2px solid #0081CC;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.media-list .item .time p	{
	font-size: 0.18rem;
	color: #0081CC;
	display: block;
	margin-bottom: .05rem;
}
.media-list .item .time span	{
	font-size: 0.36rem;
	color: #0081CC;
	font-weight: bold;
}
.media-list .item .info{
	width: calc(100% - 1rem);
	padding-left: .3rem;
}
.media-list .item .info span{
	display: block;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #303030;
}
.media-list .item .info p{
	display: block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
	height: 0.50rem;
	margin: .45rem 0 .42rem;
}
.media-list .item .info a{
	display: block;
	width: 2rem;
	height: 0.5rem;
	border: 1px solid #0081CC;
	border-radius: 0.08rem;
	font-size: 0.18rem;
	color: #0081CC;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}
.media-list .item:hover{
	background-color: #F5F7FA;
}
.media-list .item:hover .info span{
	color: #0081CC;
}
.media-list .item:hover .info a{
	background-color: #0081CC;
	color: #fff;
}
.panorama{
	
}
.panorama-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: .84rem;
	border-top: 2px #0A79BD solid;
	padding: 0 .6rem;
}
.panorama-list:nth-of-type(1){
	margin-top: .76rem;
}
.panorama-list .tit{
	width: 100%;
	font-size: 0.24rem;
	color: #0A79BD;
	margin: .3rem 0 .34rem;
}
.panorama-list .item{
	width: 4.18rem;
	margin-right: .32rem;
	position: relative;
}
.panorama-list .item:nth-of-type(4){
	margin-right: 0;
}
.panorama-list .item img{
	width: 100%;
	height: 2.91rem;
	margin-bottom: .24rem;
	border-radius: .2rem;
	background-color: #F5F7FA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.panorama-list .item video{
	width: 100%;
	height: 2.9rem;
	margin-bottom: .24rem;
	border-radius: .2rem;
	background-color: #F5F7FA;
}
.panorama-list .item .text{
	font-size: 0.18rem;
	color: #333333;
}

.new_detail{
	margin: 0 auto;
	padding-bottom: .58rem;
	/* border-bottom: .02rem #F5F7FA solid; */
}
.new_detail p,.new_detail span{
	line-height: 2;
	/* font-size: 16px !important; */
}
.new_detail .tit{
	font-size: 0.3rem;
	font-weight: bold;
	color: #303030;
	width: 100%;
	padding: .6rem 0 .5rem;
	text-align: center;
	border-bottom: .02rem #F5F7FA solid;
	margin-bottom: .54rem;
}
.new_detail .img{
	width: 100%;
	height: 7rem;
	margin: .73rem 0 .7rem;
}
.new_detail .img img{
	width: 100%;height: 100%;
}
.new_detail .p{
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.2rem;
}
.new-page{
	width: 100%;
	padding-top: .54rem;
	border-top: 0.02rem #F5F7FA solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-page a{
	display: block;
	width: 4.11rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #333333;
}

.party-masses-new-list{
	margin-top: .76rem;
	margin-bottom: .99rem;
}

.party-masses-new-list .item{
	width: 100%;
	padding: .35rem .6rem;
	border-top: 1px #F5F7FA solid;
	border-bottom: 1px #F5F7FA solid;
	margin-bottom: .5rem;
	display: flex;
}
.party-masses-new-list .item:hover{
	background-color: #F5F7FA;
}
.party-masses-new-list .item img{
	width: 3.8rem;
	height: 1.87rem;
}
.party-masses-new-list .item .info{
	width: calc(100% - 3.8rem);
	padding-left: .73rem;
}
.party-masses-new-list .item .info span{
	font-size: 0.3rem;
	font-weight: bold;
	color: #303030;
	display: block;
	margin-bottom: .45rem;
}
.party-masses-new-list .item .info p{
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
	height: .5rem;
}
.party-masses-new-list .item:hover span{
	color: #E72410;
}

