.container {
	width: 1200px;
	margin: 0 auto;
}
/* header */
.header {
	width: 100%;
	height: 140px;
	background: url('common_res/bj.jpg') no-repeat 0 0;
	border-bottom: 5px #0d4e85 solid;
}
.header .logo {
	height: 96px;
}
.header .logo img {
	height: 100%;
}
.header .header-name {
	position: relative;
	font-size: 42px;
	color: #fff;
	padding-left: 34px;
}
.header .header-name::before {
	position: absolute;
	left: 18px;
	content: '';
	width: 1px;
	height: 49px;
	background-color: #fff;
}
/* nav */
.nav {
	width: 100%;
	height: 60px;
}
.nav-list li {
	position: relative;
	width: auto;
}
.nav-list li a {
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding: 20px;
}
.nav-list .active {
	color: #fff;
	background-color: #0361a9;
}
.nav-list li a:hover {
	color: #fff;
	background-color: #0361a9;
}
.nav-list .item-list {
	z-index: 999;
	position: absolute;
	top: 60px;
	left: -18px;
	min-width: 150px;
	background-color: #efefef;
}
.nav-list li:nth-last-child(2) .item-list {
	left: 0;
}
.nav-list .item-list .item {
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease-in;
}
.nav-list .item-list a {
	width: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 46px;
}
.nav-list .item-list a:hover {
	color: #fff;
	background-color: #0361a9;
}
.nav-list li:hover .item-list .item {
	height: 46px;
}
/* footer */
.footer {
	width: 100%;
	height: 120px;
	background-color: #525252;
}
.footer .links-title {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 30px 0 8px 0;
	border-bottom: 3px #e7b314 solid;
	margin-bottom: 17px;
}
.links-list a {
	font-size: 14px;
	color: #cecece;
}
/* copyright */
.copyright {
	width: 100%;
	height: 52px;
	background-color: #0361a9;
}
.copyright span {
	font-size: 14px;
	color: #fff;
	line-height: 52px;
}
.copyright .copy-left span {
	padding-right: 10px;
}
.copyright .copy-right span {
	padding-left: 10px;
}
/* title */
.title {
	position: relative;
	height: 50px;
	margin-bottom: 2px;
}
.title-name .name-1 {
	font-size: 20px;
	color: #0361a9;
	padding-left: 8px;
}
.title-name .name-2 {
	font-size: 20px;
	color: #a6a6a6;
	padding-left: 12px;
}
.title .more a {
	font-size: 14px;
	color: #686868;
	cursor: pointer;
}
.title-name::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 110px;
	height: 3px;
	background-color: #0361a9;
}
/* main-list */
.main-list .item {
	position: relative;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px #cfcfcf dashed;
	cursor: pointer;
}
.main-list .item a:hover {
	color: #0361a9;
}
.main-list .item .time {
	position: absolute;
	right: 0;
	padding: 10px 0;
}
.main-list .item .item-title {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 20px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-title a {
	color: #333333;
}
.main-list .item .item-title::before {
	position: absolute;
	left: 4px;
	top: 40%;
	content: '';
	width: 9px;
	height: 9px;
	background-color: #c8c8c8;
	transform: rotate(45deg);
}
/* -----------浜岀骇椤甸潰閫氱敤鏍峰紡------------------ */
.banner-2 {
	height: 290px;
}
.banner-2 img {
	width: 100%;
	height: 100%;
}
/* .content-2 */
.content-2 {
	width: 77%;
}
/* slide */
.slide {
	width: 20%;
	text-align: center;
	border-right: 5px #ededed solid;
}
.slide-title {
	height: 80px;
	background-color: #0361a9;
	font-size: 30px;
	color: #ffffff;
	line-height: 80px;
	margin-bottom: 1px;
}
.slide-list .slide-item {
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}
.slide-list .slide-item a {
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}
.slide-list .active {
	background-color: #ededed;
}
.slide-list .slide-item:hover {
	background-color: #ededed;
}
/* slide-2 */
.slide-2 {
	width: 20%;
	text-align: center;
	border-right: 5px #ededed solid;
}
.slide-2-title {
	height: 80px;
	background-color: #0361a9;
	font-size: 30px;
	color: #ffffff;
	line-height: 80px;
	margin-bottom: 1px;
}
.slide-2-list .slide-2-item {
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}
.slide-2-list .slide-2-item .item-1 {
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}
.slide-2-list .slide-2-item .item-1 a {
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}
.slide-2-list .active {
	background-color: #ededed;
}
.slide-2-list .slide-2-item .item-1:hover {
	background-color: #ededed;
}
.slide-2-item .item-list {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	display: none;
}
.slide-2-item .show {
	display: block;
}
.item-list .item-2 a {
	font-size: 14px;
	color: #333;
	line-height: 36px;
	cursor: pointer;
}
.item-list .item-2 .active-2 {
	color: #0361a9;
}
.item-list .item-2 a:hover {
	color: #0361a9;
}
.slide-2-list .slide-2-item:hover .item-list {
	display: block;
}
/* path */
.path {
	border-bottom: 1px #e5e5e5 solid;
}
.path .path-icon {
	padding-right: 12px;
}
.path .path-detail .path-item {
	font-size: 14px;
	color: #383838;
	line-height: 80px;
	cursor: pointer;
}
.path-item a {
	font-size: 14px;
	color: #383838;
	line-height: 80px;
	cursor: pointer;
}
.path .path-detail .current-path {
	color: #989898;
}
/* content-list */
.content-list-item {
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px #efefef solid;
	cursor: pointer;
}
.content-list-item:hover {
	background-color: #efefef;
}
.content-list-item .item-title {
	position: relative;
	padding-left: 16px;
	display: inline-block;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-list-item .item-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-left: 5px #edc15d solid;
}
/* pagination */
.pagination {
	margin: 60px 0;
	margin-left: 25%;
}
.pagination span {
	display: inline-block;
	background-color: #efefef;
	font-size: 14px;
	color: #666;
	padding: 10px;
	border: 1px #dedede solid;
	margin-right: 6px;
	cursor: pointer;
}
.pagination .active {
	background-color: #fff;
}
.information h1 {
	font-size: 22px;
	color: #383838;
	text-align: center;
	line-height: 52px;
}
.information p.subAuthor {
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.information p {
	line-height: 32px;
}
