@charset "utf-8";
html {
  font-size: 16px;
}

body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
button,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  border: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

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;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 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 .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#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 .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 */
.header {
  width: 100%;
  position: fixed;
  z-index: 9;
   padding: 20px 3% 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.header .top-links {
  float: right;
  margin-top: 10px;
}

.header .top-links a {
  margin: 0 6px;
}

.header .top-links img {
  vertical-align: middle;
}

.header .logo {
  float: left;
  margin-bottom: 20px;
}

/* 搜索 */
.search-box {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 55px;
  left: 0;
  top: 95px;
  background: rgba(162, 10, 71, 0.8);
}

.search-box .box {
  width: 500px;
  max-width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  line-height: 30px;
}

.search-box .text {
  width: calc(100% - 40px);
  border: 1px solid #fff;
  background: none;
  color: #fff;
  line-height: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 0 20px;
}

.search-box .sub {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  float: right;
}

/* 导航 */
.navbar {
  position: relative;
  float: right;
  margin-right: 20px;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav {
  padding: 0;
  list-style: none;
  text-align: right;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  font-size: 1.25rem;
  text-align: right;
  padding: 10px 15px;
 height: 77px;
}

.navbar .navbar-nav > li > a {
  color: #ffffff;
  display: block;
  position: relative;
  padding:0 20px;
  line-height: 35px;
  text-align: left;
}

.navbar .navbar-nav > li.current > a,
.navbar .navbar-nav > li:hover > a {
  background: url(../images/nav-bg.png) no-repeat;
  background-size: 100% 100%;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #fff;
  background: rgba(162, 10, 71, 0.5);
  transition: opacity 0.15s;
}

.navbar .nav-child > li {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 22px;
}

.navbar .nav-child > li a {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 0.9375rem;
  color: #fff;
}

.navbar .nav-child > li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nav-child3{
	display: none;
	position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
   background: rgba(162, 10, 71, 0.5);
}
.navbar .nav-child > li:hover>ul{
	display: block;
}

/* 浮动导航 */
.header2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #a20a47;
  box-shadow: 0px 0px 10px 0px #6d4958;
}

.header2 .navbar .nav-child {
   background: rgba(162, 10, 71, 0.5);
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  overflow: hidden;
  position: relative;
}

.banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/banner-mask.png) top no-repeat;
  background-size: 100%;
}

.slider-banner li {
  position: relative;
}

.slider-banner li img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
}

/* banner焦点图结束 */
/* 中部版块 */
.index-tit {
  position: relative;
  text-align: center;
  background: url(../images/index-tit-bg.png) center 15px no-repeat;
  margin-bottom: 60px;
}

.index-tit h2 {
  font-size: 2.25rem;
  color: #333;
  font-weight: 600;
  font-family: "华文中宋";
}

.index-tit .tips {
  margin-top: 15px;
}

.index-tit .tips p {
  font-size: 1rem;
  color: #bf9f79;
  line-height: 26px;
}

.index-tit .tips p.en {
  font-family: Arial, Helvetica, sans-serif;
}

.row1 {
  padding: 60px 0;
  background: url(../images/row1-bg.png) center no-repeat;
  background-size: cover;
}

.yjygk .c1 {
  float: left;
  width: 46%;
  padding: 20px 25px;
  overflow: hidden;
  background: url(../images/box-bg.png) no-repeat;
  background-size: 100% 100%;
}

.yjygk .c2 {
  float: right;
  width: 48%;
}

.yjygk .c2 .more {
  float: right;
  margin-top: 10px;
}

.yjygk .c2 .more:hover img {
  transform: scale(1.05);
}

.slider-pic .box a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 63%;
  overflow: hidden;
}

.slider-pic .box a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-pic .box a img:hover {
  transform: scale(1.05);
}

.slider-pic .slick-dots {
  position: absolute;
  width: 100%;
  height: 30px;
  padding-right: 10px;
  left: 0;
  bottom: 0;
  background: url(../images/bottom-bg.png) right bottom no-repeat;
}

.slider-pic .slick-dots li {
  float: right;
  margin-right: 10px;
  margin-top: 13px;
  width: 20px;
  height: 4px;
  background: #d7d4d5;
  cursor: pointer;
}

.slider-pic .slick-dots li button {
  display: none;
}

.slider-pic .slick-dots li.slick-active {
  background: #333333;
}

.yjygk-text {
  margin-top: -15px;
  line-height: 52px;
  height: 364px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.yjygk-text p {
  font-size: 1.0625rem;
  color: #333333;
}

.middle {
  padding: 100px 0 50px;
  background: url(../images/row2-bg.png) top center no-repeat;
  background-size: cover;
}

.middle .index-more {
  text-align: center;
  margin-top: 50px;
}

.middle .index-more img:hover {
  transform: scale(1.05);
}

.row2 .c1 {
  float: left;
  width: 49%;
}

.row2 .c2 {
  float: left;
  width: 31%;
  border: 1px solid #c5bcb3;
}

.row2 .c3 {
  float: right;
  width: 49%;
  border-top: 1px solid #c5bcb3;
  border-right: 1px solid #c5bcb3;
  border-left: 1px solid #c5bcb3;
}

.row2 .title {
  overflow: hidden;
  border-bottom: 1px solid #c5bcb3;
  line-height: 68px;
}

.row2 .title span {
  font-size: 1.5rem;
  color: #333;
  font-family: "华文中宋";
  position: relative;
  display: inline-block;
}

.row2 .title span:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #c5bcb3;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.xcpic .box {
  background: #a20a47;
  position: relative;
}

.xcpic .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 31%;
  overflow: hidden;
}

.xcpic .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.xcpic .pic img:hover {
  transform: scale(1.05);
}

.xcpic .text {
  padding: 5px 25px 5px 30px;
}

.xcpic .text a {
  font-size: 1.125rem;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -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;
}

.xcpic .text a:hover {
  transform: translateX(5px);
}

.xcpic .text .abst {
  font-size: 0.875rem;
  margin: 20px 0;
  color: #fff;
  line-height: 23px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xcpic .text .date {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
}

.xcpic .slick-arrow {
  position: absolute;
  width: 16px;
  height: 30px;
  top: 25%;
  overflow: hidden;
  text-indent: 99px;
  z-index: 9;
  cursor: pointer;
}

.xcpic .slick-arrow.slick-prev {
  background: url(../images/xspic-left.png) no-repeat;
  background-size: 100% 100%;
  left: 20px;
}

.xcpic .slick-arrow.slick-next {
  background: url(../images/xspic-right.png) no-repeat;
  background-size: 100% 100%;
  right: 20px;
}

.zhxw .title {
  text-align: center;
}

.zhxw ul li {
  padding: 24px;
  overflow: hidden;
  border-bottom: 1px solid #cbb8a0;
}

.zhxw ul li:last-child {
  border-bottom: none;
}

.zhxw ul .date {
  float: left;
  width: 53px;
  height: 65px;
  border: 1px solid #cbb8a0;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.zhxw ul .day {
  font-size: 1.875rem;
  color: #825d6c;
}

.zhxw ul .year {
  font-size: 0.5rem;
 color: #825d6c;
}

.zhxw ul .text {
  float: right;
  width: calc(100% - 75px);
}

.zhxw ul a {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -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;
}

.zhxw ul a:hover {
  transform: translateX(5px);
}

.zhxw ul .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 25px;
  color: #999999;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zhxw ul li:hover {
  background: #fff;
}

.xslt .title,
.xsjt .title {
  padding-left: 6px;
}

.slider-lt {
  position: relative;
  border-bottom: 1px solid #cbb8a0;
  padding: 33px 25px 60px 35px;
}

.slider-lt .box {
  padding: 1px;
  overflow: hidden;
}

.slider-lt .tit {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -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;
}

.slider-lt .tit:hover {
  transform: translateX(5px);
}

.slider-lt .text {
  float: left;
  width: calc(100% - 160px);
}

.slider-lt .text .abst {
  font-size: 0.875rem;
  color: #999;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slider-lt .text p {
  color: #999;
  font-size: 0.875rem;
  margin-top: 25px;
}

.slider-lt .pic {
  float: right;
  width: 144px;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.slider-lt .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-lt .pic img:hover {
  transform: scale(1.05);
}

.slider-lt .slick-arrow {
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.slider-lt .slick-arrow.slick-prev {
  background: url(../images/xslt-left.png) no-repeat;
  background-size: 100% 100%;
  right: 35px;
  top: -50px;
}

.slider-lt .slick-arrow.slick-next {
  background: url(../images/xslt-right.png) no-repeat;
  background-size: 100% 100%;
  right: 8px;
  top: -50px;
}

.slider-lt .slick-arrow.slick-prev:hover {
  background: url(../images/xslt-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-lt .slick-arrow.slick-next:hover {
  background: url(../images/xslt-right-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-jt {
  position: relative;
  border-bottom: 1px solid #cbb8a0;
  padding: 30px 25px 30px 35px;
}

.slider-jt .box {
  padding: 1px;
  overflow: hidden;
}

.slider-jt .tit {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -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;
}

.slider-jt .tit:hover {
  transform: translateX(5px);
}

.slider-jt .text {
  float: left;
  width: calc(100% - 160px);
  height: 124px;
  overflow: hidden;
  font-size: 0.875rem;
  color: #999999;
  line-height: 25px;
}

.slider-jt .text dd {
  overflow: hidden;
}

.slider-jt .text span {
  float: left;
}

.slider-jt .text p {
  float: right;
  width: calc(100% - 43px);
}

.slider-jt .pic {
  float: right;
  width: 144px;
  height: 107px;
  position: relative;
  overflow: hidden;
}

.slider-jt .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-jt .pic img:hover {
  transform: scale(1.05);
}

.slider-jt .slick-arrow {
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.slider-jt .slick-arrow.slick-prev {
  background: url(../images/xslt-left.png) no-repeat;
  background-size: 100% 100%;
  right: 58px;
  top: -50px;
}

.slider-jt .slick-arrow.slick-next {
  background: url(../images/xslt-right.png) no-repeat;
  background-size: 100% 100%;
  right: 24px;
  top: -50px;
}

.slider-jt .slick-arrow.slick-prev:hover {
  background: url(../images/xslt-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-jt .slick-arrow.slick-next:hover {
  background: url(../images/xslt-right-on.png) no-repeat;
  background-size: 100% 100%;
}

.row3 {
  margin-top: 60px;
}

.row3 .c1 {
  float: left;
  width: 30%;
}

.row3 .c2 {
  float: right;
  width: 68%;
}

.slider-book {
  padding-top: 35px;
}

.slider-book .pic {
  display: block;
  margin: 0 auto;
  width: 204px;
  height: 273px;
  position: relative;
}

.slider-book .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-book .tit {
  margin-top: 80px;
  padding: 0 10px;
  overflow: hidden;
}

.slider-book .tit span {
  float: left;
  padding: 5px 9px;
  text-align: center;
  background: #bf9f79;
  font-size: 1rem;
  color: #fff;
}

.slider-book .tit a {
  float: right;
  width: calc(100% - 90px);
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 27px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -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;
}

.slider-book .tit a:hover {
  transform: translateX(5px);
}

.slider-book .abst {
  margin-top: 32px;
  font-size: 0.875rem;
  color: #999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slider-book .slick-dots {
  position: absolute;
  top: 335px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.slider-book .slick-dots li {
  float: left;
  width: 14px;
  height: 14px;
  border: 4px solid #b9b8b7;
  background: #fff;
  border-radius: 50%;
  margin: 0 9px;
  cursor: pointer;
}

.slider-book .slick-dots li button {
  display: none;
}

.slider-book .slick-dots li.slick-active {
  background: #a20a47;
  border: none;
}

.hj-list li {
  border-left: 1px dashed #cdc7c0;
  padding: 10px 30px;
  width: 50%;
  float: left;
}

.hj-list li .tip {
  overflow: hidden;
}

.hj-list li .tip p {
  float: left;
  padding: 5px 10px;
  border: 1px solid #bf9f79;
  font-size: 1rem;
  color: #bf9f79;
}

.hj-list li .tit {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -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;
}

.hj-list li .tit:hover {
  transform: translateX(5px);
}

.hj-list li .abst {
  font-size: 0.875rem;
  line-height: 26px;
  height: 52px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hj-list li .date {
  font-size: 0.875rem;
  color: #999;
  margin-top: 10px;
}

/* 中部版块 */
/* 底部 */
.footer {
  padding: 40px 0;
  background: url(../images/footbg.jpg) center top repeat;

  position: relative;
}

.footer .cory {
  float: left;
  margin-top: 10px;
}

.footer .cory p {
  font-size: 0.875rem;
  line-height: 26px;
  color: #d8d5d5;
  padding-left: 23px;
}

.footer .cory p.map {
  background: url(../images/map.png) left center no-repeat;
}

.footer .cory p.phone {
  background: url(../images/phone.png) left center no-repeat;
}

.footer .cory img {
  margin-left: -10px;
}

.link{  float:left; margin: 0px auto;  font-size:14px;  color: #d8d5d5; margin-left:30px;  }
.link h1{ margin-left: 15px; font-size:14px; font-weight: bold; line-height:45px}
.link ul {text-align: center;}
.link ul li {display: inline-block; }
.link ul li a{float: left; margin-left: 15px;  color: #d8d5d5;}



.footer .ewm {
  float: right;
}

.footer .ewm img {
  width: 99px;
  height: 99px;
}



/* 列表页 */
.list-page {
  background: url(../images/list-bg.png) no-repeat;
  background-size: cover;
  min-height: 750px;
}

.list-cgzs {
  padding: 110px 0 50px;
}

.list-cgzs .cgzs-more {
  margin-top: 20px;
  text-align: center;
}

.list-cgzs .cgzs-more img:hover {
  transform: scale(1.05);
}

.list-cgzs .row {
  background: url(../images/cgzs-row1.png) no-repeat;
  background-size: 100% 100%;
  padding: 70px 190px 70px 145px;
  position: relative;
  margin: -30px;
}

.list-cgzs .slider-for .box {
  padding: 1px;
  overflow: hidden;
}

.list-cgzs .slider-for .pic {
  float: left;
  padding: 50px 50px 65px;
  background: #fff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.list-cgzs .slider-for .pic a {
  display: block;
  width: 253px;
  height: 339px;
  position: relative;
  overflow: hidden;
}

.list-cgzs .slider-for .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-cgzs .slider-for .text {
  float: right;
  width: calc(100% - 430px);
  padding-top: 70px;
}

.list-cgzs .slider-for .text .tit {
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -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-cgzs .slider-for .text .tit:hover {
  transform: translateX(5px);
}

.list-cgzs .slider-for .text .abst {
  margin-top: 35px;
  font-size: 1rem;
  line-height: 42px;
  height: 126px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-cgzs .slider-for .text .date {
  font-size: 1rem;
  color: #333333;
}

.list-cgzs .slider-nav {
  position: absolute;
  z-index: 9;
  right: 20%;
  bottom: 70px;
}

.list-cgzs .slider-nav .box {
  float: left;
  width: 82px !important;
  height: 82px !important;
  background: rgba(63, 80, 100, 0.17);
  border-radius: 50%;
  cursor: pointer;
  margin: 0 20px;
  opacity: 1;
  -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-cgzs .slider-nav .box img {
  width: 50%;
  height: 65%;
  display: block;
  margin: 17.5% auto;
}

.list-cgzs .slider-nav .box:hover {
  opacity: 0.8;
}

.list-cgzs .listext {
  margin-top: 100px;
}

.list-cgzs .listext ul {
  overflow: hidden;
  margin: 0 -25px;
}

.list-cgzs .listext li {
  width: 25%;
  float: left;
  margin-bottom: 55px;
}

.list-cgzs .listext li a {
  display: block;
  margin: 0 25px;
  background: #fff;
  border-bottom: 3px solid #cfd4d9;
  box-shadow: 0 0 10px #efefef;
  padding: 30px 25px 30px 20px;
  overflow: hidden;
}

.list-cgzs .listext li h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-cgzs .listext li .abst {
  margin-top: 10px;
  text-indent: 2em;
  color: #999;
  font-size: 0.875rem;
  line-height: 23px;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-cgzs .listext li .date {
  margin-top: 10px;
  font-size: 1rem;
  color: #999;
}

.list-cgzs .listext li:hover a {
  background: #333333;
}

.list-cgzs .listext li:hover h3,
.list-cgzs .listext li:hover .abst,
.list-cgzs .listext li:hover .date {
  color: #fff !important;
}

.list-djgz {
  padding: 75px 0 150px;
  overflow: hidden;
}

.list-djgz .title {
  font-size: 2.25rem;
  color: #333333;
  text-align: center;
  background: url(../images/index-tit-bg.png) center 15px no-repeat;
  height: 2em;
}

.list-djgz .listcon {
  margin-top: 50px;
  overflow: hidden;
}

.list-djgz .listcon li {
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #efefef;
}

.list-djgz .listcon .pic {
  float: left;
  width: 526px;
  padding-bottom: 340px;
  position: relative;
  overflow: hidden;
}

.list-djgz .listcon .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-djgz .listcon .pic img:hover {
  transform: scale(1.05);
}

.list-djgz .listcon .text {
  width: calc(100% - 526px);
  float: left;
  padding: 60px 50px 0 50px;
  overflow: hidden;
}

.list-djgz .listcon .text .tit {
  font-size: 1.25rem;
  display: block;
  padding-bottom: 25px;
  background: url(../images/listcon-bott.png) right bottom no-repeat;
  background-size: 100%;
  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-djgz .listcon .text .tit:hover {
  transform: translateX(5px);
}

.list-djgz .listcon .text .abst {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #999;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-djgz .listcon .text .more {
  display: block;
  margin-top: 20px;
}

.list-djgz .listcon .text .more img:hover {
  transform: scale(1.05);
}

.list-rcpy {
  padding: 50px 0;
  position: relative;
}

.list-rcpy .right-nav {
  position: absolute;
  right: -130px;
  top: 100px;
}

.list-rcpy .right-nav ul {
  overflow: hidden;
  position: relative;
  background: url(../images/kskc-line.png) center repeat-y;
}

.list-rcpy .right-nav ul li {
  width: 100px;
  height: 100px;
  background: url(../images/kskc-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 50px;
}

.list-rcpy .right-nav ul li:last-child {
  margin-bottom: 0;
}

.list-rcpy .right-nav ul a {
  display: block;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-rcpy .rcpy-item {
  background: url(../images/rcpy-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 80px 70px 30px 80px;
  margin: 20px -20px;
}

.list-rcpy .rcpy-item ul {
  overflow: hidden;
  margin: 0 -35px;
}

.list-rcpy .rcpy-item ul li {
  float: left;
  width: 50%;
  margin-bottom: 75px;
}

.list-rcpy .rcpy-item ul .box {
  margin: 0 35px;
  overflow: hidden;
}

.list-rcpy .rcpy-item ul .pic {
  float: left;
  width: 200px;
  padding-bottom: 143px;
  overflow: hidden;
  position: relative;
}

.list-rcpy .rcpy-item ul .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-rcpy .rcpy-item ul .pic img:hover {
  transform: scale(1.05);
}

.list-rcpy .rcpy-item ul .text {
  float: right;
  width: calc(100% - 220px);
  background: url(../images/rcpy-text-bott.png) bottom right no-repeat;
  overflow: hidden;
  padding: 0 20px 20px 0;
}

.list-rcpy .rcpy-item ul .tit {
  display: block;
  font-size: 1.125rem;
  color: #000000;
  line-height: 38px;
  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-rcpy .rcpy-item ul .tit:hover {
  transform: translateX(5px);
}

.list-rcpy .rcpy-item ul .abst {
  font-size: 0.875rem;
  color: #816f5c;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-rcpy .rcpy-item ul .date {
  font-size: 0.875rem;
  color: #816f5c;
  margin-top: 10px;
}

.list-rcpy .title {
  margin-bottom: 40px;
}

.list-rcpy .title p {
  float: left;
  font-size: 2.25rem;
  color: #333333;
  font-weight: bold;
}

.list-rcpy .title .more {
  float: right;
  font-size: 0.875rem;
  color: #333333;
}

.list-rcpy .title .more:hover {
  font-weight: bold;
}

.list-xsdt {
  padding: 185px 0 110px;
}

.list-xsdt .row-zhxw {
  position: relative;
}

.list-xsdt .row-zhxw .title {
  position: relative;
  z-index: 2;
  float: right;
  margin-right: 10%;
  margin-top: 115px;
}

.list-xsdt .row-zhxw .title p {
  font-size: 2.25rem;
  color: #fff;
}

.list-xsdt .row-zhxw .title .more {
  margin-top: 90px;
  display: block;
}

.list-xsdt .row-zhxw .title .more img:hover {
  transform: scale(1.05);
}

.list-xsdt .row-zhxw:after {
  content: "";
  position: absolute;
  top: -58px;
  right: -110px;
  background: url(../images/xsdt-zhxw-bg.png) no-repeat;
  width: 90%;
  height: 540px;
}

.xsdt-zhxw {
  position: relative;
  z-index: 2;
  width: 65%;
  float: left;
  background: #fff;
  padding: 60px 60px 25px 60px;
  box-shadow: 0 0 10px 0 #efefef;
}

.xsdt-zhxw ul {
  overflow: hidden;
  margin: 0 -35px;
}

.xsdt-zhxw ul li {
  margin-bottom: 35px;
}

.xsdt-zhxw ul .box {
  margin: 0 35px;
  overflow: hidden;
}

.xsdt-zhxw ul .pic {
  float: left;
  width: 325px;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
}

.xsdt-zhxw ul .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.xsdt-zhxw ul .pic img:hover {
  transform: scale(1.05);
}

.xsdt-zhxw ul .text {
  float: right;
  width: calc(100% - 370px);
  background: url(../images/rcpy-text-bott.png) bottom right no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding: 0 20px 20px 0;
}

.xsdt-zhxw ul .tit {
  display: block;
  font-size: 1.125rem;
  color: #000000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -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;
}

.xsdt-zhxw ul .tit:hover {
  transform: translateX(5px);
}

.xsdt-zhxw ul .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #816f5c;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xsdt-zhxw ul .date {
  font-size: 0.875rem;
  color: #816f5c;
  margin-top: 10px;
}

.row-lt {
  margin-top: 90px;
  padding-top: 85px;
  background: url(../images/xsdt-lt-bg.png) top center no-repeat;
  background-size: 100%;
}

.row-lt .title {
  font-size: 2.25rem;
  color: #333333;
  text-align: center;
}

.xsdt-xslt ul {
  overflow: hidden;
  margin: 55px -28px 0;
}

.xsdt-xslt li {
  float: left;
  width: 33.3%;
  margin-bottom: 15px;
}

.xsdt-xslt li a {
  display: block;
  margin: 0 28px;
  overflow: hidden;
}

.xsdt-xslt li .pic {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}

.xsdt-xslt li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;height:278px;
}

.xsdt-xslt li .pic img:hover {
  transform: scale(1.05);
}

.xsdt-xslt li .text {
  position: relative;
  z-index: 2;
  margin: -30px 20px 0;
  padding: 28px 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px #efefef;
}

.xsdt-xslt li .text h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  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;
}

.xsdt-xslt li .text h3:hover {
  transform: translateX(5px);
}

.xsdt-xslt li .text .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  color: rgba(162, 10, 71, 0.5);
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xsdt-xslt li .text .date {
  margin-top: 10px;
  font-size: 0.875rem;
  color:  rgba(162, 10, 71, 0.5);
}

.xsdt-xslt .more {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

.xsdt-xslt .more img:hover {
  transform: scale(1.05);
}

.xsdt-xsjt {
  margin-top: 75px;
}

.xsdt-xsjt .title {
  font-size: 2.25rem;
  color: #333333;
  text-align: center;
}

.xsdt-xsjt ul {
  overflow: hidden;
  margin: 0 -10px;
}

.xsdt-xsjt ul li {
  float: left;
  width: 50%;
  margin-top: 75px;
}

.xsdt-xsjt ul .box {
  margin: 0 10px;
  overflow: hidden;
}

.xsdt-xsjt ul .pic {
  float: left;
  width: 255px;
  padding-bottom: 170px;
  overflow: hidden;
  position: relative;
}

.xsdt-xsjt ul .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.xsdt-xsjt ul .pic img:hover {
  transform: scale(1.05);
}

.xsdt-xsjt ul .text {
  float: right;
  width: calc(100% - 280px);
  background: url(../images/rcpy-text-bott.png) bottom right no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding: 0 20px 20px 0;
}

.xsdt-xsjt ul .tit {
  display: block;
  font-size: 1.125rem;
  color: #000000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -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;
}

.xsdt-xsjt ul .tit:hover {
  transform: translateX(5px);
}

.xsdt-xsjt ul .abst {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #816f5c;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xsdt-xsjt ul .date {
  font-size: 0.875rem;
  color: #816f5c;
  margin-top: 10px;
}

.xsdt-xsjt .more {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

.xsdt-xsjt .more img:hover {
  transform: scale(1.05);
}

.list-xstd {
  padding: 60px 0 150px;
}

.list-xstd .title {
  text-align: center;
  font-size: 2.25rem;
  color: #333333;
  margin-bottom: 55px;
  background: url(../images/index-tit-bg.png) center 15px no-repeat;
  height: 2em;
}

.list-xstd ul li {
  overflow: hidden;
  padding: 30px 50px;
  background: #f9f9f9;
  margin-bottom: 35px;
}

.list-xstd ul .pic {
  float: left;
  width: 150px;
  padding-bottom: 215px;
  overflow: hidden;
  position: relative;
  /* background: #fff; */
}

.list-xstd ul .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 13px;
}

.list-xstd ul .pic img:hover {
  transform: scale(1.05);
}

.list-xstd ul .text {
  float: right;
  width: calc(100% - 185px);
}

.list-xstd ul .text .tit {
  overflow: hidden;
  padding-bottom: 18px;
  margin-top: 18px;
  background: url(../images/xstd-tit.png) bottom right no-repeat;
  background-size: 100%;
  font-size: 1.5rem;
  color: #333333;
}

.list-xstd ul .text .tit span {
  font-weight: bold;
  margin-right: 15px;
}

.list-xstd ul .text .tit a {
  color: #333333;
}

.list-xstd ul .text h4 {
  margin: 20px 0 25px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}

.list-xstd ul .text .abst {
  font-size: 1rem;
  line-height: 35px;
  color: #333333;
}

.list-xstd ul .text .abst dd {
  overflow: hidden;
}

.list-xstd ul .text .abst span {
  float: left;
}

.list-xstd ul .text .abst p {
  float: right;
  width: calc(100% - 85px);
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-xstd ul .text .more {
  margin-top: 20px;
  float: right;
  width: 90px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 1rem;
  color: #333333;
  border: 1px solid #b3bac3;
}

.list-xstd ul .text .more:hover {
  background: #fff;
}

.list-yjyjj {
  padding: 35px 0;
  position: relative;
}

.list-yjyjj .right-nav {
  position: absolute;
  right: -130px;
  top: 100px;
}

.list-yjyjj .right-nav ul {
  overflow: hidden;
  position: relative;
  background: url(../images/kskc-line.png) center repeat-y;
}

.list-yjyjj .right-nav ul li {
  width: 150px;
  height: 150px;
  background: url(../images/kskc-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 58px;
}

.list-yjyjj .right-nav ul li:last-child {
  margin-bottom: 0;
}

.list-yjyjj .right-nav ul a {
  display: block;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-yjyjj .yjyjj-item {
  margin-bottom: 50px;
  padding: 150px 140px 60px;
  overflow: hidden;
  background: url(../images/yjyjj.png) no-repeat;
  background-size: 100% 100%;
}

.list-yjyjj .yjyjj-item .title {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-yjyjj .yjyjj-item .title .cn {
  font-size: 2.25rem;
  color: #333333;
  font-weight: bold;
}

.list-yjyjj .yjyjj-item .title .en {
  font-size: 1rem;
  color: #c1b4a0;
}

.list-yjyjj .yjyjj-item .text p {
  font-size: 1rem;
  color: #333333;
  line-height: 38px;
  text-indent: 2em;
  margin-bottom: 20px;
}

.list-yjyjj .yjyjj-item .text p img {
  margin-left: -2em;
}

.list-yjyjj .yjyjj-item .text p.vsbcontent_img img {
  margin-left: 0 !important;
}

.list-zzjg {
  margin: 0 40px;
  padding: 60px 0 80px;
  background: url(../images/zzjg-bg.png);
  background-size: 100% 100%;
}

.list-zzjg .title {
  text-align: center;
  font-size: 2.25rem;
  color: #3a495c;
  margin-bottom: 30px;
  height: 2em;
  background: url(../images/index-tit-bg.png) center 15px no-repeat;
}

.list-zzjg .box {
  overflow: hidden;
  border: 1px solid #dfe1e4;
  padding: 0 50px;
}

.list-zzjg .box li {
  float: left;
  width: 25%;
  padding: 70px 0 60px;
  position: relative;
}

.list-zzjg .box li a {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 182px;
  height: 182px;
  background: url(../images/zzjg-box-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.list-zzjg .box li img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 28px auto 0;
}

.list-zzjg .box li p {
  margin-top: 15px;
  text-align: center;
  font-size: 1.15rem;
  color: #3a495c;
}

.list-zzjg .box li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #dfe1e4;
  position: absolute;
  top: 0;
  left: 50%;
}

.list-zzjg .box li:hover img {
  transform: rotate(360deg);
}

/* 列表banner */
/* 左侧导航 */
/* 滚动条样式 */
/* 内容页 */
.article-page {
  padding: 45px 0 35px;
}

.article-page .location {
  overflow: hidden;
  line-height: 2.65rem;
  margin-bottom: 40px;
}

.article-page .location p {
  float: left;
  font-size: 2.25rem;
  color: #333333;
}

.article-page .location .weizhi {
  float: right;
  font-size: 1rem;
  color: #999;
}

.article-page .location .weizhi a {
  color: #999;
}

.article-con {
  overflow: hidden;
  border-top: 5px solid #caced4;
  background: #fff;
  box-shadow: 0 0 5px 0 #efefef;
  padding: 70px 50px 50px;
}

.article-con h1 {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
  color: #333333;
}

.article-con h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #333333;
}

.article-con .info {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  font-size: 1rem;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #333333;
  border-bottom: 1px solid #ededed;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 10px;
  line-height: 36px !important;
  font-size: 16px !important;
  color: #333333;
  font-family: 微软雅黑 !important;
}
.article-con .article-text span{font-size: 16px !important;  color: #333333;font-family: 微软雅黑 !important;}
.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}

.article-con .article-text p.vsbcontent_img img {
  margin-left: 0 !important;
}

.updown {
  overflow: hidden;
  margin-top: 25px;
}

.updown a {
  display: block;
  font-size: 1rem;
  color: #333333;
  padding: 5px 0;
  -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;
}

.updown a span {
  font-weight: bold;
}

.updown a:hover {
  transform: translateX(5px);
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.news-latest {
  float: right;
  width: 320px;
  padding: 40px 23px;
}

.news-latest .tit {
  padding: 20px 0;
  background: #a20a47;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}

.news-latest ul {
  overflow: hidden;
  margin-top: 20px;
}

.news-latest ul li {
  padding: 10px 0 15px 15px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.news-latest ul li a {
  font-size: 1rem;
  line-height: 26px;
  color: #333333;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-latest ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #a20a47;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 22px;
}

.news-latest ul li:hover a {
  color: #a20a47;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #333333 !important;
    color: #fff;
    background-color: #333333 !important;
}
.pb_sys_style2 .p_no_d {
    border: 1px solid #333333 !important;
    color: #fff;
    background-color: #333333 !important;
}


@media (max-width: 1000px) {
 .list-yjyjj .yjyjj-item .title .cn{font-size:1.3em;}
}

@media (max-width: 460px){
.article-page .location p {
    float: none;
    text-align: center;
    font-size: 1.25rem;
}

.index-tit h2 {
    font-size: 1.6rem;
    color: #333;
    font-weight: 600;
    font-family: "华文中宋";
}
.index-tit .tips {
    margin-top: -6px;
}
.index-tit {
    position: relative;
    text-align: center;
    background: url(../images/index-tit-bg.png) center 15px no-repeat;
    margin-bottom: 20px;
}
}

@media (max-width: 460px){
.yjygk-text p {
    line-height: 32px !important;
    font-size: 15px !important;
}
.text td p{text-indent:0 !important;}