/* 头部轮播 start */
.header_slide {
	width: 100%;
	height: 850px;
	position: relative;
	overflow: hidden;
}

.header_slide .slidewrap .slidebox {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header_slide .slidewrap .slidebox li {
	float: left;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header_slide .slidewrap .slidebox li img {
	display: block;
	width: 100%;
	height: 100%;
}

.header_slide .slidewrap .dot {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 94px;
	left: 0;
}

.header_slide .slidewrap .dot p {
	margin: 0;
	text-indent: 0;
}

.header_slide .slidewrap .dot b {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 10px;
	margin: 0 14px;
	cursor: pointer;
	font-weight: normal;
}

.header_slide .slidewrap .dot .cur {
	background: #9D0609;
}

/* 头部轮播 end */

/* 头部导航 start */
.head_nav {
	width: 100%;
	height: 84px;
	background: #9D0609;
	display: flex;
	justify-content: center;
}

.head_nav .head_ul {
	display: flex;
	align-items: center;
}

.head_nav .head_li {
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Microsoft YaHei;
	font-weight: bold;
	padding: 0 70px;
	position: relative;
	cursor: pointer;
}
.head_nav .head_li.active{
	color: #FBD49D;
}
.head_nav .head_li::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../../image/layout/nav.png) no-repeat 100%;
	position: absolute;
	right: -4px;
	top: 8px;
}

.head_nav li:last-child a::after {
	display: none;
}

/* 头部导航 end */
/* 内容 start */
.news_content {
	width: 100%;
}

.news_content .news_box {
	padding: 0 260px;
}

.news_content .news_box .title_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 99px;
	margin: 120px 0 61px;
}

.news_content .news_box .title_box .more {
	position: absolute;
	right: 0;
	bottom: 25px;
	cursor: pointer;
}

.news_content .news_box .title_box .more .text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9D0609;
	display: inline-block;
	margin-right: 6px;
}

.news_content .main_part .main_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
}

.news_content .main_part .main_top .line {
	width: 660px;
	height: 400px;
	background: #ccc;
	position: relative;
}
.news_content .main_part .main_top .line .line_box{
	width: 100%;
	height: 100%;
}
.news_content .main_part .main_top .line .news_img{
	width: 100%;
	height: 100%;
}
.news_content .main_part .main_top .line .line_text {
	position: absolute;
	bottom: 0;
	height: 54px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	line-height: 54px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

.news_content .main_part .main_top .line .line_text .span {
	display: inline-block;
	max-width: 471px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_content .main_part .main_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_content .main_part .main_bottom .item {
	width: 426px;
	height: 160px;
	border: 1px solid #DCDCDC;
	cursor: pointer;
	padding: 24px 23px 34px 25px;
	background: #FFFFFF;
	margin-top: 40px;
}

.news_content .main_part .main_bottom .item .item_title {
	line-height: 31px;
	margin-bottom: 27px;
}

.news_content .main_part .main_bottom .item .item_time {
	height: 16px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #9D0609;
	font-family: Microsoft YaHei;
}

.news_content .main_part .main_bottom .item .item_time span {
	display: inline-block;
	margin-left: 12px;
}

.news_content .main_part .party_list {
	display: flex;
	justify-content: space-between;
}

.news_content .main_part .party_list .item {
	width: 180px;
	height: 400px;
	background: #F3F0E9;
	padding: 41px 0 70px;
	display: flex;
	justify-content: center;
	cursor: pointer;

}

.news_content .main_part .party_list .item p {
	writing-mode: tb-rl;
	max-height: 289px;
	line-height: 30px;
	color: #9D0609;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
}

.news_content .main_part .file_report_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_content .main_part .file_report_list .item {
	width: 660px;
	height: 180px;
	margin-top: 48px;
	position: relative;
	background: #F3F0E9;
	box-sizing: border-box;
	margin-left: 10px;
	cursor: pointer;
}
.news_content .main_part .file_report_list .item:first-child{
	margin-top: 0;
}
.news_content .main_part .file_report_list .item:nth-child(2){
	margin-top: 0;
}
.news_content .main_part .file_report_list .file_report {
	width: 100%;
	height: 100%;
	padding-top: 35px;
	z-index: 99;
	position: absolute;
	background: #fff;
	top: -12px;
	right: 10px;
}
.news_content .main_part .file_report_list .time {
	height: 24px;
	line-height: 24px;
	border-left: 3px solid #CFA972;
	padding-left: 25px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.news_content .main_part .file_report_list .time .text {
	color: #9D0609;
	margin-left: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
}

.news_content .main_part .file_report_list .content {
	padding-left: 25px;
}

/* 内容 end */

/* 底部  start*/
.footer{
	width: 100%;
	height: 370px;
	position: relative;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.footer .footer_img{
	width: 100%;
}
.footer_text{
	position: absolute;
	bottom: 37px;
	left: 0;
	right: 0;
	margin: auto;
}
.footer_text p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CFA972;
}
/* 底部  end*/