.main {
	padding: 0;
	background-color: #fff;
	box-sizing: border-box;
}

.main .main-top,
.main .main-bottom {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.main .main-block {
	width: 382px;
}

.main .main-block .block-top {
	height: 58px;
	padding: 18px 0;
	background: url(../image/breadbg.png) repeat-x 0 bottom;

}

.main .main-block .block-top .title {
	position: relative;
	height: 22px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	padding-left: 14px;
	font-size: 20px;
}

.main .main-block .block-top .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 6px;
	height: 22px;
	background-color: #0d65cf;
}

.main .main-block .block-top .more {
	margin-top: 5px;
	color: #fff !important;
	text-decoration: none;
	padding: 3px 12px;
	border-radius: 15px;
	background-color: #0066D2;
	font-size: 12px;
	-webkit-transform-origin-y: 0;
	
	-webkit-transform: scale(0.80);
	
	transform: scale(0.8);
}

.main .main-block .cont-list {
	padding-top: 10px;
	min-height: 200px
}

.main .main-block .cont-list li {
	line-height: 28px;
	color: #666;
	display: flex;
}

.main .main-block .cont-list li a {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .ggfw .cont-list {
	color: #0066D2;
	min-height: auto
}

.main .ggfw .cont-list a {
	display: inline-block;
	width: 56px;
	margin-right: 10px;
}

.telbox {
	padding-top: 10px;
	display: flex;

}

.telboxHd {
	width: 98px;
	height: 158px;
	background-color: #0059C7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.telboxBd {
	height: 158px;
	flex: 1;
	padding: 8px 20px 6px;
	line-height: 1.5;
	color: #fff;
	background: url(../image/telbg.jpg) no-repeat right 0;
	background-size: cover;
}

.telboxBd h3 {
	font-size: 16px;
}

.telboxBd p {
	font-size: 15px;
}


.kslj {
	padding: 0 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.kslj .kslj-top {
	height: 58px;
	padding: 18px 0;
	background: url(../image/breadbg.png) repeat-x 0 bottom;
}

.kslj .kslj-top .title {
	position: relative;
	height: 22px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	padding-left: 14px;
	font-size: 20px;

}

.kslj .kslj-top .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 6px;
	height: 22px;
	background-color: #0d65cf;
}

.kslj .kslj-bottom {
	padding: 20px 0px;
}

.kslj .kslj-bottom select {
	font-size: 16px;
	position: relative;
	width: 376px;
	height: 46px;
	padding-left: 23px;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #444;
	background: #fff url(../image/xsj.png) no-repeat 350px center;
}

.kslj .kslj-bottom .center {
	margin: 0px 20px;
}

.main .listItem {
	display: flex;
	border-bottom: 1px solid #E7E7E7;
	font-size: 16px;
	padding: 15px 0;
}

.main .listItem dt {
	width: 68px;
	padding: 0 8px;
	text-align: center;
	line-height: 1;
	margin-right: 12px;
	border-right: 1px solid #054E9B;
	color: #0D65CF;
}
.main .listItem dt p{
	line-height: 26px;
	padding-bottom: 4px;
}
.main .listItem dt span {
	padding: 1px 8px;
	background-color: #0D65CF;
	color: #fff;
}

.main .listItem dd {
	flex: 1;
	display: flex;
	align-items: center;
	height: 48px;
}
