@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 14px;
  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: #1083da;}

a:focus {
  text-decoration: none;}

.clearfix {
  zoom: 1;}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;}

.rel {
  position: relative;}

.mt10 {
  margin-top: 10px !important;}

.mt20 {
  margin-top: 20px !important;}

.mb20 {
  margin-bottom: 20px !important;}

.mt30 {
  margin-top: 30px !important;}

.mt40 {
  margin-top: 40px !important;}

.mt50 {
  margin-top: 50px !important;}

.mt60 {
  margin-top: 60px;}

.fl {
  float: left;}

.fr {
  float: right;}

.hid {
  overflow: hidden;}

.wrapper {
  position: relative;
  overflow: hidden;}

/* 动画延迟 */
.animation-delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;}

.animation-delay-2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;}

.animation-delay-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;}

.sdiv {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;}

.sdiv.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;}

.con {
  width: auto;
  margin: 0 auto;
  padding: 0 10px;}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);}
  to {
    -webkit-filter: hue-rotate(-360deg);}
}

/* 动画延迟结束 */
.header {
  width: 100%;}

.header .top {
  height: 140px;
  position: relative;background: url(../images/head.jpg) top center no-repeat;
  background-size: cover;}

.header .top .en a {
  line-height: 65px;
  font-size: 14px;
  color: #666666;}

.header .top .search {
  width: 238px;
  height: 30px;
  line-height: 30px;
  margin-top: 50px;
  position: relative;right: 30px;
    background: #005ca1;}

.header .top .search .text {
  width: 80%;
  padding-left: 10px;
  font-size: 14px;
  line-height: 25px;
  background: none;
  border: none;
  outline: none;
  color: #fff;}

.header .top .search .sub {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;}

.header .top .logo {
  position: absolute;
  z-index: 9;
  top: 35px;
  left: 30%;
  transform: translate(-50%);}

.top-nav {
  height: 56px;
  background: #005ca1;
  }

/* 导航 */
.navbar-brand {
  padding: 35px 15px;
  height: auto;}

.navbar-default .navbar-brand {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;}

.navbar-default .navbar-brand:hover {
  color: #ffffff;}

nav.navbar.bootsnav {
  border: none;
  background: none;}

.navbar-nav {}

.navbar-collapse {
  padding: 0;}

nav.navbar.bootsnav ul.nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 30px;
  z-index: 1;}

.nav > li:hover:after {
  width: 100%;}

.nav > li.cur {
  height: auto;
  border-bottom: 3px solid #e51c29;}

.nav > li.cur > a,
.nav > li:hover > a {
  color: #ffffff !important;
  font-weight: bold !important;}

/*
.nav > li:after {
    content: "";
    width: 0;
    height: auto;
    border-bottom: 3px solid #ffffff;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    z-index: 0;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "+";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    top: 25%;
    right: 11%;
    transition: all 0.4s ease 0s;
}
*/
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  display: none;}

nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
  content: "\f105";
  transform: rotate(90deg);}

.dropdown-menu.multi-dropdown {
  position: absolute;
  left: -100% !important;}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
  background: url(../images/nav-sub-bg.jpg);
  width: 100%;
  min-width: auto;
  border-top: 3px solid #e51c29;}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu:before {
  content: "";
  width: 9px;
  height: 4px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  background: url(../images/nav-sanjiao.jpg) center no-repeat;}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  border: none;}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:hover a {
  background: url(../images/nav-sunav-libg.jpg);}

nav.navbar.bootsnav ul.nav > li > a {
  padding: 18px 12px;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  }

nav.navbar.bootsnav .navbar-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 25px;
  color: #ffffff;}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  margin-right: 10px;}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;}
}

/* 浮动导航 */
.header--fixed {
  position: fixed;
  z-index: 12;
  right: 0;
  left: 0;
  top: 0;}

/* 浮动导航结束 */
/* banner焦点图 */
.flexslider .slides li {
  position: relative;}

.flexslider .slides li img {
  min-width: 100%;}

.flexslider .slides li .txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);}

.flexslider .slides li .txt dd {
  float: left;
  padding: 0 8px;}

.flexslider .slides li .txt dd img {
  width: auto;
  max-width: 100%;}

.flexslider .slides li .txt dd.txt-1 {
  width: 24%;}

.flexslider .slides li .txt dd.txt-2 {
  width: 30%;
  margin-top: 10px;}

.flexslider .slides li .txt dd.txt-3 {
  width: 46%;}

.flex-control-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%);}

.flex-control-nav li a {
  margin: 0 15px;
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
  background: url(../images/banner-nav.jpg) no-repeat;
background-size:100% 100%;}

.flex-control-nav li a.flex-active {
  background: url(../images/banner-nav-on.jpg) no-repeat;
width:20px;background-size:100% 100%;}
.flex-control-paging li a:hover{    background: url(../images/banner-nav-on.jpg) no-repeat;background-size:100% 100%;
    width: 20px;}
.banner {
  margin-top: 149px;}

/* banner焦点图结束 */
/* 中部版块 */
/* 首页标题 */
.index-tit {
  width: 80px;
  height: 253px;
  background: url(../images/index-tit-bg.jpg) no-repeat;
  overflow: hidden;}

.index-tit .tit {
  overflow: hidden;}

.index-tit .cn {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  width: 24px;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;}

.index-tit .en {
  float: left;
  font-size: 18px;
  width: 18px;
  margin-top: 20px;
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.4);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);}

.index-tit .ico {
  margin-top: 27px;
  margin-left: 30px;}

.index-tit .index-more {
  display: block;
  font-size: 14px;
  margin-top: 37px;
  margin-left: 20px;
  color: #ffffff;}

.index-cont {
  float: left;
  width: calc(100% - 128px);}

/* 第一行 */
.row1 .index-tit {
  float: right;}

.row1 .c1 {
  float: left;
  width: 550px;}

.row1 .c1 .slider {
  position: relative;}

.row1 .c1 .slider .item {
  position: relative;
  overflow: hidden;}

.row1 .c1 .slider .item img {
  width: 100%;}

.row1 .c1 .slider .item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.48);}

.row1 .c1 .slider .item .tit a {
  display: inline-block;
  width: 70%;
  margin-left: 15px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }

.row1 .c1 .slider .slick-dots {
  position: absolute;
  right: 12px;
  bottom: 15px;
  width: 115px;
  }

.row1 .c1 .slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  float: left;
  margin-left: 10px;
text-indent: 999px;}

.row1 .c1 .slider .slick-dots li.slick-active {
  background: #1184d9;}

.slick-dots li button:before{
display:none;}

.row1 .c2 {
  width: 490px;
  float: right;}

.row1 .c2 ul {
  overflow: hidden;}

.row1 .c2 ul li {
  margin-bottom: 20px;
  overflow: hidden;}

.row1 .c2 ul li a p {
  float: left;
  font-size: 16px;
  width: calc(100% - 115px);
  padding-left: 18px;
  background: url(../images/li-ico.jpg) left center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.row1 .c2 ul li a span {
  float: right;
  font-size: 14px;
  color: #808080;}

.row1 .c2 li a:hover p {
  transform: translatex(5px);}

/* 第二行 */
.row2 {
      background: #f2f2f2;
  background-size: cover;    padding: 50px 0;}

.row2 .index-tit {
  float: left;}

.row2 .index-cont {
  float: right;}

.tzgg-list {
  background: url(../images/tzgg-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 18px 30px 18px 20px;
  overflow: hidden;}

.tzgg-list ul {
  overflow: hidden;
  margin: 0 -30px;}

.tzgg-list ul li {
  float: left;
  width: 33.3%;}

.tzgg-list ul li a {
  display: block;
  overflow: hidden;
  padding-bottom: 38px;
  margin: 0 30px;
  border-bottom: 1px solid #d9d9d9;}

.tzgg-list ul li a .date {
  float: left;
  width: 50px;
  text-align: center;}

.tzgg-list ul li a .date .ri {
  font-size: 24px;
  font-weight: bold;
  color: #2393eb;}

.tzgg-list ul li a .date .ny {
  font-size: 12px;
  color: #2393eb;}

.tzgg-list ul li a em {
  content: "";
  width: 1px;
  height: 50px;
  float: left;
  margin-left: 8px;
  background: #d9d9d9;}

.tzgg-list ul li a .tit {
  float: right;
  width: calc(100% - 70px);
  font-size: 16px;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.tzgg-list ul li:nth-child(n + 4) a {}

.tzgg-list ul li:hover .tit {
  transform: translatex(5px);}

.jxky {
  margin-top: 172px;}

.jxky .index-tit {
  float: right;}

.jxky .jxky-list {
  float: left;
  box-shadow: 0 0 40px #ccc;}

.jxky .jxky-list ul li .pic {
  width: 357px;
  height: 225px;
  overflow: hidden;}

.jxky .jxky-list ul li .pic img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.jxky .jxky-list ul li .txt {
  position: relative;
  width: 357px;
  height: 225px;
  background: #ffffff;
  padding: 30px 25px 27px;}

.jxky .jxky-list ul li .txt .tit {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.jxky .jxky-list ul li .txt .info {
  margin: 20px 0;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.jxky .jxky-list ul li .txt .date {
  background: url(../images/date.jpg) left center no-repeat;
  padding-left: 25px;
  font-size: 13px;
  color: #808080;}

.jxky .jxky-list ul li .txt:after {
  content: "";
  display: block;
  width: 12px;
  height: 26px;
  background: url(../images/jxky-jiantou.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -13px;
  z-index: 9;}

.jxky .jxky-list ul li.item1 {
  float: left;}

.jxky .jxky-list ul li.item1 .pic {
  float: left;}

.jxky .jxky-list ul li.item1 .txt {
  float: right;}

.jxky .jxky-list ul li.item2 {
  float: left;}

.jxky .jxky-list ul li.item2 .pic {
  float: right;}

.jxky .jxky-list ul li.item2 .txt {
  float: left;}

.jxky .jxky-list ul li.item2 .txt:after {
  left: 100%;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);}

.jxky .jxky-list ul li.item3 {
  float: left;
  margin-top: -225px;}

.jxky .jxky-list ul li.item3 .txt:after {
  left: 50%;
  margin-left: -13px;
  top: -6px;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);}

.jxky .jxky-list ul li:hover img {
  transform: scale(1.08);}

.jxky .jxky-list ul li:hover .tit {
  color: #1083da !important;}

/* 第三行 */
.row3 {
  background: url(../images/bottom-bg.jpg) bottom center no-repeat;
  background-size: cover;}

.ztpic {}

.ztpic .slider .slick-list {
  padding: 30px 0 !important;}

.ztpic .slider .slick-list .slick-active {
  position: relative;
  z-index: 1;
  transform: scale(1.1);}

.ztpic .slider .slick-list .slick-slide.slick-current {
  position: relative;
  z-index: 9;
  transform: scale(1.5);}

.ztpic .slider .slick-prev,
.ztpic .slider .slick-next {
  position: absolute;
  z-index: 99;
  width: 28px;
  height: 40px;
  top: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);}

.ztpic .slider .slick-prev:before,
.ztpic .slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 32px;
  display: inline-block;
  content: "\f104";
  color: rgba(255, 255, 255, 0.8);}

.ztpic .slider .slick-next:before {
  content: "\f105";}

.ztpic .slider .slick-prev {
  left: 0;}

.ztpic .slider .slick-next {
  right: 0;}

.ztpic .slider .slick-prev:hover,
.ztpic .slider .slick-next:hover {
  background: #5377aa;}

/* 数字 */
.footerTop {
  background: rgba(6, 99, 174, 0.9);
  padding: 20px 0;}

.footerTop li {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  width: 17%;
  margin-left: 2%;}

.footerTop li span {
  font-size: 36px;
  line-height: 40px;}

.foot {
  background:#337cb3;
  padding: 40px 0;}

.foot .ksdh ul li {
  width: 20%;
  float: left;
  text-align: center;}

.foot .ksdh ul li span {
  color: #ffffff;
  font-size: 16px;
  margin-left: 20px;}

.foot .bottom {
  }

.foot .bottom .footlogo {
  width: 50%;
  float: left;}

.foot .bottom .footlogo img {
  float: right;}

.foot .bottom .wx-em {
  width: 50%;
  float: left;}

.foot .bottom .wx-em ul {
  overflow: hidden;
  margin-top: 10px;}

.foot .bottom .wx-em ul li {
  float: left;
  margin-left: 50px;}

.cory {
  background: #005ca0;
  line-height: 46px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;}

.cory p {
  display: inline-block;
  margin: 0 20px;}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
  text-align: center;
  color: #fff;
  height: 100%;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1234;
  margin: 0 auto;
  font-family: "microsoft yahei";
  font-size: 36px;
  background: #000000;
  font-weight: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);}

/* 列表页 */
.listpage {
  background: url(../images/bottom-bg.jpg) bottom no-repeat;
  background-size: cover;}

.listpage .nav-left {
  width: 250px;margin-bottom:50px;}

.listpage .nav-left .nav-tit {
  padding: 20px 20px 0 23px;
  height: 80px;
  background: url(../images/left-nav-ln.jpg) no-repeat;}

.listpage .nav-left .nav-tit h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;}

.listpage .nav-left .nav-tit h3:after {
  content: "";
  width: 26px;
  height: 1px;
  background: #ffffff;
  display: block;
  margin-top: 15px;}

.listpage .nav-left .nav-sub {
  border-left: 6px solid #1184d9;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 {
  padding: 0 20px 0 17px;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 a {
  position: relative;
  display: block;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  padding: 15px 0 15px 44px;
  font-size: 18px;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 a:before {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../images/left-nav-ico.jpg) center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 14px;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 10px 50px;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2 a{
  background: url(../images/li-ico1.jpg) left center no-repeat;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2 a {
  display: block;
  color: #444444 !important;
  font-weight: normal !important;
  font-size: 15px;
  padding-left: 15px;
  border: none;
  padding: 9px 0 9px 15px;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2 a:before {
  display: none;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2:before {
  display: none;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2.current a,
.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2:hover a{
  background: url(../images/li-ico.jpg) left center no-repeat;}

.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2.current a,
.listpage .nav-left .nav-sub ul.nav-pills li.lv1 ul.nav-list li.lv2:hover a {
  color: #1184d9 !important;}

.listpage .nav-left .nav-sub ul.nav-pills li:hover:before,
.listpage .nav-left .nav-sub ul.nav-pills li.current:before {
  content: "";
  width: 6px;
  height: 44px;
  background-color: #b52121;
  position: absolute;
  top: 4px;
  left: -6px;
  transition: all 0.4s ease 0s;}

.listpage .nav-left .nav-sub ul.nav-pills li:hover a,
.listpage .nav-left .nav-sub ul.nav-pills li.current a {
  color: #1184d9 !important;
  font-weight: bold;
  background: none;}

.listpage .con-right {
  width: calc(100% - 290px);
  min-height: 400px;
  padding-bottom: 60px;}

.listpage .con-right .list-top .list-tit {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #cccccc;}

.listpage .con-right .list-top h2 {
  float: left;
  font-size: 20px;
  line-height: 52px;
  font-weight: bold;
  color: #1184d9;
  border-bottom: 2px solid #e51c29;}

.listpage .con-right .list-top .location {
  padding-right: 25px;  color: #888888;}

.listpage .con-right .list-top .location a {
  font-size: 14px;
  color: #888888;}

.listpage .con-right .list-con {
  margin: 20px 0;
  overflow: hidden;}

.listpage .con-right .list-text ul li {
  position: relative;
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px dashed #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.listpage .con-right .list-text ul li span {
  float: right;
  font-size: 14px;
  color: #666666;}

.listpage .con-right .list-text ul li p {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 105px);
  padding-left: 16px;}

.listpage .con-right .list-text ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1184d9;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  transition: all 0.4s ease 0s;}

.listpage .con-right .list-text ul li:hover {
  margin-left: 5px;
  border-bottom: 1px dashed #1184d9;}

.listpage .con-right .list-text ul li:hover p {
  color: #1184d9;}

.listpage .con-right .list-text ul li.first p {
  color: #1184d9;}

.listpage .con-right .list-text ul li.first .abst {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.listpage .con-right .list-pics li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;}

.listpage .con-right .list-pics li .pic {
  width: 280px;
  float: left;
  overflow: hidden;}

.listpage .con-right .list-pics li .pic img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.listpage .con-right .list-pics li .box {
  position: relative;
  width: calc(100% - 310px);
  float: right;}

.listpage .con-right .list-pics li .box .txt h3 a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.listpage .con-right .list-pics li .box .txt h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #1184d9;
  margin-top: 13px;}

.listpage .con-right .list-pics li .box .txt .time {
  margin-top: 28px;
  background: url(../images/time.jpg) left center no-repeat;
  padding-left: 35px;
  font-size: 15px;
  color: #1184d9;}

.listpage .con-right .list-pics li .box .txt .abst {
  margin-top: 20px;
  color: #888888;
  font-size: 13px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.listpage .con-right .list-pics li:hover {
  border-bottom: 1px solid #1184d9;}

.listpage .con-right .list-pics li:hover img {
  transform: scale(1.05);}

.listpage .con-right .list-pics li:hover a {
  color: #1184d9 !important;}

.listpage .con-right .tea-list {
  margin: 0 -20px;
  overflow: hidden;}

.listpage .con-right .tea-list ul {
  padding-bottom: 30px;}

.listpage .con-right .tea-list li {
  margin-top: 100px;
  width: 25%;
  float: left;}

.listpage .con-right .tea-list li .item {
  margin: 0 20px;
  position: relative;}

.listpage .con-right .tea-list li .item .pic {
  position: absolute;
  width: 150px;
  height: 210px;
  left: 50%;
  top: -38px;
  margin-left: -75px;}

.listpage .con-right .tea-list li .item .pic img {
  width: 100%;}

.listpage .con-right .tea-list li .item .box {
  border: 1px solid #d9d9d9;
 padding: 195px 25px 3px;
  overflow: hidden;}

.listpage .con-right .tea-list li .item .box h3 {
  text-align: center;
  padding-bottom: 15px;}

.listpage .con-right .tea-list li .item .box h3 a {
  font-size: 17px;
  color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;}

.listpage .con-right .tea-list li .item .box .info {
display:none;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.listpage .con-right .tea-list li .item .box a.more {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 50%;
  bottom: -14px;
  margin-left: -14px;
  background: url(../images/tea-list-ico1.jpg) no-repeat;}

.listpage .con-right .tea-list li:hover .box {
  border: 1px solid #1184d9 !important;
  background: #1184d9;}

.listpage .con-right .tea-list li:hover a {
  color: #ffffff !important;}

.listpage .con-right .tea-list li:hover .info {
  color: #ffffff !important;}

.listpage .con-right .tea-list li:hover a.more {
  background: url(../images/tea-list-ico2.jpg) no-repeat !important;}

.listpage .con-right .con-page {
  padding-top: 25px;}

.listpage .con-right .con-page h1 {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  line-height: 28px;}

.listpage .con-right .con-page h2 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  line-height: 28px;}

.listpage .con-right .con-page .article-date {
  font-size: 15px;
  color: #999999;
  text-align: center;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #d9d9d9;}

.listpage .con-right .con-page .article-date span {
  padding: 0 10px;}

.listpage .con-right .con-page .article-text {
  padding: 20px 0;
  border-bottom: 1px dashed #d9d9d9;}

.listpage .con-right .con-page .article-text p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  color: #555555;
  padding-bottom: 15px;
      text-align: justify;}

.listpage .con-right .con-page .article-text p img,
.listpage .con-right .con-page .article-text p video {
  margin-left: -2em;}

.listpage .con-right .con-page .article-text table p {
  text-indent: 0;
  padding-bottom: 0;
    text-align: center;}

.listpage .con-right .con-page .next {
  padding-top: 30px;}

.listpage .con-right .con-page .next a {
  display: block;
  font-size: 16px;
  padding: 5px 0;}

.listpage .con-right .con-page .next a span {
  color: #0c51ab;}

.listpage .con-right .list-tea {
  margin: 20px 0;}

.listpage .con-right .list-tea ul {
  margin: 0 -18px;
  padding-top: 60px;
  overflow: hidden;}

.listpage .con-right .list-tea ul li {
  width: 25%;
  float: left;
  margin-bottom: 80px;}

.listpage .con-right .list-tea ul li .con-box {
  display: block;
  padding-top: 200px;
  margin: 0 18px;
  position: relative;
  border: 1px solid #d6d6d6;}

.listpage .con-right .list-tea ul li .con-box .pic {
  position: absolute;
  width: 80%;
  top: -30px;
  left: 10%;}

.listpage .con-right .list-tea ul li .con-box .pic img {
  width: 100%;}

.listpage .con-right .list-tea ul li .con-box .txt {
  text-align: center;
  padding-bottom: 25px;}

.listpage .con-right .list-tea ul li .con-box .txt h5 {
  font-size: 15px;
  color: #444444;
  line-height: 32px;}

.listpage .con-right .list-tea ul li .con-box .txt p {
  font-size: 14px;
  color: #666666;}

.listpage .con-right .list-tea ul li .con-box a.more {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -18px;}

.listpage .con-right .list-tea ul li:hover .pic img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.1);}

.listpage .con-right .list-tea ul li:hover .txt h5 {
  font-weight: bold;
  color: #0068b6;}


.ztpic{overflow:hidden;}

.mode05{width: 100%;max-width: 1200px;margin: 0 auto;position: relative;}

.mode05 .right{position: absolute;bottom: 57px;left: 50%;margin-left: -63px;opacity: 0;width: 0;overflow: hidden;transform: translateX(100%);transition: all 620ms cubic-bezier(0.215, 0.61, 0.355, 1) 380ms;opacity: 0;filter: alpha(opacity=0);}
.mode05 .left{position: absolute;bottom: 20px;right: 50%;margin-right: 42px;opacity: 0;width:0;overflow: hidden;transform: translateX(-100%);filter: alpha(opacity=0);transition: all 620ms cubic-bezier(0.215, 0.61, 0.355, 1) 380ms;}
.mode05 .flex-active-slide .right{opacity: 1;width: auto;transform: translateX(0);opacity: 1;filter: alpha(opacity=100);white-space: nowrap;}
.mode05 .flex-active-slide .left{transform: translateX(0);width: auto;opacity: 1;filter: alpha(opacity=100);}
.mode05 .flex-control-nav{position: absolute;left: 50%;width: auto;bottom: 30px;margin-left: -28px;height: 12px;}
.mode05 .flex-control-nav li{margin: 0 12px 0 0;}
.mode05 .flex-control-paging li a{width: 12px;height: 12px;border-radius: 50%;}
.mode05 .flex-viewport{overflow: visible !important;}
.mode05 .slides li{width: 100%;overflow: hidden;background: #000;position: relative;}
.mode05 .slides li a img{opacity: 0.7;*filter: alpha(opacity=70);}
.mode05 .slides .flex-active-slide a img{opacity: 1;*filter: alpha(opacity=100);}

.mode05 .slides li a{display: block;height: 0;padding-bottom: 35%;width: 100%;background-position: top center;background-size: cover;}