i::after{
  content: "\e60c";
  display: inline-block;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.ttf?t=1638174176428') format('truetype');
}
i::after{
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bread{
  padding: 20px 0;
}
.mtzx-main .tab {
  display: flex;
  width: 29%;
  justify-content: space-between;
  padding-bottom: 30px;
}
.mtzx-main .tab i {
  font-size: 30px;
  transition: all 0.3s linear;
}
.mtzx-main .tab .txt {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.mtzx-main .tab .txt span {
  font-size: 20px;
  color: #666666;
  margin-left: 10px;
  transition: all 0.3s linear;
}
.mtzx-main .tab .txt::after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #002fa7;
  position: absolute;
  left: 50%;
  bottom: -31.5px;
  transform: translate(-50%, 0);
  transition: all 0.3s linear;
}
.mtzx-main .tab .txt:hover i,
.mtzx-main .tab .txt:hover span {
  color: #002fa7 !important;
}
.mtzx-main .tab .txt:hover::after {
  width: 100%;
}
.t-active span,
.t-active i {
  color: #002fa7 !important;
}
.t-active::after {
  width: 100% !important;
}
 .tlines {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
.newlist .item {
  transition: all 0.3s linear;
  padding: 29px 42px;
  /* margin-top: 40px; */
  border-bottom: 1px solid #c6c6c6;
}
.newlist .item:hover {
  background-color: #f5f5f5;
}
.newlist .item:hover .lin{
  background-color: #002fa7;
}
.item .lin {
  width: 100%;
  height: 1px;
  background-color: #999999;
  margin: 32px 0;
}
.item .time {
  width: 9.5%;
  text-align: center;
}
.item .time p {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}
.item .time h2 {
  font-size: 40px;
  line-height: 40px;
  color: #999999;
}
.newlist .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newlist .item:hover h2,
.newlist .item:hover .time p,
.newlist .item:hover .lin,
.newlist .item:hover .ndesc h1,
.newlist .item:hover .dxq a {
  color: #002fa7;
}
.newlist .item:hover .djt img:last-child {
  display: block !important;
}
.newlist .item:hover .djt img:first-child {
  display: none;
}
.newlist .item .ndesc {
  width: 48.8%;
}
.newlist .item .nimg {
  width: 33.5%;
}
.ndesc {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.item .ndesc p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
/* 规定文字几行 */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item .ndesc .dlin {
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  margin-top: 40px;
}
.item .ndesc .dxq {
  font-size: 14px;
  color: #999999;
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}
.item .ndesc .dxq .djt img:last-child {
  display: none;
}
.ndesc .djt i{
  font-size: 30px;
}
.newlist .item:hover .ndesc .djt i{
  color: #002fa7;
}
.boxside_main{
  margin-top: 80px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .boxside_main{
    margin-top: 60px;
  }
  .item .time {
    width: 7.5%;
    text-align: center;
  }
  .mtzx-main {
    margin-top: 65px;
  }
  .mtzx-main .tab .txt span {
    font-size: 16px;
    margin-left: 8px;
  }
  .newlist .item {
    transition: all 0.3s linear;
    padding: 29px 15px;
    margin-top: 55px;
    border-bottom: 1px solid #c6c6c6;
  }
  .item .ndesc p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-top: 18px;
  }
  .item .ndesc .dlin {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    margin-top: 18px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .boxside_main{
    margin-top: 45px;
  }
  .item .time {
    width: 7.5%;
    text-align: center;
  }
  .mtzx-main {
    margin-top: 45px;
  }
  .mtzx-main .tab .txt span {
    font-size: 14px;
    margin-left: 6px;
  }
  .newlist .item {
    transition: all 0.3s linear;
    padding: 20px 15px;
    margin-top: 55px;
    border-bottom: 1px solid #c6c6c6;
  }
  .item .ndesc p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-top: 18px;
  }
  .item .ndesc .dlin {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    margin-top: 18px;
  }
  .mtzx-main .tab {
    width: 50%;
  }
  .item .time p {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
  }
  .item .time h2 {
    font-size: 30px;
    line-height: 30px;
    color: #999999;
  }
  .item .lin {
    margin: 20px 0;
  }
  .ndesc h1 {
    font-size: 15px;
  }
  .item .ndesc p {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin-top: 14px;
  }
  .item .ndesc .dxq {
    font-size: 13px;
    margin-top: 15px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .bread{
    padding: unset;
  }
  .boxside_main{
    margin-top: 30px;
  }
  .item .time {
    width: 20%;
    text-align: center;
  }
  .newlist .item .nimg {
    width: 65%;
  }
  .newlist .item .ndesc {
    width: 100%;
    margin-top: 15px;
  }
  .mtzx-main {
    margin-top: 30px;
  }
  .mtzx-main .tab .txt span {
    font-size: 12px;
    margin-left: 5px;
  }
  .newlist .item {
    transition: all 0.3s linear;
    padding: 20px 15px;
    margin-top: 35px;
    border-bottom: 1px solid #c6c6c6;
  }
  .item .ndesc p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-top: 18px;
  }
  .item .ndesc .dlin {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    margin-top: 18px;
  }
  .mtzx-main .tab {
    width: 100%;
  }
  .item .time p {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
  }
  .item .time h2 {
    font-size: 30px;
    line-height: 30px;
    color: #999999;
  }
  .item .lin {
    margin: 20px 0;
  }
  .ndesc h1 {
    font-size: 15px;
  }
  .item .ndesc p {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin-top: 14px;
  }
  .item .ndesc .dxq {
    font-size: 13px;
    margin-top: 15px;
  }
  .tab .tlines {
    bottom: -15px;
  }
  .mtzx-main .tab .txt::after {
    bottom: -16.5px;
  }
  .newlist .item {
    flex-wrap: wrap;
  }
}
