@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
	background: #f6f6f6;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear {
	clear: both;
}

ul:before,
ul:after {
	content: "";
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #5396fe;
}

.top_header {
	background: url("wgjy2_banner.jpg") no-repeat top center;
	height: 423px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}

.top_side a {
	display: block;
	float: right;
	background-color: #70a6e6;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
}

.job_ml {
	text-align: center;
	line-height: 100px;
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #1480C8;
}
.job_ml a {
	font-size: 28px;
	font-weight: bold;
	color: #1480C8;
	background: url("wgjy2_icon_ml.png") left center no-repeat;
	padding-left: 40px;
}

.job_title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
}

.job_title span:first-child {
	margin-right: 45px;
	width: 269px;
	background: url("wgjy2_icon_line1.png") center no-repeat;
}
.job_title span:last-child {
	margin-left: 45px;
	width: 269px;
	background: url("wgjy2_icon_line2.png") center no-repeat;
}

.ml_box {
	width: 100%;
	background: #fff;
}

.work_box {
	width: 100%;
	margin: 10px 0 20px;
	overflow: hidden;
}

.work_list {
	float: left;
	width: 590px;
	min-height: 400px;
	background: #fff;
}

.work_list:not(:last-child) {
	margin-right: 20px;
}

.con_title {
	border-bottom: 1px #e6e6e6 solid;
}

.con_title img {
	display: block;
	float: left;
	padding-top: 18px;
	padding-left: 15px;
}

.con_title a {
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin: 14px 0px 14px 20px;
	color: #1480C8;
	font-size: 24px;
	font-weight: bold;
}

.con_lc {
	padding-bottom: 10px;
}

.tabs ul li {
	float: left;
	height: 45px;
	width: 280px;
	margin: 10px;
	background-color: #eee;
}

.tabs.lc_sub_tabs2 ul li  {
	width: 220px;
}

.tabs ul li a {
	display: block;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 16px;
	cursor: pointer;
}

.tabs ul li:hover {
	background-color: #1480C8;
}

.tabs ul li:hover a {
	color: #fff;
}

.tabs ul li.on {
	background-color: #1480C8;
}

.tabs ul li.on a {
	color: #fff;
}

.lists {
	padding: 0 10px;
}

.lists.lc_sub_lists3 {
	padding: 10px 10px 15px;
}
.lists ul li {
	height: 35px;
}

.lists ul li i {
	display: block;
	float: left;
	height: 5px;
	width: 5px;
	margin-top: 6px;
	margin-right: 10px;
}

.lists ul li a {
	display: block;
	float: left;
	line-height: 35px;
}

.lists ul li span {
	display: block;
	float: right;
	line-height: 35px;
	color: #999;
}

.box_one {
	width: 100%;
}

.box_one > ul > li {
	float: left;
	width: 127px;
	height: 60px;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	text-align: center;
	position: relative;
}
.box_one > ul > li > a {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

.box_one > ul > li:hover {
	background-color: #1480C8;
}

.box_one > ul > li:hover > a {
	color: #fff;
}
.box_one > ul > li.policy:hover .box_two {
	display: block;
}

.box_two {
	display: none;
	position: absolute;
	width: 175px;
	box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5);
	background: #fff;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	z-index: 9;
}

.box_two > ul > li {
	float: left;
	width: 175px;
	height: 40px;
	border-bottom: 1px solid #E4E4E4;
}

.box_two > ul > li > a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1480C8;
	cursor: pointer;
}

.box_one > ul > li:hover .box_two {
	display: block;
}


/*图片标题*/
.con_box {
	width: 1200px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}



/*图片列表*/
.w1200 {
  width: 1200px;
  margin: auto;
}

.pic-list {
  margin: 20px 20px 30px;
  overflow: hidden;
}

.pic-row {
  margin-left: -10px;
  margin-right: -10px;
}

.pic-col {
  float: left;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.pic-col-inner img {
  width: 285px;
  height: 100px;
}

/*图片列表2*/
.w1200 {
  width: 1200px;
  margin: auto;
}

.pic-list2 {
  padding: 20px 18px;
  overflow: hidden;
  position: relative;
}

.pic-row2 {
  margin-left: -10px;
  margin-right: -10px;
}

.pic-col2 {
  float: left;
  width: 33%;
  padding: 0 10px;
  text-align: center;
}

.pic-col-inner2 img {
  width: 386px;
  height: 100px;
}


/*主体内容*/
.container {
	width: 1200px;
	margin: 30px auto;
}

.title {
	overflow: hidden;
    width: 100%;
	height: 32px;
	margin-bottom: 10px;
	border-bottom: 2px solid #5396fe;
}

.title h1 {
	float: left;
	line-height: 32px;
	color: #fff;
	background: #5396fe;
	font-size: 18px;
	padding: 0 10px;
}

.more {
	float: right;
	font-size: 12px;
	color: #A6A6A6;
	display: inline-block;
	line-height: 32px;
}

.ly-list {
	width: 100%;
	overflow: hidden;
}


.ly-list li {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	position: relative;
}

.ly-list li a {
	display: inline-block;
	max-width: 430px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ly-time {
	float: right;
	color: #B5B5B5;
}
.pic-list2 .swiper-slide {
	width: 386px;
}
.pic-list2 .swiper-button-prev {
	left: 0;
}
.pic-list2 .swiper-button-next {
	right: 0;
}
.swiper-button-next, .swiper-button-prev {
	height: 20px;
	margin-top: -10px;
}