@font-face {
  font-family: my_font;
  src: url('../font/IMPACT.TTF');
}
#new .t_tab {
  margin-top: 60px;
  text-align: center;
}
#new .t_tab ul {
  display: inline-block;
}
#new .t_tab ul li a:hover {
  color: #fff;
  background-color: #e81320;
}
#new .S_item1 .minNav {
  margin-top: 20px;
}
#new .S_item1 .minNav:after {
  content: "";
  display: block;
  clear: both;
}
#new .S_item1 .minNav .l_left {
  float: left;
  width: 64%;
}
#new .S_item1 .minNav .l_left .caseList {
  margin-top: 38px;
}
#new .S_item1 .minNav .l_left .caseList a {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b5b5b5;
}
#new .S_item1 .minNav .l_left .caseList a:after {
  content: "";
  display: block;
  clear: both;
}
#new .S_item1 .minNav .l_left .caseList a .date {
  float: left;
  background: url('../images/date-bg.png') no-repeat center center / cover;
  height: 90px;
  max-width: 14%;
  width: 90px;
  padding: 0;
}
#new .S_item1 .minNav .l_left .caseList a .date p {
  font-size: 30px;
  font-weight: normal;
  padding-left: 16px;
  padding-top: 16px;
  color: #fff;
  margin: 0;
}
#new .S_item1 .minNav .l_left .caseList a .date span {
  color: #fff;
  font-size: 20px;
  padding-left: 48px;
  padding-top: 44px;
}
#new .S_item1 .minNav .l_left .caseList a .c_text {
  float: right;
  width: 88%;
  padding-right: 1%;
  box-sizing: border-box;
  height: auto;
}
#new .S_item1 .minNav .l_left .caseList a .c_text h5 {
  margin-top: 5px;
  font-size: 18px;
  color: #222222;
  transition: color 0.3s;
}
#new .S_item1 .minNav .l_left .caseList a .c_text p {
  margin-top: 14px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
#new .S_item1 .minNav .l_left .caseList a:hover .c_text h5 {
  color: #e81320;
}
#new .S_item1 .minNav .l_left .caseList a:hover .c_text p {
  color: #333;
}
#new .S_item1 .minNav .l_left .page {
  margin-bottom: 35px;
}
#new .S_item1 .minNav .l_right {
  float: right;
  width: 33%;
  margin-top: 37px;
}
#new_list {
  margin-top: 40px;
}
#new_list .container {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
#new_list .container:after {
  content: "";
  display: block;
  clear: both;
}
#new_list .l_left {
  float: left;
  width: 1050px;
  /*min-height: 1240px;*/
  margin-bottom: 60px;
  padding-bottom: 51px;
  background-color: #fff;
}
#new_list .l_left .con {
  max-width: 897px;
  padding-top: 43px;
  margin: 0 auto;
}
#new_list .l_left .con h3 {
  margin-bottom: 28px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  color: #222222;
}
#new_list .l_left .con .h_text {
  margin-bottom: 26px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #999999;
}
#new_list .l_left .con .h_text .r {
  margin-right: 70px;
  display: inline-block;
}
#new_list .l_left .con .h_text .r img {
  width: 15px;
}
#new_list .l_left .con .h_text .d {
  display: inline-block;
}
#new_list .l_left .con .c_conText {
  margin-bottom: 14px;
  padding-top: 27px;
  border-top: 1px solid #eee;
}
#new_list .l_left .con .c_conText p {
  padding-bottom: 27px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
#new_list .l_left .con .c_conText img {
  padding: 14px 0;
}
.l_right {
  float: right;
  width: 480px;
}
.l_right .heads .title {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.l_right .heads .title .t_name h3 {
  margin-bottom: 18px;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #222222;
}
.l_right .heads .title .t_name h3:nth-child(2) {
  margin-left: 20px;
  vertical-align: sub;
  font-size: 36px;
  font-family: my_font;
  color: #222222;
  opacity: 0.1;
}
.l_right .heads .title span {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  background-color: #222;
}
.l_right .list {
  margin-top: 27px;
}
.l_right .list a {
  margin-bottom: 16px;
  padding: 48px 57px;
  background-color: #fff;
  transition: all 0.6s;
}
.l_right .list a:after {
  content: "";
  display: block;
  clear: both;
}
.l_right .list a .images {
  float: left;
  width: 70px;
}
.l_right .list a .images img:nth-child(2) {
  display: none;
}
.l_right .list a .text {
  float: right;
  width: 73%;
}
.l_right .list a .text h4 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  transition: all 0.3s;
}
.l_right .list a .text p {
  font-size: 14px;
  line-height: 24px;
  color: #8a8a8a;
  transition: all 0.3s;
}
.l_right .list a:hover {
  background: url("../images/home_27.jpg") no-repeat center center / cover;
}
.l_right .list a:hover .images img:nth-child(2) {
  display: block;
}
.l_right .list a:hover .images img:nth-child(1) {
  display: none;
}
.l_right .list a:hover .text h4,
.l_right .list a:hover .text p {
  color: #fff;
}
@media (max-width: 1600px) {
  #new_list .l_left {
    width: 64%;
    /*width:911px;*/
  }
  #new_list .l_left .con {
    max-width: 90%;
  }
  .l_right {
    width: 33%;
    /*width:470px;*/
  }
  .l_right .list a {
    margin-bottom: 16px;
    padding: 8.84% 7%;
  }
  .l_right .heads .title .t_name h3,
  .l_right .heads .title .t_name h3:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
  }
  .l_right .list a .text h4 {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  #new .S_item1 .minNav .l_left .caseList a .c_text {
    width: 86%;
  }
}
@media (max-width: 1400px) {
  #new .S_item1 .minNav .l_left .caseList a .c_text {
    width: 84%;
  }
}
@media (max-width: 1200px) {
  #new .S_item1 .minNav .l_left .caseList a .c_text {
    width: 83%;
  }
  .l_right .list a .images {
    width: 60px;
  }
  .l_right .list a .text h4 {
    font-size: 20px;
  }
  .l_right .list a .text p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  #new_list .l_left {
    width: 65%;
  }
  .l_right {
    width: 31%;
  }
  .l_right .heads .title .t_name h3,
  .l_right .heads .title .t_name h3:nth-child(2) {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 996px) {
  #new .S_item1 .minNav .l_left {
    width: 100%;
  }
  #new_list .l_left {
    width: 100%;
  }
  .l_right {
    width: 100% !important;
  }
  .l_right .list a .text {
    width: 85%!important;
  }
}
@media (max-width: 767px) {
  #new_list .l_left .con .h_text .r {
    margin-right: 16px;
  }
  #new .S_item1 .minNav {
    margin-top: 0px;
  }
  #new .S_item1 .minNav .l_left .caseList a .date {
    height: 87px;
    max-width: 23%;
  }
  #new .S_item1 .minNav .l_left .caseList a .date p {
    font-size: 28px;
    padding-left: 13px;
  }
  #new .S_item1 .minNav .l_left .caseList a .date span {
    font-size: 20px;
    padding-left: 45px;
  }
  #new .S_item1 .minNav .l_left .caseList a .c_text {
    width: 71%;
  }
  #new .S_item1 .minNav .l_left .caseList a .c_text h5 {
    margin-top: 0px;
  }
  #new .S_item1 .minNav .l_left .caseList a .c_text p {
    margin-top: 10px;
  }
  .l_right .list a {
    margin-bottom: 16px!important;
    padding: 6.84% 4% !important;
  }
  .l_right .list a .images {
    width: 58px!important;
  }
  .l_right .list a .text h4 {
    margin-bottom: 8px!important;
  }
  .l_right .list a .text {
    width: 73%!important;
  }
  #new .t_tab {
    margin-top: 30px;
  }
  #new .S_item1 .caseList {
    margin-top: 16px;
  }
}
@media (max-width: 350px) {
  #new .S_item1 .minNav .l_left .caseList a .date {
    height: 77px;
    max-width: 25%;
  }
  #new .S_item1 .minNav .l_left .caseList a .date p {
    font-size: 28px;
    padding-left: 8px;
    padding-top: 12px;
  }
  #new .S_item1 .minNav .l_left .caseList a .date span {
    font-size: 20px;
    padding-left: 40px;
    padding-top: 44px;
  }
}
/*# sourceMappingURL=new.css.map */