@charset "gb2312";

table tr td,
table {
	border-collapse: collapse;
}

.content {
	background-color: #eef1f6;
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
}

.content_main {
	width: 100%;
	background-color: #fff;
	float: left;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}

.position {
	background: url(loacl.png) no-repeat 10px center;
	padding-left: 30px;
	font-size: 16px;
}
.position p {
	line-height: 1.5;
}

.position a,
.position span {
	padding: 0 5px;
	color: #333;
	display: inline-block;
}

.position a:hover {
	color: #1764ce;
}

/*鍒嗛〉*/
.pagination {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 20px;
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.pagination a {
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #eee;
	margin: 0 4px;
	color: #333;
}

.pagination a:hover {
	background: #2760b7;
	color: #fff;
	cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
	width: 80px;
}

.pagination .active {
	background: #2760b7;
	color: #fff;
}

.foucs_pic_list {
	width: 100%;
	float: left;
	margin: 30px 0;
	box-sizing: border-box;
}

.foucs_pic_list ul {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.foucs_pic_list ul li:nth-child(3n-1) {
	margin: 0 5%;
}
.foucs_pic_list ul li {
	width: 30%;
	float: left;
	margin-bottom: 30px;
}

.foucs_pic_list ul li .foucs_pic {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.foucs_pic_list ul li .foucs_pic img {
	min-width: 260px;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.foucs_pic_list ul li p {
	font-size: 16px;
	color: #333;
	line-height: 48px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.foucs_pic_list ul li span {
	font-size: 14px;
	color: #999;
	margin-top: -8px;
	float: left;
}

.foucs_pic_list ul li:hover p {
	color: #1764ce;
	font-weight: 600;
}

.ztzl_list {
	width: 100%;
	float: left;
	margin: 30px 0 10px;
}

.ztzl_list ul {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.ztzl_list ul li {
	width: 24%;
	float: left;
	margin-right: 1.33%;
	margin-bottom: 20px;
}
.ztzl_list ul li:nth-child(4n) {
	margin-right: 0;
}

.ztzl_list ul li .zt_pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.ztzl_list ul li .zt_pic img {
	width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.ztzl_list ul li p {
	font-size: 16px;
	color: #333;
	line-height: 48px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.ztzl_list ul li span {
	font-size: 14px;
	color: #999;
	margin-top: -8px;
	float: left;
}

.ztzl_list ul li:hover p {
	color: #1764ce;
	font-weight: 600;
}

.news_list ul {
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
	float: left;
}

.news_list ul li {
	width: 100%;
	display: block;
	float: left;
	line-height: 44px;
}

.news_list ul li a {
	float: left;
	width: 940px;
	width: calc(100% - 120px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.news_list ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.news_list ul li:nth-child(5) {
	border: none;
}

.news_list ul li:hover a,
.news_list ul li:hover span {
	color: #1764ce;
}

.zwxl-table {
	margin: 0 auto;
}

.zwxl-table .t1 {
	width: 132px;
	text-align: center;
	height: 36px;
	font-size: 16px;
	color: #333333;
}

.zwxl-table,
.zwxl-table tr,
.zwxl-table td {
	border: 1px solid #e5e5e5;
}

.zwxl-table .t2 {
	width: 430px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 16px;
	color: #333333;
}

.zwxl-title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
	width: 96%;
	margin-left: 2%;
	border-bottom: 1px solid #eee;
}

.zwxl-title p.tit {
	color: #333333;
	font-size: 30px;
	padding: 0 30px;
	margin-bottom: 20px;
}

.zwxl-bar {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	float: left;
	padding-bottom: 30px;
}

.zwxl-bar h2,
.zwxl-bar h3 {
	font-size: 16px;
	margin-right: 50px;
	float: left;
	line-height: 38px;
	color: #777;
	text-align: center;
}

.zwxl-font {
	width: 160px;
	padding: 2px;
	border: 1px solid #e5e5e5;
	border-radius: 2em;
	height: 34px;
	float: left;
}

.zwxl-font img {
	float: left;
}

.zwxl-font span {
	line-height: 34px;
	color: #777;
	margin: 0 11px;
	cursor: pointer;
}

.zwxl-font span:hover {
	font-weight: bold;
}

.zwxl-font span.cur {
	color: #1764ce;
}

.zwxl-article {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 35px 30px 0;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	box-sizing: border-box;
}
.zwxl-article > div {
	width: 100%;
}
.zwxl-article p {
	width: 100%;
}
.zwxl-article img {
	max-width: 100%!important;
}

.zwxl-article-img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 32px;
}

.zwxl-article-img img {
	max-width: 100%;
}

.zwxl-article p {
	margin-bottom: 12px;
}

.zwxl-article p.title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}

.zwxl-article p.author {
	text-align: right;
	margin-top: 40px;
}

.zwxl-article .fj a {
	display: inline-block;
	margin-left: 20px;
	line-height: 30px;
}

.zwxl-article .fj a img {
	margin-right: 12px;
}

.zwxl-article .fj a:hover {
	text-decoration: underline;
}

.xw_sm {
	text-align: center;
	margin-top: 20px;
}

.xw_sm img {
	width: 132px;
	padding: 2px;
}

.xw_sm p {
	font-size: 14px;
	color: #777;
	line-height: 18px;
}

.bm-bg {
	width: 100%;
	max-width: 1120px;
	box-sizing: border-box;
	margin: 0 auto;
}
.bm-bg > ul {
	width: 100%;
}
.bm-bg>ul>li {
	width: 100%;
}
.bm-bg>ul>li ul {
	width: 100%;
}
.bm-bg>ul>li ul li {
	float: left;
	height: 40px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #E5E5E5;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	word-wrap: break-word;
}
.bm-bg>ul>li ul li:nth-child(even) {
	width: calc(50% - 120px);
	text-align: left;
	padding: 0 20px;
}
.bm-bg>ul>li ul li:last-child {
	border-right: 1px solid #E5E5E5;
}
.bm-bg>ul>li:last-child ul li {
	border-bottom: 1px solid #E5E5E5;
}
.bm-bg>ul>li:nth-child(1) ul li {
	height: 80px;
	line-height: 80px;
}
.bm-bg>ul>li:nth-child(1) ul li:nth-child(even) {
	line-height: 80px;
}

.gkxx {
	height: 40px;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 8px;
}
.gkxx span {
	color: #2760b7;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-indent: 8px;
	display: inline-block;
	cursor: pointer;
	float: left;
}
.gkxx span:nth-child(1) {
	width: calc(100% - 510px);
	text-align: left;
}
.gkxx span:nth-child(2) {
	width: 120px;
}
.gkxx span:nth-child(3) {
	width: 120px;
}
.gkxx span:nth-child(4) {
	width: 154px;
}
.gkxx span:nth-child(5) {
	width: 110px;
}
.news_list_gkxx ul li {
	border-bottom: 1px dotted #999999;
}
.news_list_gkxx ul li:nth-child(5) {
	border-bottom: 1px dotted #999999;
}
.news_list_gkxx ul li:last-child {
	border: none;
}
.news_list_gkxx ul li a {
	padding-left: 0;
}
.news_list_gkxx ul li a::before {
	display: none;
}
.news_list_gkxx ul li span {
	text-align: center;
	float: left;
	font-size: 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.news_list_gkxx ul li > a:first-child {
	float: left;
	width: calc(100% - 510px);
	display: inline-block;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
	vertical-align: middle;
}
.news_list_gkxx ul li span:nth-child(2) {
	width: 120px;
}
.news_list_gkxx ul li span:nth-child(3) {
	width: 120px;
}
.news_list_gkxx ul li span:nth-child(4) {
	width: 154px;
	color: #e93434;
}
.news_list_gkxx ul li span:nth-child(5) {
	width: 110px;
}
.news_list_gkxx ul li span:last-child a {
	float: none;
	display: inline-block;
	color: #fff;
	width: 79px;
	height: 30px;
	border-radius: 5px;
	background: #d2d2d2;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	background: #2760b7;
}
.news_list_gkxx ul li > a:hover {
	color: #2760b7;
	font-weight: bold;
}
.news_list_gkxx ul li:hover span {
	color: #999;
}
.news_list_gkxx ul li:hover span:nth-child(4) {
	color: #e93434;
}
.news_list_gkxx ul li span:last-child a:hover {
	font-weight: bold;
}
.ej_tit2 {
	margin-top: 10px;
}
.ej_tit2 a::after {
	display: none;
}
.ej_tit2 p {
	float: right;
}
.ej_tit2 p a {
	margin: 0;
	border: none;
	font-weight: normal;
	font-size: 0.875rem;
	color: #999999;
}
.con-lef {
	float: left;
	width: 280px;
}
.con-lef .bt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #1764CE;
	position: relative;
}
.con-lef .bt::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid #003B81;
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
}
.con-lef .bt span {
	display: inline-block;
	font-size: 1.375rem;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 35px;
	background: url(2021-all.png) no-repeat left center;
}
.con-rig {
	float: right;
	width: calc(100% - 310px);
}
.con-lef ul {
	width: calc(100% - 10px);
	float: right;
	background: #EEF1F6;
	padding: 20px;
	box-sizing: border-box;
}
.con-lef ul li {
	margin-bottom: 10px;
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	line-height: 50px;
	box-sizing: border-box;
}
.con-lef ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	font-size: 1rem;
	color: #333333;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.con-lef ul li a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 14px solid #EEF1F6;
}
.con-lef ul li a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #BFBFBF;
}
.con-lef ul li.ac,
.con-lef ul li:hover {
	background-color: #1764CE;
}
.con-lef ul li.ac a,
.con-lef ul li:hover a {
	color: #FFFFFF;
}
.con-lef ul li.ac a::after {
	border-left: 8px solid 	#BAD1F0;
}