.index-header, .center-header {
	width: 100%;
	height: 114px;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.index-header .logo-block, .center-header .logo-block {
	width: 1365px;
	margin: 0 auto;
}
.index-header .to-center {
	width: 92px;
	height: 166px;
	position: absolute;
	right: 0;
	top: calc(50% - 83px);
	cursor: pointer;
}
.tab-active {
	color: #d20606;
}
.center-header {
	background-image: url(../img/center_header.jpg);
	transform: translateX(0);
	transition: .5s linear;
}
.center-header .to-index {
	width: 60px;
	height: 120px;
	position: absolute;
	left: 0;
	top: calc(50% - 60px);
	cursor: pointer;
}
.center-desc {
	width: 982px;
	height: 350px;
	margin: 60px auto 0 auto;
	display: flex;
}
.center-desc .desc-left{
	box-sizing: border-box;
	padding-top: 20px;
}
.center-desc .desc-right {
	margin-left: 70px;
}
.center-desc .desc-right .desc-con {
	width: 100%;
	/*height: 320px;*/
	line-height: 32px;
	font-size: 16px;
	color: #fdebac;
	text-indent: 2em;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
.center-desc .desc-right .desc-more a {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #fcd34b;
	text-decoration: underline;
}

.btn {
	color: #fff;
}

.content1 {
	width: 100%;
	height: auto;
}

.content1 .content1-block {
	width: 1365px;
	height: 444px;
	margin: 20px auto;
	display: flex;
}

.content1 .content1-block .content1-block-left {
	width: 924px;
	height: 100%;
}
.content1 .content1-block .content1-block-right {
	width: 438px;
	height: 100%;
	margin-left: 28px;
}
.content1 .content1-block .content1-block-right .right-title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
.content1 .content1-block .content1-block-right .right-title .title-text {
	width: 143px;
	height: 40px;
	background-image: url("../img/tzgg_tit.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 26px;
}
.content1 .content1-block .content1-block-right .right-title .title-more {
	font-size: 14px;
	line-height: 40px;
}
.content1 .content1-block .content1-block-right .right-title .title-more a {
	color: #888;
}
.content1 .content1-block .content1-block-right .right-list {
	width: 100%;
	height: 398px;
	border: 1px solid #e0dfdf;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px;
}
.content1 .content1-block .content1-block-right .right-list .right-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 34px;
	line-height: 34px;
}
.content1 .content1-block .content1-block-right .right-list .right-li .right-li-title {
	width: 292px;
	height: auto;
}
.content1 .content1-block .content1-block-right .right-list .right-li .right-li-title a {
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.content1 .content1-block .content1-block-right .right-list .right-li .right-li-title a:hover {
	color: #c71f25;
}
.content1 .content1-block .content1-block-right .right-list .right-li .right-li-date {
	width: 80px;
	font-size: 14px;
	color: #888;
}

.content1 .content1-block .content1-title {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-image: url("../img/zxdt.png");
}
.content1 .content1-block .content1-title .title-text {
	float: right;
}
.content1 .content1-block .content1-title .title-text a {
	color: #888;
}

.content1 .content1-block .content1-center {
	width: 100%;
	height: 388px;
	box-sizing: unset;
	/*background-color: #fff;*/
	padding-top: 10px;
	display: flex;
}

.content1 .content1-block .content1-center .content1-left {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 424px;
	height: 100%;
}

.content1 .content1-block .content1-center .content1-right {
	float: left;
	width: 486px;
	height: 100%;
	margin-left: 10px;
	box-sizing: border-box;
	padding: 5px;
}

.content1 .content1-block .content1-center .content1-right .title {
	font-size: 18px;
	height: 40px;
	line-height: 36px;
	box-sizing: border-box;
	border-top: 1px dashed #ddd;
	/*padding-top: 5px;*/
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content1 .content1-block .content1-center .content1-right .title .title-text {
	width: calc(100% - 95px);
}
.content1 .content1-block .content1-center .content1-right .title .title-date {
	width: 85px;
	color: #888;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: right;
}
.content1 .content1-block .content1-center .content1-right ul li:first-child .title {
	border-top: none;
}
.content1 .content1-block .content1-center .content1-right .title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333333;
}
.content1 .content1-block .content1-center .content1-right .title a:hover {
	color: #c71f25;
}
.content1 .content1-block .content1-center .content1-right .desc {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	margin-top: 2px;
	margin-bottom: 10px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content1 .content1-block .content1-button {
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #be2c20;
	border-radius: 6px;
	margin: 40px auto 0 auto;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.content2 {
	width: 100%;
	height: auto;
	margin-bottom: 26px;
	margin-top: 0 !important;
}
.content2 .content2-block {
	width: 1365px;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.content2 .content2-block .content2-cell {
	width: 670px;
	height: auto;
}
.content2 .content2-block .content2-cell-left {
	width: 927px;
}
.content2 .content2-block .content2-cell-right {
	width: 412px;
}
.content2 .content2-block .content2-cell .cell-title {
	width: 100%;
	height: 38px;
	/*margin-bottom: 10px;*/
	display: flex;
}
.content2 .content2-block .content2-cell .cell-title .title-left {
	width: 116px;
	height: 100%;
	background-image: url("../img/tab_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	color: #d20606;
	font-weight: bold;
}
.content2 .content2-block .content2-cell .cell-title .title-right {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 116px);
	align-items: end;
	line-height: 34px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #666;
}
.content2 .content2-block .content2-cell .cell-title .title-right .right-type {
	display: flex;
}
.content2 .content2-block .content2-cell .cell-title .title-right .right-type div {
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}
.content2 .content2-block .content2-cell .cell-title .title-right .right-type .type {
	cursor: pointer;
}
.content2 .content2-block .content2-cell .cell-title .title-right .right-more {
	font-size: 14px;
}
.content2 .content2-block .content2-cell .cell-title .title-right .right-more a {
	color: #666;
}

.content2 .content2-block .content2-cell .cell-center {
	width: 100%;
	height: 404px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 15px 20px;
	border: solid 1px #e0dfdf;
	border-top: 2px solid #ecbf67;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.content2 .content2-block .content2-cell .cell-center .cell-block {
	width: 434px;
	height: 100%;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #d52316;
	display: flex;
	justify-content: center;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-left {
	text-align: right;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-center {
	padding-left: 8px;
	padding-right: 8px;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-right {
	text-align: left;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-left,
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-right {
	display: flex;
	align-items: center;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-left img,
.content2 .content2-block .content2-cell .cell-center .cell-block .block-title .block-title-right img {
	width: 116px;
	height: 18px;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-img {
	width: 100%;
	height: 141px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-img img {
	width: 100%;
	height: auto;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-list {
	width: 100%;
	height: auto;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-list .block-li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-list .block-li a {
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.content2 .content2-block .content2-cell .cell-center .cell-block .block-list .block-li a:hover {
	color: #c71f25;
}
.content2 .content2-block .content2-cell-right .cell-center {
	display: block;
	padding: 10px 5px;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li {
	width: 100%;
	height: 68px;
	margin-top: 7px;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-date {
	width: 66px;
	height: 60px;
	border-right: 1px solid #e0dfdf;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-date .date-day {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #d20606;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-date .date-ym {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #888;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-con {
	width: calc(100% - 66px);
	height: 66px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-con .li-con-title {
	width: 100%;
	height: 26px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-con .li-con-title a {
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-con .li-con-title a:hover {
	color: #c71f25;
}
.content2 .content2-block .content2-cell-right .cell-center .cell-li .li-con .li-con-desc {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}




.content2 .content2-block .content2-cell .cell-center .cell-li .title {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.content2 .content2-block .content2-cell .cell-center .cell-li .title a {
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.content2 .content2-block .content2-cell .cell-center .cell-li .title a:hover {
	color: #d20606;
}
.content2 .content2-block .content2-cell .cell-center .cell-li .desc {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content3 {
	width: 100%;
	height: auto;
	margin-top: 0 !important;
}
.content3 .content3-block {
	width: 1365px;
	height: auto;
	margin: 0 auto;
}
.content3 .content3-block .content3-title {
	width: 100%;
	height: auto;
	/*margin-top: 20px;*/
	position: relative;
}
.content3 .content3-block .content3-title .title-text {
	width: 184px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-image: url("../img/cgzs_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.content3 .content3-block .content3-title .title-more {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 14px;
}
.content3 .content3-block .content3-center {
	width: 100%;
	height: auto;
	background-color: #fffbf3;
	border-radius: 5px;
	border: solid 1px #feefd0;
}
.content3 .content3-block .content3-center .center-main {
	width: 1316px;
	height: auto;
	margin: 20px auto;
}
.content3 .content3-block .content3-center .center-main .center-title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f3ca79;
}
.content3 .content3-block .content3-center .center-main .center-title .title-tab {
	width: 292px;
	height: 100%;
	/*background-image: url("../img/cgzs_tab_bg01.png");*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	box-sizing: border-box;
	padding: 0 20px;
}
.cg-bg01 {
	background-image: url("../img/cgzs_tab_bg01.png");
}
.cg-bg02 {
	background-image: url("../img/cgzs_tab_bg02.png");
}
.content3 .content3-block .content3-center .center-main .center-title .title-tab .cg-title {
	width: 50%;
	height: 100%;
	font-size: 18px;
	line-height: 40px;
	color: #444;
	cursor: pointer;
	text-align: center;
}
.cg-active {
	color: #fff !important;
	font-weight: bold;
}
.content3 .content3-block .content3-center .center-main .center-title .title-more {
	font-size: 14px;
	line-height: 50px;
}
.content3 .content3-block .content3-center .center-main .center-title .title-more a {
	color: #666;
}
.content3 .content3-block .content3-center .center-main .center-list {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.content3 .content3-block .content3-center .center-main .center-list .center-li {
	width: 250px;
	height: auto;
}
.content3 .content3-block .content3-center .center-main .center-list .center-li .li-img {
	width: 100%;
	height: 188px;
}
.content3 .content3-block .content3-center .center-main .center-list .center-li .li-img img {
	width: 100%;
	height: 100%;
}
.content3 .content3-block .content3-center .center-main .center-list .center-li .li-title {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.content3 .content3-block .content3-center .center-main .center-list .center-li .li-title a {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.content3 .content3-block .content3-center .center-main .center-list .center-li .li-title a:hover {
	color: #d20606;
}

.content4 {
	width: 100%;
	height: auto;
	/*padding-bottom: 20px;*/
	margin-bottom: 30px;
}
.content4 .content4-block {
	width: 1365px;
	height: 100%;
	margin: 0 auto;
}
.content4 .content4-block .content4-title {
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
}
.content4 .content4-block .content4-title .title-text {
	width: 184px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-image: url("../img/cgzs_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.content4 .content4-block .content4-title .title-more {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 14px;
}
.content4 .content4-block .content4-title .title-more a {
	color: #666;
}
.content4 .content4-block .content4-center {
	width: 100%;
	height: auto;
	background-color: #fffbf3;
	border-radius: 5px;
	border: solid 1px #feefd0;
	position: relative;
}
.content4 .content4-block .content4-center .content4-swiper {
	width: 1276px;
	height: auto;
	margin: 20px auto;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li {
	width: 300px;
	height: auto;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img {
	width: 100%;
	height: 230px;
	position: relative;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img .li-flag {
	width: 60px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img .gjj-flag {
	background-image: url("../img/gjj_bg.png");
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img .sj-flag {
	background-image: url("../img/sj_bg.png");
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img .ssj-flag {
	background-image: url("../img/ssj_bg.png");
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img .xj-flag {
	background-image: url("../img/xj_bg.png");
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-img img {
	width: 100%;
	height: 100%;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-title a {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.content4 .content4-block .content4-center .content4-swiper .swiper-wrapper .center-li .li-title a:hover {
	color: #d20606;
}

.content5 {
	width: 100%;
	height: auto;
	/*padding-bottom: 20px;*/
}
.content5 .content5-block {
	width: 1365px;
	height: 374px;
	margin: 30px auto 20px auto;
	background-image: url("../img/jyhdpt_bg.png");
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
}
.content5 .content5-block .title-more {
	position: absolute;
	right: 0;
	top: -22px;
	font-size: 14px;
}
.content5 .content5-block .title-more a {
	color: #666;
}
.content5 .content5-block .content5-title {
	width: 211px;
	height: 52px;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 20px;
	text-align: center;
	background-image: url("../img/jyhdpt_title.png");
}
.content5 .content5-block .content5-list {
	width: 972px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.content5 .content5-block .content5-list .content5-li {
	width: 212px;
	height: 142px;
	margin: 10px;
	border-radius: 10px;
	position: relative;
}
.content5 .content5-block .content5-list .content5-li .li-flag {
	width: 48px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
}
.content5 .content5-block .content5-list .content5-li .li-flag img {
	width: 100%;
	height: 100%;
}
.content5 .content5-block .content5-list .content5-li .li-img, .content5 .content5-block .content5-list .content5-li .li-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.content5 .content5-block .content5-list .content5-li .li-title {
	position: absolute;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	bottom: 0;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	background-color: rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.content5 .content5-block .content5-list .content5-li .li-title a {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.content6 {
	width: 100%;
	height: auto;
	/*padding-bottom: 20px;*/
}
.content6 .content6-block {
	width: 1365px;
	height: auto;
	margin: 0 auto;
}
.content6 .content6-block .content6-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #d20606;
	text-align: center;
	margin-bottom: 20px;
}
.content6 .content6-block .content6-main {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.content6 .content6-block .content6-main .content6-cell {
	width: 444px;
	height: 122px;
	margin-bottom: 20px;
}
.content6 .content6-block .content6-main .content6-cell img {
	width: 100%;
	height: 100%;
}










.content-title {
	overflow: hidden;
	margin-bottom: 10px;
}

.content-title .content-title-left {
	float: left;
	margin-right: 5px;
}

.content-title .content-title-left img {
	padding-top: 5px;
}

.content-title .content-title-right {
	float: left;
	font-size: 20px;
	color: #c71f25;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
}

.content-title .content-title-more {
	float: right;
	font-size: 14px;
	padding-top: 14px;
	color: #666;
	cursor: pointer;
}

.content-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify: space-between;
}

.content-tab .item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #ebeae7;
	color: #666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.content-tab .item.active {
	font-weight: 500;
	background: #d8ad54;
	color: #ffffff;
}

.index-banner {
	width: 100%;
	height: 100%;
}
.index-banner img {
	width: 100%;
}
