.w1260 {
  width: 1260px;
  margin: 0 auto;
  padding: 30px;
}
.newsInformation .topImg {
  margin-top: 90px;
  height: 400px;
  background: url("../images/newsInformation/new01.png") center center no-repeat;
  display: flex;
  flex-direction: column;
}
.topImg .w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
.topImg .w1400 .bg {
  display: flex;
  justify-content: space-between;
}
.topImg .w1400 .bg .img {
  display: flex;
  align-items: center;
  height: 120px;
}
.topImg .w1400 .bg .img img {
  width: 60%;
}
.topImg .w1400 .nav {
  display: flex;
  justify-content: flex-end;
}
.topImg .w1400 .nav li {
  padding: 0 2px;
  margin: 0 15px;
  line-height: 120px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.topImg .w1400 .nav li a {
  color: #FFFFFF;
}
.topImg .w1400 .nav li:hover {
  font-weight: bold;
}
.topImg .w1400 .nav li:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 33px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  content: " ";
}
.topImg .w1400 .nav li:hover:after {
  width: 100% !important;
}
.topImg .w1400 .nav li:nth-child(3) {
  position: relative;
  font-weight: bold;
}
.topImg .w1400 .nav li:nth-child(3):after {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 33px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  content: " ";
}
.topImg .topB {
  height: 27vh;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.topImg .topB .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-top: 35px;
}
.topImg .topB .title .en {
  font-family: Arial;
  font-size: 32px;
  line-height: 50px;
  color: #FFFFFF;
}
.topImg .topB .title .te {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
}
.topImg .topB .loca {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
}
.topImg .topB .loca a {
  color: #FFFFFF;
}
.topImg .topB .loca .g {
  padding: 0 10px;
  color: #FFFFFF;
}
.topImg .topB .loca .h {
  cursor: pointer;
}
.topImg .topB .loca .h:hover {
  color: #c7161e;
}
.topImg .topB .loca i {
  display: inline-block;
  width: 17px;
  height: 30px;
  background: url("../images/aboutUs/home.png") 50% no-repeat;
  vertical-align: -10px;
  cursor: pointer;
}
.mList {
  width: unset !important;
  background-color: #FFF3F4;
  padding: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mList .mItem {
  padding: 0 30px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #292929;
  margin: 0 2px;
  border-radius: 18px;
  cursor: pointer;
}
.mList .on {
  background: #cd0000;
  color: #fff;
}
.list .nyWrap {
  min-height: 350px;
  overflow-x: hidden;
}
.list .nyWrap .newsList {
  padding-bottom: 30px;
}
.list .nyWrap .newsList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.list .nyWrap .newsList li .scaleimg {
  display: block;
  height: 200px;
  padding: 0 240px 0 404px;
  position: relative;
  cursor: pointer;
}
.list .nyWrap .newsList li .scaleimg .pic {
  text-align: center;
  width: 300px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.list .nyWrap .newsList li .scaleimg .pic img {
  width: auto;
  height: 100%;
}
.list .nyWrap .newsList li .scaleimg .line {
  width: 44px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 340px;
  top: 29px;
}
.tran300 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.tran500 {
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}
.list .nyWrap .newsList li .scaleimg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.tran500 {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.list .nyWrap .newsList li .scaleimg:hover .date b i {
  background-position: 0;
}
.list .nyWrap .newsList li .scaleimg:hover .date b {
  border-color: #cd0101;
  background: #cd0101
}
.list .nyWrap .newsList li .scaleimg h5 {
  padding: 16px 0 26px;
  line-height: 27px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .nyWrap .newsList li .scaleimg .date1 {
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
  display: none;
}
.list .nyWrap .newsList li .scaleimg p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  height: 78px;
  overflow: hidden;
}
.list .nyWrap .newsList li .scaleimg .date {
  padding: 66px 66px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.list .nyWrap .newsList li .scaleimg .date .time {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 30px;
  color: #333;
  font-family: HelveticaNeueLTProLt45;
}
.list .nyWrap .newsList li .scaleimg .date .time1 {
  display: block;
  height: 33px;
  font-size: 14px;
  color: #333;
  line-height: 33px;
  font-family: HelveticaNeueLTProLt45;
}
.list .nyWrap .newsList li .scaleimg .date b {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 88px;
  border: 1px solid #ccc;
}
.list .nyWrap .newsList li .scaleimg .date b:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #cd0101;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.list .nyWrap .newsList li .scaleimg .date b i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/newsInformation/right.png") no-repeat 100%;
  position: relative;
  z-index: 2;
}
.details {
  background-color: #f5f5f5;
  margin-bottom: 80px;
  min-height: 350px;
  overflow-x: hidden;
  margin-top: 50px;
}
.details .nyWrap {
  padding: 30px 0;
}
.details .nyWrap .news_page_details .news_page_details_tit {
  text-align: center;
  color: #2c3e50;
}
.details .nyWrap .news_page_details .news_page_details_tit h3, span {
  line-height: 24px;
}
.details .nyWrap .news_page_details .news_page_details_bottom .news_page_details_link {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.details .nyWrap .news_page_details .news_page_details_bottom .news_page_details_link p {
  cursor: pointer;
}