@charset "utf-8";
/* CSS Document */
.memory_banner{
	width: 100%;
	overflow: hidden;
}
.memory_banner img{
	width: 100%;

}
.memory_content{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;

}
.memory_sect_first{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
}
.memory_sect_left,.memory_sect_right{
	align-self:auto;
	position: relative;
}
.memory_sect_left{
	width: 839px;
	margin-right: 30px;
	padding-top:70px;
	padding-bottom: 44px;
}
.memory_sect_left .memory_sect_content{
	width: 100%;
	height: 100%;
	background:url(../images/left_cont.png) repeat-y center 112px;
	background-size: 100% 100%;
	overflow: hidden;
}

.memory_sect_left:after{
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	top: 30px;
	background:url(../images/left_top.png) no-repeat;
	background-size: 100% 100%;
}
.memory_sect_left:before{
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url(../images/left_btm.png) no-repeat;
	background-size: 100% 100%;
}
.memory_sect_right{
	width: 332px;
	padding-top:70px;
	padding-bottom: 44px;

}
.memory_sect_right .memory_sect_content{
	width: 100%;
	height: 100%;
	background:url(../images/right_cont.png) repeat-y center 112px;
	background-size: 100% 100%;
	overflow: hidden;
}

.memory_sect_right:after{
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	top: 30px;
	background:url(../images/right_top.png) no-repeat;
	background-size: 100% 100%;
}
.memory_sect_right:before{
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url(../images/right_btm.png) no-repeat;
	background-size: 100% 100%;
}
.memory_tit1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 371px;
	height: 70px;
	background: url(../images/dy_tit1.png) no-repeat;
	font-size: 30px;
	color: #321e00;
	line-height: 70px;
	text-align: center;
	z-index: 99999;
}
.memory_text{
	margin:27px 43px;
	margin-bottom: 0;
	overflow: hidden;
}
.memory_text p,.memory_text span{
	font-size: 16px;
	color: #d7c6a8;
	line-height: 32px;

}
.memory_text img{
	max-width: 100%;

}
.memory_tit2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 211px;
	height: 70px;
	background: url(../images/dy_tit2.png) no-repeat;
	font-size: 30px;
	color: #321e00;
	line-height: 70px;
	text-align: center;
	z-index: 99999;
}
.matron_list{
	margin:27px 37px;
	overflow: hidden; 
}
.matron_list li{
	width: 100%;
	padding:9px 0;
	overflow: hidden;
	font-size: 16px;
	color: #d7c6a8;
	line-height: 32px;
	border-bottom: 1px solid rgba(122,102,73,0.5);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
	margin: 2px 0;
}
.memory_content .pages{
	margin-bottom: 0;

}
.memory_content .pages .pagination li.prev, .memory_content .pages .pagination li.next{
	width: 40px;

}
.memory_content .pages .pagination li{
	width: 22px;
	height: 22px;
	border-radius: 0;
	line-height: 22px;
	border-color: #fff;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
}
.memory_content .pages .pagination li a{
	color: #fff;

}
.memory_content .pages .pagination li:hover, .memory_content .pages .pagination li.active, .memory_content .pages .pagination li.prev:hover{
	background: #888;
	border-color: #888;
}
.memory_sect_two{
	width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 104px;
    padding-bottom: 80px;
    position: relative;
}
.memory_sect_two:after{
	content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 30px;
    background: url(../images/top.png) no-repeat;
    background-size: 100% 100%;
}
.memory_sect_two:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/btm.png) no-repeat;
    background-size: 100% 100%;
}
.memory_sect_two .memory_sect_content{
	width: 100%;
    height: 100%;
    background: url(../images/cont_bg.png) repeat-y center 112px;
    background-size: 100% 100%;
    overflow: hidden;
}
.memory_sect_two .memory_tit1{
	background: url(../images/dy_tit3.png) no-repeat;
}
.anthology_slide{
	overflow: hidden;
	margin:15px 45px 4px 45px;
}
.anthology_slide .swiper-slide img{
	width: 100%;
	height: 165px;

}
.memory_sect_first.sect_three .memory_tit1{
	background: url(../images/dy_tit4.png) no-repeat;	
}
.memory_sect_first.sect_three .matron_list li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.retrospection_section{
	margin:27px 52px;
	overflow: hidden;
	margin-bottom: 0;

}
.memory_message_list{
	width: 100%;
	overflow: hidden;
}
.memory_message_list li{
	width: 100%;
	padding:11px 0;
	border-bottom: 1px solid rgba(122,102,73,0.5);
	line-height: 32px;
	overflow: hidden;

}
.memory_message_list li p{
	font-size: 16px;
	color: #d7c6a8;
}
.memory_message_list li p span{
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.memory_message_list li p.item_text{
	padding-left: 2em;

}
.memory_form{
	margin-left: 40px;
	overflow: hidden;
	margin-top: 65px;

}
.memory_form_sect{
	width: 100%;
	overflow: hidden;
	margin-bottom: 19px;

}
.memory_form_sect label{
	display: block;
	float: left;
	font-size: 16px;
	color: #d0aa73;
	line-height: 40px;
	width: 130px;
	text-align: left;
	margin-right:5px;

}
.memory_form_sect input{
	height: 38px;
	padding-left: 20px;
	border: 1px solid #c4a16d;
	background: none;
	color: #d0aa73;
	font-size: 16px;
	float: left;

}
.memory_form_sect input.inp1{
	width: 403px;
}
.memory_form_sect input.inp2{
	width: 118px;

}
.memory_form_sect .mem_yzm_img{
	float: left;
	margin-left: 20px;
	width: 124px;
	height: 40px;
}
.memory_form_sect .mem_yzm_img img{
	width: 100%;
	height: 40px;
	cursor: pointer;

}
.memory_form_sect textarea{
	width: 403px;
	height: 73px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	border: 1px solid #c4a16d;
	background: none;
	color: #d0aa73;
	font-size: 16px;
	float: left;
	resize: none;
	overflow: hidden;
}
.memory_form_sect button{
	width: 120px;
	height: 40px;
	color: #fff;
	background: #c4a16d;
	border:0;
	font-size: 16px;

}
.memory_footer{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 35px;
	text-align: center;
}
.memory_footer p{
	font-size: 16px;
	color: #d0aa73;
}
.memory_news_xq .memory_text{
	margin-left: 55px;
	margin-right: 55px;

}
