html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #fafafa;
	font-family: microsoft yahei;
}

.body-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.container {
	width: 1280px;
	margin: 0 auto;
}

.main-wrapper {
	width: 100%;
	margin: 0 auto;
}

.header-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.logo-wrapper {
	flex: 0 0 700px;
	width: 0;
	height: 85px;
	margin-top: 40px;
}

.a-logo {
	width: 100%;
	height: 82px;
	display: block;
	cursor: pointer;
	background: url(../images/logo.png) no-repeat;
}

.search-wrapper {
	flex: 1;
	width: 0;
	margin-top: 50px;
}

.search-form {
	width: 100%;
	position: relative;
}

.search-input {
	width: 400px;
	height: 50px;
	background: #e8e8e8;
	border: none;
	border-radius: 25px;
	padding-left: 50px;
	font-size: 20px;
	color: #b5b5b5;
	line-height: 50px;
	text-align: left;
}

.search-btn {
	width: 36px;
	height: 36px;	
	cursor: pointer;
	border: none;
	background: url(../images/search.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 7px;
	left: 380px;
	z-index: 1;
}

.news-wrapper {
	width: 100%;
	margin: 0 auto;
}

.gg-wrapper {
	width: 100%;
	margin: 0 auto;
}

.gg-top-wrapper {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: url(../images/top_back.png) no-repeat;
	background-position: right 8px;
	border-bottom: 1px solid #d0d0d0;
	box-sizing: border-box;
}

.gg-logo {
	width: 200px;
	display: flex;
	padding-top: 60px;
}

.gg-logo .gg-icon {
	flex: 0 0 40px;
	width: 0px;
	height: 40px;
	background: url(../images/gg_icon.png) no-repeat;
	background-position: center;
}

.gg-logo .gg-title {
	flex: 1;
	width: 0px;
	height: 50px;
	font-family: 'MyBlackbodyFont';
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	color: #000;
	letter-spacing: 5px;
	margin-left: 10px;
}

.gg-main-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
}

.gg-pic {
	flex: 0 0 640px;
	width: 0;
	height: 370px;
	background: url(../images/gg_pic.jpg) no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.gg-news {
	flex: 1;
	width: 0;
	height: 370px;
	margin-left: 30px;
}

.gg-tabs-wrapper {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
}

.gg-tabs-wrapper .tab-wrapper {
	flex: 1;
	height: 40px;
	display: flex;
}

.tab-wrapper .active-icon {
	flex: 0 0 20px;
	width: 0;
	height: 20px;
	margin-top: 10px;
}

.tab-wrapper .icon-on {
	background: url(../images/tabs_active_icon.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.tab-wrapper a {
	flex: 1;
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: #333;
}

.gg-tabs-wrapper .tabs-active {
	border-bottom: 1px solid #a61f23;
}

.gg-tabs-wrapper .tabs-active a {
	color: #a61f23;
}

.gg-swiper-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.news-piece {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	display: flex;
}

.news-list .news-piece {
	width: 100%;
	margin: 0 auto;		
	display: flex;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.news-list .news-piece a {
	flex: 1;
	display: flex;
	color: #333;
}

.news-list .news-piece a:hover {
	color: #a61f23;
}

.news-piece .news-point {
	flex: 0 0 20px;
	font-weight: bold;
}

.news-piece .news-title {
	flex: 1;
	text-align: left;
	
}

.news-piece .news-date {
	flex: 0 0 100px;
	font-size: 16px;
	color: #999;
}

.banner-wrapper {
	width: 100%;
	height: 220px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/banner.jpg) no-repeat;
	background-position: 0 -30px;
	background-size: 100% auto;
}

.blocks-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	gap: 30px 30px;
	flex-wrap: wrap;
}

.news-block {
	flex: 0 0 625px;
	width: 0;
	background: #fff;
	padding: 0px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	/* box-shadow: 3px 2px 7px rgba(0,0,0,0.4);	 */
}

.news-block-title {
	width: 100%;
	margin: 0 auto;
	display: flex;
    border-bottom: 2px solid #a61f23;
    padding: 20px 20px;
    box-sizing: border-box;
}

.news-block-title .block-strip {
	flex: 0 0 30px;
	width: 0;
	height: 30px;
	background: url(../images/logo2.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.news-block-title .block-title {
	flex: 1;
	width: 0;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 22px;
	text-align: left;
	padding-left: 20px;
}

.news-block-title .block-more {
	flex: 0 0 60px;
	width: 0;
	height: 30px;
	font-size: 36px;
	line-height: 30px;
	color: #333;
	padding-left: 24px;
	box-sizing: border-box;
}

.news-block-title .block-more a {	
	color: #333;
}

.news-block-title .block-more a:hover {	
	color: #a61f23;
}

.news-block-content {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	box-sizing: border-box;
    padding: 10px 20px;
}

.news-block-piece {
	width: 100%;
	margin: 0 auto;
	display: flex;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

.news-block-piece a {
	flex: 1;
	display: flex;
	color: #333;
}

.news-block-piece a:hover {
	color: #a61f23;
}

.block-piece-title {
	flex: 1;
	width: 0;
	text-align: left;
}

.block-piece-date {	
	flex: 0 0 80px;
	width: 0;
	color: #666;
	text-align: right;
	font-size: 14px;
}

.others-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 30px 30px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.others-wrapper .other {
	flex: 1;
	height: 220px;
	background: url(../images/other_back.jpg) no-repeat;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	/* box-shadow: 3px 2px 7px rgba(0,0,0,0.4);	 */
} 

.others-wrapper .other-one-bg {
	background-position: -360px -403px;
}

.others-wrapper .other-two-bg {
	background-position: -574px -354px;
}

.others-wrapper .other-three-bg {
	background-position: -736px -405px;
}

.others-wrapper .wjxz {	
	background: url(../images/wjxz.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
}

.others-wrapper .gsjj {	
	background: url(../images/gsjj.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
}

.others-wrapper .gsry {	
	background: url(../images/gsry.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
}

.other-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(249,249,249,0.6);
	z-index: 0;
}

.other-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 35px 0;
	z-index: 1;
}

.other-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.other-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.other-dec {	
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	color: #666;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.friend-link-wrapper {
	width: 100%;
	margin: 0 auto;
	margin: 30px auto;
	display: flex;
	box-sizing: border-box;
	border-bottom: 2px solid #d0d0d0;
}

.friend-link-icon {
	flex: 0 0 40px;
	width: 0;
	height: 40px;
	margin-top: 10px;
	background: url(../images/friend_link.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.friend-link-title {
	flex: 0 0 150px;
	width: 0;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #a61f23;
	text-align: center;
}

.friend-links {
	flex: 1;
	width: 0;
	height: 60px;
	display: flex;
}

.friend-links a {
	flex: 0 0 200px;
	color: #000;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
}

.bread-crumb-wrapper {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	line-height: 50px;
	font-size: 14px;
	color: #333;	
}

.bread-crumb-nav {
	width: 13px;
	height: 19px;
	margin-top: 16px;
}

.bread-crumb-point {	
	width: 10px;
	height: 10px;
	margin: 20px 10px;
}

.bread-crumb-wrapper span{
	margin: 0px 10px;
}

.footer-wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
}

.footer-text-wrapper {
	width: 1280px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.footer-text-wrapper a, .footer-text-wrapper span {
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	display: block;
}

.footer-logo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	background: url(../images/logo_footer.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.pagesite{
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.pagesite .page-large {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagesite a {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;	
	border: 1px solid #dddddd;
	color: #666;
	background: #fff;
	margin: 0 5px;
}

.pagesite .Num:hover, .pagesite .on {	
	border: 1px solid #a61f23;
	color: #fff;
	background: #a61f23;
}

.page-large .prev-page{
	background:url(../images/small-prev-page.png) center center no-repeat;
}

.page-large .next-page{
	background:url(../images/small-next-page.png) center center no-repeat;
}

.page-large .prev-page:hover{
	border:1px solid #a61f23;
	background:url(../images/small-prev-page-on.png) center center no-repeat #a61f23;
}

.page-large .next-page:hover{
	border:1px solid #a61f23;
	background:url(../images/small-next-page-on.png) center center no-repeat #a61f23;
}

/*栏目*/
.channel-wrapper {
	width: 100%;
	margin: 30px auto;
	display: flex;
}

.list-left-wrapper {
	flex: 0 0 100px;
	width: 0;
	height: 360px;
	background: #fff;
	padding: 20px 30px;
	border-radius: 3px;
}

.list-left-wrapper .nav-channel {
	width: 100%;
	margin: 0 auto;
}

.list-left-wrapper .nav-channel a {
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333;
	box-sizing: border-box;
}

.list-left-wrapper .nav-channel a:hover {
	border-left: 3px solid #a61f23;
	color: #a61f23;
	cursor: pointer;
}

.list-content-wrapper {
	flex: 1;
	width: 0;
	height: 100%;
	margin-left: 20px;	
	/* box-shadow: 3px 2px 7px rgba(0,0,0,0.4);	 */
}

.list-content-link {
	height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	padding: 30px;
	display: block;
	border-radius: 3px;
}

.list-content {
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.list-content-title {
	flex: 1;
	width: 0;
	color: #333;
	font-size: 22px;
	text-align: center;	
	margin-left: 40px;
	text-align: left;	
}

.list-content-title a {	
	color: #333;
}

.list-content-date {
	flex: 0 0 100px;
	width: 0;
	color: #666666;
}

/*内容*/
.content-wrapper {
	width: 100%;
	margin: 30px auto;
	padding: 50px 30px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	border-radius: 5px;
	/* box-shadow: 3px 2px 7px rgba(0,0,0,0.4);	 */
}

.content-title {
	width: 100%;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	color: #333;
	line-height: 60px;
	font-weight: bold;
}

.content-inf {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #999;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 50px;
}

.inf-img {
	flex: 0 0 18px;
	width: 0;
	height: 18px;
	margin-left: 20px;
}

.inf-span {
	flex: 0 0 auto;
	margin-left: 10px;
}

.inf-span-date {
	flex: 0 0 150px;
	width: 0;
	margin-left: 10px;
}

.inf-times {
	flex: 0 0 100px;
	width: 0;
	margin-left: 10px;
}

.content-txt {
	width: 100%;
	margin: 0 auto;
}

.content-file-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.content-file-wrapper span {
	width: 100%;
	display: block;
	line-height: 32px;
	font-size: 16px;
}

.content-file {
	width:  100%;
	margin: 0 auto;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 32px;
	font-size: 14px;
	text-align: left;
}