@media (min-width: 1600px){
	.container2 {
    	width: 1400px;
	}	
}


.jq-img {
  width: 100%;
}
.ti2{
	text-indent:2em;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f2f2f2;
}
.text-popup {
  animation: textPopup 1s;
  color: #29547e;
  user-select: none;
  white-space: nowrap;
  position: absolute;
  z-index: 99;
}
@keyframes textPopup {
  0%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes imageAnimation {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
@keyframes imageAnimation2 {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 105% 105%;
  }
}
/*Navbar*/
.header {
  z-index: 99;
  position: relative;
  background: #fff;
  border-bottom: solid 1px #eee;
}
.header .navbar {
  margin: 0;
}
.header .navbar-default {
  border: none;
  background: none;
}
/*Navbar Brand*/
.header .navbar-brand {
  top: 10px;
  z-index: 1;
  position: relative;
  max-width: 200px;
}
.icon-bar {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 1px;
  background-color: #3f3f3f;
  transition: all ease 0.6s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}
.top-bar {
  transform: rotate(45deg);
  transform-origin: 15% 100%;
}
.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 38% 90%;
}
.collapsed .top-bar {
  transform: rotate(0);
}
.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 999px) {
  .header .navbar-brand {
    top: 15px;
  }
}
/*Navbar Toggle*/
.header .navbar-default .navbar-toggle {
  top: 17px;
  position: relative;
  border-color: #3f3f3f;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background: #3f3f3f;
}
.header .navbar-toggle:hover {
  background: #fff;
}
/*Navbar Collapse*/
.header .navbar-collapse {
  position: relative;
}
/*Navbar Menu*/
.header .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #29547e;
}
@media (min-width: 992px) {
  .header .navbar-nav {
    float: right;
  }
}
/*--------------------------------------------------
    [2. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header .navbar-header {
    float: none;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important;
  }
  .header .navbar-nav > li {
    float: none;
  }
  .header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /*Navbar Brand*/
  .header .navbar-brand {
    top: -1px;
  }
  /*Navbar Toggle*/
  .header .navbar-default .navbar-toggle {
    top: 1px;
  }
  /*Navbar*/
  .header .navbar-header {
    padding: 20px 0;
  }
  /*Pull Right*/
  .header .dropdown-menu.pull-right {
    float: none !important;
  }
  /*Dropdown Menu Slide Down Effect*/
  .header .dropdown > a:after {
    top: 10px !important;
  }
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header .navbar-nav .open .dropdown-menu > li > a,
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .header .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
  /*Design for max-width: 991px*/
  .header .navbar-collapse,
  .header .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px;
  }
  .header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header .navbar-default .navbar-nav > li > a:hover {
    color: #29547e;
  }
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:hover,
  .header .navbar-default .navbar-nav > .active > a:focus {
    background: #29547e;
    color: #fff !important;
  }
  .header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #333 !important;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0;
  }
  .header .navbar-default .navbar-nav > li:hover:after,
  .header .navbar-default .navbar-nav > li.thisclass:after {
    content: "";
    position: absolute;
    height: 15px;
    border-left: solid 1px #29547e;
    bottom: 5px;
    left: 50%;
  }
  .header .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 30px;
  }
  .header .navbar-default .navbar-nav > li > a,
  .header .navbar-default .navbar-nav > li > a:hover,
  .header .navbar-default .navbar-nav > li > a:focus,
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:hover,
  .header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }
  .header .navbar-default .navbar-nav > .open > a,
  .header .navbar-default .navbar-nav > .open > a:hover,
  .header .navbar-default .navbar-nav > .open > a:focus {
    color: #262626;
  }
  .header .navbar-default .navbar-nav > li:hover > a {
    color: #262626;
  }
  /*Dropdown Menu*/
  .navbar-nav > li > .dropdown-menu {
    text-align: left;
    padding: 15px 0 15px 20px;
    border-radius: 0;
    z-index: 9999 !important;
    box-shadow: none;
    border: none;
    background: #1919191f;
  }
  .header .dropdown-menu li a {
    color: #3877b5;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px;
  }
  .header .dropdown-menu .active > a,
  .header .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    background: #1919190f;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header .open > .dropdown-menu {
    display: none;
  }
  /*Search*/
  .header .navbar .search-open {
    width: 330px;
  }
}
/*--------------------------------------------------
    [3. Header - Submenu]
----------------------------------------------------*/
/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu {
  position: relative;
}
.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\e258";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " ";
  }
}
.header .dropdown > a:after {
  top: 30px;
  right: 15px;
  content: "\e259";
}
.header .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}
.header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 1200px) {
	.banner .ss {
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
	  max-height: 500px;
	  height: auto!important;
	}
}


@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
.header .dropdown-submenu.pull-left {
  float: none;
}
.header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
/*--------------------------------------------------
    [4. Header - Search]
----------------------------------------------------*/
/*Search Box
------------------------------------*/
.header .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: inherit;
  border-bottom: none;
  padding: 31px 0 31px;
  display: inline-block;
}
.header .navbar .nav > li > .search:hover {
  color: #29547e;
  background: inherit;
}
.header .navbar .search-open {
  right: 0;
  top: 77px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd;
}
.header .navbar .search-open form {
  margin: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar > .container .navbar-brand,
  .header .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
  .header .navbar-toggle {
    margin-right: 0;
  }
  .header .navbar .search-open {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .header .navbar .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
  }
  .header .navbar .nav > li > .search:hover {
    background: #29547e;
    color: #fff !important;
  }
  .header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}
/*Header*/
.header-fixed .header {
  height: 79px;
}
.header-fixed .header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 999;
  position: fixed;
  margin-top: -35px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand {
  top: 47px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}
.header-fixed .header.header-fixed-shrink .navbar-brand img {
  width: 90%;
}
.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
  border-bottom: none !important;
}
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header,
  .header-fixed .header.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
  .navc {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding: 56px 30px 18px 20px;
    border-bottom: solid 1px transparent !important;
  }
  .header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 57px;
  }
}
.banner {
  width: 100%;
}
.banner:hover .ss-prev,
.banner:hover .ss-next {
  display: block;
}
.banner .ss-prev,
.banner .ss-next {
  display: none;
  position: absolute;
  top: 45%;
  color: #ffffff;
  z-index: 9;
}
.banner .ss-prev:hover,
.banner .ss-next:hover {
  opacity: 0.6;
}
.banner .ss-prev {
  left: 30px;
}
.banner .ss-next {
  right: 30px;
}
.banner .ss {
  background-repeat: no-repeat;
  background-position: center;
  height: 751px;
}
.banner .ss .ss1 {
  color: #fff;
  position: relative;
}
.banner .ss .ss1:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 10px;
  border-top: solid 1px #29547e;
  left: 50%;
  margin-left: -45px;
  bottom: 0;
}
.banner .ss .ss2 {
  color: #fff;
  font-weight: bold;
}
.banner .ss .ss3 {
  color: #fff;
  line-height: 2;
}
.banner .ss .ss3 span {
  border-right: solid 1px #b6a281;
}
.banner .ss .ss3 span:last-child {
  border-right: none;
}
.banner .ss .ss4 a {
  background: #2d5c8b;
  background: linear-gradient(#28517a 0%, #2d5c8b 100%);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
.s1 {
  position: relative;
  z-index: 9;
}
.s1 .s1c {
  margin-top: -70px;
}
.s1 .container {
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  background: #fff;
  border-radius: 4px;
}
.s1 .container .row {
  position: relative;
}
.s1 .s1c1 {
  color: #555555;
}
.s1 .s1c1 h3 {
  color: #161616;
  position: relative;
}
.s1 .s1c1 h3:after {
  position: absolute;
  content: "";
  width: 39px;
  height: 4px;
  background: #29547e;
  left: 0;
  bottom: 0;
}
.s1 .s1c1 h4 {
  color: #727272;
  font-weight: bold;
}
.s1 .s1c2 {
  position: absolute;
  height: 100%;
  background-image: url('../images/t1.jpg');
  background-size: cover;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tit p {
  color: #a8a8a8;
  font-weight: bold;
  letter-spacing: 2px;
}
.tit h3 {
  font-weight: 700;
  color: #000;
  position: relative;
  letter-spacing: 4px;
}
.tit h3:after {
  content: "";
  position: absolute;
  height: 28px;
  border-left: solid 1px #29547e;
  bottom: 0;
  left: 50%;
}
.tit.re h3 {
  color: #fff;
}
.s2 {
  background-image: url('../images/s2-0.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.s2 .container {
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  background: #fff;
  border-radius: 4px;
}
.s2 .s2c1 {
  height: 56px;
}
.s2 .s2c2 {
  color: #454545;
  font-weight: bold;
}
.s2 .s2c3 {
  color: #555555;
  height: 95px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.s2 .s2c4 a {
  color: #29547e;
  font-weight: bold;
  transition: all ease 0.6s;
  display: block;
}
.s2 .s2c4 a:hover {
  transform: translate3d(5px, 0, 0);
}
@media (max-width: 992px) {
  .s2 .col-md-6 {
    border: none!important;
  }
}
.s3 {
  background-image: url('../images/s3-0.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.s3 .s3m {
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  border-radius: 4px;
  background: #fff;
  transition: all ease 0.6s;
}
.s3 .s3m .s3m1 {
  width: 100%;
}
.s3 .s3m .s3m2 {
  color: #121212;
  position: relative;
}
.s3 .s3m .s3m2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  border-top: solid 2px #29547e;
}
.s3 .s3m .s3m3 {
  color: #727272;
  /*overflow: hidden;
  //text-overflow: ellipsis;
  //display: -webkit-box;
  //-webkit-box-orient: vertical;
  //-webkit-line-clamp: 7;
  //line-height: 2;*/
}
.s3 .s3m:hover {
  transform: translateY(-5px);
}
.s4 {
  background-image: url('../images/s4-0.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.s4 .s4s {
  margin-bottom: -185px;
}
.s4 .s4m {
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.s4 .s4m .s4mi {
  -webkit-filter: grayscale(100%);
  transition: all ease 0.6s;
}
.s4 .s4m .s4mi:hover {
  -webkit-filter: none;
}
.s4 .s4m .s4mt {
  height: 85px;
}
.s4 .s4m .s4mt h4 {
  color: #383838;
}
.s4 .s4m .s4mt p {
  color: #9d9d9d;
}
.s4 .swiper-container {
  padding-bottom: 100px;
}
.s4 .ss4-prev,
.s4 .ss4-next {
  position: absolute;
  bottom: 0;
  color: #29547e;
  z-index: 9;
  background: #fff;
}
.s4 .ss4-prev {
  right: 50%;
  margin-right: 5px;
}
.s4 .ss4-next {
  left: 50%;
  margin-left: 5px;
}
.s5 {
  background-image: url('../images/s5-0.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.s5 .tit h3,
.s5 .tit p {
  color: #111111;
}
.s5 .s5c2 {
  color: #111111;
}
.s6 .swiper-container {
  padding-bottom: 80px;
}
.s6 .swiper-pagination-bullet-active {
  background: #29547e;
}
.s6 .s6sc {
  position: relative;
}
.s6 .s6sc .s6sci {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  top: -100%;
  transition: all ease 0.6s;
}
.s6 .s6sc:hover .s6sci {
  top: 0;
}
.footer {
  background: #fff;
}
.footer a {
  color: #000;
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer .text-left,
  .footer .text-right {
    text-align: center;
  }
}
.color1 {
  color: #29547e;
}
.nbanner {
  background-repeat: no-repeat;
  background-size: cover;
  animation: imageAnimation2 6s linear infinite alternate 0s;
}
.nbanner .nb1 {
  color: #4c4c4c;
  line-height: 2;
}
.nbanner .nb1 span {
  border-right: solid 1px #29547e;
}
.nbanner .nb1 span:last-child {
  border-right: none;
}
.nbanner p {
  font-weight: bold;
}
.tit2 p {
  color: #aeaeae;
  font-weight: bold;
  letter-spacing: 2px;
}
.tit2 h3 {
  font-weight: 700;
  color: #10100f;
  position: relative;
  letter-spacing: 4px;
}
.til {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s7 {
  background: #fff;
}
.s7 .s7c .s7cl {
  width: 70px;
  color: #999999;
}
.s7 .s7c .s7cl span {
  line-height: 1;
}
.s7 .s7c .s7cr {
  margin-left: 70px;
  margin-top: -70px;
}
.s7 a {
  color: #4f4f4f;
}
.s7 a:hover {
  color: #29547e;
}
.s7 p {
  color: #999999;
}
.s7 .btn {
  background: #29547e;
  color: #f7f7f5;
  display: block;
  transition: all ease 0.6s;
}
.s7 .btn:hover {
  opacity: 0.8;
}
.s8 {
  background: #f8f8f8;
}
.s8 a {
  color: #4f4f4f;
}
.s8 a:hover {
  color: #29547e;
}
.s8 p {
  color: #999999;
}
.s8 .swiper-container {
  padding-bottom: 40px;
}
.s8 .swiper-pagination-bullet-active {
  background: #29547e;
}
.s9 {
  background: #ffffff;
}
.s9 a {
  color: #4f4f4f;
}
.s9 a:hover {
  color: #29547e;
}
.s9 p {
  color: #999999;
}
.s9 .s9p {
  width: 25px;
  background: #f7f6f6;
  height: 70px;
}
.s9 .s9pp {
  margin-left: 25px;
  margin-top: -70px;
}
.s9 .s9ma:nth-child(1) .s9m {
  background: url(../images/s9-1.png) no-repeat;
}
.s9 .s9ma:nth-child(2) .s9m {
  background: url(../images/s9-2.png) no-repeat;
}
.s9 .s9ma:nth-child(3) .s9m {
  background: url(../images/s9-3.png) no-repeat;
}
.s10cc .ico {
  display: block;
  margin: 0px auto 30px;
}
.s10cc:hover .ico {
  -webkit-animation: icoI 1s linear infinite;
  animation: icoI 1s linear infinite;
}
@keyframes icoI {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(0px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.local {
  background: #fff;
}
.local a {
  color: #191919;
}
.local a:hover {
  color: #29547e;
}
.arti {
  background: #fff;
}
.arti .main .t {
  border-bottom: dashed 1px #29547e;
}
.arti .main .artic {
  line-height: 24px;
}
.arti .main .artic p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.arti .main .artic img {
  max-width: 100%;
}
.arti .pn {
  border-top: #ececec solid 1px;
  list-style: none;
  padding-left: 0;
}
.arti .pn li {
  position: relative;
  width: 50%;
  line-height: 24px;
  margin-bottom: 20px;
}
.arti .pn li a {
  color: #333;
}
.arti .pn li a:hover {
  color: #29547e;
}
.arti .pn .prev {
  float: left;
  padding-left: 32px;
}
.arti .pn .next {
  float: right;
  padding-right: 32px;
  text-align: right;
}
.arti .pn .prev:before {
  content: '1';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url('../images/prev1.png') left no-repeat;
  font-size: 0;
}
.arti .pn .next:before {
  content: '1';
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url('../images/next1.png') left no-repeat;
  font-size: 0;
}
.arti .pn li:hover {
  color: #29547e;
}
.arti .pn li:hover a {
  color: #29547e;
}
.arti .pn .prev:hover:before {
  background: url('../images/prev1.png') right no-repeat;
}
.arti .pn .next:hover:before {
  background: url('../images/next1.png') right no-repeat;
}
.arti .st {
  height: 190px;
  background: url('../images/st.jpg') center no-repeat;
  line-height: 190px;
  text-align: center;
  color: #fff;
  background-size: cover;
}
.arti .list {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding-left: 0;
}
.arti .list li {
  height: 78px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.arti .list li a {
  display: inline-block;
  vertical-align: middle;
  width: 336px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0;
  color: #333;
}
.arti .list li a:hover {
  color: #29547e;
}
.datali {
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}
.datali li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.5;
  list-style: none;
}
.datali li a {
  color: #333;
}
.datali li a:hover {
  color: #29547e;
}
.datali li:after {
  content: '1';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #29547e;
  font-size: 0;
  transition: right 0.2s;
}
.datali li:hover:after {
  right: 0%;
}
.datali .img {
  position: relative;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
}
.datali .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pages {
  text-align: center;
}
.pages ul {
  display: inline-block;
  padding-left: 0;
}
.pages ul li {
  list-style: none;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.pages ul li a {
  padding: 4px 8px 4px 8px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  color: #474747;
}
.pages ul li:hover a {
  background: #29547e;
  border: solid 1px #29547e;
  color: #fff;
}
.pages ul li.thisclass {
  color: #000;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
}
