@charset "UTF-8";
/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */
/*

 * 更正IE 8/9中未定义的‘block’元素显示。

 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

a:focus {
  outline: none; }

/*

  * 更正IE 8/9中未定义的‘inline-block’元素显示

  */
audio,
canvas,
video {
  display: inline-block; }

/*

  * 防止现代浏览器将没有controls属性的的‘audio’元素显示出来

  * 移除 iOS 5 设备中多余的高度

  */
audio:not([controls]) {
  display: none;
  height: 0; }

/*

  * 校正IE 8/9中‘hidden’属性不起作用的问题

  */
[hidden] {
  display: none; }

/* ==========================================================================

    基本

    ========================================================================== */
/*

  * 1. 将默认字体设置为 sans-serif

  * 2. 在不禁止用户缩放的情况下避免iOS设备方向调整后自动校正字体大小

  */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0; }

html {
  font-family: '微软雅黑', 'Hiragino Sans GB', Helvetica, Arial, 'Lucida Grande', sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*

  * 移除缺省的外边距

  */
body {
  margin: 0 auto;
  /*max-width: 640px;*/ }

/* ==========================================================================

    Links

    ========================================================================== */
/*

  * 校正‘outline’在Chrome和其他浏览器间的不一致

  */
a:focus {
  outline: thin dotted;
  outline: none; }

/*

  * 增强在所有浏览器中聚焦和鼠标悬停时的可读性

  */
a {
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

/* ==========================================================================

        排版

    ========================================================================== */
/*

  * 校正 Firefox 4+，Safari 5 和 Chrome 中‘section’和‘article’内的‘h1’字体大小

  */
h1 {
  font-size: 2em; }

/*

  * 校正IE 8/9， Safari 5 和 Chrome中样式不呈现的问题

  */
abbr[title] {
  border-bottom: 1px dotted; }

/*

  * 校正 Firefox 4+， Safari 5 和 Chrome 中‘bolder’的样式

  */
b,
strong {
  font-weight: bold; }

/*

  * 校正 Safari 5 和 Chrome 中样式不呈现的问题

  */
dfn {
  font-style: italic; }

/*

  * 校正 IE 8/9 中样式不呈现的问题

  */
mark {
  background: #ff0;
  color: #000; }

/*

  * 更正 Safari 5 和 Chrome 中奇怪的字体设置

  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*

  * 增强所有浏览器中预格式化文本的可读性

  */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*

  * 设置一致的引用类型

  */
q {
  quotes: "“" "”" "‘" "’"; }

/*

  * 校正所有浏览器中易变且不一致的字体大小

  */
small {
  font-size: 80%; }

/*

  * 防止所有浏览器中的‘sub’和‘sup’影响到行高（line-height）

  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================

    嵌入内容

    ========================================================================== */
/*

  * 移除在 IE 8/9 中嵌入到‘a’元素时的边框

  */
img {
  border: 0; }

/*

  * 更正 IE 9 中奇怪的‘overflow’表现

  */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================

    Figures

    ========================================================================== */
/*

  * 更正 IE 8/9 和 Safari 5 中外边距不展示的问题

  */
figure {
  margin: 0; }

/* ==========================================================================

    表单

    ========================================================================== */
/*

  * 定义一致的边框、外边距和内边距

  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*

  * 1. 更正 IE 8/9 中颜色不继承的问题

  * 2. 移除内边距确保人们在将fieldset设置为0时不会大跌眼镜

  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*

  * 1. 更正所有浏览器中字体不继承的问题

  * 2. 更正所有浏览器中字号不继承的问题

  * 3. 更正 Firefox 4+， Safari 5 和 Chrome 中外边距不同的问题

  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*

  * 更正 Firefox 4+ 用户代理样式表（UA stylesheet）中在‘input’上

  * 设置‘line-height’时使用‘!important’的问题

  */
button,
input {
  line-height: normal; }

/*

  * 1. 避免 Android 4.0.* 中的 WebKit bug ，该bug会破坏原生的‘audio

  *    和‘video’控制器

  * 2. 更正 iOS 中无法设置可点击的‘input’的问题

  * 3. 增强图片类型以及其他类型的‘input’中指针的可用性以及样式的一致性

  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*

  * 重置disabled元素的默认指针样式

  */
button[disabled],
input[disabled] {
  cursor: default; }

/*

  * 1. 调整 IE 8/9 box sizing 被设置为 ‘content-box’ 的问题

  * 2. 移除 IE 8/9 中多余的内边距

  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*

  * 1. 校正 Safari 5 和 Chrome 中 ‘appearance’ 被设置为 ‘searchfield’ 的问题

  * 2. 校正 Safari 5 和 Chrome 中 ‘box-sizing’ 被设置为 `‘border-box’ 的问题

  * (include `-moz` to future-proof)

  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*

  * 移除 OS X 中 Safari 5 和 Chrome 内部的内边距以及搜索框的取消按钮

  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*

  * 移除 Firefox 4+ 内部的内边距

  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*

  * 1. 移除 IE 8/9 中默认的垂直滚动条

  * 2. 增强所有浏览器中的对对齐以及可读性

  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================

        表格

    ========================================================================== */
/*

  * 移除单元格间大部分的间距

  */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*

  * 清除浮动

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

.clearfix {
  /* *+height: 1%; */ }

/*

  * 清除ios手机input按钮默认样式

  */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only; }

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

/*

  * 清除点击样式

  */
.tap_init {
  -webkit-tap-highlight-color: transparent; }

/*

 * 清除列表

 */
ul,
ol,
dl,
li,
dd,
dt {
  list-style: none; }

/*

  * 清楚自带样式

  */
em,
b,
strong {
  font-style: normal; }

/*add*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.border-box {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.imgMagnify {
  display: block;
  overflow: hidden; }

.imgMagnify:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.imgMagnify > img {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out; }

.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.wrapI {
  width: 1100px;
  margin: 0 auto; }

body {
  padding-top: 86px; }

.headerfixed {
  height: 86px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 2; }

.header .logo {
  padding-bottom: 6px;
  padding-top: 10px;
  float: left; }
  .header .logo a img {
    max-width: 66px; }

.header .nav {
  float: right; }
  .header .nav ul li {
    float: left;
    height: 86px;
    line-height: 86px;
    position: relative; }
    .header .nav ul li:nth-of-type(5) .dropdown a {
      padding: 0 20px; }
    .header .nav ul li:nth-of-type(2) .dropdown a {
      padding: 0 16px; }
    .header .nav ul li:nth-of-type(3) .dropdown a {
      padding: 0 38px; }
    .header .nav ul li:nth-of-type(5) .dropdown a {
      padding: 0 14px; }
    .header .nav ul li:nth-of-type(4) {
      padding: 0 15px; }
      .header .nav ul li:nth-of-type(4) .dropdown a:nth-of-type(1) {
        padding-left: 20px;
        padding-right: 0px; }
      .header .nav ul li:nth-of-type(4) .dropdown a:nth-of-type(2), .header .nav ul li:nth-of-type(4) .dropdown a:nth-of-type(3) {
        padding: 0 20px; }
    .header .nav ul li .dropdown {
      position: absolute;
      width: 100%;
      z-index: 2;
      background: #fff;
      display: none; }
      .header .nav ul li .dropdown a {
        line-height: 62px;
        padding: 0 13px;
        text-align: left;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .header .nav ul li .dropdown a img {
          width: 18px; }
        .header .nav ul li .dropdown a:hover {
          background: #8968ed;
          color: #fff; }
    .header .nav ul li:hover > a {
      color: #8968ed; }
      .header .nav ul li:hover > a img:nth-of-type(1) {
        display: none; }
      .header .nav ul li:hover > a img:nth-of-type(2) {
        display: inline-block; }
    .header .nav ul li a {
      display: block;
      font-size: 14px;
      -webkit-transition: 0.1s ease all;
      transition: 0.1s ease all;
      color: #2a2a2a;
      padding: 0 20px; }
      .header .nav ul li a img {
        vertical-align: middle;
        width: 12px; }
        .header .nav ul li a img:nth-of-type(2) {
          display: none; }
        .header .nav ul li a img:nth-of-type(1) {
          display: inline-block; }

.header .booking-experience {
  margin-top: 30px;
  float: right;
  margin-left: 40px;
  width: 80px;
  height: 30px;
  background: #8968ed;
  line-height: 30px;
  text-align: center; }
  .header .booking-experience a {
    color: #fff;
    display: block;
    font-size: 14px; }

.footer {
  background: #373d44;
  padding-top: 65px; }
  .footer .content .top {
    border-bottom: 1px solid #4b5157;
    padding-bottom: 45px; }
    .footer .content .top .left {
      float: right;
      width: 650px; }
    .footer .content .top .right {
      float: left; }
      .footer .content .top .right .tit {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px; }
      .footer .content .top .right .content a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        color: #fff;
        opacity: .6; }
  .footer .content ul {
    float: left;
    padding-left: 98px; }
  .footer .content .wx {
    float: left; }
  .footer .content ul li {
    float: left;
    margin-right: 55px; }
    .footer .content ul li:nth-of-type(1), .footer .content ul li:nth-of-type(2), .footer .content ul li:nth-of-type(3) {
      margin-bottom: 50px; }
    .footer .content ul li:nth-of-type(4) {
      margin-right: 0; }
    .footer .content ul li:last-child {
      margin-left: 30px; }
    .footer .content ul li .title {
      margin-bottom: 20px; }
      .footer .content ul li .title a {
        font-size: 16px;
        color: #ffffff;
        opacity: 1; }
    .footer .content ul li a {
      font-size: 14px;
      color: #fff;
      margin-bottom: 10px;
      display: block;
      opacity: .6; }
  .footer .content .wx {
    width: 100px; }
    .footer .content .wx a {
      color: #fff;
      font-size: 12px;
      display: block;
      text-align: center; }
      .footer .content .wx a span {
        padding-top: 6px; }
  .footer .bottom {
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.6;
    opacity: .6;
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-align: center; }

ul.newlistCommon li {
  width: 350px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px; }
  ul.newlistCommon li:hover a .text .title, ul.newlistCommon li:hover a .text .customer-case ul li a .text .desc {
    color: #8968ed; }
  ul.newlistCommon li:nth-of-type(3n+0) {
    margin-right: 0; }
  ul.newlistCommon li a {
    width: 100%;
    height: 100%;
    display: block; }
    ul.newlistCommon li a .img {
      height: 150px; }
      ul.newlistCommon li a .img img {
        display: block;
        width: 100%;
        height: 100%; }
    ul.newlistCommon li a .text {
      background: #ffffff;
      height: 110px;
      padding: 20px; }
      ul.newlistCommon li a .text .title {
        font-size: 18px;
        color: #202020;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
      ul.newlistCommon li a .text .desc {
        height: 75px;
        overflow: hidden;
        color: #888888;
        font-size: 14px;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }

.pagation {
  text-align: center;
  margin-top: 40px; }
  .pagation a {
    display: inline-block;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    -webkit-transition: 0.5 ease all;
    transition: 0.5 ease all; }
    .pagation a:hover, .pagation a.active {
      background: #8968ed;
      color: #fff;
      text-align: center; }

.ponge_title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative; }
  .ponge_title.active {
    color: #fff; }
  .ponge_title::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #8968ed;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto; }

.commonMore {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px; }
  .commonMore span {
    width: 138px;
    height: 40px;
    border: 1px solid #8968ed;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #8968ed;
    display: inline-block;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .commonMore span:hover {
      background: #8968ed;
      color: #fff; }

.liststyle li {
  margin-bottom: 20px; }
  .liststyle li:hover a .text .tit {
    color: #8968ed; }
  .liststyle li a {
    display: block;
    width: 100%;
    height: 100%; }
    .liststyle li a .img {
      overflow: hidden;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      float: left;
      width: 300px;
      margin-right: 20px; }
      .liststyle li a .img:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .liststyle li a .img img {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
      .liststyle li a .img img {
        width: 100%;
        height: 165px;
        display: inline-block; }
    .liststyle li a .text {
      width: 680px;
      float: left;
      margin-right: 20px; }
      .liststyle li a .text.active {
        width: 760px; }
      .liststyle li a .text .tit {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        color: #000;
        border-bottom: 1px solid #ccc; }
      .liststyle li a .text .desc {
        line-height: 1.8;
        font-size: 16px;
        color: #777; }
    .liststyle li a .date {
      font-size: 14px;
      padding-top: 10px;
      float: right; }
      .liststyle li a .date span {
        font-size: 14px;
        color: #777; }
        .liststyle li a .date span:nth-of-type(1) {
          font-weight: bold;
          font-weight: bold;
          font-size: 18px;
          display: block;
          text-align: center; }

.linearColor {
  background: -webkit-gradient(linear, left top, right top, from(#2592f6), to(#6a59f1)) !important;
  background: linear-gradient(to right, #2592f6, #6a59f1) !important; }

.commonCustomer {
  float: right;
  padding: 10px 10px;
  padding-bottom: 4px; }
  .commonCustomer img {
    max-width: 30px;
    vertical-align: middle;
    margin-right: 5px; }
  .commonCustomer a {
    display: block;
    color: #000;
    color: #fff; }

ul.customerCaseCommon li .img-container {
  width: 33.3%;
  height: 300px;
  box-sizing: border-box;
  margin: 10px auto;
  padding-left: 20px;
  position: relative;
  float: left;
  overflow: hidden; }
  ul.customerCaseCommon li .img-container .bg-img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: 50%; }
    ul.customerCaseCommon li .img-container .bg-img:hover + .card {
      top: 0; }
  ul.customerCaseCommon li .img-container .card {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 150px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    ul.customerCaseCommon li .img-container .card:hover {
      top: 0; }
    ul.customerCaseCommon li .img-container .card > div {
      position: relative;
      width: 100%;
      height: 100%; }
      ul.customerCaseCommon li .img-container .card > div .bg-logo {
        width: 88px;
        height: 50px;
        position: absolute;
        left: 30px;
        top: 35px;
        background-repeat: no-repeat;
        background-size: contain; }
    ul.customerCaseCommon li .img-container .card .desc {
      position: absolute;
      font-size: 14px;
      color: #666;
      top: 95px;
      left: 30px; }
    ul.customerCaseCommon li .img-container .card .detail {
      position: absolute;
      font-size: 14px;
      color: #666;
      line-height: 28px;
      height:145px;
      overflow:hidden;
      
      top: 150px;
      margin-left: 30px;
      margin-right: 30px;
      text-align: justify;
      text-justify: distribute-all-lines; }

.rightBottomFixed {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 260px;
  text-align: center;
  background: #fff;
  padding: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #8968ed; }
  .rightBottomFixed .tit {
    background: #8968ed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 10px;
    padding-left: 20px;
    padding-right: 20px; }
    .rightBottomFixed .tit a {
      display: block;
      color: #fff; }
    .rightBottomFixed .tit span {
      color: #fff; }
      .rightBottomFixed .tit span:nth-of-type(2) {
        cursor: pointer;
        margin-left: 10px; }
      .rightBottomFixed .tit span img {
        max-width: 10px; }
  .rightBottomFixed .t1 {
    font-weight: bold;
    margin-top: 10px; }
  .rightBottomFixed .t2 {
    color: #7d7d7d;
    margin-top: 6px;
    margin-bottom: 6px; }
  .rightBottomFixed .text {
    font-size: 14px;
    color: #7d7d7d; }



  .links{
      background:#373d44;
      color:#fff;
      padding:30px;
  }
  .links a{
      font-size:14px;
      padding:10px 10px;
      color:#fff;
  }
  .footer{
    padding-top:20px;
  }


  /* add */
  .footer .content .top .left{
    width:100%;
  }
  .footer .content ul{
    padding-left: 0;
  }
  .footer .content ul{
    width:100%;
  }
  .footer .content .wx{
    margin-left:60px;
    float:right;
  }
  .footer .bottom{
    padding-top:20px;
    padding-bottom:20px;
  }
  .footer .bottom a{
    color:#fff;
  }
  .links{
    color: #767171;
    background: #e6e6e6;
  }
  .links a{
    color: #767171;
  }
  .footer{
    padding-top: 40px;
  }

  /* add */
  .news-add-list {
    margin-bottom: 70px; }
    .news-add-list .left {
      float: left;
      width: 600px;
      height: 378px;
      position: relative; }
      .news-add-list .left:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .news-add-list .left .img {
        overflow: hidden;
        width: 100%;
        height: 100%; }
      .news-add-list .left span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        padding: 10px 0;
        color: #fff; }
      .news-add-list .left img {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        width: 100%;
        height: 100%;
        display: block; }
      .news-add-list .left a {
        display: block;
        width: 100%;
        height: 100%; }
    .news-add-list .right {
      float: right;
      width: 460px; }
      .news-add-list .right ul li a {
        display: block;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        color: #000;
        font-size: 16px;
        padding: 13px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .news-add-list .right ul li a:hover {
          color: #fff;
          background: #8968ed; }
          .news-add-list .cite{
            color: #1a1a1a;
            font-size: 30px;
            text-align: center;
            margin-bottom: 50px;
            font-weight: bold;
          }
          .news-add-list .more{
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-top: 15px;
          }
          .news-add-list .more a{
            color: #8968ed;
            display: inline-block;
            padding: 6px 45px;
            border: 1px solid #8968ed;
            transition:0.5s ease all;
            background:#8968ed;
            color:#fff;
          }
          .news-add-list .right ul li a .title{
            float:left;
            width:300px;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
          }
          .news-add-list .right ul li a .date{
            float:right;
            width:100px;
          }

          /* add */
          .footer .content .top{
            padding-bottom:12px
          }
          .footer .content ul{
            margin-bottom: 22px;
          }
          .footer .content p{
            color:#fff;
            font-size:14px;
            margin-bottom:10px;
          }

          .common_it_desc{
            color: #868686;font-size: 14px;margin-top: 30px;text-align: center;margin-bottom: 40px;
          }

          /* add */
          .news-add-list .right ul li a{
            font-size:14px;
          }
          .news-add-list .left span{
            font-size:14px;
          }
          .rightBottomFixed {
            z-index:2;
          }