* {
  margin: 0;
  padding: 0;
}
.main {
  width: 100%;
  background: url(../images/zwxmtjz_bg.png) no-repeat;
}
/* 头部 */
.title {
  width: 100%;
  height: 774px;

}
.title .title_main {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding-top: 34px;
}
.title .title_main .logo {
  display: block;
  width: 368px;
  height: 89px;
  background: url(../images/logo2.png) no-repeat center;
  margin-left: 8px;
}
.title .title_main .module_title {
  width: 1178px;
  height: 100px;
  background: url(../images/zwxmtjz_title.png) no-repeat center;
  margin: 0 auto;
  margin-top: 40px;
}
.title .title_main .img_block {
  width: 391px;
  height: 186px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}
.title .title_main .img_block div {
  width: 162px;
  height: 100%;
}
.title .title_main .img_block .zwwx {
  float: left;
}
.title .title_main .img_block .khd {
  float: right;
}
.title .title_main .img_block img {
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 6px;
  margin: 0 auto;
}
.title .title_main .img_block .p1 {
  font-size: 16px;
  color: #fcfcfc;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 7px;
}
.title .title_main .img_block .p2 {
  font-size: 16px;
  color: #fcfcfc;
  text-align: center;
}
.content {
  width: 1360px;
  height: 995px;
  margin: 0 auto;
  margin-top: -350px;
  margin-bottom: 20px;
  position: relative;
}
.content .title_list {
  width: 638px;
  height: 81px;
  background: url(../images/zwxmtjz_title_list_bg.png) no-repeat center;
  /* margin: 0 auto; */
  position: absolute;
  left: 384px;
  top: -41px;
  z-index: 5;
}
.content .title_list ul {
  width: 550px;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
.content .title_list ul .title {
  width: 275px;
  height: 100%;
  text-align: center;
  line-height: 82px;
  background: url(../images/zwxmtjz_title_bg.png) no-repeat center;
  /* margin-right: 16px; */
  font-size: 26px;
  color: #007ad8;
  float: left;
  cursor: pointer;
}
.content .title_list ul .title:last-child {
  margin-right: 0;
}
.content .title_list ul .title.now {
  background: url(../images/zwxmtjz_title_now_bg.png) no-repeat center;
  color: #ffffff;
}
.content .content_list {
  width: 100%;
  height: 954px;
  background: url(../images/zwxmtjz_content_list_bg.png) no-repeat center;
  margin-top: -41px;
}
.content .content_list ul {
  width: 100%;
  padding: 0 30px;
  padding-top: 95px;
  list-style: none;
  /* overflow: hidden; */
}
.content .content_list ul li {
  width: 245px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background: url(../images/zwxmtjz_list_bg.png) no-repeat center;
  margin-right: 22px;
  margin-bottom: 22px;
  float: left;
  position: relative;
}
.content .content_list ul li:nth-child(5),
.content .content_list ul li:nth-child(10),
.content .content_list ul li:nth-child(15),
.content .content_list ul li:nth-child(20),
.content .content_list ul li:nth-child(25),
.content .content_list ul li:nth-child(30),
.content .content_list ul li:nth-child(35) {
  margin-right: 0;
}
.content .content_list ul li .department {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
}
.content .content_list ul li:hover .department {
  color: #007ad8;
}
.content .content_list ul li .popup {
  width: 389px;
  height: 232px;
  background: url(../images/tck.png) no-repeat center;
  box-sizing: border-box;
  padding: 0 45px;
  padding-top: 43px;
  position: absolute;
  left: -10px;
  top: 73px;
  z-index: 99;
  overflow: hidden;
  display: none;
}
.content .content_list ul li .popup div {
  width: 115px;
  height: 142px;
  margin:0 auto;
}
.content .content_list ul li .popup .zwwx {
  /*float: left;*/
}
.content .content_list ul li .popup .wb {
  float: right;
}
.content .content_list ul li .popup img {
  display: block;
  width: 115px;
  height: 118px;
}
.content .content_list ul li .popup p {
  font-size: 16px;
  color: #007ad8;
  text-align: center;
  line-height: normal;
  margin-top: 8px;
}
.content .content_list ul li:hover .popup {
  display: block;
}
