.os_xinwen_block{
	width: 100%;
	height: 100%;
	font-size: 1.1rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.os_xinwen_block_biaoti{
	font-weight: bold;
	width: 5.5rem;
	color: #f10215;
	white-space: nowrap;
	margin-right: 1.5rem;
}
.os_xinwen_gundong{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.os_xinwen_gundong_list{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	/*  animation: xinwen_gundong 580s linear infinite; */
}
.os_xinwen_gundong_list p {
	width: 100%;
	height: 100%;
	line-height: 100%;
	font-style: oblique 30deg;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #bb109a;
}
.span_zuzhi{
	font-style: oblique 0deg;
	white-space: nowrap;
	color: #f10215;
}
.span_zizhi{
	font-style: oblique 0deg;
	white-space: nowrap;
	color: #0f12da;
}
@keyframes xinwen_gundong {
	0% { transform: translateY(0); }
	100% { transform: translateY(-100%); }
}





.page_group_zhuti{
	width: 100%;
	text-align: center;
	color: #0f12da;
	font-size: 26px;
	margin: 38px 0px;
	overflow: hidden;		/*	内容溢出时处理方式	*/
	text-overflow: ellipsis;		/*	文字溢出时是否显示...	*/
	white-space: nowrap;		/*	文字换行处理	*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.zhanshi_kanban{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.zhanshi_kanban_danxiang{
	width: 168px;
	text-decoration: none;
	margin: 0px 0px 28px 0px;
	border-radius: 3px;
	box-shadow: 0px 0px 8px 3px grey;
	/*	cursor: pointer;		手形鼠标	*/
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.zhanshi_kanban_danxiang:hover .zhanshi_kanban_danxiang_img{
	transform: translate(0, -50px) scale(2);
}
.zhanshi_kanban_danxiang_img{
	width: 100%;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 18px;
	color: #0f12da;
	transition: all 0.5s;	//设置上浮过渡时间
}
.zhanshi_kanban_danxiang_img:hover {
	transform: translate(0, -50px) scale(2);
}
.zhanshi_kanban_danxiang_biaoti{
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	font-size: 23px;
	color: #5c91f5;
}
.zhanshi_kanban_danxiang_biaoti_fu{
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	color: #525254;
	/*	cursor: pointer;		手形鼠标	*/
}
.zhanshi_kanban_danxiang_biaoti_fu a{
	text-decoration: none;
}
.zhanshi_kanban_danxiang_anniu{
	width: 88px;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 12px;
	color: #706a6a;
	border: 1px solid #aeb2b2;
}

/* 首页相关 css */
.div_img_kanban{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.div_zhanshi_img_xia_text{
	width: 176px;
	height: 228px;
	text-decoration: none;
	margin: 15px 0px 15px 15px;
	text-align: center;
	/*	cursor: pointer;		手形鼠标
	box-shadow: 0 8px 8px 0 grey;	*/
}

.div_img_kanban_zhuti{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
	color: #2a2a2a;
	overflow: hidden;		/*	内容溢出时处理方式	*/
	text-overflow: ellipsis;		/*	文字溢出时是否显示...	*/
	white-space: nowrap;		/*	文字换行处理	*/
	cursor: pointer;		/*	手形鼠标	*/
}

/* 鼠标悬浮放大图片 */
.div_img_15{
	position: relative;
    width: 176px;
	height: 176px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.div_img_15_biaoqian {
	width: 80%;
	height: 80%;
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	position: absolute;
	z-index: 100;
}
.div_biaoqian {
	width: 100%;
	line-height: 32px;
	font-size: 18px;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: #c48132;
	border: 1px solid #aeb2b2;
}

.img_15{
    width: 118px;
	height: 118px;
	background-size: 100% 100%;
	/*	cursor: pointer;		手形鼠标	*/
	transition: all 0.5s;	/* 设置上浮过渡时间 */
}

.div_a_anniu_hang{
	width: 100%;
	height: 68px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.div_a_anniu{
	width: 358px;
	height: 58px;
	line-height: 58px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #5A5C5E;
	background-color: #E3EBF8;
	box-shadow: 0 8px 8px 0 #808080;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	cursor: pointer;		/*	手形鼠标	*/
	font-size: 19px;
	text-align: center;
}
.div_a_anniu:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5c91f5;
}

.div_zhanshi_img_xia_text:hover .div_img_15_biaoqian{
	display: flex;
}
.div_img_kanban_zhuti:hover{
	color: #0f12da;
	transform: scale(1.2);
}
.div_zhanshi_img_xia_text:hover .img_15{
	transform: translate(0, -50px) scale(2);
}
