.tab_ul  a {
  float: left;
  display: inline-block;
  border: 1px solid #3d3d3d;
  font-size: 16px;
  line-height: 44px;
  padding: 0 15px;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; margin-top: -1px; text-align: center;overflow: hidden;height:45px;

}
.tab_ul .tab_click {
  border: 1px solid #079080;
  background-color: #079080;
  color: #fff;
}

/*内容部分*/
.notice_part {
  display: none;
  width: 100%;
}
.notice_part li {
  width: 100%;
}
.notice_part a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
.notice_part li:nth-child(10) .notice_num{
  padding-right: 15px;
}
.notice_part a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
.notice_part span {
  font-size: 16px;
  display: inline-block;
}
span.notice_name {
  width: 70%;
  line-height:30px;
  padding-left: 20px;
}
span.notice_num {
  position: relative;
  line-height: 30px;
  color: #898989;
  padding-left: 40px;
  padding-right: 25px;
  border-right: 1px solid #898989;
}
span.notice_time {
  position: relative;
  top: 0px;
  color: #898989;
  float: right;
  padding-right: 35px;
  line-height: 30px;
  /*ie7*/
  *margin-top: -30px;
}
.notice_part li:hover {
  background-color: #00968a;
}
.notice_part li:hover span.notice_num {
  color: #fff;
  border-right: 1px solid #fff;
}
.notice_part li:hover span.notice_name {
  color: #fff;
}
.notice_part li:hover span.notice_time {
  color: #fff;
}

.ul_content {
  min-height: 500px;
  margin: 60px 0 40px;
}

p.title {
  font-size: 22px;
  padding-bottom: 20px;

}
.notice_part .page_con .page {
  padding-bottom: 80px;
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  .section { width: 90%; margin-left: 5%;}
}
@media (max-width: 992px) and (min-width: 768px) {
  span.notice_name { width: 60%;}
}
@media (max-width: 768px) {
  span.notice_name { width: 75%;}
  span.notice_num {color: #898989;padding-left: 10px;border-right: 1px solid #898989;}
  span.notice_time {color: #898989;float: right;padding-right: 10px;}
  .notice_part li { }
  .notice_part li:hover span.notice_name {color: #fff;}
  .notice_part li:hover span.notice_time {color: #fff;}
  /*标题*/
  .section { width: 100%; margin-left: 0;}
  .tab_ul a { width: 90%; margin-left: 5%;}
  span.notice_time {display: none;}
}
