@charset "utf-8";

/*banner部分样式*/

.banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.slideBox {
	width: 1920px;
	height: 100%;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}


/*轮播按钮样式*/

.slideBox .hd {
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	display: flex;
	justify-content: center;
}

.slideBox .hd ul li {
	width: 10px;
	height: 10px;
	background-color: #f2f2f2;
	cursor: pointer;
	border-radius: 50%;
        margin: 0 15px;
}

/*.slideBox .hd ul li:nth-of-type(2) {
	
}*/

.slideBox .hd ul li.on {
	background-color: #004098;
	color: #fff;
}


/*快捷入口*/

.rapid {
	margin: 50px 0;
}

.rapid ul {
	display: flex;
	justify-content: space-between;
}

.rapid li {
	width: 370px;
	height: 190px;
	font-size: 24px;
	box-sizing: border-box;
	padding: 50px 0 0 30px;
}

.rapid li:hover a {
	color: #FFFFFF;
}

.rapid li a {
	color: #004098;
}

.rapid li p:last-child {
	color: #666666;
	font-size: 14px;
	background: #f4b781;
	border-radius: 50px;
	width: 100px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	letter-spacing: 2px;
	margin-top: 40px;
}

.rapid li:nth-child(1) {
	background: url(../img/people1.png) no-repeat #f0f0f0 right bottom;
	background-position: 146px 25px;
}

.rapid li:nth-child(2) {
	background: url(../img/people2.png) no-repeat #f0f0f0 right bottom;
	background-position: 160px 45px;
}

.rapid li:nth-child(3) {
	background: url(../img/people3.png) no-repeat #f0f0f0 right bottom;
}

.rapid li:nth-child(1):hover {
	background: url(../img/people1.png) no-repeat #3d8fe8 right bottom;
	background-position: 146px 25px;
}

.rapid li:nth-child(2):hover {
	background: url(../img/people2.png) no-repeat #3d8fe8 right bottom;
	background-position: 160px 45px;
}

.rapid li:nth-child(3):hover {
	background: url(../img/people3.png) no-repeat #3d8fe8 right bottom;
}


/*内容区*/

.cnt-t,
.cnt-c {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.cnt-t-l,
.cnt-t-c,
.cnt-t-r,
.cnt-c-l {
	width: 370px;
}

.public-lead {
	font-family: SHSCN;
	font-size: 18px;
	color: #333333;
	border-bottom: 2px solid #D1D1D1;
	padding: 0 10px;
	padding-bottom: 10px;
}

.public-lead .lead-tit {
	border-bottom: 2px solid #3D8FE8;
	padding-bottom: 15px;
}

.public-lead .more a {
	float: right;
	font-size: 12px;
	color: #000000;
	background: #DCDCDC;
	text-transform: uppercase;
	text-align: center;
	border-radius: 15px;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #DCDCDC;
}

.public-lead .more a:hover {
	background: transparent;
	color: #3D8FE8;
}

.info a {
	font-size: 14px;
	color: #666666;
}

.info .time {
	color: #999999;
	float: right;
}

.info .tit {
	width: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.info li {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px dashed #666666;
	padding: 0 10px;
	box-sizing: border-box;
}

.info li:hover a {
	color: #3D8FE8;
}

.cnt-t-r {
	color: #666666;
	font-size: 14px;
}

.cnt-t-r p {
	/*height: 60px;*/
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.cnt-t-r input {
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	padding: 0 10px;
	box-sizing: border-box;
	margin-left: 10px;
	width: 310px;
	height: 35px;
}

.cnt-t-r .city,
.cnt-t-r .age {
	float: left;
	padding-top: 5px;
}

.cnt-t-r .city input {
	width: 160px;
}

.cnt-t-r .age input {
	width: 90px;
}

.cnt-t-r .checkbox {
	display: flex;
	align-items: center;
	font-size: 12px;
	height: 15px;
	margin: 10px 0;
}

.cnt-t-r .checkbox input {
	height: 15px;
	width: auto;
	margin-right: 5px;
}

.cnt-t-r .submit {
	width: 260px;
	height: 50px;
	border-radius: 100px;
	margin: 0 auto;
	margin-top: 10px;
	background: #3D8FE8;
	color: #FFFFFF;
	font-size: 18px;
	display: block;
}

.c-l-cnt {
	font-size: 14px;
	color: #666666;
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
}

.c-l-t a {
	display: flex;
	justify-content: space-between;
}

.c-l-t img {
	width: 160px;
	height: 120px;
}

.c-l-t .intro {
	max-width: 170px;
}

.c-l-t .intro p {
	color: #237ad8;
	margin: 15px 0;
}

.c-l-t .intro p {
	color: #237ad8;
	margin: 15px 0;
}

.c-l-t .intro div {
	line-height: 25px;
}

.c-l-cnt a:hover {
	color: #004098;
}

.c-l-b {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px dashed #666666;
}

.c-l-b a {
	color: #666666;
}

.c-l-b .tit {
	width: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.c-l-b .time {
	float: right;
}

.cnt-c-r {
	width: 785px;
}

.c-r-cnt {
	padding-top: 21px;
}

.c-r-cnt ul {
	display: flex;
	justify-content: space-between;
}

.c-r-cnt ul li {
	background: #f0f0f0;
	width: 250px;
}

.c-r-cnt ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.c-r-cnt ul li .intro {
	max-width: 110px;
	padding-right: 10px;
	box-sizing: border-box;
}

.c-r-cnt ul li .intro p:first-child {
	color: #333333;
}

.c-r-cnt ul li .intro p:nth-child(2) {
	margin: 5px 0;
}

.c-r-cnt ul li .intro p:nth-child(3) {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.c-r-cnt ul li img {
	width: 120px;
	height: 170px;
}

.c-r-cnt ul li:hover {
	box-shadow: 0 0 5px #3D8FE8;
}

.b-l-cnt ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-l-cnt .xy-info {
	width: 197px;
}

.b-r-cnt {
	width: 785px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
}

.b-r-cnt ul {
	flex-direction: column;
	width: 100%;
	background: #F0F0F0;
}

.b-r-cnt ul li {
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.b-r-cnt ul li .tit {
	color: #666666;
}

.b-r-cnt ul li .add {
	float: right;
	color: #999999;
}

.b-r-cnt ul li:hover .tit,
.b-r-cnt ul li:hover .add {
	color: #3D8FE8;
}

.type {
	position: relative;
	margin-bottom: 65px;
}

.ladyScroll {
	width: 100%;
	position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
	/*width: 50px;
	height: 45px;*/
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.ladyScroll .next {
	left: auto;
	right: 0;
}

.ladyScroll .scrollWrap {
	width: 1200px;
	overflow: hidden;
}

.ladyScroll {
	display: flex;
	justify-content: space-between;
}

.ladyScroll dl {
	/*float: left;*/
	text-align: center;
	position: relative;
	line-height: 30px;
	width: 22.5%;
	margin-right: 40px;
	font-size: 14px;
	background: #f0f0f0;
}

.ladyScroll dl img{
	width: 270px;
	height: 140px;
}

.ladyScroll dl:hover img {
	box-shadow: 0px 0px 10px #237AD8;
	transform: scale(0.95);
}

.ladyScroll dl p{
	line-height: 35px;
}
