html,
body {
	width: 100%;
	height: 100%;
	background: white;
}

[v-cloak] {
	display: none;
}
.gl_item {
	width: 100%;
	/* height: 9.66rem; */
	padding: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(239, 243, 246, 1);
}
.gl_item .c_right {
	padding: 0 0 0 0.5rem;
	width: calc(100% - 10.5rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 1px 1px 1px;
	margin-left: 10px;
	margin-top: -20px;
	margin-right: 5px;
}
.gl_item .title {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	/* line-height: 1.50rem; */
	font-family: PingFang-SC-Bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 95%;
	/* height: 3.15rem; */
}
.gl_item .row1 {
	transform: translateY(15%);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gl_item .right_img {
	width: 10rem;
	height: 7rem;
	border-radius: 10px;
	margin-left: .625rem;
}
.gl_item .c_left {
	/* padding-left: 1rem; */
	width: calc(100% - 10.5rem);
	height: 100%;
	/* display: flex; */
	flex-direction: column;
	justify-content: space-between;
}
.p1{
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	color: #666666;
	width: 92%;
	font-size: 1.16rem;
	height: 2rem;
}
.read_div{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: #FFFEFE;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 0.5rem 0 0.5rem;
	background-color: rgba(0,0,0,.66);
	border-radius: 15px;
}
.read_div img{
	width: 1.2rem;
}
.p1_left{
	width: 62%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.p1_right{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 资讯列表更改样式 */
.foot-info {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	color: #666666;
	width: 99%;
	font-size: 1rem;
	height: 2rem;
}
.new-left-info {
	width: 100%;
	
}
.new-title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #000000;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.cover-wrap {
    display: flex;
	padding: 1.875rem 0;
  
}
.cover-item {
	flex: 1;
	height: 7.125rem;
	margin-top: -1.625rem;
	margin-bottom: -2.65rem;
	
}
.cover-item:not(:last-child) {
	padding-right: 1.0rem;
  }
  
  .cover-item-img {
	width: 100%;
	height: 7rem;
	border-radius: .625rem;
	/* margin-top: -0.625rem; */
	
  }
  .zhiding {
	color: #FF0000;
	font-size: 1rem;
	margin-top: .625rem;
  }
