@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'microsoft yahei';
  box-sizing: border-box;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

ul,
li {
  list-style: none;
}

input {
  border: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  display: table;
  clear: both;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

.mobile_none {
  display: none !important;
}

.clearfix {
  zoom: 1;
  _height: 1px;
}

.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.du-ellipsis {
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*word-break: break-all;*/
}

.three-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.four-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.over-visible {
  overflow: visible !important;
}

/* **** 主页内容开始 ****  */
.body_bg{
	width: 7.5rem;
	background: url(sthjbh_2025_ffqd_ztbg_m.png) top center no-repeat #f2f9ff;
	background-size: 100% auto;
	padding: 0 .2rem .7rem;
}
.wrap {
}
.header{
	padding: 0 .3rem;
	height: 4.38rem;
}
.header .mobile_logo{
	line-height: 0;
	padding-top: .4rem;
}
.header .mobile_logo img{
	width: 4.13rem;
}
.logo_title {
	text-align: center;
	margin-top: .5rem;
	line-height: 0;
}
.logo_title img{
	width: 100%;
}
.wrap_bg{
	border-radius: .2rem;
	background-color: #fff;
	margin: 0 auto;
	padding: .2rem;
}
.location {
	font-size: .22rem;
	line-height: 1.5;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
	color: #707070;
	padding-top: .1rem;
}

.title{
	font-size: .38rem;
	text-align: center;
	margin: .4rem 0 .3rem;
	line-height: 1.5;
}
.title span{
	color: #614b34;
	font-weight: bold;
}

.text p{
	color: #2a2117;
	font-size: .3rem;
	line-height: 1.8;
	text-indent: 2em;
}

.text_2{
	font-size: .3rem;
	margin-top: .3rem;
	background: #faf9f9;
	border: .01rem solid #e3dbd3;
	border-radius: .2rem;
	padding: 0 .3rem .5rem;
}
.text_2 *{
	line-height: 1.8;
	text-align: justify;
}
.text_2 h3{
	font-size: .32rem;
	color: #614b34;
	padding-top: 1em;
}
.text_2 p{
	line-height: 1.8;
	text-indent: 2em;
	padding: .3em 0;
}

.bold{
	font-weight: bold;
}

.lxfs_nr dl{
	margin-top: .2rem;
}
.lxfs_nr dl dt{
	padding-left: 2em;
	margin-left: .04rem;
	font-weight: bold;
	color: #2a2117;
}
.lxfs_nr dl dd{
	padding-left: 2em;
	margin-left: .08rem;
	font-size: .28rem;
	color: #2a2117;
}


