body {
  font-family: \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53, sans-serif;
  -webkit-text-size-adjust: none;
  /*Google Chrome*/
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #135faa;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hid {
  /*overflow: hidden;*/
}

@keyframes toShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes toShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rt {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rt {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cw {
  0% {
    width: 117px;
    height: 117px;
  }
  75% {
    width: 150px;
    height: 150px;
  }
  100% {
    width: 175px;
    height: 175px;
  }
}

@-webkit-keyframes cw {
  0% {
    width: 117px;
    height: 117px;
  }
  75% {
    width: 150px;
    height: 150px;
  }
  100% {
    width: 175px;
    height: 175px;
  }
}

.header {
  background: #313131;
  height: 30px;
  line-height: 30px;
}

.header .head-left {
  font-size: 13px;
  color: #ffffff;
}

.header .head-right a {
  font-size: 13px;
  color: #ffffff;
}

.header .head-right span {
  font-size: 13px;
  color: #ffffff;
  padding: 0 10px;
}

.topbar .logo {
  margin: 32px 0;
}

.topbar .toptxt {
  margin-top: 32px;
  margin-left: 140px;
}

.top-links {
  margin-top: 32px;
  position: relative;padding-left: 32px;
}

.top-links ul {
  float: right;
}

.top-links ul li {
position:relative;
  float: left;
  margin-left: 30px;
  height: 28px;
  line-height: 28px;
}

.top-links ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.top-links ul li.lin1 a {
  background: url(../images/top-link1.png) left no-repeat;
  padding-left: 35px;
}

.top-links ul li.lin2 a {
  background: url(../images/top-link2.png) left top no-repeat;
  padding-left: 35px;
}

.top-links ul li.lin2 .wx-ewm{
position: absolute;
    top: 30px;
    right: 0;
    width: 133px;
    height: 124px;
    display: none;
    z-index: 999999;
}

.top-links ul li.lin2 .wx-ewm a{background:none;}

.top-links ul li.lin2:hover .wx-ewm{display:block;}


.top-links ul li.lin3 a {
  background: url(../images/top-link3.png) left no-repeat;
  padding-left: 35px;
}

.top-links ul li:hover a {
  color: #095899;
}

.top-links .search {
  display: none;
  width: 230px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 30px;
  background: #1064b6;
  text-align: left;
  padding: 10px 10px;
}

.top-links .search .txt {
  width: 185px;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  background: #e8e8e8;
  color: #333333;
}

.top-links .search .sub {
  float: right;
}

.navbar {
  height: 60px;
  position: relative;
  z-index: 99;
}

.navbar .phone {
  height: 60px;
    line-height: 60px;
    width: 65px;
    background: #f17809;
    float: left;
    margin-left: 22px;
}

.navbar .phone .ph-num {
 /* margin-left: 44px;*/
 /* background: url(../images/phone-ico.png) left center no-repeat;*/
 /* padding-left: 55px;*/
 /* color: #ffffff;*/
 /* font-size: 18px;*/
}

.nav {
  height: 60px;
  width: 1024px;
  background: #1064b6;
}

.nav ul li.nLi {
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.nav ul li.nLi a {
  color: #ffffff;
  font-size: 18px;
  padding: 0 32px;
  white-space: nowrap;
}

.nav ul li.nLi .subNav {
  display: none;
  width: 100%;
  left: 0;
  top: 60px;
  position: absolute;
  background: url(../images/nav-subli.png);
  text-align: center;
  z-index: 10;
  border-top: 2px solid #fb6e52;
}

.nav ul li.nLi .subNav em {
  display: block;
  position: absolute;
  width: 15px;
  height: 8px;
  left: 50%;
  margin-left: -8px;
  top: -8px;
  background: url(../images/subNav-ico.png) no-repeat;
}

.nav ul li.nLi .subNav li {
  zoom: 1;
  line-height: 24px;
  padding: 10px 20px;
}

.nav ul li.nLi .subNav li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  padding: 0;
}

.nav ul li.nLi .subNav li:hover {
  background: url(../images/nav-subli.png);
}

.nav ul li.nLi.on a {
  font-weight: bold;
}

.banner {
  position: relative;
  margin-top: -30px;
}

.banner .hd {
  display: none;
}

.banner img {
  width: 100%;
}

.banner .timer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  font-size: 0;
  overflow: hidden;
}

.banner .banner-arrow {
  width: 192px;
  height: 80px;
  position: absolute;
  background: url(../images/slider-hdbg.png) left bottom no-repeat;
  left: 0;
  bottom: 30px;
}

.banner .prev,
.banner .next {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  margin-left: 35px;
  float: left;
}

.banner .prev {
  background: url(../images/slider-left.png) center no-repeat;
}

.banner .next {
  background: url(../images/slider-right.png) center no-repeat;
}

.banner .prev:hover {
  background: url(../images/slider-left2.png) center no-repeat;
}

.banner .next:hover {
  background: url(../images/slider-right2.png) center no-repeat;
}

.banner .pageState {
  position: absolute;
  left: 220px;
  bottom: 60px;
  color: #ffffff;
  font-size: 15px;
}

.banner .pageState span {
  font-size: 26px;
}


.banner .baoming {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -400px;
  z-index: 10;
}

.banner .baoming .txt img {
  width: 100%;
}

.banner .baoming .bm a {
  display: block;
  margin: 130px auto 0;
  width: 224px;
  height: 70px;
  background: url(../images/bm-link.png);
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}


.index-tit {
  position: relative;
  margin: 65px auto 20px;
}

.index-tit a {
  display: block;
  font-size: 30px;
  color: #333333;
  padding-bottom: 15px;
  text-align: center;
}

.index-tit em {
  position: absolute;
  width: 34px;
  height: 4px;
  background: #f17809;
  left: 50%;
  bottom: 0;
  margin-left: -17px;
}

.link-box1 {
  width: 50%;
  height: 217px;
  float: left;
  margin-top: -100px;
  z-index: 10;
  position: relative;
  background: url(../images/links-box1.png) no-repeat;
  background-size: 100% 100%;
}

.link-box1 h2 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin: 45px 0 20px 0;
}

.link-box1 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.link-box1 a {
  display: block;
  margin: 30px auto 0;
  width: 58px;
  height: 15px;
  background: url(../images/links-box-more.png) center no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.link-box1 a:hover {
  transform: scale(1.2);
}

.link-box2 {
  width: 50%;
  height: 217px;
  float: left;
  margin-top: -100px;
  z-index: 10;
  position: relative;
  background: url(../images/links-box2.png) no-repeat;
  background-size: 100% 100%;
}

.link-box2 h2 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin: 45px 0 20px 0;
}

.link-box2 .regist-box {
  margin: 0 25px;
}

.link-box2 .regist-box .s {
  width: 170px;
  height: 30px;
  border: 1px solid #f8bb82;
  line-height: 30px;
  padding: 0 10px;
  background: none;
  float: left;
  margin-right: 12px;
  color: #f8bb82;
  font-size: 16px;
  outline: none;
}

.link-box2 .regist-box .no-right {
  margin-right: 0;
}

.link-box2 .regist-box .select {
  margin-top: 6px;
  height: 30px;
  border: 1px solid #f8bb82;
  line-height: 30px;
  background: none;
}

.row1 {
  position: relative;
}

.row1 ul li {
  position: relative;
  float: left;
  height: 442px;
  overflow: hidden;
}

.row1 ul li .pic-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.row1 ul li .pic-box a {
  display: block;
}

.row1 ul li .pic-box a img {
  width: 100%;
}

.row1 ul li .pic-box a .mask {
  display: none;
  position: absolute;
  background: url(../images/embajj-msk.png) repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.row1 ul li .pic-box a .tit {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.row1 ul li .pic-box a .abst {
  position: absolute;
  display: none;
  bottom: 30px;
  left: 30px;
  font-size: 15px;
  color: #ffffff;
  width: 72%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row1 ul li .pic-box a .more {
  position: absolute;
  display: none;
  width: 44px;
  height: 44px;
  right: 3%;
  bottom: 30px;
}

.row1 ul li:hover .mask {
  display: block !important;
}

.row1 ul li:hover .tit {
  bottom: 75px !important;
}

.row1 ul li:hover .abst {
  display: block !important;
}

.row1 ul li:hover .more {
  display: block !important;
}

.row1 ul li.li1 {
  width: 630px;
}

.row1 ul li.li2 {
  width: 600px;
  margin-left: 35px;
}

.row1 ul li.li3 {
  width: 300px;
  float: right;
}

.row2 {
  margin-top: 80px;
  padding: 15px 0 60px;
  background: url(../images/row2-bg.png) center no-repeat;
  background-size: cover;
}

.row2 .event-list ul {
  overflow: hidden;
  margin: 0 -35px;
}

.row2 .event-list ul li {
  float: left;
  width: 33.3%;
  height: 270px;
}

.row2 .event-list ul li .item {
  margin: 0 35px;
}

.row2 .event-list ul li .item h3 a {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.row2 .event-list ul li .item h3:after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background: #095899;
  margin: 15px 0;
}

.row2 .event-list ul li .item .abst {
  color: #808080;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;height:75px;
}

.row2 .event-list ul li .item .date {
  background: url(../images/date.png) left center no-repeat;
  margin: 20px 0;
  padding-left: 30px;
  color: #808080;
  font-size: 14px;
}

.row2 .event-list ul li:hover .item {
  background: url(../images/event-libg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 15px 35px;
  margin: 0;
}

.row2 .event-list ul li:hover a {
  color: #ffffff !important;
}

.row2 .event-list ul li:hover h3:after {
  background: #ffffff !important;
}

.row2 .event-list ul li:hover .abst {
  color: #ffffff !important;
}

.row2 .event-list ul li:hover .date {
  color: #ffffff !important;
  background: url(../images/date2.png) left center no-repeat;
}

.row2 .event-list a.index-more {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  background: #1064b6;
  border-radius: 25px;
}

.row3 {
  margin-top: 86px;
}

.row3 ul.link-box {
  margin: 0 -20px;
  overflow: hidden;
}

.row3 ul.link-box li {
  width: 50%;
  float: left;
}

.row3 ul.link-box li .box {
  margin: 0 20px;
  height: 304px;
  overflow: hidden;
}

.row3 ul.link-box li .box .tit {
  margin: 76px 0 55px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.row3 ul.link-box li .box .abst {
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 520px;
  margin: 0 auto;
  text-align: center;
}

.row3 ul.link-box li .box .abst a {
  color: #ffffff;
  margin: 0 20px;
  background: url(../images/baoming-ico.png) left center no-repeat;
  padding-left: 17px;
}

.row3 ul.link-box li .box a.more {
  margin: 44px auto 0;
  display: block;
  width: 47px;
}

.row3 ul.link-box li .box1 {
  background: url(../images/tongxuehui.png) no-repeat;
  background-size: 100% 100%;
}

.row3 ul.link-box li .box2 {
  background: url(../images/baoming.png) no-repeat;
  background-size: 100% 100%;
}

.row4 {
  margin-top: 75px;
  margin-bottom: 100px;
}

.row4 .c1 {
  float: left;
  width: 490px;
}

.row4 .c1 .index-tit {
  margin-top: 35px;
}

.row4 .c1 .index-tit a {
  text-align: left;
}

.row4 .c1 .index-tit em {
  left: 0;
  margin-left: 0;
}

.row4 .c2 {
  float: right;
  width: 737px;
  height: 509px;
  overflow: hidden;
  position: relative;
}

.row4 .c2 .vid a {
  display: block;
}

.row4 .c2 .vid img {
  width: 100%;
}

.row4 .c2 .vid em {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 10;
}

.foot {
  background: url(../images/foot-bg.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
  overflow: hidden;
}

.foot .lf {
  float: left;
  width: 440px;
}

.foot .lf .foot-logo {
  margin-bottom: 30px;
}

.foot .lf .address {
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
}

.foot .links {
  float: left;
  margin-left: 75px;
}

.foot .links .tit {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}

.foot .links .tit em {
  display: block;
  width: 16px;
  height: 2px;
  background: #ffffff;
  margin-top: 9px;
}

.foot .links ul li a {
  background: url(../images/links-ico.png) left center no-repeat;
  padding-left: 17px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.foot .rg {
  float: right;
  width: 267px;
}

.foot .rg .sys {
  float: left;
  margin-top: 47px;
}

.foot .rg .ewm {
  float: right;
  margin-top: 33px;
  width: 116px;
  height: 116px;
  overflow: hidden;
}

.foot .rg .ewm img {
  width: 100%;
}

.cory {
  height: 40px;
  line-height: 40px;
  background: #094075;
  text-align: center;
}

.cory p {
  color: #ffffff;
  font-size: 14px;
}

.listbanner {
  position: relative;
}

.listbanner img {
  margin-top: -30px;
}

.list-top {
  border-bottom: 1px solid #003e91;
  padding-bottom: 15px;
}

.list-top .lm-tit {
  font-size: 22px;
  color: #003e91;
  font-weight: bold;
  float: left;
}

.list-top .location {
  float: right;
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}

.list-top .location a {
  color: #888888;
}

.list-page {
  display: block;
  min-height: 400px;
  margin-bottom: 55px;
  margin-top: 50px;
  overflow: hidden;
}

.list-page .left-nav {
  width: 250px;
  float: left;
  background: url(../images/nav-left.png) left top no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px;
}

.list-page .left-nav .lm {
  padding: 30px;
}

.list-page .left-nav .lm h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 17px;
}

.list-page .left-nav .sideMenu {
  float: right;
  width: 223px;
  background: #ffffff;
}

.list-page .left-nav .sideMenu .lv2 a {
  display: block;
  padding: 23px 30px 23px 22px;
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  text-align: left;
}

.list-page .left-nav .sideMenu .lv2 a:after {
  content: "";
  float: right;
  background: url(../images/nav-left-ico.png) right center no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.list-page .left-nav .sideMenu .lv2:hover a {
  background: #f17809;
  font-weight: bold;
  color: #ffffff;
}

.list-page .left-nav .sideMenu .lv2:hover a:after {
  content: "";
  float: right;
  background: url(../images/nav-left-ico1.png) right center no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.list-page .left-nav .sideMenu .lv2.on a {
  background: #f17809;
  font-weight: bold;
  color: #ffffff;
}

.list-page .left-nav .sideMenu .lv2.on a:after {
  content: "";
  float: right;
  background: url(../images/nav-left-ico1.png) right center no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.list-page .left-nav .sideMenu .lv3 {
  display: none;
  font-size: 16px;
  border-left: 4px solid #f17809;
}

.list-page .left-nav .sideMenu .lv3 li {
  padding: 12px 0;
  margin-left: 20px;
}

.list-page .left-nav .sideMenu .lv3 li a {
  padding-left: 20px;
  color: #4c4c4c;
  background: url(../images/nav-left-ico2.png) left center no-repeat;
}

.list-page .left-nav .sideMenu .lv3 li.current a {
  color: #1064b6;
}

.list-page .left-nav .sideMenu .lv3 li:hover a {
  color: #1064b6;
}

.list-page .right-con {
  width: 1005px;
  float: right;
  overflow: hidden;
}

.list-page .right-con ul.normal {
  margin-top: -10px;}

.list-page .right-con ul.normal li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.list-page .right-con ul.normal li a {
  color: #333333;
  font-size: 16px;
  line-height: 50px;}

.list-page .right-con ul.normal li a p {
  float: left;
  width: calc(100% - 140px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/list-liico.jpg) left center no-repeat;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.list-page .right-con ul.normal li a span {
  float: right;
  color: #666666;
  font-size: 13px;}

.list-page .right-con ul.normal li:hover {
  border-bottom: 1px dashed #1064b6;}

.list-page .right-con ul.normal li:hover a {
  color: #1064b6;}

.list-page .right-con ul.normal li:hover span {
  color: #1064b6;}

.list-page .right-con ul.normal li:hover p {
  margin-left: 5px;}

.list-page .right-con ul.pic-list {
  margin-top: -40px;}

.list-page .right-con ul.pic-list li {
  overflow: hidden;
   padding-top: 60px;
    padding-bottom: 20px;  
   border-bottom: 1px dashed #cccccc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.list-page .right-con ul.pic-list li .pic {
  position: relative;
  float: left;
  width: 175px;
  height: 249px;
  background: #d2e6fa;
  margin: 11px 0 0 11px;}

.list-page .right-con ul.pic-list li .pic a {
  display: block;
  overflow: hidden;}

.list-page .right-con ul.pic-list li .pic a img {
  width: 100%;
  position: absolute;
  top: -11px;
  left: -11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.list-page .right-con ul.pic-list li .text {
  width: 775px;
  overflow: hidden;
  float: right;
  padding-top: 20px;
}

.list-page .right-con ul.pic-list li .text .tit .tit1 {
  font-size: 22px;
  color: #333333;}

.list-page .right-con ul.pic-list li .text .tit .tit2 {
  font-size: 18px;
  color: #333333;
  margin-left: 50px;}

.list-page .right-con ul.pic-list li .text .info {
  margin: 17px 0;
  font-size: 15px;
  color:#333333;
  line-height: 35px;}

.list-page .right-con ul.pic-list li .text .info em {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  margin-right: 5px;}

.list-page .right-con ul.pic-list li .text .more {
  display: block;
  width: 22px;
  height: 13px;
  background: url(../images/jiantou.jpg) no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.list-page .right-con ul.pic-list li:hover {
  border-bottom: 1px dashed #1064b6;}

.list-page .right-con ul.pic-list li:hover img {
  transform: scale(1.05);}

.list-page .right-con ul.pic-list li:hover .tit1 {
  color: #1064b6 !important;}

.list-page .right-con ul.pic-list li:hover .more {
  margin-left: 5px;}

.list-page .right-con ul.news-list {
  margin: 0 -20px;
  overflow: hidden;}

.list-page .right-con ul.news-list li {
  width: 33.3%;
  float: left;
  margin-bottom: 40px;}

.list-page .right-con ul.news-list li .box {
  margin: 0 20px;}

.list-page .right-con ul.news-list li .box .pic {
  width: 100%;
  height: 180px;
  overflow: hidden;}

.list-page .right-con ul.news-list li .box .pic img {
  width: 100%;height:100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.list-page .right-con ul.news-list li .box .text {
  padding: 25px;
  border-bottom: 2px solid #1064b6;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.list-page .right-con ul.news-list li .box .text .tit {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.list-page .right-con ul.news-list li .box .text .abst {
  margin-top: 15px;
  font-size: 14px;
  color: #808080;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;}

.list-page .right-con ul.news-list li .box .text .more {
  display: block;
  margin-top: 15px;
  width: 32px;
  height: 5px;
  background: url(../images/news-jiantou1.jpg) left center no-repeat;}

.list-page .right-con ul.news-list li:hover img {
  transform: scale(1.05);}

.list-page .right-con ul.news-list li:hover .text {
  background: #1064b6;
  border-bottom: 2px solid #f17809;
  box-shadow: 0 0 30px rgba(10, 90, 168, 0.3);}

.list-page .right-con ul.news-list li:hover .tit {
  color: #ffffff !important;}

.list-page .right-con ul.news-list li:hover .abst {
  color: #8cb1d6 !important;}

.list-page .right-con .contain {
  overflow: hidden;}

.list-page .right-con .contain h1 {
  font-size: 30px;
  font-weight: bold;
  color: #545454;
  text-align: center;}

.list-page .right-con .contain h3 {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-align: center;
  margin: 15px 0;}

.list-page .right-con .contain .info {
  color: #999999;
  font-size: 15px;
  border-bottom: 1px dashed #cccccc;
  text-align: center;
  padding-bottom: 25px;}

.list-page .right-con .contain .info span {
  padding: 0 15px;}

.list-page .right-con .contain .con {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;}

.list-page .right-con .contain .con p {
  color: #555555;
  font-size: 16px;
  line-height: 32px;
  padding: 15px 0;
  text-align: justify;}

.list-page .right-con .contain .np {
  margin-top: 35px;}

.list-page .right-con .contain .np a {
  display: block;
  padding: 5px 0;
  font-size: 16px;}

.list-page .full {
  width: 100% !important;}