* {
  margin: 0;
  padding: 0;
}
body{
	background: url(../images/zcwdk_title_bg.png) no-repeat center 378px;
}
/* 头部 */
.header {
  width: 100%;
  height: 460px;
 
}
.header .header_main {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.header .header_main .top {
  width: 100%;
  padding-top: 34px;
  overflow: hidden;
}
.header .header_main .top .logo {
  display: block;
  width: 368px;
  height: 89px;
  background: url(../images/logo2.png) no-repeat center;
  float: left;
}
.header .header_main .top .old_moudle {
  display: block;
  width: 137px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  border-radius: 5px;
  text-decoration: none;
  float: right;
  overflow: hidden;
}
.header .header_main .top .old_moudle i {
  display: block;
  width: 21px;
  height: 23px;
  background: url(../images/old.png) no-repeat center;
  margin-left: 14px;
  margin-right: 6px;
  margin-top: 10px;
  float: left;
}
.header .header_main .top .old_moudle span {
  font-size: 16px;
  color: #ffffff;
}
.header .header_main .search {
  width: 701px;
  height: 90px;
  margin: 0 auto;
  margin-top: 266px;
  position: relative;
  overflow: hidden;
}
.header .header_main .search .pen {
  width: 59px;
  height: 72px;
  background: url(../images/pen.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.header .header_main .search input {
  width: 685px;
  height: 69px;
  background-color: #ffffff;
  border-radius: 35px;
  box-sizing: border-box;
  padding-left: 57px;
  padding-right: 139px;
  font-size: 18px;
  border: none;
  outline: none;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.header .header_main .search .search_btn {
  display: block;
  width: 139px;
  height: 69px;
  background-color: #f5b124;
  border-radius: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.header .header_main .search .search_btn .search_icon {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/wdk-search.png) no-repeat center;
  margin: 0 auto;
  margin-top: 16px;
}
.main {
  width: 1400px;
  margin: 0 auto;
  margin-top: 42px;
}
.main .title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1px;
}
.main .title .big_title {
  width: 972px;
  height: 62px;
  margin: 0 auto;
}
.main .title .big_title ul {
  width: 100%;
  height: 100%;
  list-style: none;
  overflow: hidden;
}
.main .title .big_title ul li {
  width: 234px;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #007ad8;
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
  margin-right: 12px;
  float: left;
}
.main .title .big_title ul li:last-child {
  margin-right: 0;
}
.main .title .big_title ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 62px;
  text-decoration: none;
  background-color: #f0f7fd;
  text-decoration: none;
  font-size: 22px;
  color: #007ad8;
}
.main .title .big_title ul li a:hover {
  background-color: #007ad8;
  color: #ffffff;
}
.main .title .big_title ul li .now {
  background-color: #007ad8;
  color: #ffffff;
}
.main .title .title_list {
  width: 100%;
  height: 209px;
  position: relative;
  overflow: hidden;
}
.main .title .title_list .top_line {
  width: 100%;
  height: 37px;
  background: url(../images/top_line.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.main .title .title_list ul {
  width: 100%;
  background-color: #f5f9fe;
  border-radius: 10px 10px 0px 0px;
  list-style: none;
  box-sizing: border-box;
  padding: 0 24px;
  padding-top: 42px;
  padding-bottom: 21px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 99;
  overflow: hidden;
}
.main .title .title_list ul li {
  width: 212px;
  height: 56px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.main .title .title_list ul li:nth-child(6),
.main .title .title_list ul li:nth-child(12),
.main .title .title_list ul li:nth-child(18),
.main .title .title_list ul li:nth-child(24),
.main .title .title_list ul li:nth-child(30) {
  margin-right: 0;
}
.main .title .title_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 56px;
  background-color: #ffffff;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 1px #b9d9ff;
}
.main .title .title_list ul li a:hover {
   border: solid 1px #007ad8;
  color: #fff;
  background-color:#007ad8;
}
.main .title .title_list ul li .selected {
  border: solid 1px #007ad8;
  color: #fff;
  background-color:#007ad8;
}
.main .content {
  width: 100%;
}
.main .content .new_publish {
  width: 100%;
  height: 92px;
  line-height: 92px;
  box-sizing: border-box;
  border-bottom: 2px solid #007ad8;
  margin-top: 13px;
  overflow: hidden;
}
.main .content .new_publish i {
  display: block;
  width: 34px;
  height: 32px;
  background: url(../images/publish.png) no-repeat center;
  margin-top: 30px;
  margin-right: 25px;
  float: left;
}
.main .content .new_publish .flag {
  font-size: 26px;
  font-weight: 700;
  color: #007ad8;
  float: left;
}
.main .content .content_list {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 57px;
}
.main .content .content_list ul {
  width: 100%;
  list-style: none;
}
.main .content .content_list ul li {
  width: 100%;
  /* height: 188px; */
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  padding: 28px 48px 16px 32px;
  margin-bottom: 20px;
}
.main .content .content_list ul li .wen {
  padding-left:30px;
  background: url(../images/wen.png) no-repeat left 7px;
  overflow: hidden;
}

.main .content .content_list ul li .wen .wen_title {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 32px;
  margin-left: 9px;
  margin-right: 16px;
  float: left;
}
.main .content .content_list ul li .wen .wen_title:hover {
  color: #007ad8;
}
.main .content .content_list ul li .wen .link {
  line-height: 32px;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 1px #007ad8;
  border-radius: 16px;
  overflow: hidden;
  padding:0 10px;
  padding-left:30px;
  margin-left:10px;
  background: url(../images/link.png) no-repeat 10px;
}

.main .content .content_list ul li .wen .link span {

  font-size: 16px;
  color: #007ad8;
}
.main .content .content_list ul li .da {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.main .content .content_list ul li .da .da_icon {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/da.png) no-repeat center;
  margin-top: 4px;
  float: left;
}
.main .content .content_list ul li .da p {
  width: 1276px;
  font-size: 16px;
  line-height: 28px;
  color: #373737;
  float: right;
}
.main .content .content_list ul li .da .da_content {
  height: 52px;
}
.main .content .content_list ul li .source {
  width: 100%;
  padding-left: 43px;
  overflow: hidden;
}
.main .content .content_list ul li .source span {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #999;
  float: left;
}
.main .content .content_list ul li .source .type {

  text-align: center;
  box-sizing: border-box;
 
  border-radius: 14px;
  font-size: 14px;
  margin-right: 5px;
}
.main .content .content_list ul li .source .department {
 
  text-align: center;
  box-sizing: border-box;


  font-size: 14px;
  margin-left: 57px;
  margin-right: 5px;
}
.main .content .content_list ul li .source .expand {
      cursor: pointer;
    float: right;
    overflow: hidden;
    margin-right: 48px;
}
.main .content .content_list ul li .source .expand i {
  display: block;
  width: 9px;
  height: 4px;
  background: url(../images/down.png) no-repeat center;
  margin-left: 6px;
  margin-top: 12px;
  float: left;
  transform: rotateZ(0);
  transition: transform 0.3s;
}
.main .content .content_list ul li .source .expand .top {
  transform: rotateZ(180deg);
  transition: transform 0.3s;
}
