.ul03 li {
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.ul03 .imgCon {
  float: left;
  width: 220px;
  height: 140px;
  overflow: hidden;
}
.ul03 .imgCon a {
  display: block;
  height: 100%;
}
.ul03 .imgCon img {
  display: block;
  width: 100%;
}
.ul03 .text {
  margin-left: 240px;
}
.ul03 .link {
  font-weight: bold;
  color: #304489;
  line-height: 30px;
  display: block;
  font-size: 18px;
}
.ul03 .time {
  color: #135bb6;
  text-align: right;
  font-size: 10px;
  margin-bottom: 10px;
}
.ul03 p {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.noticeList .filter {
  background: #e3e3e3;
  padding: 20px;
  margin-bottom: 20px;
}
.noticeList .filter input {
  border: 1px solid #ddd;
  outline-style: none;
  line-height: 20px;
  padding: 5px 10px;
}
.noticeList .filter button {
  outline-style: none;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  padding: 6px 10px;
}
.noticeList .filter .btn_go {
  background: #135bb6;
  color: #fff;
}
.noticeList .filter .btn_more {
  background: #c7c7c7;
  color: #135bb6;
}
.noticeList .condition > div {
  display: inline-block;
  margin-right: 10px;
}
.noticeList .code input {
  width: 60px;
}
.noticeList .radioGroup label {
  margin-left: 5px ;
  margin-right: 10px;
}
.noticeList .radioGroup input {
  cursor: pointer;
}
.noticeList .moreCondition {
  padding-top: 20px;
  display: none;
}
.noticeList .tab_item .sys_nav {
  height: 40px;
  font-size: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #f5f5f7;
}
.noticeList .tab_item .sys_nav li {
  float: left;
  text-align: center;
  margin-right: 10px;
}
.noticeList .tab_item .sys_nav a {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #4f4f4f;
  display: block;
  margin-bottom: -2px;
}
.noticeList .tab_item .sys_nav .active,
.noticeList .tab_item .sys_nav a:hover {
  color: #113f9e;
  border-bottom: 2px solid #113f9e;
}
.noticeList .tab_item .sys_nav b {
  display: block;
  font-weight: normal;
}
.noticeList .tab_item .drive_data_item {
  display: none;
}
.noticeList .pdfList li {
  position: relative;
  padding: 10px 100px 10px 10px;
}
.noticeList .pdfList a {
  display: inline-block;
  vertical-align: middle;
}
.noticeList .pdfList .link {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.noticeList .pdfList .link:hover {
  color: #304489;
}
.noticeList .pdfList .time {
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 10px;
}
.noticeList .pdfList .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 45px;
  height: 14px;
  background: url(pdf-ico02-new.png) no-repeat left 0;
}
.noticeList .pdfList .icon:hover {
  background: url(pdf-ico02-new.png) no-repeat left -17px;
}

@media (max-width: 767px) {
  .noticeList .filter {
    padding: .2rem;
    margin-bottom: .2rem;
  }
  .noticeList .filter button {
    font-size: .32rem;
    margin-right: .2rem;
    padding: .12rem .2rem;
  }
  .noticeList .filter label {
    font-size: .28rem;
  }
  .noticeList .filter input {
    line-height: .4rem;
    padding: .1rem .2rem;
  }
  .noticeList .code input {
    width: 1.2rem;
  }
  .noticeList .radioGroup {
    font-size: .28rem;
    margin: .2rem 0;
    margin-right: 0!important;
  }
  .noticeList .radioGroup label {
    margin-left: .1rem;
    margin-right: .1rem;
  }
  .noticeList .tab_item .sys_nav {
    height: .8rem;
    font-size: .3rem;
    margin-bottom: .2rem;
  }
  .noticeList .tab_item .sys_nav li {
    margin-right: .2rem;
  }
  .noticeList .pdfList {
    padding: 0 .2rem;
  }
  .noticeList .pdfList li {
    padding: .2rem 1.5rem .1rem .1rem;
  }
  .noticeList .pdfList .link {
    font-size: .3rem;
    line-height: .48rem;
  }
  .noticeList .pdfList .time {
    height: .48rem;
    line-height: .48rem;
    top: .2rem;
  }
  .noticeList .condition > div {
    margin-right: .2rem;
  }
  .noticeList .moreCondition {
    padding-top: .4rem;
  }
  .noticeList .moreCondition .dateCon {
    font-size: .28rem;
  }
  .noticeList .moreCondition .dateCon input {
    width: 2.2rem;
  }
}

/*# sourceMappingURL=list_2019.css.map */