.container {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* header */
.common-header {
	width: 100%;
	height: 180px;
	background-image: url('common_res/bg-header.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.header-logo {
	width: 569px;
	height: 110px;
	margin-top: 35px;
}
.header-motto {
	width: 360px;
	height: 45px;
	margin-top: 68px;
}
.header-logo img, .header-motto img {
	width: 100%;
	height: 100%;
}
/* nav */
.common-nav {
	width: 100%;
	height: 62px;
	background-color: #004098;
}
.nav-item {
	display: inline-block;
	position: relative;
}
.nav-item a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 62px;
	width: 125px;
	text-align: center;
}
.nav-item--active {
	background-color: #0048aa;
}
.nav-item__second {
	z-index: 9;
	position: absolute;
	top: 62px;
	width: 100%;
	background-color: #004098;
	opacity: 0.75;
}
.nav-item__second a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease-in;
}
.nav-item:hover>a {
	background-color: #0048aa;
}
.nav-item:hover .nav-item__second a {
	height: 34px;
}
.nav-item__second a:hover {
	background-color: #0048aa;
}
/* footer */
.common-footer {
	width: 100%;
	height: 170px;
	background-color: #004098;
}
.footer-links {
	padding: 33px 0 17px 0;
	text-align: center;
}
.footer-links a {
	font-size: 14px;
	color: #d9e3ef;
	line-height: 15px;
}
.footer-links span {
	display: inline-block;
	width: 2px;
	height: 15px;
	background-color: #d9e3ef;
	vertical-align: bottom;
}
.footer-info-item {
	font-size: 14px;
	color: #99b1d1;
	line-height: 26px;
	text-align: center;
}
.footer-info-item span {
	padding-right: 13px;
}
.footer-info-item span a {
	color: #99b1d1;
}
.footer-info-item span a:hover {
	opacity: 0.7;
}
/* common-news-title */
.common-news-title {
	height: 52px;
	border-bottom: 3px #004098 solid;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.common-news-title__item {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 52px;
	padding: 0 36px;
	cursor: default;
}
.common-news-title__item--active {
	color: #f9f9f9;
	background-color: #004098;
}
.common-news-more a {
	position: relative;
	font-size: 16px;
	color: #b8b8b8;
	line-height: 52px;
	display: none;
	padding-right: 20px;
}
.common-news-more a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	font-size: 16px;
	color: #ffa200;
}
.common-news-more a:hover {
	color: #004098;
}
.common-news-more a:first-child {
	display: block;
}
/* common-news-list */
.common-news-list__item {
	display: block;
	overflow: hidden;
	margin-top: 37px;
}
.common-news-list__item:hover {
	opacity: 0.8;
}
.common-news-list__item:first-child {
	margin-top: 30px;
}
.common-news-list__item-l {
	float: left;
	width: 70px;
	height: 49px;
	border-right: 1px #dedede solid;
	text-align: center;
}
.common-news-list__item-day {
	font-size: 30px;
	color: #323232;
	line-height: 1;
	padding-bottom: 6px;
}
.common-news-list__item-year {
	font-size: 14px;
	color: #666;
}
.common-news-list__item-r {
	float: right;
	width: 400px;
}
.common-news-list__item-title {
	font-size: 16px;
	color: #333;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.common-news-list__item-intro {
	font-size: 14px;
	color: #686868;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* common-news-list2 */
.common-news-list2-first {
	width: 376px;
	height: 150px;
}
.common-news-list2-first img {
	width: 100%;
	height: 100%;
}
.common-news-list2-other {
	padding-bottom: 30px
}
.common-news-list2__item {
	display: block;
	overflow: hidden;
	margin-top: 22px;
}
.common-news-list2__item:hover {
	opacity: 0.8;
}
.common-news-list2__item:first-child {
	margin-top: 20px;
}
.common-news-list2__item-l {
	float: left;
	width: 58px;
	height: 54px;
	background-color: #f5f5f5;
	text-align: center;
}
.common-news-list2__item-day {
	font-size: 24px;
	color: #004098;
	line-height: 1;
	padding: 6px 0;
}
.common-news-list2__item-year {
	font-size: 12px;
	color: #999;
}
.common-news-list2__item-r {
	float: right;
	width: 292px;
}
.common-news-list2__item-title {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
/* -----------浜岀骇椤甸潰閫氱敤鏍峰紡------------------ */
.banner {
	width: 1200px;
	height: 290px;
}
.banner img {
	width: 100%;
	height: 100%;
}
.content-detail {
	overflow: hidden;
}
/* common-slide */
.common-slide {
	width: 20%;
	text-align: center;/* border-right: 5px #ededed solid; */
}
.common-slide-title {
	height: 80px;
	background-color: #0361a9;
	font-size: 30px;
	color: #ffffff;
	line-height: 80px;
	margin-bottom: 1px;
}
.common-slide-list .common-slide-list__item {
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}
.common-slide-list .common-slide-list__item>a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
}
.common-slide-list__item--active {
	background-color: #ededed;
}
.common-slide-list .common-slide-list__item a:hover {
	background-color: #ededed;
}
.common-slide-list__item .item-list {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	display: none;
}
.common-slide-list__item-second a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	cursor: pointer;
	height: 0;
	overflow: hidden;
	transition: all 0.5s ease-in;
}
.common-slide-list__item-second a:hover {
	color: #0361a9;
}
.common-slide-list__item:hover .common-slide-list__item-second a {
	height: 36px;
}
/* common-content */
.common-content {
	width: 80%;
	padding-left: 47px;
	border-left: 5px #ededed solid;
	box-sizing: border-box;
}
/* common-position */
.common-position {
	overflow: hidden;
	border-bottom: 1px #ddd solid;
}
.common-position-title {
	float: left;
	position: relative;
	font-size: 30px;
	color: #333;
	line-height: 80px;
}
.common-position-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 120px;
	height: 3px;
	background-color: #0361a9;
}
.common-position-cur {
	float: right;
}
.common-position-cur-icon {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 32px;
	margin-right: 7px;
}
.common-position-cur-icon img {
	width: 100%;
	height: 100%;
}
.common-position-cur-list {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 80px;
}
/* common-desc */
.common-desc {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 16px !important;
	line-height: 36px !important;
}
.common-desc p, .common-desc span, .common-desc p span {
	font-size: 16px !important;
	line-height: 36px !important;
	margin: 0;
}
.common-desc p {
	margin: 0;
}
.common-desc span, .common-desc p span {
	display: block;
}
.common-desc img, .common-desc p img, .common-desc span img, .common-desc p span img {
	max-width: 100%;
}
/* common-pagination */
.common-pagination {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.common-pagination a {
	display: inline-block;
	padding: 5px 12px;
	background-color: #F4F4F5;
	font-size: 14px;
	color: #C7CCD6;
	text-align: center;
	margin-right: 6px;
	border-radius: 3px;
	cursor: pointer;
}
.common-pagination span {
	display: inline-block;
	padding: 5px 12px;
	background-color: #0361a9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 6px;
	border-radius: 3px;
}
.common-pagination a:hover {
	color: #0361a9;
}
