/*国际图片播放*/
#player{
	position:relative;width:100%;
	height:400px;overflow:hidden;
	 /* margin:0px auto 0 auto; */
	 margin-left: auto;
	 margin-right: auto;
	 border:0px solid #ccc;
	}
#player a{color:#333;}
#player *{border:0;padding:0;margin:0;}
#player .img{position:relative;}
#player .img li{position:absolute;
	top:0;left:0;background:#fff;}
#player .img li img{
	border:0px solid #FFFFFF; margin:0;}
#player .img li span{
	position:absolute;top:357px;left:25%;text-align:center;
  color:#fff;font-size:25px;
  line-height:40px;width:660px;
  height:40px;font-family: "Times New Roman", 
  Times, serif !important;}
/* 国内交流图片播放 */
#player1{position:relative;width:660px;
	height:400px;overflow:hidden;
	 margin:0px auto 0 auto; border:0px solid #ccc;}
#player1 a{color:#333;}
#player1 *{border:0;padding:0;margin:0;}
#player1 .img{position:relative;}
#player1 .img li{position:absolute;
	top:0;left:0;background:#fff;
	transition: opacity 1s ease-in-out; /* 添加渐变效果 */}
#player1 .img li img{
	border:0px solid #FFFFFF; margin:0;}
#player1 .img li span{
	position:absolute;top:357px;left:0px;text-align:center;
  color:#fff;font-size:25px;
  line-height:40px;width:660px;
  height:40px;font-family: "Times New Roman", 
  Times, serif !important;}
/*友好往来图片*/
#slider {
 width: 300px; 
 height: 200px; 
 position: relative;
 overflow:hidden;}
#slider ul { list-style-type: none;}
 
#slider ul li {
position: absolute; 
left: 0;
top: 0;}

#slider img{
    padding-top:10px;
	height: 110px;
	width: 145px;
	padding-right:10px;
	float: left;}
/*滚动图片*/	
*{ margin:0px; padding:0px;}	
.scrollImg{
	height:90px;
	margin:0px; padding:0px;}
#demo { 
    background: #FFF; 
    overflow:hidden; 
    width: 1320px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;} 
#demo img {
	width:160px;
	height:120px;} 
#demo0 { 
    float: left; 
    width:680%; 
	height:120px;
	overflow:hidden;} 
#demo1 { 
    float: left;
	height:120px;
	overflow:hidden;} 
#demo2 { 
    float: left; 
	height:120px;
	overflow:hidden;} 
#demo1 a,
#demo2 a{
	text-decoration:none;}
#demo1 ul li,
#demo2 ul li{
	float:left;
	width:160px;
	height:120px;
	list-style:none;
	text-align:center;
	display:block;
	overflow:hidden;
	line-height:14px;
	padding:0px;
	margin:0px;
	margin-right:1px;
	list-style:none;}
	
img{border:none;}
body{
	font-size: 14px;
	font-weight: lighter;
	color:black;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
}
/*超链接样式设置*/
body a{
	color:#000000;}
body a:visited {
	text-decoration: none;}
body a:link {
	text-decoration: none;}
body a:hover {
    color:#8e2f00;
	text-decoration: none;}
body a:active {
	text-decoration: none;}

/*********************网页主体**********************/
#main{
	width:1320px;
	overflow :hidden;
	margin: auto;
}
/*********************头部**********************/
#header{
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 500px;
	}
/*********************头部**********************/
#logo{
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:100%;
	height: 170px;
	/* background-image: url(../images/logo_bg.jpeg);
	background-repeat:repeat-x;
	background-position:0px 0px; */
	background-color:rgba(255, 255, 255, 0.8);
	color:rgba(0, 104, 183, 0.8);
	background-color: #165aa1;
	font-family: "Times New Roman", Times, serif !important;
	
}
#logo_content{
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 200px;
           width:1320px;
	color:#ffffff;
	font-family: "Times New Roman", Times, serif !important;
  background: url(../images/headLogo.jpg);
	background-size: 100% 210px;
	background-repeat: no-repeat;
}

#logo a{
	color:#ffffff;}
#logo a:visited {
	text-decoration: none;}
#logo a:link {
	text-decoration: none;}
#logo a:hover {
    color:#0df734;
	text-decoration: none;}
#logo a:active {
	text-decoration: none;}
	/* head图片文字 */
  .container {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; 可根据需要调整间距 */
		background: url(../images/headLogo.jpg);
		/* background-size: 100% 180px; */
		justify-content: space-between;
    align-items: flex-end;
  }

.textWrapper {
	margin-left: -10%;
	padding-top: 10px;
	text-align: center;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #ffffff;
}
.textWrapper > span > div:first-child {
	font-size: 35px; /* 根据需要调整中文文字大小 */
	margin-bottom: 5px; /* 根据需要调整中英文之间的间距 */
}

.textWrapper > span > div:last-child {
	font-size: 13px; /* 根据需要调整英文文字大小 */
}

.bottomRight{
float:right;
margin-top: -60px;
font-size: 20px;
}
.head_link{
	margin-top: -12%;
	width: 500px;
	height: 30px;
	line-height: 30px;
	float: right;
	display: inline;
	text-align: right;
	color: #ccc;
	font-size: 20px;
	font-weight: bold;
}
 .head_link a {
	color:#fff;margin:0 10px;filter:alpha(opacity=60);opacity:.6;position:relative;}
 .head_link a:hover {filter:alpha(opacity=100);opacity:1;}
 .head_link a .ico_home {background:url(../images/wx_ico01.png) no-repeat bottom left;}
 .head_link a .ico_manage {background:url(../images/wx_ico02.png) no-repeat bottom left;}
/*********************头部**********************/
#banner{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 400px;
	width:1320px;
	display: flex;
  justify-content: space-between; /* 使player和player1分布在容器的两侧 */
	margin: 0 auto; /* 自动计算左右边距，使banner居中 */
}
#banner-content{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	width:1320px;}

/*********************导航栏**********************/
#nav ul,#nav li {
	list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;}

/*menu*/
#menu {height:28px;line-height:28px;}
#nav {margin:0 auto 0px; width:1320px; 
  display:block;}
#nav .mainlevel {background:rgba(245, 246, 247, 0.8); 
  float:left;width:120px;font-family:微软雅黑; 
  font-size:15px; font-weight:bold;}
#nav .mainlevel a {color:hsl(203, 90%, 40%); 
  text-decoration:none; line-height:28px; display:block; 
  padding:0 0px; width:129px;text-align:center;}
#nav .mainlevel a:hover {color:#fff;
   text-decoration:none; background:#062723 url(nav_bg.png) 0 0 repeat-x;}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {border-top:1px solid #fff; background:#cccccc; width:120px;}

#news
{
	height:28px;
	border-bottom:1px dotted #999999;

}
/*********************************首页*******************************/
#content_top{
	height: 560px;
	width: 1320px;
	float: left;
	background-color:#fff;
	font-family:"微软雅黑";
	font-size: 14px;
	background-repeat: no-repeat;
	background-color:#f5f5f1;}

/**************************内容左**************************/
#content_left{
	height: 560px;
	width: 340px;
    padding-top:20px;
	margin-left: 2%;
	float: left;
    _padding-top:12px;}
/*图片新闻*/
#content_left_top{
	height: 274px;
	width: 340px;
	float: left;
	/* font-family:"宋体"; */
	font-size: 14px;
	_height:243px;}
/*内容右栏目标题*/
#content_left_bt{
	height: 32px;
	width: 340px;
	float: left;
	line-height:32px; 
	font-weight:bold;
	font-size: 18px;
	color:#fefefe;
    _height: 20px;
	_line-height:20px; 
	_padding-top:10px;
	.title{
		padding-right: 3px;
		padding-left: 3px;
	background-color: #004996;
	padding-bottom: 3px;
	}
	.title1{
		color:#004996;
	}
}
	
/*联系我们*/
#content_left_bottom{
	height: 261px;
	width: 340px;
	float: left;
	/* font-family:"宋体"; */
	font-size: 13px;}
#nav_left ul {
	list-style: none;}
#nav_left li {
	list-style: none;
	width: 340px;
	height:33px;
	line-height:33px;
	text-align:center;}
#nav_left li a{
	float:left;
	width: 340px;
	height:32px;
	line-height:32px;
	text-decoration:none;
	font-size: 15px;
	font-family:"微软雅黑";
	color:#990033;
	background: url(../images/nav_left_bg.jpg);}
#nav_left li a:hover{
	float:left;
	width: 340px;
	height:32px;
	line-height:32px;
	text-decoration:none;
	font-size: 15px;
	font-family:"微软雅黑";
	color:#062723;
	background: url(../images/nav_left_bg_hover.jpg);}
#content_left_bottom_left{
    padding-top:15px;
	height: 24px;
	width: 340px;
	float: left;
	line-height:25px;}
#content_left_bottom_center{
	height: 24px;
	width: 120px;
	float: left;
	padding-left:32px;
	font-family:"微软雅黑";}
#content_left_bottom_right{
	height: 24px;
	width: 180px;
	float: left;
	font-family:"微软雅黑";
	color: #004996;
	text-align:right;}
#content_left_bottom_left1{
	height: 26px;
	width: 30px;
	float: left;
	line-height:28px;}
#content_left_bottom_center1{
	height: 26px;
	width: 90px;
	float: left;
	font-family:"微软雅黑";
	line-height:28px;}
#content_left_bottom_right1{
	height: 26px;
	width: 212px;
	float: left;
	font-family:"微软雅黑";
	line-height:28px;
	text-align:right;
	color: #004996;
}
/**************************内容中**************************/
#content_center{
	height: 565px;
	width: 490px;
	margin-left:10px;
	padding-right:10px;
	padding-top:15px;
	float: left;}
#content_center img{
	height: 3px;
	border:0px;}
/*内容中栏目标题*/
#content_center_bt{
	height: 32px;
	width: 490px;
	float: left;
	line-height:32px; 
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;
    _height: 20px;
	_line-height:20px;
	.title{
		padding-right: 3px;
        padding-left: 3px;
        background-color: #004996;
				padding-bottom: 3px;
	}
	.title1{
		color:#004996;
	}
}
/*内容中栏目more*/
#content_center_more{
	color: #004996;
    height: 32px;
    width:490px;
	float:left;
	line-height:32px; 
	text-align:right;
	_height: 23px;
	_line-height:23px;}
/*内容中新闻标题*/
#content_center_news_title{
	height: 28px;
	line-height:28px; 
    width:380px;
    float:left;
	border: none;
	display: inline;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:14px;}
/*内容中新闻时间*/
#content_center_news_time{
	height: 28px;
	line-height:28px; 
    width:100px;
    float: right;
	border: none;
    padding: 0 0 0 0;
	display: inline;
	margin:0 0 0 0px;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:14px;
	color: #004996;
}
/*内容中空格*/
#content_center_space{
    width:490px;
	height:10px;}
/*新闻动态*/
#content_center_top{
	margin-left: 10%;
	height: 279px;
	width: 490px;
	float: left;
	font-size: 14px;}
/*公告通知*/
#content_center_bottom{
	margin-left: 10%;
	height: 261px;
	width: 490px;
	float: left;
	font-size: 14px;}
	
/**************************内容右**************************/
#content_right{
	height: 565px;
	width: 330px;
	padding-top:15px;
	padding-left:5px;
	float: left;}

/*内容右栏目标题*/
#content_right_bt{
	margin-left: 5%;
	height: 32px;
	width: 330px;
	float: left;
	line-height:32px; 
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;
	_height: 20px;
	_line-height:20px;
	margin-left: 40px;
	.title{
		padding-right: 3px;
		padding-left: 3px;
	background-color: #004996;
	padding-bottom: 3px;
	}
	.title1{
		color:#004996;
	}
}
.content_right_bt{
	padding-left: 5%;
	height: 32px;
	width: 330px;
	float: left;
	line-height:32px; 
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;
	_height: 20px;
	_line-height:20px;
	margin-left: 40px;
	.title{
		padding-right: 3px;
		padding-left: 3px;
	background-color: #004996;
	padding-bottom: 3px;
	}
	.title1{
		color:#004996;
	}
}
.DomesticImg{
	margin-left: 40px;
}
#content_right_bt1{
	height: 32px;
	width: 330px;
	float: left;
	line-height:32px; 
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;
	_height: 20px;
	_line-height:20px;
	/* background-color: #004996; */
	.title{
		padding-right: 3px;
		padding-left: 3px;
	background-color: #004996;
	padding-bottom: 3px;
	}
	.title1{
		color:#004996;
	}

}
/*内容右栏目more*/
#content_right_more{
    height: 32px;
    width:330px;
	float:left;
	line-height:32px; 
	text-align:right;}
/*内容右栏目图片*/
#content_right_img{
    height: 60px;
    width:330px;
	padding-left:10px;
	line-height:32px;}
/*内容右空格*/
#content_right_space{
	height: 10px;
	width: 330px;}
#content_right_news_title{
	height: 28px;
	line-height:28px; 
    width:210px;
    float:left;
	border: none;
	display: inline;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:14px;}
/*内容右新闻时间*/
#content_right_news_time{
	height: 28px;
	line-height:28px; 
    width:100px;
    float: right;
	border: none;
    padding: 0 0 0 0;
	display: inline;
	margin:0 0 0 0px;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:14px;}
/*办事指南*/
#content_right_top{
	margin-left: 10%;
	height: 279px;
	width: 330px;
	float: left;
	font-family:"微软雅黑";
	font-size: 14px;}
#content_right_top2{
	margin-left: 10%;
	height: 279px;
	width: 330px;
	float: left;
	font-family:"微软雅黑";
	font-size: 14px;}
/*视频播放*/
#content_right_middle{
	margin-left: 10%;
           margin-top:10px;
	padding-top:0px;
           height: 260px;
	width: 340px;
	float: left;}
		#video-player{
			controls: none; /* 隐藏默认控制栏 */
		}
		.video-container{
			display: flex;
			flex-direction: column; /* 使标题和视频垂直排列 */
			align-items: center; /* 使标题和视频在容器内水平居中 */
		margin-left: 85px;
		
		}
		#video-title {
			margin-bottom: 10px; 
			font-weight: bold;
			height: 32px;
			width: 330px;
			float: left;
			line-height:32px; 
			font-weight:bold;
			font-size: 20px;
			color:#ffffff;
			_height: 20px;
			_line-height:20px;
			font-family:"微软雅黑";
			.title{
				padding-right: 3px;
						/* padding-left: 3px; */
						margin-left: -10px;
						background-color: #004996;
						padding-bottom: 3px;
			}
			.title1{
				color:#004996;
			}
		}
	
#content_right_middle2{
           margin-top:20px;
	padding-top:20px;
	height: 100px;
	width: 330px;
	float: left;}
#content_right_image{
	float: left;
	height: 70px;
	width: 165px;
	margin-left: 10%;

}
/*友情链接*/
#content_right_bottom{
	height: 140px;
	width: 330px;
	margin-right: 150px;
	font-family:"微软雅黑";
	
}
#content_right_bottom_left{
	height: 90px;
	width: 30px;
	float:left;
	padding-top:15px;
	font-family:"微软雅黑";
	font-size: 16px;}
#content_right_bottom_right{
	padding-top:25px;
           height: 100px;
	width: 290px;
	float: right;
	font-family:"微软雅黑";}
	
/**************************内容右**************************/
/*滚动图片*/
#content_bottom{
    margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 1320px;
    height:170px;}
		.index_tit{
			overflow: hidden;
    margin-top: 20px;
    margin-bottom: 15px;
		}
.scollTitle{
	font-size: 30px;
	color: #333;
	line-height: 30px;
	float: left;
	padding-left: 14px;
	border-left: 4px solid #015f97;
	
		}
/* 悬浮部分 */
	 /* 悬浮窗样式 */
	 .floating-window {
		position: fixed;
		bottom: 50%;
		right: 80px;
		z-index: 1000;
}

/* 微信图片样式 */
.wechat-image {
		width: 50px;
		height: 50px;
		background-color: #333; /* 微信图片的临时背景色 */
		border-radius: 5px;
		cursor: pointer;
		background-image: url(../images/wx.jpg);
}

/* 二维码容器样式 */
.qr-code {
		display: none;
		position: absolute;
		top: 1%;
		left: -83px;
		width: 60px;
		height: 60px;
		/* background-color: #fff; */
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 10px;
		background-image: url(../images/ecode-gjjlc.png);
}

/* 向上箭头图标样式 */
.scroll-top {
		display: block;
		width: 50px;
		height: 25px;
		/* background-color: #333; 向上箭头的临时背景色 */
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		background-image: url(../images/top.jpg);
}
/* 鼠标悬浮时显示二维码 */
.wechat-image:hover + .qr-code,
.wechat-image:focus + .qr-code {
		display: block;
}
/*********************底部**********************/
#footer{
	height: 350px;
	width: 100%;
	padding-top:10px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/* background-image: url(../images/foot120.jpeg);
	background-repeat: repeat-x; */
	/* background-color:rgba(0, 104, 183, 0.8); */
	font-family:"微软雅黑";
	color:#ffffff;
    line-height:22px;
    font-size:15px;
	/* display: flex;
	justify-content:center;
	align-items: flex-start; */
	background: url(../images/footer_bg.jpg) no-repeat;
	background-size: 100% 350px; /* 设置背景图片的宽度和高度 */
}

#footer a{
	color:#ffffff;}
#footer a:visited {
	text-decoration: none;}
#footer a:link {
	text-decoration: none;}
#footer a:hover {
    color:#00f8c6;
	text-decoration: none;}
#footer a:active {
	text-decoration: none;}

/*分页样式*/
#paging{
	font-family:"黑体";
	line-height:20px;
	font-size:14px;
	color: #666666;
	text-align: center;}

/*友情链接
*/
#footer .content_right_bottom_left {
	float: right;

}
#footer .links{
	margin-top: 40px;
}
/* #footer .links li {float:left;width:33%;} */
#footer .links ul{
  padding: 0; /* 移除默认的内边距 */
	padding: 0; /* 移除默认的内边距 */
  margin: 0; /* 移除默认的外边距 */
  display: flex; /* 使用弹性盒模型布局 */
  flex-wrap: wrap; /* 允许换行 */
}
#footer .links li{
	display: inline-block; /* 使列表项水平排列 */
  width: 33.33%; /* 设置列表项宽度，这里是三个等宽的列 */
  text-align: left; /* 文字左对齐 */
  vertical-align: top; /* 顶端对齐，防止因内容不等高而错位 */
}
#footer .links a{
	display: block; /* 使链接占满整个列表项的宽度 */
  padding: 5px; /* 添加一些内边距，使链接之间有一定的空间 */
}
#footer .footerBottom {
	justify-content: space-between;
    width: 100%;
	display: flex;
}
#footer .rightLink{
margin-bottom: 20px;
display: flex;
}
#link1{
float: left;
margin-left: 14%;
}
#link2{
float: right;
margin-left: 13%;
}

	.footerImg {
		
    text-align: center;
    margin-bottom: 20px; /* 底部间距 */
   
  }
	.QRCode {
		display: flex;
    justify-content: space-around; /* 用于在容器中平均分配空间 */
    align-items: center; /* 用于垂直居中 */
		width: 20%;
		margin-left: 13%;
		margin-top: 3%;
  }
	.QRCode > div {
    display: flex;
    flex-direction: column; /* 设置为垂直排列 */
    align-items: center; /* 用于水平居中 */
    margin-right: 40px; /* 图片之间的间距 */
  }
  .QRCode img {
    margin-bottom: 10px; /* 文字与图片之间的间距 */
		height: 120px;
		width: 120px;
  }
	.QRCode:last-child img {
    margin-right: 0; /* 最后一个图片不需要右边距 */
  }
	.footerFont{
		color: rgb(184, 203, 228);
		background: rgb(0, 104, 182);
	}
	#footer .content_right_bottom_right{
		width: 40%;
		margin-top: 3%;
	}

/* .footer_content_right_bottom_right {
	float: right;
	margin-right: 100px;
} */
/***************************************************/
/*********************概览模板**********************/
/***************************************************/

/*********************内容**********************/
#content2{
	height: 630px;
	width:1320px;
	background-color: #f5f5f1;}
	
/*概览模板内容上*/
#content2_top{
    padding-top:20px;
	font-size:18px;
	line-height:30px;
	width:1320px;
	float:right;
	border:none;
	background-color:#f5f5f1;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:45px 28px;}

/*概览模板内容下*/
#content2_bottom{
    margin-top:20px;
	height:540px;
	width:1320px;
	float:left;}

/*概览模板内容下左*/
#content2_bottom_left{
	width:350px;
	height:550px;
	float:left;
	border:none;
	background-image:url(../images/left_image.png);
	background-repeat:no-repeat;
	background-position:center center;}

/*概览模板内容下右*/
#content2_bottom_right{
	width:850px;
	height:550px;
	float:left;
	border:none;}

/*新闻*/
#content2_bottom_right_news{
	width:830px;
	height:500px;
	float:left;
	border:none;}
/*概览页面新闻标题*/
#content2_news_title{
	height: 28px;
    width:600px;
    float:left;
	border: none;
    padding: 0 0 0 0;
	display: inline;
    float:left;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 0 0 ;
	text-indent: 1em;}
	
/*概览页面新闻时间*/
#content2_news_time{
	height: 28px;
    width:200px;
    float: right;
	border: none;
	overflow:hidden;
	display: inline;
	margin:0 0 0 0;}

/*新闻列表*/
#List li{list-style-type:none;}
#List{
	font-family:"黑体";
	line-height:20px;
	font-size:14px;
	color: #666666;
	height: 520px;}


/***************************************************/
/*********************细览模板**********************/
/***************************************************/
#content3{
    padding-top:20px;
    width: 1320px;
	min-height: 450px; 
	background-color: #f5f5f1;}
#content3_top{
    padding-top:20px;
	font-size:18px;
	line-height:30px;
	width:1320px;
	float:right;
	border:none;
	background-color:#f5f5f1;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:45px 28px;}
/*新闻标题*/
#content3_news_title{
    width: 1320px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;}
/*新闻时间*/
#content3_news_time{
    width: 1320px;
	font-size: 12px;
	text-align: center;
	color: #999999;}
/*新闻内容*/
#content3_news_content{
	text-align: left;
    min-height:640px; 
	_height:640px; 
	overflow: visible;   
	text-indent: 32px;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;}
/*新闻附件*/
#content3_news_attachments{
    width: 1320px;
    margin-top: 20px;
    height: 70px;
	color:#8e2f00;}
/*新闻附件下载*/
#content3_news_attachments_download{
    width: 1320px;
    margin-top: 5px;
	margin-bottom: 5px;
    margin-left: 40px;
	color:#000000;}
/*新闻上下文链接*/
#content3_news_previous{
    width:350px;
	float:left;
	margin-left: 80px;
	margin-bottom: 10px;
	text-align: center;
	color:#000000;}

#content3_news_next{
    width:350px;
	float:right;
	margin-right: 80px;
	margin-bottom: 10px;
	text-align: center;
	color:#000000;}

/* 
	小轮播图*/


  .carousel-slide {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .carousel-item {
    min-width: 100%;
    height: 100%;
  }

  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-subscript {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .subscript-item {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(241, 241, 241);
    border-radius: 50%;
    background-color: rgba(240, 17, 17, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
		
  }

  .subscript-item.active {
    background-color: white;
  }


  .carousel-slide1 {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .carousel-item1 {
    min-width: 100%;
    height: 100%;
  }

  .carousel-item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-subscript1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .subscript-item1 {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(241, 241, 241);
    border-radius: 50%;
    background-color: rgba(240, 17, 17, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
		
  }

  .subscript-item1.active {
    background-color: white;
  }