@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
}
.transform {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1 000;
-ms-perspective: 1000;
perspective: 1000;}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

img {
  max-width: 100%;
  border: none;
  -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;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
.header {
  background: #fff;
  padding: 25px 0 30px;
  background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.header .wrap {
  position: relative;
}

.header .top-links {
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.header .top-links a {
  color: rgba(255, 255, 255, 0.75);
}

.header .top-links span {
  margin: 0 15px;
}

.header .top-text {
  position: absolute;
  right: 280px;
  top: 25px;
}

.logo {
  float: left;
  margin-top: 10px;
 
}

.search-box {
  margin-top: 27px;
  height: 40px;
  width: 250px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #ab1d1a;
}

.search-box .text {
  float: left;
  font-size: 15px;
  line-height: 38px;
  color: #ab1d1a;
  width: calc(100% - 45px);
  background: none;height:38px;
}

.search-box .sub {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.nav-bar {
  height: 65px;
  background: #ab1d1a;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
  width: 200px;
}

.nav .nLi > a {
  color: #fff;
  font-size: 18px;
  line-height: 65px;
  display: inline-block;
  position: relative;
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  color: #fff;
  font-weight: bold;
  
}

.nav .nLi.current,
.nav .nLi:hover {
  background: #db0500;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 200px;
  left: 0%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 9999;
}

.nav .subNav li {
  padding: 12px 5px;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.nav .subNav li a {
  font-size: 16px;
  color: #000;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #db0500;
}
.nav .subNav li.current > a,
.nav .subNav li:hover >a {
  color: #fff;
  font-weight: bold;
}
.nav .subNav:before {
  display: none;
  content: "";
  position: absolute;
  width: 23px;
  height: 8px;
  background: url(../images/nav-top-ico.png) no-repeat;
  top: -7px;
  left: 50%;
  margin-left: -12px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../images/banner-bg.png) center top no-repeat #fdfcf8;
  background-size: cover;
}

.banner .wrap {
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.banner img:hover {
  transform: scale(1.05);
}

.banner .slick-prev {
  text-indent: 999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  left: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-next {
  text-indent: 999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  right: 2%;
  top: 50%;
  margin-top: -22px;
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 0.8;
}

/* main-box */
.index-title {
  position: relative;
  line-height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
}

.index-title .cn {
  position: relative;
  font-size: 26px;
  color: #ab1d1a;
  font-weight: bold;
  float: left;
}

.index-title .cn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 4em;
  height: 4px;
  background: #ab1d1a;
}

.index-title .index-more {
  float: right;
  margin-top: 5px;
  background: url(../images/index-more.png) right center no-repeat;
  padding-right: 15px;
  font-size: 16px;
  color: #ab1d1a;
}

.index-title .index-more:hover {
  font-weight: bold;
}

.c1 {
  width: 575px;
  float: left;
}

.c2 {
  width: 575px;
  float: right;
}

/* row1 */
.row1 {
  padding: 20px 0 0;
  background: #fdfcf8;
}

.slider-news {
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.slider-news .pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.slider-news .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-news .pic img:hover {
  transform: scale(1.05);
}

.slider-news .tit {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
  color: #ab1d1a;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-news .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
}

.slider-news .slick-dots li {
  float: left;
  margin: 0 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cacaca;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  background: #ab1d1a;
}

.news-text {
  margin-top: -18px;
}

.news-text li {
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddddda;
}

.news-text .date {
  float: left;
  width: 75px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.news-text .date .day {
  width: 100%;
  line-height: 44px;
  font-size: 28px;
  color: #fff;
  background: #ab1d1a;
}

.news-text .date .mon {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #ab1d1a;
  background: #f5f0ee;
}

.news-text .text {
  float: right;
  width: calc(100% - 95px);
}

.news-text .tit {
  display: block;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}

.news-text .abst {
  margin-top: 5px;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-text li:hover .day {
  background: #db0500 !important;
}

.news-text li:hover .mon {
  background: #f5f0ee !important;
  color: #db0500 !important;
}

.news-text li:hover .tit {
  color: #db0500;
  transform: translateX(5px);
  font-weight: bold;
}

.row2 {
  padding: 20px 0 20px;
  background: #fdfcf8;
}

.row2 .index-title {
  margin-bottom: 5px;
}

.index-xytz li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #d0cec8;
}

.index-xytz .date {
  float: left;
  width: 60px;
  height: 28px;
  line-height: 28px;
  background: #592f17;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -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;
}

.index-xytz .tit {
  float: right;
  width: calc(100% - 80px);
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}

.index-xytz li:hover .date {
  background: #ba7f37;
}

.index-xytz li:hover .tit {
  color: #592f17;
  transform: translateX(5px);
}

.index-bkjx li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #d0cec8;
}

.index-bkjx .date {
  float: left;
  border-left: 4px solid #592f17;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #592f17;
  font-family: Arial, Helvetica, sans-serif;
}

.index-bkjx .tit {
  float: right;
  width: calc(100% - 80px);
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-bkjx li:hover {
  border-bottom: 1px solid #592f17;
}

.index-bkjx li:hover .date {
  font-weight: bold;
}

.index-bkjx li:hover .tit {
  color: #592f17;
  font-weight: bold;
}

/* row3 */
.row3 {
  padding: 30px 0 30px;
  background: url(../images/row3-bg.png) center no-repeat;
  background-size: cover;
}

.index-xsxx .pic {
  float: left;
  width: 233px;
  height: 330px;
}

.index-xsxx .pic a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-xsxx .pic a img {
  width: 100%;height:330px;
}

.index-xsxx .tab {
  float: left;
  width: calc(100% - 234px);
}

.index-xsxx .tab li {
  position: relative;
}

.index-xsxx .tab a {
  display: block;
  padding: 17.5px 20px 17px;
  overflow: hidden;
  background: #ebe2df;
}

.index-xsxx .tab li:nth-child(2n) a {
  background: #f5f0ee;
}

.index-xsxx .tab h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-xsxx .tab li:hover a,
.index-xsxx .tab li.on a {
  background: #592f17 !important;
}

.index-xsxx .tab li:hover h3,
.index-xsxx .tab li.on h3 {
  color: #fff;
}

.index-xsxx .tab li:hover:before,
.index-xsxx .tab li.on:before {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../images/xsxx-ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -8px;
}

.index-news .first {
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: 1px solid #d5d2ce;
}

.index-news .first .pic {
  float: left;
  width: 177px;
  height: 99px;
  position: relative;
  overflow: hidden;
}

.index-news .first .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index-news .first .pic img:hover {
  transform: scale(1.05);
}

.index-news .first .text {
  float: right;
  width: calc(100% - 200px);
}

.index-news .first .tit {
  display: block;
  font-size: 16px;
  color: #592f17;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}

.index-news .first .abst {
  margin-top: 10px;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .first .date {
  margin-top: 10px;
  font-size: 14px;
  color: #692b1f;
  font-family: Arial, Helvetica, sans-serif;
}

.index-news .first .tit:hover {
  transform: translateX(5px);
}

.index-news li {
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #d5d2ce;
}

.index-news li .tit {
  float: left;
  position: relative;
  width: calc(100% - 125px);
  padding-left: 32px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}

.index-news li .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ab1d1a;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -3px;
}

.index-news li .date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #888888;
  float: right;
}

.index-news li:hover .tit:hover {
  color: #db0500;
  transform: translateX(5px);
}

/* row4 */
.row4 {
  padding: 40px 0 80px;
  background: url(../images/bj.jpg) center bottom no-repeat;
  background-size: cover;
}

/* row5 */
.row5 {
  background: url(../images/row5-bg.png) center bottom no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}

.row5 .wrap {
  position: relative;
  padding: 25px 0;
}


.row5 .links {
  float: left;
  width: 1200px;
}

.row5 .links .tit {
  font-size: 22px;
  color: #ab1d1a;
}

.row5 .links ul {
  overflow: hidden;
  margin-top: 15px;
}

.row5 .links ul li {
  float: left;
  margin-right: 35px;
  line-height: 32px;
}

.row5 .links ul li a {
  font-size: 15px;
  color: #444444;
}

.row5 .links ul li:hover a {
  color: #db0500;
}

.row5 .mails {
  float: right;
}

.row5 .mails li {
  width: 100px;
  height: 100px;
  background: #994c04;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  text-align: center;
  padding-top: 17px;
}

.row5 .mails li img {
  width: 35px;
  height: 35px;
}

.row5 .mails li p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.row5 .mails li:nth-child(2) {
  background: #ba7f37;
}

.row5 .mails li:hover img {
  transform: rotate(360deg);
}

/* 底部 */
.footer {
  padding: 20px 0;
  background: #ab1d1a;
  background-image: url(../images/arches.png);
}

.footer .cory {
  text-align: center;
}

.footer .cory p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

/* 返回顶部 */
.back-top {
  position: fixed;
  bottom: 12%;
  left: 50%;
  margin-left: 640px;
  cursor: pointer;
  z-index: 99999;
}
.back-img{
  border-radius: 5em;
  background-color: #ab1d1a;
  padding:10px;
  width: 50px;
  height:50px;
  box-shadow: 0px 0px 30px 0px rgba(171,29,26,0.5)
}

/* 二级页面 */
.list-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../images/banner-bg.png) center top no-repeat #fdfcf8;
  background-size: cover;
}

.list-banner img {
  width: 100%;
}

.list-page {
  padding: 10px 0 30px;
  background: url(../images/row6-bg.png) bottom center no-repeat;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
}

.left-nav .column {
  background-color: #ab1d1a;
  background-image: url("../images/arches.png"); padding: 25px 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.left-nav .sideMenu {
  padding-top: 20px;
  padding-bottom: 30px;
  border-left: 8px solid #fff;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 17px;
  padding: 17px 50px 17px 16px;
  background: url(../images/left-nav-ico1.png) 200px center no-repeat;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.left-nav .sideMenu dl {
  padding: 10px 20px 10px 60px;
  display: none;
  background: #fff;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 16px;
  color: #444444;
  background: url(../images/left-nav-ico3.png) left center no-repeat;
  padding: 6px 0 6px 20px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(../images/left-nav-ico4.png) left center no-repeat;
  font-weight: bold;
  color: #592f17;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  border-left: none;
  color: #fff;
  font-weight: bold;
  background: url(../images/left-nav-ico2.png) 200px center no-repeat #db0500;
}

.left-nav .sideMenu li.current > a:before,
.left-nav .sideMenu li:hover > a:before {
  content: "";
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0;
  left: -8px;
  background: #ab1d1a;
  z-index: 9;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: 905px;
  float: right;
}

/* 当前栏目 */
.curr-column {
  position: relative;
  overflow: hidden;
  line-height: 55px;
  border-bottom: 1px solid #ab1d1a;
}

.curr-column p {
  position: relative;
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #ab1d1a;
}

.curr-column p:after {
  content: "";
  width: calc(4em + 50px);
  height: 4px;
  background: #ab1d1a;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 当前位置 */
.location {
  float: right;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
  color: #888888;
  font-size: 14px;
}

.location a {
  color: #888888;
}

.page-con {
  margin-top: 30px;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 45px;
  border-bottom: 1px solid #e8e6e4;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 14px;
  color: #888888;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 16px;
  width: 800px;
  color: #444444;
  padding-left: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}

.list-text li a.tit:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ab1d1a;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -3px;
}

.list-text li:hover {
 
}

.list-text li:hover a.tit {
  color: #ab1d1a;
  transform: translateX(5px);
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 0 -15px;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 158px;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic h4 {
  margin: 0 18px;
  line-height: 55px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover a {
  background: #592f17;
  background-size: 100% 100%;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
  background: #592f17;
}

/* 教师列表页 */
.list-tea {
  overflow: hidden;
  margin: 0 -20px;
  padding-top: 10px;
}

.list-tea li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

.list-tea li .box {
  display: block;
  overflow: hidden;
  background: #eeebe4;
  margin: 0 20px;
}

.list-tea li .pic {
  float: left;
  width: 140px;
  height: 203px;
  overflow: hidden;
}

.list-tea li .pic img {
  width: 100%;
  height: 100%;
}

.list-tea li .pic img:hover {
  transform: scale(1.05);
}

.list-tea li .text {
  float: right;
  width: calc(100% - 170px);
  padding-top: 20px;
  padding-right: 30px;
}

.list-tea li .tit {
  display: block;
  font-size: 22px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
}

.list-tea li .tit:hover {
  color: #592f17;
}

.list-tea li .tit:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #592f17;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-tea li .zc {
  margin: 15px 0;
  font-size: 18px;
  color: #333333;
}

.list-tea li .info {
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 内容页 */
.article {
  margin-top: 30px;
}

.article h1 {
  text-align: center;
  color: #ab1d1a;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e8e8;
}

.article .info span {
  margin: 0 10px;
}

.article .content {
  padding: 20px 0 25px;
  border-bottom: 1px solid #e9e8e8;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  padding-bottom: 15px;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
  margin-left: -2em;
}

.article .content p.vsbcontent_img img {
  margin-left: 0;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  margin-top: 30px;
}

.article .np a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}

.article .np a:hover {
  color: #592f17;
}
.iconstyle{
   width: 35px;
   height: 35px;
   vertical-align: middle;
   margin-right: 5px;
}