.w1260 {
  width: 1260px;
  margin: 0 auto;
}
.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{
  padding: 0 2px;
  margin: 0 15px;
  line-height: 120px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.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(5) {
  position: relative;
  font-weight: bold;
}
.topImg .w1400 .nav li:nth-child(5):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;
}
.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 {
  margin-top: 47px;
  display: flex;
  align-items: center;
}
.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 {
  padding: 23px 0 30px !important;
  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;
}
.contBusiness {
  margin-bottom: 80px;
  min-height: 350px;
  overflow-x: hidden;
  margin-top: 45px;
}
.contBusiness .list {
  width: 100%;
  padding: 0 0 20px 0;
  background: #f5f5f5;
  min-height: 300px;
  margin-bottom: 60px;
}
.contBusiness .list .tabs {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0 0 5px;
  display: flex;
  margin-bottom: 10px;
}
.contBusiness .list .tabs .tabsTil {
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.contBusiness .list .tabs .tabsTilOn {
  color: #c7161e;
}
.contBusiness .list .tabs .tabsTilOn:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 2px;
  width: 90%;
  background-color: #c7161e;
}
.contBusiness .list .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 50px;
}
.contBusiness .list .title .name {
  color: #2c3e50;
  font-size: 18px;
}
.contBusiness .list .title .time {
  color: #2c3e50;
  font-size: 14px;
}
.contBusiness .tableList {
  width: 970px;
  min-height: 350px;
  overflow-x: hidden;
}
.contBusiness .tableList .img {
  display: flex;
  justify-content: flex-end;
}
.contBusiness .tableList ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contBusiness .tableList ul li:hover h5 {
  color: #c7161e;
}
.contBusiness .tableList ul li:hover h5 a {
  color: #c7161e;
}
.contBusiness .tableList ul li:hover span {
  color: #c7161e;
}

.contBusiness .tableList ul li h5 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  width: 80%;
}
.contBusiness .tableList ul li h5 a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  max-width: 90%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contBusiness .tableList ul li span {
  font-size: 14px;
  color: grey;
}
.contBusiness .relNotice .tit {
  line-height: 44px;
  padding-left: 21px;
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.contBusiness .relNotice .tit:before {
  content: "";
  width: 4px;
  height: 18px;
  background: #cd0000;
  position: absolute;
  left: 0;
  top: 13px;
}
.contBusiness .relNotice .cont {
  padding: 13px 20px;
  border: 1px solid #dbdbdb;
}
#page {
  text-align: center;
}
.contBusiness .relNotice .cont ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contBusiness .relNotice .cont ul li .left {
  flex: 1;
  display: flex;
  align-items: center;
}
.contBusiness .relNotice .cont ul li .left .tag {
  margin-right: 10px;
  width: 100px;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  font-size: 12px;
}
.contBusiness .relNotice .cont ul li .left .TXTovehid {
  font-size: 12px;
  margin-bottom: 0;
  color: #2c3e50;
  font-weight: bold;
}
.contBusiness .relNotice .cont ul li .time {
  font-size: 12px;
  color: #2c3e50;
}