
.fixed-top-right {
	width: 50px;
	height: 50px;
	position: fixed; /* 设置定位方式为固定 */
	top: 50px; /* 距离顶部0像素 */
	right: 50px; /* 距离右边0像素 */
	padding: 10px; /* 添加一些内边距以便更好地看到效果 */
	z-index: 1000; /* 确保它在其他内容之上 */
}

.mainbody{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:100%;
	height:100%;
}
 .indexs{
	float:left;
	width:25%;
	height:100%;
}
.indexs .ilogo{
	width:78%;
	height:55%;
	background-color:rgba(248,245,245,0.7);
    margin-left:10%;
	margin-top:30%;
	border-top-left-radius: 5px;   /* 左上角 */
    border-top-right-radius: 5px;  /* 右上角 */
	 display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
   /*box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);*/
}
.indexs .ihead{
    width:78%;
	height:100px;
	background-color:rgba(0, 0, 0,0.6);
    margin-left:10%;
	border-bottom-right-radius: 8px; /* 右下角 */
    border-bottom-left-radius: 8px; /* 左下角 */
	font-family: "微软雅黑";
	font-size: 35px;
	line-height:90px;
	text-align: center;
	color: #FFFFFF;
}

.ysindexs{
	float:left;
	width:25%;
	height:100%;

}
.ysindexs .yslogul{
	width:130px;
	height:150px;
	background-color:rgba(248,245,245,1);
    display: flex;
    justify-content: center; /* 水平居中 */
    flex-direction: column; 
    align-items: center;     /* 垂直居中 */
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
	line-height:50px;
	font-family: "微软雅黑";
	font-size: 16px;
	color:rgba(3,58,170,1.00);
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
 }
 .ysindexs .sel{color:#cd161a;}
.yscents{
	float:left;
	width:75%;
	height:90%;
	
}
.yscents ul{width:100%;height:500px;}
.yscents ul li{float:left; width:30%;height:70px;margin-left:1.6%;margin-right:1.6%;line-height:70px;background-color:rgba(248,245,245,0.8);margin-top:60px;font-family: "微软雅黑";
	font-size: 20px;
 white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来表示被截断的文本 */
	color:rgba(2,58,170,1.00);
	font-weight: bold;text-align: center;box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); }
.yscents ul .towul{float:left; width:300px;height:40px;margin-left:10px;line-height:30x;background-color:#CCCCCC;margin-top:10px;font-family: "微软雅黑";
	font-size: 16px;
	color:rgba(2,58,170,1.00);
	font-weight: bold;text-align: center;box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);line-height:40px; }
.yscents ul li:hover{background-color:#FC2C2F;color:#F7F5F5}
/*------------------------------*/
.yscentslist{
	float:left;
	width:75%;
	height:100%;
}
.yscentslist .ystitle{
	width:90%;
	height:150px;
	line-height:150px;
	text-align:center;
	font-family: "微软雅黑";
	font-size: 30px;
	color:#F9F4F4;font-weight: bold;
	padding-top:20px;
	}
.yscentslist .yslist{
	width:100%;
	height:600px;
	line-height:30px;
	text-align:center;
}
.yscentslist .yslist .leftpage{width:100%;height:50px;float:left;display: flex;
   justify-content: center; /* 水平居中 */
   flex-direction: column; 
   align-items: center;     /* 垂直居中 */}
.yscentslist .yslist .centepage{width:100%;height:480px;float:left}

.yscentslist .yslist .centepage ul{width:100%}
.yscentslist .yslist .centepage ul li{float:left; width:15%;height:60px;margin-top:15px;margin-left:1.4%;line-height:60px;background-color:rgba(248,245,245,0.8);font-family: "微软雅黑";font-size: 22px;
	color:rgba(2,58,170,1.00);text-align: center;box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.7); }
.yscentslist .yslist .centepage ul li:hover{background-color:#FC2C2F;color:#F7F5F5}


.yscentslist .yslist .rightpage{width:100%;height:50px;float:left;display: flex;
   justify-content: center; /* 水平居中 */
   flex-direction: column; 
   align-items: center;     /* 垂直居中 */
   }
.ysseach{
	width:65%;
	height:50px;
	line-height:50px;
	text-align:center;background-color:rgba(248,245,245,0.6);;
	margin-left:8%;
	padding-left:20px;
	border-radius: 8px;   /* 左上角 */
	border-left: 15px solid #064376;
	border-right: 15px solid #064376;
	text-align:left;
	font-family: "微软雅黑";
	font-size: 16px;
	
	color:#0E2DC0;
}
.ysseach #submit{
	width:60px;
	height:26px;
	line-height:26px;
	background-color:#064376;
	color:#F8F4F4;
	border: none;
	border-radius: 10px;font-size: 12px;
	}
.lititleNumber {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 25px;
	font-size: 16px;
	color:rgba(0, 0, 0, 0.5);
}
.lititleHead {
	top: 6px;
	left: 0px;
	width: 100%;
	position: absolute;
}