@charset "utf-8";
.more a {
	position: absolute;
	right: 0;
	top: -60px;
	display: block;
	font-size: 14px;
	color: #666;
	background: url(../img/more1.png) no-repeat left center;
	padding-left: 34px;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
}

.more a:hover {
	color: #066ab1;
	background: url(../img/more2.png) no-repeat left center;
}

.section1 {}

.s1-l {
	float: left;
	width: 580px;
}

.s1-r {
	float: right;
	width: 580px;
}

.s1-tit ul {
	overflow: hidden;
	line-height: 45px;
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}

.s1-tit ul li {
	float: left;
	width: 25%;
}

.s1-tit ul li a {
	display: block;
	font-size: 26px;
	color: #333333;
	padding-left: 55px;
	position: relative;
}

.s1-tit ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/tit-bg.png) no-repeat center;
	width: 45px;
	height: 45px;
	display: none;
}

.s1-tit ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100px;
	height: 4px;
	background: #066ab1;
	display: none;
}

.s1-tit ul li.on a {
	font-weight: 600;
}

.s1-tit ul li.on a::before {
	display: block;
}

.s1-tit ul li.on a::after {
	display: block;
}

.s1-bd {
	margin-top: 10px;
}

.s1-bd>ul {
	display: none;
	position: relative;
}

.s1-bd>ul:first-child {
	display: block;
}

.s1-bd>ul li {
	border-top: 1px dashed #d2d2d2;
	overflow: hidden;
	padding: 20px 0;
}

.s1-bd>ul li:first-child {
	border-top: 0;
}

.s1-bd>ul li a {
	display: block;
}

.s1-bd>ul li .s1-l-sj {
	float: left;
	width: 75px;
	height: 65px;
	border: 1px solid #D2D2D2;
	text-align: center;
	font-size: 14px;
	color: #1e69bd;
	position: relative;
	margin-right: 20px;
	transition: all 0.3s;
}

/*
.s1-bd>ul li .s1-l-sj:before {
	content: "";
	position: absolute;
	left: 12px;
	top: -8px;
	width: 8px;
	height: 16px;
	background: #fff;
	border: 1px solid #D2D2D2;
}

.s1-bd>ul li .s1-l-sj:after {
	content: "";
	position: absolute;
	right: 12px;
	top: -8px;
	width: 8px;
	height: 16px;
	background: #fff;
	border: 1px solid #D2D2D2;
}
*/

.s1-bd>ul li .s1-l-sj p {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	background: #066ab1;
	padding-top: 0;
	color: #fff;
	margin-bottom: 5px;
}

.s1-bd>ul li .s1-l-r {
	overflow: hidden;
}

.s1-bd>ul li .s1-l-r h3 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 5px;
}

.s1-bd>ul li .s1-l-r p {
	font-size: 14px;
	color: #888;
}

.s1-bd>ul li a:hover .s1-l-sj {
	/* background: #066ab1; */
	/* border-color: #066AB1; */
	/* color: #fff; */
}

.s1-bd>ul li a:hover .s1-l-sj p {
	color: #fff;
}

.s1-bd>ul li a:hover .s1-l-sj:after,
.s1-bd>ul li a:hover .s1-l-sj:before {
	background: #066ab1;
	border-color: #066AB1;
}

.s1-bd>ul li a:hover h3 {
	font-weight: 600;
	color: #066AB1;
	text-decoration: underline;
}

.s1-r .s1-bd>ul li .s1-l-sj:before,
.s1-r .s1-bd>ul li .s1-l-sj:after {
	display: none;
}

.s1-r .s1-bd>ul li .s1-l-sj {
	font-size: 12px;
	color: #1e69bd;
}

.s1-r .s1-bd>ul li .s1-l-sj p {
	background: #1e69bd;
	color: #fff;
	line-height: 36px;
	padding-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-r .s1-bd>ul li a:hover .s1-l-sj {
	background: none;
	color: #1E69BD;
	border-color: #D2D2D2;
}

.s1-r .s1-bd>ul li a:hover .s1-l-r h3 {
	text-decoration: none;
}

.section2 {
	margin-top: 40px;
}

.section2>div {
	min-height: 60px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.24);
}

.link-tit {
	float: left;
	width: 142px;
	height: 60px;
	line-height: 60px;
	background: #f6920e;
	text-align: center;
	color: #fff;
	font-weight: 600;
	position: relative;
}

.link-tit:after {
	content: "";
	position: absolute;
	right: -26px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 26px solid #f6920e;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}

.link-tx {
	float: left;
	margin-left: 30px;
}

.link-tx a {
	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	color: #666;
	line-height: 60px;
}

.link-tx a:hover {
	color: #1E69BD;
}