/*引入全站公用样式*/
@import "reset.css";
@import "public.css";

/* 左列表 */

/* 右列表 */
.newTitleBox {
  border-bottom: 1px #d6d6d6 solid;
  margin-bottom: 50px;
}
.newTitleBox:after {
  /* 解决高度坍塌问题 */
  content: "";
  display: table;
  clear: both;
}
.title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding: 8px 13px 4px 0;
  border-bottom: 4px #00589e solid;
}
.moreBtu {
  padding: 17px 0 0 0;
}
.moreBtu a {
  font-size: 14px;
  color: #333333;
}
.list {
  width: 100%;
}
.list:after {
  /* 解决高度坍塌问题 */
  content: "";
  display: table;
  clear: both;
}
.list ul li {
  margin-bottom: 54px;
}
.list ul li:after {
  /* 解决高度坍塌问题 */
  content: "";
  display: table;
  clear: both;
}
.listDate {
  width: 63px;
  height: 62px;
  text-align: center;
  background: url(../images/icon/icon_13.png) left top no-repeat;
  margin: 29px 30px 29px 19px;
}
.listDate h3 {
  font-size: 26px;
  color: #00589e;
  font-weight: bold;
  padding-top: 1px;
}
.listDate span {
  font-size: 14px;
  color: #ffffff;
}
.l_img {
  width: 200px;
  height: 120px;
}
.l_current {
  float: left;
  padding: 0px 0 10px 30px;
  height: 120px;
  margin-bottom: 15px;
}
.l_current span {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.l_current p {
  margin-top: 17px;
  color: #999999;
  font-size: 16px;
}
.l_currentone {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.l_currentptow {
  margin-top: 17px;
  color: #999999;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.secondlevel li {
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
}
.secondlevel li a:hover {
  color: #00589e;
}
/* 页标 */
.container {
  background: #fdfdfd;
  border-radius: 0.2rem;
  counter-reset: pagination;
  text-align: center;
  padding: 20px 60px;
  margin-bottom: 50px;
}
.container:after {
  clear: both;
  content: "";
  display: table;
}
.container ul {
  width: 100%;
}

.container button {
  width: 48px;
  height: 39px;
  font-size: 14px;
  color: #ffffff;
  background: #00589e;
  margin-left: 20px;
}
.large {
  width: 100%;
}
