.d_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.block_title h1 {
  font-size: 20px;
}
.block_title .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8B8B8B;
  font-size: 14px;
  text-decoration: none;
}
.block_title .more:hover {
  color: #E90000;
}
.block_title .more i {
  width: 16px;
  height: 17px;
  background: url('../img/4.png') no-repeat center center;
}
.news_list.last li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news_list li {
  padding: 13px 0;
  border-bottom: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_list li:nth-child(1) {
  padding-top: 0;
}
.news_list li .date {
  width: 80px;
  height: 68px;
  background: #E90000;
  border-radius: 4px;
}
.news_list li .date .day {
  width: 80px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.news_list li .date .line {
  width: 60px;
  height: 1px;
  background: #FFF7F7;
  margin: 0 auto;
}
.news_list li .date .y_m {
  width: 80px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.news_list li .info {
  width: 492px;
}
.news_list li .info .title {
  max-width: 492px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #161618;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}
.news_list li .info .title:hover {
  color: #E90000;
}
.news_list li .info .txt {
  font-size: 14px;
  color: #8B8B8B;
  max-width: 492px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamics {
  padding: 48px 0;
}
.dynamics .content .block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dynamics .content .block_content .block_one {
  width: 360px;
  text-decoration: none;
}
.dynamics .content .block_content .block_one:hover .title {
  color: #E90000;
}
.dynamics .content .block_content .block_one:hover .info {
  color: #db3a3a;
}
.dynamics .content .block_content .block_one .img {
  width: 350px;
  height: 264px;
  margin-bottom: 16px;
}
.dynamics .content .block_content .block_one .img img {
  width: 350px;
  height: 264px;
  display: block;
}
.dynamics .content .block_content .block_one .title {
  font-size: 16px;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  color: #161618;
}
.dynamics .content .block_content .block_one .info {
  max-width: 360px;
  font-size: 14px;
  color: #8B8B8B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamics .content .block_content .block_one .time {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #8B8B8B;
}
.dynamics .content .block_content .block_one .time i {
  width: 16px;
  height: 16px;
  background: url('../img/11.png') no-repeat center center;
  margin-right: 4px;
}
.dynamics .content .block_content .block_two {
  width: 436px;
}
.dynamics .content .block_content .block_two ul li {
  padding: 13px 0;
  border-bottom: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dynamics .content .block_content .block_two ul li:nth-child(1) {
  padding-top: 0;
}
.dynamics .content .block_content .block_two ul li .date {
  width: 80px;
  height: 68px;
  background: url('../img/5.png') no-repeat center center;
}
.dynamics .content .block_content .block_two ul li .date .day {
  width: 80px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #E90000;
}
.dynamics .content .block_content .block_two ul li .date .y_m {
  width: 80px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.dynamics .content .block_content .block_two ul li .info {
  width: 340px;
}
.dynamics .content .block_content .block_two ul li .info .title {
  display: block;
  max-width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #161618;
  margin-bottom: 16px;
  text-decoration: none;
}
.dynamics .content .block_content .block_two ul li .info .title:hover {
  color: #E90000;
}
.dynamics .content .block_content .block_two ul li .info .txt {
  font-size: 14px;
  color: #8B8B8B;
  max-width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick_entrance {
  padding: 30px 0;
  background: #EEF1F8;
}
.quick_entrance .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick_entrance .content ul a {
  display: block;
  width: 283px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 26px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.quick_entrance .content ul a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.quick_entrance .content ul a:nth-child(1) {
  background: url('../img/13.png') no-repeat center center;
}
.quick_entrance .content ul a:nth-child(2) {
  background: url('../img/14.png') no-repeat center center;
}
.quick_entrance .content ul a:nth-child(3) {
  background: url('../img/15.png') no-repeat center center;
}
.quick_entrance .content ul a:nth-child(4) {
  background: url('../img/16.png') no-repeat center center;
}
.quick_entrance .content ul a .zh_txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.quick_entrance .content ul a .en_txt {
  font-size: 12px;
  font-weight: bold;
}
.news {
  padding: 48px 0;
}
.news .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news .content .block {
  width: 588px;
}
.photo {
  padding: 48px 0;
  background: #EEF1F8;
}
.photo .content .list {
  height: 212px;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.photo .content .list li {
  position: absolute;
  width: 2125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 212px;
  left: 0;
  top: 0;
}
.photo .content .list li img {
  display: block;
  width: 283px;
  height: 212px;
  margin: 0;
  padding: 0;
}
.last_block {
  padding: 48px 0;
}
.last_block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.last_block .content .block {
  width: 588px;
}
.last_block .content .block .img {
  width: 588px;
  height: 440px;
}
.last_block .content .block .img img {
  display: block;
  margin: 0 auto;
}
