@charset "utf-8";
.boxs {
	width: 100%;
}

.section {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.section-left {
	width: 315px;
	background: #fff;
}

.section-left ul {
	width: 315px;
	margin-bottom: 70px;
	min-height: 50px;
	border: 1px solid #e6e6e6;
}

.section-left ul:last-child {
	height: 230px;
}

.section-left ul li {
	width: 235px;
	height: 45px;
	line-height: 45px;
	display: flex;
	padding: 0 40px;
	cursor: pointer;
	color: #000;
}

.columnlistyle{
	/* background: #4075c5; */
	background:#005193;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
}
.section-left ul li a {
	width: 235px;
	height: 45px;
	border-bottom: 1px dotted #e6e6e6;
	color:#000;
}

.section-left ul:last-child li:nth-child(2) {
	height: 68px;
	line-height: 30px;
	background: #f4f4f4;
	padding-top: 7px;
	text-align: center;
}

.section-right {
	width: 865px;
	border: 1px solid #e6e6e6;
	margin-bottom: 45px;
}

.list-1,
.list-2 {
	width: 810px;
	margin: 0 auto;
	margin-top: 18px;
	/*background: #FF0000;*/
}

.tit-1,
.tit-2 {
	height: 32px;
	border-bottom: 1px solid #f4f4f4;
	/* color: #3c6db0; */
	color:#005193;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.tit-1 h2,
.tit-2 h2 {
	font-weight: normal;
	font-size: 16px;
}

.tit-1 a,
.tit-2 a,
.tit-1 span,
.tit-2 span {
	font-size: 16px;
	color: #000;
}

.main-1 {
	width: 810px;
}

.main-1 #Searchresult {
	width: 810px;
}

.main-1 #Searchresult .show {
	display: flex;
	width: 810px;
	/* height: 164px; */
	border-bottom: 1px dotted #e4e4e4;
	align-items: center;
	background:url(../img/42.png) no-repeat left center;
	background-size:13px;
}


.main-1 #Searchresult .show h4 {
	flota:right;
}

.main-1 #Searchresult .show h4 font {
	display:inline-block;
}

.main-1 #Searchresult .show h4 span {
	font-weight: normal;
	font-size: 16px;
}

.main-1 #Searchresult .show>div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 710px;
	margin-left: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 50px;
	line-height: 24px;
}
.main-1 #Searchresult .show>div a{
    display: block;
    height: 100%;
    line-height: 50px;
}
.main-1 #Searchresult .show>div img{
	display:none !important;
}
.main-1 #Searchresult .show>div>p {
	font-size: 13px;
	color: #797979;
	line-height: 24px;
}

.pages {
	width: 100%;
	width: 810px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages a {
	font-size: 13px;
	color: #797979;
}

.pages span {
	margin: 0 10px;
}

.liststyle {
	background: #f4f4f4;
}
/* footer */
#footer {
	width: 100%;
	height: 200px;
	/* background: #b0d1fa; */
	background:#eee;
}

#footer ul {
	width: 100%;
	padding-top: 40px;
}

#footer ul li {
	/*height: 24px;*/
	width: 100%;
	flex-direction: column;
	text-align: center;
	color: #525252;
	font-size: 12px;
	line-height: 26px;
}

#footer ul li:nth-child(2) span {
	/*background: url(../img/phone.png) no-repeat left center;*/
	padding-left: 20px;
}

#footer ul li:nth-child(3) span {
	margin-left: 10px;
	/*background: url(../img/jing.png) no-repeat left center;*/
	padding-left: 20px;
}

