/* 头部 */
header{
	height: 90px;
}
#header{
	height: 90px;
	font-size: 16px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.15);
}
#header .logo img{
	width: 100%;
}
.header-fluid{
	padding-left: 30px;
	padding-right: 30px;
}

.nav li{
	margin-left: 30px;
	font-weight: 500;
	white-space: nowrap;
}
.nav li.active a{
	border-bottom: 3px solid #FF3400;
	padding-bottom: 3px;
	color: #FF3400;
}
.nav li a{
	transition: 300ms;
}
.nav li a:hover{
	border-bottom: 3px solid #FF3400;
	padding-bottom: 3px;
}
.smll-nav{
	margin-top: 20px;
}
.smll-nav li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #F0F0F0;
	margin-left: 0;
	padding-left: 30px;
}
.smll-nav li:last-child{
	border-bottom: none;
}
.serach{
	max-width: 198px;
	background-color: #EBEBEB;
	border-radius: 15px;
	height: 34px;
	margin-left: 40px;
}
.serach input{
	border: none;
	width: calc(100% - 15px);
	margin-left: 15px;
	background-color: transparent;
	outline: none;
}
.serach img{
	height: 20px;
	margin: 0 10px;
}
.switch{
	height: 34px;
	background-color: #EBEBEB;
	border-radius: 15px;
	margin-left: 40px;
	line-height: 34px;
	overflow: hidden;
}
.switch span{
	padding: 0 15px;
	height: 100%;
	cursor: pointer;
	transition: 200ms;
}
.switch span:nth-child(2){
	padding: 0 10px;
}
.switch .active{
	background-color: #FF3400;
	color: #fff;
}
.switch span:hover{
	background-color: #FF3400;
	color: #fff;
}

footer{
	background-color: #080808;
	color: #D9D9D9;
	padding: 30px 0;
	text-align: center;
}
footer ul{
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 0 15px;
}
footer .line{
	height: 15px;
	width: 1px;
	background-color: #fff;
}
footer ul li{
	padding: 0 10px;
}
footer p{
	margin-top: 20px;
}
footer .authentication{
	position: relative;
	top: -1px;
	margin-left: 10px;
}

/* 公告正文部分 */
.about{
	margin-top:-447px;
}
.about-bg{
	background-color: #CC3F1B;
	height: 447px;
}
.about .gysh{
	margin-top: 80px;
	font-size: 35px;
	color: #fff;
}
.about .gysh_text{
	font-size: 18px;
	margin-top: 18px;
}
.about .gysh-bj{
	height: 4px;
	background-color: #fff;
	width: 70px;
	border-radius: 6px;
	margin-top: 6px;
}
/* 正文 */
.about .my-content{
	margin-top: 50px;
	margin-bottom: 40px;
}
/* 左侧上方导航 */
.about .nav-sider{
	background-color: #fff;
	padding: 15px;
}
.about .nav-sider li{
	height: 50px;
	background-color: #FF3400;
	padding-right: 10px;
	padding-left: 40px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 15px;
}
.about .nav-sider li.active{
	background: url(/assets/img/side-active-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.about .nav-sider li:hover{
	background: url(/assets/img/side-active-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.about .nav-sider li:last-child{
	margin-bottom: 0;
}
.about .line{
	height: 4px;
	background-color: #fff;
	width: 20px;
}
/* 左侧下发导航 */
.about .href{
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
}
.content-title{
	font-size: 20px;
	color: #ff3400;
	border-left: 4px solid #ff3400;
	padding-left: 10px;
}
.about .href li{
	margin-top: 20px;
	font-size: 14px;
	color: #505050;
}
.about .href li:before{
	content: ' ';
	width: 5px;
	height: 5px;
	background-color: #ff3400;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -3px;
	margin-right: 12px;
}
/* 正文 */
.about .content-info{
	padding: 25px;
}
.about .top-title{
	border-bottom: 1px solid #DFDFDF;
}
.about .content_text .p{
	text-indent: 32px;
	line-height: 32px;
	color: #222222;
}
.about .link{
	font-size: 14px;
	color: #222;
}
.about .link .home{
	color: #ff3400;
}
.about .link .link-r{
	margin: 0 3px;
}
.pages{
	margin-top: 20px;
}
.pagination{
	margin: 0;
}
/* 导航 */
.pagination>li>a, .pagination>li>span{
	padding: 4px 10px;
	border: none;
	background-color: #E9EDF5;
	color: #ff3400;
	border-radius: 6px;
	margin-right: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius: 6px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 6px;
}
.pagination a:hover{
	background-color: #ff3400 !important;
	color: #fff !important;
}
.pagination a:hover *{
	color: #fff !important;
}
.pagination>.active>a{
	background-color: #ff3400 !important;
	color: #fff !important;
}
.total span{
	color: #ff3400;
}
.my-content .shgn li{
	border-bottom: 1px dashed #D4D4D4;
	padding: 20px 0;
}
.my-content .shgn .date{
	width: 104px;
	text-align: center;
	font-size: 34px;
}
.my-content .shgn .date-yaer{
	font-size: 14px;
}
.my-content .shgn .info{
	padding: 16px 12px 16px 10px;
	width: 0;
	transition: 300ms;
}
.my-content .shgn .info_title{
	font-size: 18px;
}
.my-content .shgn .info_text{
	font-size: 12px;
	margin-top: 10px;
	color: #888888;
}
.my-content .shgn .shgn-logo{
	height: 102px;
	/*object-fit: cover;*/
}
.silder{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 200;
	transition: 300ms;
	overflow: hidden;
	width: 0;
}
.silder .silder-content{
	width: 80%;
	height: 100%;
	background-color: #fff;
	padding: 20px 0;
}

@media screen and (max-width:600px) {
	header .logo img{
		width: 75% !important;
	}
	.header-fluid{
		padding: 0 15px;
	}
	.about .gysh{
		margin-top: 20px;
		font-size: 18px;
	}
	.about .gysh_text{
		margin-top: 5px;
		font-size: 12px;
	}
	.about .my-content{
		margin-top: 25px;
	}
	.serach{
		margin-left: 30px;
	}
	
}
.small-lang{
	margin-left: 30px;
	margin-top: 20px;
	width: 197.81px;
	position: fixed;
	bottom: 30px;
	display: none;
}