body {
	line-height: 1.35;
}
.w1163 {
	width: 1163px;
	margin: 0 auto;
}

.w1082 {
	width: 1082px;
	margin: 0 auto;
}


.more-new {
	width: 46px;
	height: 24px;
	padding-right: 20px;
	background-image: ;
	background-position: 38px center;
	background-repeat: no-repeat;
	background-size: auto 70%;
	font-size: 18px;
	transition:  .5s;
}
.more-new a {
	color: #ac8650;
}
.more-new:hover,
.more-new:hover a {
	color: #b91007;
	transition:  .5s;
	background-position: right center;
	text-decoration: underline;
}

.bg-color {
	background-color: #fefbf8;
}

.bg-color-a {
	background-color: #faf5ef;
}

.header {
	height: 607px;
	overflow: unset;
}

.header-pic {
	height: 100%;
	background:  no-repeat top center;
	background-size: auto 100%;
}

.explain-w {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 230px;
}

.explain-w .explain-c {
	height: 100%;
	background-color: #fff;
	
}

.explain-content {
	height: 228px;
	background-image: ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-bottom: 2px dashed #cdcbc7;
}

.header-line-box {
	background-color: #fff;
	background-image: linear-gradient(#fff, #fefbf8);
	padding: 45px 0;
}

/* 轮播图 */
.loop-picture {
	width: 514px;
	height: 330px;
}

.loop-list {
	width: 514px;
	height: 330px;
	overflow: hidden;
}


.loop-picture .imgslide {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.loop-picture .imgslide * {
	-webkit-transition: none;
    transition: none;
}
.loop-picture .imgslide .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.loop-picture .imgslide .bd li {
	zoom: 1;
	vertical-align: middle;
}

.loop-picture .imgslide .bd img {
	width: 100%;
	height: 100%;
	/*width: 642px;
    height: 363px;*/
}

.loop-picture .imgslide .bd li {
	position: relative;
}


.loop-picture .imgslide-title {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 100px 0 20px;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	background-color: rgba(0, 0, 0, .5);
}

.loop-picture .imgslide .hd {
	position: absolute;
	bottom: 25px;
	right: 10px;
	height: 10px;
	z-index: 3;
}

.loop-picture .imgslide .hd ul li {
	z-index: 99;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	cursor: pointer;
	background: #ccc;
	opacity: .7;
	/* background-color: rgba(255, 255, 255, .4); */
	border-radius: 10px;
	font-size: 0;
}

.loop-picture .imgslide .hd ul li.on {
	background: #fff;
	opacity: 1;
}

.loop-picture .imgslide .prev,
.loop-picture .imgslide .next {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 42px;
	height: 42px;
	margin-top: -32px;
	background:  no-repeat;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
}

.loop-picture .imgslide .prev {
	left: 5px;
	background-position: 6px -10px;
}

.loop-picture .imgslide .next {
	right: 5px;
	background-position: -20px -10px;
}

.loop-picture .imgslide .prev:hover,
.loop-picture .imgslide .next:hover {
	background-color: #2e2e2e;
}

.loop-picture .imgslide .tempwrap,
.loop-picture .imgslide .tempwrap ul,
.loop-picture .imgslide .tempwrap ul li {
	height: 100%;
}

.loop-picture .imgslide .tempwrap ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.list-first a:hover {
	text-decoration:  none;
}

.list-first a h2:hover {
	color: #b91007;
}
.list-first:hover a p:hover span {
	color: #b91007;
	text-decoration:  underline;
}

.loop-list .list-first h2 {
	color: #525860;
	font-size: 30px;
	margin-bottom: 12px;
	box-sizing: border-box;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.loop-list .list-first p {
	color: #656565;
	font-size: 20px;
	margin-bottom: 18px;
	height: 78px;
	overflow: hidden;
}
.loop-list .list-first p span {
	color: #ac8650;
}

.list-item {
	position: relative;
	font-size: 24px;
	color: #454545;
	height: 31px;
	overflow: hidden;
	width: 500px;
	margin-right: 82px;
}
.list-ul {
	width: 1164px;
}
.list-item a {
	padding-left: 20px;
	box-sizing: border-box;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1.5;
}
.list-item a:hover {
	color: #b91007;
	text-decoration: none;
}
.list-item i {
	position: absolute;
	left: 0;
	top: 13px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ac8650;
	margin-right: 15px;
}
.content-box {
	position: relative;
	margin: 0 auto;
}

.content-box .item {
	width: 100%;
}

.outside-box {
	padding: 40px 0;
}
.outside-box * {
	transition: none;
}
.title-box {
	height: 84px;
	margin-bottom: 40px;
}
.title-box .dashed-line {
	width: 1006px;
	height: 42px;
	border-bottom: 1px dashed #ac8650;
}

.title {
	position: absolute;
	top: 0;
	left: 50%;
	width: 210px;
	height: 84px;
	margin-left: -84px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.pos {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	
}

/* 先进事迹 */
.xjsj {
	background-image: ;
	background-color: #faf5ef;
}
/* 记录致敬 */
.jlzj {
	background-image: ;
	background-color: #fefbf8;
}

/* 我们记得 */
.wmjd {
	background-image: ;
	background-color: #faf5ef;
}

/* 我们看见 */
.wmkj {
	background-image: ;
	background-color: #fefbf8;
}

/* 反响追记 */
.fxzj {
	background-image: ;
	background-color: #faf5ef;
}

.rmt-item {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 402px;
	height: 302px;
}

.rmt-item a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.rmt-item a img {
	width: 100%;
	height: 100%;
}

.rmt-item a .nr-text {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(172,134,80, .8);
	background-color: #ac8650\9;
	opacity: 0;
	transition: .5s;
	overflow: hidden;
}
.rmt-item a .nr-text p {
	width: 100%;
	height: 100%;
	padding: 20px 80px;
	overflow: hidden;
	display: table-cell;
	box-sizing: border-box;
	vertical-align:middle;
	color: #fff;
	font-size: 18px;
}

.rmt-item a:hover .nr-text {
	opacity: 1;
	transition: .5s;
	top: 0;
}

.rmt-prev-btn {
	position: absolute;
	top: 0;
	left: -72px;
	background-image: ;
	background-position: left center;
	background-repeat: no-repeat;
	transition: .5s;
}

.rmt-next-btn {
	position: absolute;
	top: 0;
	right: -72px;
	background-image: ;
	background-position: right center;
	background-repeat: no-repeat;
	transition: .5s;
}

.rmt-prev-btn:hover{
	background-position: -38px center;
	transition: .5s;
}
.rmt-next-btn:hover {
	background-position: 0 center;
	transition: .5s;
}

.mb30 {
    margin-bottom: 30px;
}

.mb9 {
	margin-bottom: 9px;
}

.footer {
	border-top: 12px solid #092da9;
}