@charset "UTF-8";
@keyframes _anDownUpOp {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes _anDownUpOp {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes _anDownUpOp01 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes _anDownUpOp01 {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes _anLeftRightOp {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes _anLeftRightOp {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

@keyframes liMove {
  0% {
    transform: translateY(-110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes liHIde {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(110%);
    opacity: 0;
  }
}

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #f8f8fb;
  min-width: 1200px;
}

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

input {
  font-family: "微软雅黑";
  font-size: 14px;
}

.white,
a.white {
  color: #fff;
}

.fc,
a.fc {
  color: #1d2974;
}

.whitebg,
input.whitebg {
  background: #fff;
}

.eeebg,
input.eeebg {
  background: #eee;
}

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.comfoot {
  padding: 40px 0 0;
  width: 100%;
  background: #fff;
}

.comfoot .sys {
  float: right;
  text-align: center;
  padding-left: 20px;
  color: #808080;
}

.comfoot .sys img {
  width: 95px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.comfoot .box02 {
  float: left;
  margin-right: 55px;
}

.comfoot .box02 a {
  display: block;
}

.comfoot .box02 a.a1 {
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
}

.comfoot .box02 a.a2 {
  color: #808080;
  margin-top: 5px;
}

.comfoot .box02 a:hover {
  text-decoration: underline;
}

.comfoot .bot {
  background: #1d2a75;
  height: 50px;
  line-height: 50px;
  color: #b1b5cf;
}

.comfoot .bot .p2 {
  background: url(../images/ic01.png) no-repeat left;
  padding-left: 30px;
}

.indextit {
  width: 100%;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b4586;
}

.indextit b {
  font-size: 24px;
  font-weight: 400;
}

.indextit a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

.indextit a:hover {
  text-decoration: underline;
}

.indextit i {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 70px;
  background: #1d2974;
}

.bannerleft {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.bannerleft .bd {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.bannerleft .bd a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 720px;
}

.bannerleft .hd {
  position: static;
}

.bannerleft .hd .prev, .bannerleft .hd .next {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 60px;
  opacity: 0.5;
  z-index: 1;
  left: 150px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  margin-top: -30px;
}

.bannerleft .hd .prev img, .bannerleft .hd .next img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bannerleft .hd .prev:hover, .bannerleft .hd .next:hover {
  background: rgba(29, 41, 116, 0.7);
  border-color: rgba(29, 41, 116, 0.7);
}

.bannerleft .hd .next {
  left: auto;
  right: 150px;
}

.bannerleft .hd ul {
  bottom: 20px;
  position: absolute;
  right: 50%;
  margin-right: 500px;
}

.bannerleft .hd ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 0px;
  font-size: 0px;
  margin: 0 4px;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.bannerleft .hd ul li.on {
  background: rgba(29, 41, 116, 0.7);
  border: none;
  width: 12px;
  height: 12px;
}

.bannerleft:hover .prev, .bannerleft:hover .hd .next, .zbannerleft .hd .bannerleft:hover .next, .in_case .hd .bannerleft:hover .next {
  opacity: 1;
}

.zbannerleft {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.zbannerleft .bd {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.zbannerleft .bd a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}

.zbannerleft .hd {
  position: static;
}

.zbannerleft .hd .prev, .zbannerleft .hd .next {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 60px;
  opacity: 0.5;
  z-index: 1;
  left: 150px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  margin-top: -30px;
}

.zbannerleft .hd .prev img, .zbannerleft .hd .next img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.zbannerleft .hd .prev:hover, .zbannerleft .hd .next:hover {
  background: rgba(29, 41, 116, 0.7);
  border-color: rgba(29, 41, 116, 0.7);
}

.zbannerleft .hd .next {
  left: auto;
  right: 150px;
}

.zbannerleft .hd ul {
  bottom: 20px;
  position: absolute;
  right: 50%;
  margin-right: 500px;
}

.zbannerleft .hd ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 0px;
  font-size: 0px;
  margin: 0 4px;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.zbannerleft .hd ul li.on {
  background: rgba(29, 41, 116, 0.7);
  border: none;
  width: 12px;
  height: 12px;
}

.zbannerleft:hover .prev, .bannerleft .hd .zbannerleft:hover .next, .zbannerleft:hover .hd .next, .in_case .hd .zbannerleft:hover .next {
  opacity: 1;
}

.indTop {
  height: 90px;
  z-index: 97;
  position: fixed;
  left: 0;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 100%;
}

.indTop .headBox {
  width: 100%;
  z-index: 97;
  clear: both;
  height: 90px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.indTop .headBox .wrap {
  z-index: 2;
}

.indTop .logo {
  height: 58px;
  overflow: hidden;
  margin-top: 15px;
}

.indTop .logo a img {
  display: block;
  height: 58px;
}

.indTop .search {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 90px;
}

.indTop .search .searchtop {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  background: url(../images/search.png) no-repeat center;
  margin-top: 26px;
  margin-left: 35px;
}

.indTop .search .searchbox {
  position: absolute;
  right: 0;
  top: 90px;
  display: none;
  width: 275px;
}

.indTop .search .searchbox .text {
  width: 235px;
  height: 50px;
  color: #fff;
}

.indTop .search .searchbox .text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.indTop .search .searchbox .btn {
  background: url(../images/search01.png) no-repeat center;
  width: 40px;
  height: 50px;
  border: none;
  cursor: pointer;
}

.indTop .search:hover .searchtop {
  border-color: #fff;
  background-image: url(../images/search_on.png);
}

.indTop .topR {
  padding-right: 70px;
}

.alltop {
  background: #1d2974;
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  z-index: 97;
  font-size: 12px;
}

.alltop span {
  margin-left: 20px;
}

/*
* 主导航
*/
.menuBox {
  z-index: 9;
}

.menuDl dd {
  display: inline;
  float: left;
  padding: 0 5px;
  z-index: 3;
}

.menuDl dd span a {
  display: block;
  overflow: hidden;
  font-weight: bold;
  margin: 0px 10px;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #4c4c4c;
}

.menuDl .subMenuDiv {
  display: none;
  width: 100%;
  position: absolute;
  top: 90px;
  z-index: 1;
}

.menuDl dt {
  width: 0;
  height: 5px;
  overflow: hidden;
  background: #c21c19;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: -1px;
  z-index: 2;
}

.menuDl dd.hover .subMenuDiv {
  z-index: 3;
}

.menuDl .subMenu_ul {
  width: 1000px;
  overflow: hidden;
  padding: 10px 0px;
  z-index: 3;
}

.menuDl .subMenu_ul li {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  z-index: 2;
  float: left;
  display: inline;
  margin: 0px 15px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.menuDl .subMenu_ul li a {
  display: block;
  overflow: hidden;
  color: #c6bfd1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menuDl .subMenu_ul li a span {
  font-weight: bold;
}

.menuDl .subMenu_ul li a span em {
  display: block;
  width: 2px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: -5px;
  background: #d6000f;
}

.menuDl .subMenu_ul li a:hover {
  color: #fff;
}

.menuDl dd.hover .subMenu_ul li {
  opacity: 0;
  -webkit-animation: liMove 0.3s linear forwards;
  -o-animation: liMove 0.3s linear forwards;
  animation: liMove 0.3s linear forwards;
}

.menuDl dd.hide .subMenu_ul li {
  opacity: 1;
  -webkit-animation: liHIde 0.3s linear forwards;
  -o-animation: liHIde 0.3s linear forwards;
  animation: liHIde 0.3s linear forwards;
}

.subMenuShadow {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 50000px;
  margin-left: -25000px;
}

.listBg {
  width: 0px;
  height: 0px;
  overflow: hidden;
  background: white;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
}

.menuBg {
  display: none;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 90px;
  right: auto;
  bottom: auto;
  z-index: 1;
  background: rgba(29, 41, 116, 0.8);
}

.subMenuDiv.showMenu {
  -webkit-animation: showMenu 0.5s linear forwards;
  -o-animation: showMenu 0.5s linear forwards;
  animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.subMenuDiv.hideMenu {
  -webkit-animation: hideMenu 0.5s linear forwards;
  -o-animation: hideMenu 0.5s linear forwards;
  animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.inmainbg {
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), color-stop(0.33, #fff), to(#7078a8));
  background: -webkit-linear-gradient(top, #fff, #7078a8);
  background: -moz-linear-gradient(top, #fff, #7078a8);
  background: -o-linear-gradient(top, #fff, #7078a8);
  background: linear-gradient(top, #fff, #7078a8);
  padding-bottom: 20px;
}

.notice {
  background: #3b4586;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.notice .title {
  padding: 0 30px;
  font-weight: bold;
  font-size: 18px;
  margin-right: 40px;
}

.notice .noticeleft {
  width: 880px;
}

.notice .noticeleft .bd .tempWrap {
  width: 880px !important;
}

.notice .noticeleft ul {
  overflow: hidden;
  zoom: 1;
}

.notice .noticeleft ul li {
  margin-right: 60px;
  float: left;
  _display: inline;
  width: auto !important;
}

.notice .noticeleft ul li span {
  margin-right: 15px;
}

.notice .noticeleft ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 430px;
}

.notice .noticeleft ul li a:hover {
  filter: alpha(Opacity=80);
  opacity: 0.8;
  -webkit-opacity: 0.8;
}

.notice .more {
  position: absolute;
  left: auto;
  top: 0;
  right: 30px;
  bottom: auto;
  color: rgba(255, 255, 255, 0.7);
}

.notice .more:hover {
  color: #fff;
}

.inbox {
  padding: 40px 30px 0 30px;
}

.inbox.pt30 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.in_case {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 18px;
}

.in_case .title {
  color: #1d2974;
  font-weight: bold;
  font-size: 16px;
}

.in_case .hd .prev, .in_case .hd .next {
  z-index: 1;
  width: 25px;
  height: 29px;
  background: url(../images/arrow02.png) no-repeat center;
  border: 1px solid #f3f3f3;
  display: inline-block;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.in_case .hd .prev:hover, .in_case .hd .next:hover {
  background: #1d2974 url(../images/arrow02_on.png) no-repeat center;
}

.in_case .hd .next {
  background: url(../images/arrow03.png) no-repeat center;
  left: auto;
}

.in_case .hd .next:hover {
  background: #1d2974 url(../images/arrow03_on.png) no-repeat center;
}

.in_case .bd {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 17px;
}

.caselist {
  float: left;
  width: 270px;
  margin-right: 20px;
  display: block;
  background: #fff;
  overflow: hidden;
}

.caselist a {
  display: block;
}

.caselist .imgbox {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.caselist .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.caselist .tit {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #666666;
  height: 46px;
  line-height: 46px;
  z-index: 1;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  left: 0;
  width: 215px;
}

.caselist .bg {
  background: #1d2974 url(../images/arrow01.png) no-repeat 800px;
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 100%;
  height: 46px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

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

.caselist:hover .bg {
  bottom: 0;
  background-position: 245px;
}

.caselist:hover .tit {
  color: #fff;
  left: 12px;
}

.blogroll {
  background: #b9bdd5;
  padding: 25px 30px;
  color: #fff;
}

.blogroll .tit {
  font-size: 16px;
  font-weight: bold;
}

.blogroll menu {
  width: 1050px;
  margin-left: 20px;
}

.blogroll menu a {
  color: #fff;
  margin-right: 22px;
  display: inline-block;
  margin-bottom: 4px;
}

.blogroll menu a:hover {
  text-decoration: underline;
}

.indexad {
  width: 480px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.indexad menu {
  height: 100%;
}

.indexad menu a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.indexad menu .tit {
  max-width: 410px;
  position: absolute;
  left: 15px;
  bottom: 17px;
  background: #1d2974;
  font-size: 16px;
  color: #fff;
  filter: alpha(Opacity=90);
  opacity: 0.9;
  -webkit-opacity: 0.9;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0 20px;
}

.indexad #indexad_num {
  display: none;
}

.in_news {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.in_news .title {
  color: #1d2974;
  font-weight: bold;
  font-size: 16px;
}

.in_news .hd {
  top: 10px;
}

.in_news .hd ul {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.in_news .hd ul li {
  float: left;
  width: 20px;
  height: 1px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #cccccc;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.in_news .hd ul li.on {
  width: 40px;
  height: 2px;
  background: #1d2974;
}

.in_news .bd {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 17px;
}

.in_news .bd li {
  float: left;
  width: 100%;
  margin-right: 20px;
  display: block;
  overflow: hidden;
}

.in_news .bd li a {
  display: block;
}

.in_news .bd li .tit {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.in_news .bd li .des {
  color: #999999;
  height: 72px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.in_news .bd li .date {
  color: #cccccc;
  margin-top: 15px;
}

.in_news .bd li:hover .tit {
  color: #1d2974;
}

.innewbox {
  width: 400px;
  margin-left: 28px;
}

.innewbox .entit {
  font-size: 18px;
  color: #cccccc;
  text-transform: uppercase;
  font-weight: lighter;
}

.innewbox .innewstit {
  font-weight: bold;
  font-size: 16px;
  color: #1d2974;
  margin-bottom: 40px;
  margin-top: 10px;
}

.invideo {
  background: url(../images/bg/bg01.jpg) no-repeat top;
  width: 175px;
  height: 275px;
  color: #fff;
  padding-left: 25px;
  padding-top: 25px;
  overflow: hidden;
}

.invideo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}

.invideo:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
}

.invideo:hover:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.invideo:hover:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.invideo .tit {
  margin-bottom: 10px;
}

.invideo .entit {
  filter: alpha(Opacity=50);
  opacity: 0.5;
  -webkit-opacity: 0.5;
  text-transform: uppercase;
  font-weight: lighter;
}

.invideo .txt {
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-opacity: 0.7;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.zbanner {
  width: 100%;
  overflow: hidden;
}

.zbanner img {
  display: block;
}

.zbanner p {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.crumbbox {
  color: #999999;
  background: url(../images/ic03.png) no-repeat left;
  padding-left: 21px;
}

.crumbbox a {
  color: #999999;
}

.zbox_l {
  width: 280px;
  background: #e8e9f1;
}

.zbox_l .zalltit_l {
  height: 140px;
  background: url(../images/bg/bg02.jpg) no-repeat top;
  color: #fff;
  text-align: center;
}

.zbox_l .zalltit_l .tit {
  font-weight: bold;
  font-size: 30px;
  padding-top: 35px;
  margin-bottom: 18px;
  line-height: 30px;
}

.zbox_l .zalltit_l .entit {
  font-size: 20px;
  text-transform: uppercase;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  -webkit-opacity: 0.5;
  font-weight: lighter;
}

.zbox_l .znav_l {
  text-align: right;
  margin-top: 20px;
  /*a:hover{
            background: $col05 url(../images/arrow04.png) no-repeat 160px;font-size: 20px;color: $col02;padding-right: 80px;margin-bottom: 13px;margin-top: 8px;@include _lh(50px);border-bottom-left-radius: 25px;border-top-left-radius: 25px;
        }*/
}

.zbox_l .znav_l a {
  padding-left: 40px;
  display: inline-block;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #b9bdd5 url(../images/arrow04.png) no-repeat 160px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #e8e9f1;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.zbox_l .znav_l .sel a {
  background: #c21c19 url(../images/arrow04.png) no-repeat 160px;
  font-size: 20px;
  color: #fff;
  padding-right: 80px;
  margin-bottom: 13px;
  margin-top: 8px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.zbox_l .znav_l a:hover {
  background: #c21c19 url(../images/arrow04.png) no-repeat 140px;
  color: #fff;
  padding-right: 80px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.zbox_l .zinfo_l {
  background: #b9bdd5;
  padding: 40px 35px;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  color: #fff;
  width: 210px;
}

.zbox_l .zinfo_l .txt {
  background: url(../images/tel01.png) no-repeat left;
  padding-left: 60px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.zbox_l .zinfo_l .txt p {
  font-weight: bold;
  font-weight: lighter;
}

.zbox_l .zinfo_l .tel {
  font-weight: bold;
  font-size: 20px;
}

.zbox_l .zinfo_l .tel span {
  font-weight: bold;
}

.zbox_r {
  background: #fff;
  width: 820px;
  padding-left: 70px;
  padding-right: 30px;
  min-height: 700px;
}

.zbox_r .zalltit_r {
  font-size: 16px;
  color: #1d2974;
  margin-bottom: 20px;
  font-weight: bold;
  padding-top: 40px;
}

.zbox_r .zallname_r {
  font-size: 24px;
  padding-bottom: 40px;
}

.zbox_r .zcon {
  line-height: 30px;
  color: #666666;
  padding-bottom: 60px;
}

.zbox_r .zcon video {
  background: #000000;
  width: 100%;
}

.his_con {
  margin-top: 10px;
  padding-bottom: 35px;
}

.his_con .his_top {
  padding-left: 100px;
  height: 160px;
}

.his_tcon {
  overflow: hidden;
  height: 160px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  left: 0;
}

.his_lgcon {
  overflow: hidden;
  height: 160px;
  width: 672px;
}

.his_tspan {
  width: 160px;
  height: 160px;
  background: url(../images/add.png) no-repeat center center;
  color: #1d2974;
  font-size: 14px;
  line-height: 14px;
  padding-top: 98px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-right: 64px;
  z-index: 5;
  cursor: pointer;
}

.his_tspan:hover {
  background-image: url(../images/add_on.png);
}

.his_bor {
  width: 100%;
  height: 1px;
  background: #1d2974;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
}

.his_l {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  background: url(../images/his_l.png) no-repeat;
  margin-top: -8px;
  z-index: 10;
}

.his_r {
  width: 17px;
  height: 17px;
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  background: url(../images/his_l.png) no-repeat;
  margin-top: -8px;
  z-index: 10;
  cursor: pointer;
}

.his_sel {
  background: url(../images/his_sel.png) no-repeat;
}

.his_l:hover {
  cursor: pointer;
}

.his_sgcir {
  width: 160px;
  height: 160px;
  background: url(../images/sbcir.jpg) no-repeat center center;
  font-size: 24px;
  color: #1d2974;
  text-align: center;
  box-sizing: border-box;
  padding-top: 50px;
  z-index: 11;
  position: absolute;
  left: 100px;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.his_show {
  padding-left: 100px;
}

.his_showcir {
  height: 128px;
  padding-top: 73px;
  padding-left: 140px;
  margin-top: -11px;
  background: url(../images/lines1.png) no-repeat 96px top;
  z-index: 10;
  overflow: hidden;
}

.his_ccir {
  width: 121px;
  height: 121px;
  text-align: center;
  padding-top: 36px;
  background: url(../images/ty.png) no-repeat;
  color: #1d2974;
  font-size: 24px;
  float: left;
  transition: all 0.8s ease-in-out;
  line-height: 28px;
}

.his_cron {
  width: 425px;
  margin-left: 24px;
  float: left;
  padding-top: 36px;
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.showcisel {
  background: url(../images/lines2.png) no-repeat 108px top;
  padding-left: 0;
  padding-top: 60px;
}

.his_showcir a {
  display: block;
}

.his_showcir:hover .his_cron {
  color: #1d2974;
}

.his_showcir:hover .his_ccir {
  background: url(../images/sty.png) no-repeat;
  color: #fff;
}

.his_shone {
  display: none;
}

.w110 {
  width: 110%;
}

.honorlist {
  display: block;
  float: left;
  width: 390px;
  margin-right: 39px;
  margin-bottom: 40px;
}

.honorlist .img {
  height: 246px;
  overflow: hidden;
}

.honorlist .img img {
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.honorlist .tit {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.honorlist:hover .tit {
  color: #1d2974;
}

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

.videolist {
  display: block;
  float: left;
  width: 390px;
  margin-right: 39px;
  margin-bottom: 40px;
}

.videolist .img {
  height: 246px;
  overflow: hidden;
}

.videolist .img span {
  width: 50px;
  height: 50px;
  background: rgba(26, 29, 43, 0.75) url(../images/ic04.png) no-repeat center;
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 17px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.videolist .tit {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.videolist:hover span {
  width: 100%;
  height: 100%;
  background: rgba(29, 41, 116, 0.7) url(../images/ic04.png) no-repeat center;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
}

.videolist:hover .tit {
  color: #1d2974;
}

.projectlist {
  display: block;
  float: left;
  width: 260px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.projectlist .img {
  height: 164px;
  overflow: hidden;
}

.projectlist .img img {
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.projectlist .tit {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.projectlist:hover .tit {
  color: #1d2974;
}

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

.pageGro {
  margin-bottom: 55px;
  font-size: 0;
}

.pageGro a,
.pageGro input {
  background: #fff;
  color: #3d434e;
  display: inline-block;
  margin-left: 2px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #999999;
  border: 1px solid #eeeeee;
  width: 38px;
  font-size: 14px;
}

.pageGro input {
  width: 100px;
  padding: 0;
  border: none;
  border: 1px solid #eeeeee;
  margin-left: 20px;
  border-right: 0;
}

.pageGro input::-webkit-input-placeholder {
  color: #999999;
}

.pageGro .on, .pageGro a:hover {
  color: #fff;
  background: #1d2974;
}

.pageGro .btn {
  background: #666666;
  color: #fff;
  width: 60px;
  margin-left: 0;
  border-color: #666666;
}

.newslist {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.newslist .tit {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 15px;
  z-index: 1;
}

.newslist .des {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999999;
  height: 48px;
  line-height: 24px;
  z-index: 1;
}

.newslist .date {
  color: #cccccc;
  margin-top: 10px;
  z-index: 1;
}

.newslist:after {
  position: absolute;
  left: -70px;
  top: -1px;
  right: auto;
  bottom: auto;
  width: 920px;
  height: 100%;
  content: '';
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.newslist:hover {
  border-bottom: 1px solid #fafafa;
}

.newslist:hover .tit {
  color: #1d2974;
}

.newslist:hover:after {
  background: #fafafa;
}

.zinfobox {
  padding-bottom: 60px;
}

.zinfobox .p1 {
  font-size: 20px;
  margin-bottom: 25px;
}

.zinfobox .p2 {
  line-height: 30px;
  color: #666666;
  font-size: 16px;
}

.zinfobox .code {
  margin-top: 25px;
  width: 120px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-bottom: 50px;
}

.zinfobox .code .img {
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
}

.zinfobox .code .img img {
  width: 100px;
  height: 100px;
  display: block;
}

.zinfobox .map {
  background: #1D2A75;
  height: 450px;
  width: 100%;
  overflow: hidden;
}

.dtltit {
  padding-top: 45px;
  padding-bottom: 35px;
  text-align: center;
  border-bottom: 1px solid #f8f8fb;
  margin-bottom: 20px;
}

.dtltit .tit {
  font-size: 20px;
  font-weight: bold;
}

.dtltit .info {
  margin-top: 15px;
  color: #999999;
}

.dtltit .info span {
  margin: 0 10px;
}

.dtlcon {
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.dtlcon video {
  width: 820px;
  margin: 0 auto;
  display: block;
  background: #000000;
  margin-bottom: 40px;
}

.pagingbox {
  padding: 40px 30px;
  border-top: 1px solid #f8f8fb;
  font-size: 16px;
  padding-bottom: 15px;
}

.pagingbox a {
  color: #666666;
}

.pagingbox .on, .pagingbox .pageGro a:hover, .pageGro .pagingbox a:hover {
  color: 999999;
}

.pagingbox p {
  margin-bottom: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.pagingbox a:hover {
  color: #1d2974;
}

.partybg {
  background: #f9e8e8;
}

/*空*/
.nobox {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 100px;
}

.nobox p {
  margin-top: 30px;
}

/*404*/
.page_frame {
  width: 100%;
  height: auto;
  min-height: 730px;
}

.page_frame .error {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 50px 0;
  top: 103px;
}

.page_frame .error p {
  color: #999;
  font-size: 14px;
  line-height: 40px;
}

.page_frame .error .a1 {
  display: block;
  width: 380px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  margin: 20px auto;
  border-radius: 6px;
  background: #1d2974;
}

.partylist {
  width: 550px;
  margin-top: 30px;
  float: left;
  margin-right: 40px;
}

.partylist .party_l {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  background: #c21c19;
  width: 125px;
  height: 266px;
  padding-left: 25px;
  padding-top: 40px;
  color: #fff;
  z-index: 1;
}

.partylist .party_l .tit {
  font-size: 24px;
  margin-bottom: 35px;
}

.partylist .party_l .entit {
  line-height: 24px;
  text-transform: uppercase;
  font-weight: lighter;
}

.partylist .party_l .entit p {
  font-weight: lighter;
}

.partylist .party_l .more {
  border: none;
  background: rgba(26, 29, 43, 0.5);
  color: #dbc6c8;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  width: 100px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
  display: block;
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 20px;
}

.partylist .party_l .more span {
  padding-right: 26px;
  background: url(../images/arrow05.png) no-repeat right;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
}

.partylist .party_l .more:hover span {
  padding-right: 31px;
}

.partylist .txt {
  padding-left: 170px;
  line-height: 24px;
}

.partylist .txt a {
  display: block;
  background: url(../images/ic05.png) no-repeat left;
  padding-left: 13px;
  color: #444444;
  margin-bottom: 8px;
  width: 365px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.partylist .txt a:hover {
  color: #c21c19;
}

.inad img {
  display: block;
}

.indexad01 {
  width: 570px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 360px;
}

.indexad01 menu {
  height: 100%;
}

.indexad01 menu a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.indexad01 #indexad_num01 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.indexad01 #indexad_num01 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 6px;
  margin-left: 2px;
  cursor: pointer;
}

.indexad01 #indexad_num01 span.numsel {
  background: rgba(181, 14, 30, 0.8);
}

.partytop_r {
  width: 530px;
}

.partytop_r .title {
  background: #c21c19;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.partytop_r .more {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  color: #999999;
}

.partytop_r .one {
  display: block;
  margin-bottom: 20px;
}

.partytop_r .one .tit {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 20px;
}

.partytop_r .one .des {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 15px;
}

.partytop_r .one .date {
  color: #cccccc;
}

.partytop_r .one:hover .tit {
  color: #c21c19;
}

.partytop_r .list {
  display: block;
  color: #444444;
  height: 31px;
  line-height: 31px;
}

.partytop_r .list .date {
  font-size: 12px;
  color: #cccccc;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
}

.partytop_r .list .tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 425px;
}

.partytop_r .list:hover {
  color: #c21c19;
}

.partytop_r .list:hover .date {
  color: #c21c19;
}

.zparty_l {
  width: 250px;
}

.zparty_l .zalltit_l {
  height: 140px;
  background: url(../images/bg/bg03.jpg) no-repeat top;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.zparty_l .zalltit_l .tit {
  font-weight: bold;
  font-size: 30px;
  padding-top: 35px;
  margin-bottom: 18px;
  line-height: 30px;
}

.zparty_l .zalltit_l .entit {
  font-size: 20px;
  text-transform: uppercase;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  -webkit-opacity: 0.5;
  font-weight: lighter;
}

.partynav a {
  display: block;
  margin-bottom: 2px;
}

.partynav a:hover {
  filter: alpha(Opacity=80);
  opacity: 0.8;
  -webkit-opacity: 0.8;
}

.partynav .img {
  width: 100px;
  height: 100px;
  float: left;
}

.partynav .tit {
  float: right;
  border: none;
  background: #c21c19;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 24px;
  line-height: 100px;
  height: 100px;
  width: 148px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.partynav a:nth-child(even) .img {
  float: right;
}

.partynav a:nth-child(even) .tit {
  float: left;
}

.zparty_r {
  width: 820px;
}

.zparty_r .title {
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
  color: #c21c19;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.zparty_r ul {
  margin-bottom: 50px;
}

.zparty_r ul .list {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
}

.zparty_r ul .list .tit {
  width: 620px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.zparty_r ul .list .date {
  color: #cccccc;
  position: absolute;
  left: auto;
  top: 0;
  right: 10px;
  bottom: auto;
}

.zparty_r ul .list:hover .tit {
  color: #c21c19;
}

.zparty_r ul .list:hover .date {
  color: #c21c19;
}

.zparty_r ul li:nth-child(even) {
  background: #f8f8f8;
}

.zparty_r .pageGro {
  margin-bottom: 10px;
}

.gotopbtn {
  background: url(../images/gotop.png) no-repeat center;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 50%;
  margin-right: -690px;
  bottom: 10%;
  display: none;
}

.in_searchbox .searchtxt {
  width: 300px;
  height: 40px;
  border: solid #ccc 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.in_searchbox .searchbtn {
  width: 80px;
  height: 42px;
  background: #1d2974;
  display: block;
  border: none;
  color: #fff;
  cursor: pointer;
}

.in_searchbox .searchbtn:hover {
  filter: alpha(Opacity=80);
  opacity: 0.8;
  -webkit-opacity: 0.8;
}

.c_main {
  color: #c21c19;
}
