html,
body {
  max-width: 1080px;
  margin: 0 auto;
}
/* 首页 */
.in_body {
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0.76rem 1rem;
  padding-top: 2.25rem;
}
.in_line {
  height: 3.16rem;
  width: 1px;
  background: #ffc567;
}
.in_h1 {
  font-size: 24px;
  color: #ffc567;
  margin-top: 0.4rem;
}
.in_edit {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 16px;
}
.in_edit p {
  margin-bottom: 0.45rem;
}
.to_link {
  background: #ffc567 url(../images/arrow.png) 92% center no-repeat;
  background-size: auto 15px;
  font-size: 20px;
  line-height: 1;
  padding: 0.15rem 0.66rem 0.15rem 0.32rem;
  display: inline-block;
  border-radius: 0.1rem;
}
/* dynasty */
.dynasty_wrap .item {
  position: relative;
  height: 6.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dynasty_wrap .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dynasty_wrap .item a {
  position: relative;
  display: block;
  height: 100%;
}
.dynasty_wrap .text {
  text-align: center;
  color: #ffc567;
  font-size: 0.6rem;
  padding-bottom: 0.4rem;
  background: url(../images/arrow2.png) center 100% no-repeat;
  background-size: auto 10px;
  top: 77%;
}
.dynasty_wrap .text .date {
  line-height: 1;
  margin-bottom: 0.1rem;
}
.dynasty_wrap .text .name {
position:relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: .1rem .15rem;
  background: url(../images/bg_cc.png) 0 0 repeat-x;
  margin-top: .2rem;
  color:#fff;
}
.dynasty_wrap .text .name::before,
.dynasty_wrap .text .name::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	height:100%;
	width: .06rem;
}
.dynasty_wrap .text .name::before{
	background: url(../images/bg_ll.png) 0 0 no-repeat;
	background-size:auto 100%;
	left: -0.06rem;
}
.dynasty_wrap .text .name::after{
	background: url(../images/bg_rr.png) 0 0 no-repeat;
	background-size:auto 100%;
	right: -0.06rem;
}
.dynasty_wrap .nav_sec2_logo {
  position: absolute;
  left: 0.5rem;
  top: 0.4rem;
  width: 1.9rem;
}
.dynasty_wrap .sec1 {
  background-color: #fff;
}
.dynasty_wrap .sec2 {
  background-color: #f0f;
}
.dynasty_wrap .sec3 {
  background-color: #0ff;
}
/* dynasty_detail */
.dynasty_detail_wrap {
  background: #ede8dd url(../images/dynasty_detail_bg.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  padding: 1.3rem 0.64rem 0.8rem;
  overflow:hidden;
}
.dynasty_detail_wrap .top {
  text-align: center;
  margin-bottom: 0.4rem;
}
.dynasty_detail_wrap h1 {
  font-size: 0.6rem;
  color: #442e26;
  margin-bottom: 0.1rem;
}
.dynasty_detail_wrap .date {
  font-size: 16px;
  color: #c9151e;
  margin-bottom: 0.15rem;
}
.dynasty_detail_wrap .line {
  width: 2.5rem;
  height: 2px;
  background: #442e26;
  margin: 0 auto;
}
.dynasty_detail {
  font-size: 16px;
  color: #303233;
  margin-bottom: 0.3rem;
}
.dynasty_detail p {
  margin-bottom: 0.28rem;
  line-height: 1.5;
}
.dynasty_detail .item {
  margin-bottom: 0.8rem;
}
.dynasty_list_wrap li {
	position:relative;
  background: #fff;
  margin-bottom: 0.3rem;
}
.dynasty_list_wrap li .btn{
	position:absolute;
	right: .35rem;
	bottom: .22rem;
	width:1.3rem;
	height:0.42rem;
	background:url(../images/xq_btn.png) 0 0 no-repeat;
	background-size:100% 100%;
	transform:scale(1.2);
}	
.dynasty_list_wrap a {
  overflow: hidden;
  display: block;
}
.dynasty_list_wrap .img {
  width: 3.87rem;
  height: 2.57rem;
  float: left;
}
.dynasty_list_wrap .img img {
  width: 100%;
  height: 100%;
}
.dynasty_list_wrap .text {
  float: left;
  padding: 0.4rem 0 0 .4rem;
  max-width: 4rem;
}
.dynasty_list_wrap h2 {
  font-size: 20px;
}
.dynasty_list_wrap h3 {
  font-size: 16px;
  color: #c9151e;
  max-width: 100%;
}
.back_btn{display:block;clear: both;float:right;}
/*# sourceMappingURL=./style.css.map */