﻿@charset "utf-8";
img {
  max-width: 100%;
}
.newft {
  margin-top: 20px;
}
.newft .ftinfo {
  margin-top: 15px;
}
.newft .ftinfo .leftimg {
  float: left;
  width: 59%;
}
.newft .ftinfo .leftimg img {
  width: 100%;
  height: 400px;
}
.newft .ftinfo .rightinfo {
  float: right;
  padding: 0 10px;
  width: 39%;
}
.newft .ftinfo .rightinfo h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.newft .ftinfo .rightinfo h3 a {
  color: #333333;
}
.newft .ftinfo .rightinfo .memo {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.newft .ftinfo .rightinfo .timebox {
  margin-top: 20px;
  font-size: 14px;
}
.newft .ftinfo .rightinfo .timebox p {
  margin-top: 15px;
}
.newft .ftinfo .rightinfo .timebox span {
  display: inline-block;
  vertical-align: top;
}
.newft .ftinfo .rightinfo .timebox span:first-child {
  position: relative;
  padding: 0 19px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background: url(../images/zmhd/timeboxbg.png) no-repeat;
}
.newft .ftinfo .rightinfo .timebox span:last-child {
  width: 80%;
  line-height: 30px;
}
.hisft {
  margin-top: 30px;
}
.fttab {
  margin-top: 10px;
  width: 100%;
}
.fttab .tabbox {
  position: relative;
  height: 65px;
  border-bottom: 1px solid #ccc;
}
.fttab .tabbox .btn {
  position: absolute;
  bottom: -20px;
  cursor: pointer;
}
.fttab .tabbox .btn.prev {
  left: 15px;
}
.fttab .tabbox .btn.next {
  right: 15px;
}
.showbox {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 110px;
  margin: 0 auto;
}
.showbox .yearbox {
  position: absolute;
  width: 1000%;
}
.showbox .yearbox .year {
  position: relative;
  float: left;
  width: 123px;
  cursor: pointer;
}
.showbox .yearbox .year .top {
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background: url(../images/zmhd/yeartopbg.png) no-repeat center center;
}
.showbox .yearbox .year img {
  display: block;
  margin: 15px auto;
}
.showbox .yearbox .year .line {
  margin: 10px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.showbox .yearbox .year p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.showbox .yearbox .year.on .line {
  border-bottom: 1px solid #1e528e;
}
.showbox .yearbox .year.on .top {
  background-image: url(../images/zmhd/yeartopbg_on.png);
}
.showbox .yearbox .year.on p {
  color: #1e528e;
}
.showbox .yearbox .year + .year {
  margin-left: 77px;
}
.hisftlist {
  margin-top: 30px;
  width: 100%;
}
.hisftlist li {
  float: left;
  margin-top: 45px;
  width: 31%;
}
.hisftlist li img {
  width: 100%;
  height: 238px;
}
.hisftlist li div {
  padding: 30px 30px 20px;
  background: #f6f6f6;
}
.hisftlist li div * {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.hisftlist li div h3 {
  overflow: hidden;
  height: 56px;
  font-size: 17px;
  line-height: 28px;
}
.hisftlist li div .memo {
  margin: 15px auto;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.hisftlist li div .time {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.hisftlist li + li {
  margin-left: 3.5%;
}
@media (max-width: 1199px) {
  .newft .ftinfo .leftimg {
    width: 100%;
  }
  .newft .ftinfo .leftimg img {
    height: 250px;
  }
  .newft .ftinfo .rightinfo {
    margin-top: 20px;
    width: 100%;
  }
  .newft .ftinfo .rightinfo h3 {
    font-size: 20px;
  }
  .newft .ftinfo .rightinfo .timebox span:last-child {
    width: 75%;
  }
  .hisftlist li {
    width: 100%;
  }
  .hisftlist li + li {
    margin-left: 0;
  }
  .fttab .tabbox .btn.prev {
    left: 0;
  }
  .fttab .tabbox .btn.next {
    right: 0;
  }
  .showbox {
    width: 67%;
  }
  .showbox .yearbox .year + .year {
    margin-left: 20px;
  }
  .showbox .yearbox .year p {
    font-size: 20px;
  }
  .showbox .yearbox .year {
    width: 100px;
  }
  .hisftlist li div {
    padding: 20px;
  }
  .hisftlist li div h3 {
    font-size: 16px;
  }
  .hisftlist li img {
    height: 200px;
  }
}
