@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("zcjd_banner.jpg") no-repeat top center;
	height: 400px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}



.ml_box {
	width: 100%;
	background: #fff;
}

.work_box {
	width: 100%;
	overflow: hidden;
}

.work_list {
	float: left;
	width: 590px;
	height: 288px;
	padding: 15px 10px 20px;
	background: #fff;
}

.work_list:not(:last-child) {
	margin-right: 20px;
}




/*图片标题*/
.con_box {
	width: 1200px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.con_title {
	border-bottom: 1px #e6e6e6 solid;
}

.con_title img {
	display: block;
	float: left;
	padding-top: 18px;
	padding-left: 15px;
}

.con_title h3 {
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin: 14px 0px 14px 20px;
	color: #5396fe;
	font-size: 24px;
}

/*图片列表*/
.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;
}


/*主体内容*/
.con_ml {
	margin-bottom: 50px;
	background-color: #fff;
}

.tabs_item {
	height: 130px;
	text-align: center;
	background: url("zcjd_ml_bg.png") left center no-repeat;
}
.tabs_item a {
	display: block;
	line-height: 130px;
	font-size: 28px;
	font-weight: bold;
	color: #ffff;
}

.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;
}
@media screen and (max-width: 768px) {
  .top_header {
    background-size: 100% 100%;
    height: 100px;
  }
  .jnghbwza {
    display: none;
  }
  .container{
    width: 100% !important;
    margin:0px;
  }
  .con_box,.pic-list2 .swiper-slide,.pic-col{
    width: 100% !important;
  }
  .work_list {
    float: none;
    width: 100%;
    height: auto;
  }
  .work_list a img {
    width: 100%;
  }
  table td a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 79%;
    text-overflow: ellipsis;font-size:16px;
  }
.bt_time{
display: none;
}
.ly-list table,
.ly-list tbody,
.ly-list tr,
.ly-list td{
 max-width: 100%;
}
}