@charset "UTF-8";
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, address,
del, em, img,
small, strong, sub, sup,
b, i, dl, dt, dd, ol, ul, li,
article, footer, header, nav, section,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  min-width: 1200px;
  background-color: #ffffff;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  position: relative;
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0c0c0c;
  cursor: pointer;
}

a:hover {
  color: #113f8b;
}

:focus {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
}

del {
  text-decoration: line-through;
}

.clear {
  border: 0;
  clear: both;
  *zoom: 1;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.wrap {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.wrap .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}

.wrap::before {
  float: left;
  width: 5px;
  content: "";
  height: 40px;
}

.wrap::after {
  float: right;
  content: "...";
  height: 20px;
  line-height: 20px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -20px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.fl {
  display: inline;
  float: left;
}

.fr {
  display: inline;
  float: right;
}

.ux-header {
  width: 100%;
  height: 90px;
  background: #ffffff;
}
.ux-header .container {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ux-header .container .logo {
  margin-top: 25px;
  width: 326px;
}
.ux-header .container .logo img {
  width: 326px;
  height: 54px;
}
.ux-header .container .menu-container {
  height: 90px;
}
.ux-header .container .menu-container .menus {
  height: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ux-header .container .menu-container .menus .item {
  min-width: 110px;
  height: 90px;
  position: relative;
  z-index: 99;
  background: url("../img/line-slash.png") no-repeat center right;
  padding-right: 11px;
}
.ux-header .container .menu-container .menus .item a {
  min-width: 110px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ux-header .container .menu-container .menus .item h1 {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.ux-header .container .menu-container .menus .item .en {
  text-align: center;
  font-size: 8px;
  color: #999999;
  margin-top: 7px;
}
.ux-header .container .menu-container .menus .item .sub {
  display: none;
  background-color: #e53620;
  padding: 10px 50px;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1;
}
.ux-header .container .menu-container .menus .item .sub .sub-item {
  line-height: 48px;
  border-bottom: 1px solid #ed6453;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
}
.ux-header .container .menu-container .menus .item .sub .sub-item a {
  color: #ffffff;
  display: block;
  min-width: 80px;
  width: auto;
  height: auto;
}
.ux-header .container .menu-container .menus .item .sub .sub-item a.w160 {
  min-width: 130px;
}
.ux-header .container .menu-container .menus .item .sub .sub-item:last-child {
  border-bottom: none;
}
.ux-header .container .menu-container .menus .item:last-child {
  background: none;
}
.ux-header .container .menu-container .menus .item.active {
  background: none;
}
.ux-header .container .menu-container .menus .item.active::after {
  min-width: 110px;
  height: 98px;
  content: "";
  position: absolute;
  background: #113f8b url("../img/triangle.png") no-repeat center 80px;
  top: 0;
  left: 0;
  z-index: -1;
}
.ux-header .container .menu-container .menus .item.active h1 {
  color: #ffffff;
}
.ux-header .container .menu-container .menus .item:hover {
  background: none;
}
.ux-header .container .menu-container .menus .item:hover::after {
  min-width: 110px;
  height: 98px;
  content: "";
  position: absolute;
  background: #e53620 url("../img/triangle2.png") no-repeat center 80px;
  top: 0;
  left: 0;
  z-index: -1;
}
.ux-header .container .menu-container .menus .item:hover h1 {
  color: #ffffff;
}
.ux-header .container .menu-container .menus .item:hover .en {
  color: #ffffff;
}
.ux-header .container .menu-container .menus .item:hover .sub {
  display: block;
}

.ux-footer {
  width: 100%;
  height: 223px;
  background-color: #113f8b;
}
.ux-footer .container {
  width: 1200px;
  height: 223px;
  margin: 0 auto;
  display: flex;
}
.ux-footer .container .left {
  width: 50%;
  padding-top: 65px;
}
.ux-footer .container .left .logo {
  display: inline-block;
}
.ux-footer .container .left .copyright {
  font-size: 14px;
  color: #9a90c7;
  margin-top: 15px;
}
.ux-footer .container .left .copyright a {
  color: #9a90c7;
}
.ux-footer .container .right {
  width: 50%;
  padding-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.ux-footer .container .right .qrcode-item {
  width: 120px;
  text-align: center;
}
.ux-footer .container .right .qrcode-item .qrcode {
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
.ux-footer .container .right .qrcode-item .qrcode img {
  width: 74px;
  height: 74px;
}
.ux-footer .container .right .qrcode-item .text {
  font-size: 14px;
  color: #9a90c7;
  text-align: center;
  line-height: 40px;
}

body {
  background: #f7f7f7;
}

.head-pic {
  width: 100%;
  height: 322px;
  min-width: 1280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.news-container {
  width: 1280px;
  margin: -90px auto 35px auto;
  background: #ffffff;
}
.news-container .app-container {
  padding: 40px 50px;
}
.news-container .app-container .header-container {
  line-height: 48px;
  padding: 0 20px;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.news-container .app-container .header-container h1 {
  font-size: 36px;
  color: #000000;
  padding: 0;
  margin: 0;
}
.news-container .app-container .header-container .en {
  font-weight: lighter;
  font-size: 36px;
  color: #cccccc;
}
.news-container .app-container .list-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}
.news-container .app-container .list-container .item {
  margin-right: 65px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.news-container .app-container .list-container .item:nth-child(3n) {
  margin-right: 0;
}
.news-container .app-container .list-container .item .cover {
  width: 350px;
  height: 200px;
  background-color: #d6d6d6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-container .app-container .list-container .item .info {
  width: 350px;
}
.news-container .app-container .list-container .item .info h3 {
  font-size: 22px;
  color: #000000;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-container .app-container .list-container .item .info .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.news-container .app-container .list-container .item .info .desc .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}
.news-container .app-container .list-container .item .info .desc::before {
  float: left;
  width: 5px;
  content: "";
  height: 60px;
}
.news-container .app-container .list-container .item .info .desc::after {
  float: right;
  content: "...";
  height: 20px;
  line-height: 20px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -20px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

/*# sourceMappingURL=list2.css.map */
