﻿body {
	background-color: #f3f3f3;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
.case_title {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.case_title .case_con {
	display: flex;
	background-color: #fff;
	box-shadow: 0px 0px 5px #bebebe;
	padding: 40px 30px;
	z-index: 99;
	margin-top: -70px;
}
.case_title .line {
	width: 8px;
	height: 80px;
	background-color: #367da2;
}
.case_title .timu {
	margin-left: 20px;
	margin-top: 10px;
}
.case_title .timu p {
	margin-top: 10px;
	font-size: 15px;
}







.box {
	margin: 0 auto;
	letter-spacing: 3px;
	margin-top: 30px;

}
.box .xuanxiang {
padding: 30px;
width: 80%;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #bebebe;
	border-radius: 14px;
}

.box .xuanxiang nav .nav_list{
	border-bottom: 1px solid #b3b3b3;
	display: inline-block;
	width: 95%;
	/* padding: 2px 0; */
}
.box .xuanxiang nav a:hover{
	background-color: #55aaff;
	color: #fff;
}
.box .xuanxiang nav a {
	display: inline-block;
	border-radius: 10px;
	margin: 8px 0;
	color: #595959;
	padding: 7px 10px;
	font-size: 13px;
	/* background-color: #aaaaaa; */
}
.box .xuanxiang nav span{
	font-weight: 600;
	font-family: "黑体";
	font-size: 14px;
	color: #545454;
}
.box .xuanxiang nav .bjs {
	background-color: #367DA2;
	color: #fff;
}























.box .content {
	width: 1200px;
	margin: 30px auto;
}
.box .content .cont a {
	display: flex;
	position: relative;
	color: #000000;
	margin: 30px 0;
}

.box .content .cont a .cont_l {
	width: 85%;
	box-shadow: 0 0 5px #b8c3bf;
	padding: 30px 30px 30px 30px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.box .content .cont a .cont_l h3 {
	font-size: 20px;
}
.box .content .cont:hover a .cont_l h3 {
	color: #f7ab00;
}

.box .content .cont a .cont_l h5 {
	font-size: 16px;
	margin: 20px 0;
	font-family: "黑体";
}
.box .content .cont a .cont_l p {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	color: #4b4b4b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box .content .cont a .cont_l .xiaoguo {
	display: flex;
	margin-top: 20px;
}
.box .content .cont a .cont_l .xiaoguo li {
	background-color: #367DA2;
	margin-left: 10px;
	padding: 13px 20px;
	border-radius: 20px;
	color: #fff;
}

.box .content .cont a .cont_r {
	position: absolute;
	right: 0px;
	top: 30px;
}
.box .content .cont a .cont_r img {
	width: 300px;
	z-index: 99;
	background-color: #fff;
	padding: 10px;
}
