@import url('/css/media.css');
@import url('/iconfont/iconfont.css');
.tab-bar {
  width: 60%;
}
.tab-bar .tab {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.tab-bar .tab a {
  border: 1px solid #cccccc;
  line-height: 0.9375rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
}
.tab-bar .tab a:hover {
  cursor: pointer;
}
.tab-bar .tab a:nth-child(1) {
  margin-left: 0;
}
.tab-bar .on {
  color: #ffffff;
  background-color: #00206d;
}
.active ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.active ul li {
  width: 33%;
  margin-bottom: 1.5rem;
  width: 310px;
  height: 280px;
}
.active ul li .pic {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 200px;
}
.active ul li .pic img {
  width: 100%;
  height: 100%;
}
.active ul li .title {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-align: left;
}
.active ul li .time {
  font-size: 1.125rem;
  text-align: left;
  margin: 1rem 0;
}
.active ul:after {
  content: "";
  display: block;
  width: 310px;
}
.new {
  margin-top: 2.125rem;
}
.new .new-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2%;
}
.new .new-body .new-body-item {
  border-radius: 0.3rem;
  padding: 1rem;
  margin-top: 1.34375rem;
  background-color: #f4f4f4;
  width: 48%;
}
.new .new-body .new-body-item .tiem {
  font-size: 1rem;
  color: #666666;
}
.new .new-body .new-body-item .title {
  font-size: 1.25rem;
  color: #000;
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
}
.new .new-body .new-body-item .text {
  font-size: 1rem;
  color: #666666;
}
.new1 {
  margin-top: 2.125rem;
}
.new1 .new-body1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new1 .new-body1 .new-body-item1 {
  padding: 1.5rem;
  margin-top: 1.34375rem;
  background-color: #f4f4f4;
  width: 100%;
}
.new1 .new-body1 .new-body-item1 .tiem {
  font-size: 1rem;
  color: #666666;
}
.new1 .new-body1 .new-body-item1 .title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 0;
}
.new1 .new-body1 .new-body-item1 .text {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 1rem;
}
.new1 .new-body1 .new-body-item1 .lookinfo {
  float: right;
}
.over_one_line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a:hover {
  color: #00206d;
}
.over_two_lines {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 760px) {
  .new-body {
    justify-content: center !important;
    padding: 0 0 !important;
  }
  .new-body .new-body-item {
    width: 100% !important;
  }
  .new-body .new-body-item {
    padding-left: 2%;
  }
}
@media only screen and (max-width: 960px) {
  .active ul {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px;
  }
  .active ul:after {
    content: "";
    display: none !important;
    width: 310px;
  }
  .active ul .title {
    padding: 0 !important;
  }
  .active ul .time {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 760px) {
  .active ul {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 20px;
  }
  .active ul:after {
    content: "";
    display: none !important;
    width: 310px;
  }
}
@media only screen and (max-width: 600px) {
  .tab-bar {
    width: 100% !important;
  }
}
.page-box {
  margin-top: 5rem;
  margin-bottom: 4rem;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #002170 !important;
}
.over_one_line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.over_two_lines {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over_four_lines {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
