@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'microsoft yahei';
  box-sizing: border-box;
}
body {
  min-width: 1200px;
}
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;
}

.pc_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;
}

.over-visible {
  overflow: visible !important;
}

.pcNone {
    display: none !important;
}

/* **** 主页内容开始 ****  */
.body_bg{
	background: url(sthjbh_2025_ffqd_ztbg.jpg) top center no-repeat #f2f9ff;
	padding-bottom: 70px;
	background-size: 100%;
}
.wrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.header{
	height: 488px;
}
.header h1{
	padding-top: 22px;
}
.logo_title {
	text-align: center;
	margin-top: 60px;
}

.wrap_bg{
	border-radius: 20px;
	background-color: #fff;
	margin: 0 auto;
	width: 1260px;
	padding: 30px;
}
.location {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #707070;
}

.title{
	background: url(sthjbh_2025_ffqd_tline.png) center center no-repeat;
	font-size: 30px;
	text-align: center;
	margin: 20px 0 5px;
}
.title span{
	color: #614b34;
	font-weight: bold;
	background: #fff;
	letter-spacing: 1px;
	padding: 0 22px;
	line-height: 100px;
}

.text p{
	color: #2a2117;
	font-size: 20px;
	line-height: 1.8;
	text-indent: 2em;
}

.text_2{
	font-size: 20px;
	margin-top: 30px;
	background: #faf9f9;
	border: 1px solid #e3dbd3;
	border-radius: 20px;
	padding: 20px 60px 50px;
}
.text_2 *{
	line-height: 1.8;
	text-align: justify;
}
.text_2 h3{
	font-size: 22px;
	color: #614b34;
	padding-top: 1em;
}
.text_2 p{
	line-height: 1.8;
	text-indent: 2em;
	padding: .3em 0;
	margin-left: 4px;
}



.bold{
	font-weight: bold;
}


.lxfs_nr dl{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.lxfs_nr dl dt{
	float: left;
	padding-left: 2em;
	margin-left: 4px;
	font-weight: bold;
	color: #2a2117;
}
.lxfs_nr dl dd{
	float: left;
	color: #2a2117;
}


/* **** 自适应 **** */
@media screen and (min-width: 2000px) {
  .sthjbh_wrap {
    background-size: contain;
  }
}

@media screen and (max-width: 1640px) {
	/* **** 主页内容开始 ****  */
	.body_bg{
		background: url(sthjbh_2025_ffqd_ztbg_1000.jpg) top center no-repeat #f2f9ff;
		padding-bottom: 50px;
		background-size: 100%;
	}
	.wrap {
		width: 1000px;
		min-width: 1000px;
	}
	.header{
		height: 408px;
	}
	.header h1{
		padding-top: 22px;
	}
	.logo_title {
		margin-top: 50px;
	}
	.logo_title img{
		width: 800px;
	}

	.wrap_bg{
		width: 1050px;
		padding: 25px;
	}
	.location {
	  font-size: 14px;
	}

	.title{
		background-size: 92% 3px;
		font-size: 24px;
		text-align: center;
		margin: 20px 0 5px;
	}
	.title span{
		padding: 0 15px;
		line-height: 80px;
	}

	.text p{
		font-size: 16px;
	}

	.text_2{
		font-size: 16px;
		margin-top: 20px;
		padding: 20px 60px 40px;
	}
	.text_2 h3{
		font-size: 18px;
	}
}