/******************通用样式 begin **********************/
*{margin: 0; padding: 0; font-family:"微软雅黑";}

a,a:hover{
	text-decoration: none;
	
}
li{
	list-style-type: none;
}
/******************通用样式 end ************************/


/*********首页检索********/

.input-lg
{
	height:42px;
}
.js_tb
{
	height:42px;
}





/******************内容通用样式 begin **********************/
/* 设置内容左右一行显示 */
.qy_content{
	display: flex;
	flex-flow: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 88%;
	margin-right:auto;
	margin-left:auto;
	
}
.qy_content .qy_content_bt{
	/* margin-top: 2rem; */
	
}
.qy_content .qy_card{
	margin-top: 0.5rem; 

}
/* 调整高度 */

/* 设置标题图标字体大小 */
.qy_content h6 i{
	font-size: 1rem;
}
/* 设置通知图标字体 */
/* .qy_tongzhi li i{
	font-size: 1.5rem;
	color: rgb(11,94,178);
} */
/* 设置报道图标字体 */
/* .qy_baodao li i{
	font-size: 2rem;
	
} */
/* 图标字体旋转 */
.block{
	display: inline;
	margin-left: 20px;
}

.block-in{
    transition: 0.8s;
	display: inline-block;
  }
.block:hover .block-in{
    transform: rotateY(180deg);
  }
/* 中间竖线 */
/* .qy_shuxian{
	border-right: 1px solid rgb(223,223,223,0.4);
} */
/* 设置内容里的标题<a>样式 */
.qy_content h6 a{
	/* color: rgb(11,94,178); */
	color: #16181B;
	font-size: 1rem;
	color: rgb(11,94,178);
	font-family:"微软雅黑";
}
.qy_content h6 a:hover{
	font-size: 1rem;
	transition: font-size 1s; 
	color: #BD2130;
	font-family:"微软雅黑";
	
}
/* 设置设置内容里的card(左图片右内容项)的样式 */
.qy_card{
	display: flex;
	flex-flow: wrap;
}

/* 设置内容里的内容项样式 */
.qy_cardbody>ul{
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	height: 100%;
}
.qy_cardbody>ul>li{
	align-content: space-between;
	border-bottom: 1px dashed rgb(211,211,211);
}

/* 设置内容里的内容项<a>样式 text-overflow: ellipsis;
	white-space: nowrap;*/
.qy_cardbody li{
	width: 100%;
	display: flex;
	align-items: center;
	
}
.qy_cardbody a{
	color:black;
	
	overflow: hidden;
	width: 91%;
	font-family:"微软雅黑";
	font-size: 1.05rem;
	margin-top: 5px;
	margin-bottom: 5px;

}



/* 设置泉院新闻图片展示内容样式 */

.card-img{
	width: 100%;
	margin-top: 12px;
	margin-bottom: 20px;
	border: 1px solid #95999C;
}

.card-img2{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #95999C;
	
}

.qyxw_tp_a{
	font-size: 1rem;
	color: black;

	
}

/* 更多样式 */
.more{
	font-size: 1rem;
	font-family:"微软雅黑";
	color: #000000;
	margin-left: 20px;
}

/* 通知公告内容 */

.tzgg_nr{
	width: 100%;
	display: flex;
	margin-top: 10px;
	/* flex-flow: wrap; 让项目都在一行*/
}
/* 通知公告日期 */
.tzgg_sj_1{
	display: block;
	width: 50px;
	height: 50px;
	
}
.tzgg_sj_2
{
	border:0.0625rem solid rgb(11,94,178);
	width: 50px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 1rem;
	font-family:"微软雅黑";
	color: #000000;
	
}
.tzgg_sj_3
{
	width: 50px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 1rem;
	font-family:"微软雅黑";
	color:white;
	background-color: rgb(11,94,178) ;
	
}

.tzgg_bt
{
	display: block;
	width:  88%;
}
.tzgg_bt a{
	
	display: block;
	color: #16181B;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-family:"微软雅黑";
	font-size: 1rem;
	margin-left: 20px;
}

.tzgg_bt .tzgg_bt_fbt{
	font-size: 0.8rem;
	color: #5A6268;
}

.riqi{
	color: #5A6268;
	font-weight: 500;
	font-size: 1rem;
	
}

.xiahuaxian{
	font-weight: bold;
	color: #5A6268;
	margin-right: 0.6rem;
}

.right_zs{
	margin-top: 10px;
	margin-bottom: 30px;
}

.right_tb{
	background-color:rgb(250,250,250);
	height: 55px;
	font-size: 1.3rem;
	font-weight: 600;
}

.right_nr{
	display: flex;
	background-color:rgb(214,238,253);
	
}


.fenye{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0.625rem;
	}
	
	
.qy_content_mc h3{
	margin-top: 30px;
	font-weight: 600;
}

a:hover{
	color: rgb(11,94,178);
}

p {
    margin-top: 0;
    margin-bottom: 1.02rem;
    color: black;
}
/******************内容通用样式 end **********************/


/*响应式*/
@media screen and (min-width:4090px) 
{
	
	
	
}

@media screen and (min-width:2048px) and (max-width:4090px)
{


}

@media screen and (min-width:1920px) and (max-width:2048px)
{
	

}

@media screen and (min-width:1600px) and (max-width:1920px)
{
	

}

@media screen and (min-width:1440px) and (max-width:1600px)
{



}



@media screen and (min-width:1366px) and (max-width:1440px)
{

}

@media screen and (min-width:1280px) and (max-width:1366px)
{

}

@media screen and (min-width:990px) and (max-width:1280px)
{

	
}
@media screen and (min-width: 990px) and (max-width: 1100px)
		{
			.right_zs
			{
				display:none;
			}
		}



@media screen and (max-width: 990px) 
{
.right_zs
			{
				display:none;
			}
			
			#qy_header2
	{
		display:none;
	}
}

