@charset "UTF-8";
      html {
           # filter: grayscale(100%);
            ##-webkit-filter: grayscale(100%);
           # -moz-filter: grayscale(100%);
          #  -ms-filter: grayscale(100%);
           # -o-filter: grayscale(100%);
           # filter: url("data:image/svg+xml;utf8,#grayscale");
           # filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
          #  -webkit-filter: grayscale(1);
        }

body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: 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;
}

a:hover {
  text-decoration: none;
}

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 */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

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;
}

.xgsou_close{
display:none;
}


.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 {
  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 */
.header {
  width: 100%;
  position: fixed;
  z-index: 9;
  padding: 0 3%;
  transition: all 0.7s ease-out 0s;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 3%;
  max-width: 535px;
}

.header .logo2 {
  display: none;
}

/* 搜索 */
.search-box {
  margin-top: 10px;
  float: right;
  width: 305px;
  padding: 0 15px;
  border-radius: 20px;
  background: #f2f2f2;
}

.ss {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: none;
}

.ss .text {
  width: calc(100% - 35px);
  border: none;
  background: none;
  color: #999999;
  font-size: 0.8125rem;
  line-height: 28px;
  height: 28px;
  float: left;
}

.ss .sub {
  width: 23px;
  margin-top: 3px;
  float: right;
}

/* 导航 */
.nav-container{
  width:100%; 
  background-color:rgba(158, 46, 36, 1);
  margin-top : 20px;
}

.navbar {
  float: right;
}

.navbar .close {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav {
  padding: 0;
  list-style: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  padding: 0 10px;
}

.navbar .navbar-nav > li > a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  line-height: 80px;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
}

.navbar .navbar-nav > li > a > em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(../images/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav > li:hover {
  background: #fff;
}

.navbar .navbar-nav > li:hover > a {
  color: #333;
}

.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(158, 46, 36, 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;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.navbar .first {
  cursor: pointer;
}

.navbar .first.showDiv .site-map {
  display: block;
}

.navbar .site-map {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.navbar .site-map .site-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.93);
}

.navbar .site-map ul {
  position: absolute;
  overflow: hidden;
  margin: 0 -20px;
  right: 5%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.navbar .site-map li {
  float: left;
  width: 20%;
  margin-bottom: 40px;
}

.navbar .site-map .box {
  margin: 0 20px;
  background: #faf7f7;
  border-radius: 25px;
  height: 240px;
  padding: 15px 10px;
  overflow-y: auto;
}

.navbar .site-map .box img {
  max-width: 90px;
  margin-top: 20px;
}

.navbar .site-map h2 {
  color: #9e2e24;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑";
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
}

.navbar .site-map table {
  width: 100%;
}

.navbar .site-map td {
  width: 50%;
  padding: 5px 0;
  vertical-align: top;
}

.navbar .site-map td a {
  font-size: 0.875rem;
  color: #151515;
  position: relative;
  padding-left: 15px;
  display: block;
  text-align: left;
}

.navbar .site-map td a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #cf7b7b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.navbar .site-map td a:hover {
  color: #9e2e24;
}

/* 浮动导航 */
.header:hover,
.header2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(158, 46, 36, 1);
  border-radius: 18px;
  height: 80px;
}

.header:hover .logo,
.header2 .logo {
  display: none;
}

.header:hover .logo2,
.header2 .logo2 {
  display: block;
  position: absolute;
  top: 5px;
  left: 3%;
  max-width: 320px;
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  overflow: hidden;
  position: relative;
}

.slider-banner {
  position: relative;
}

.slider-banner .slick-slide {
  position: relative;
}

.slider-banner .slick-slide img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
}
.slider-banner .slick-slide a{ display:block;}

.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 40px;
  right: 3%;
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  margin: 0 10px;
  width: 40px;
  height: 10px;
  background-color: #f2f2f2;
  cursor: pointer;
}

.slider-banner .slick-dots li button {
  display: none;
}

.slider-banner .slick-dots li.slick-active {
  background-color: #9e2e24;
}

/* banner焦点图结束 */
/* 中部版块 */
.index-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.index-title p {
  float: left;
  background: url(../images/index-title-bg-v2.png) left center no-repeat;
  background-size: 100% 100%;
  padding: 0 60px 0 20px;
  line-height: 40px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
}

.index-title .index-more {
  padding-top: 10px;
  float: right;
  font-size: 1rem;
  color: #9e2e24;
  -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-title .index-more:hover {
  font-weight: bold;
  color: #9e2e24;
}

.index-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #9e2e24;
  left: 10px;
  bottom: 0;
  position: absolute;
}

.row1 {
  padding-top: 50px;
}

.index-news .left {
  float: left;
  width: calc(100% - 505px);
}

.index-news .right {
  float: right;
  width: 475px;
}

.slider-news {
  position: relative;
  padding-bottom: 35px;
}

.slider-news .box {
  overflow: hidden;
  width: 100%;
}

.slider-news .pic {
  float: left;
  width: 334px;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.slider-news .pic img {
  /*max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
}

.slider-news .pic img:hover {
  transform: translateX(-50%) scale(1.05);
}

.slider-news .text {
  float: right;
  width: calc(100% - 350px);
}

.slider-news .box.noPic .text {
  width: 100%;
}

.slider-news .tit {
  display: block;
  margin: 35px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #515151;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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-news .tit:hover {
  color: #9e2e24;
  transform: translateY(-5px);
}

.slider-news .abst {
  padding-top: 15px;
  padding-right: 5px;
  border-top: 1px solid rgba(158, 46, 36, 0.5);
  font-size: 1rem;
  color: #515151;
  display: -webkit-box;
  line-height: 28px;
  height: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slider-news .abst:hover {
  color: #9e2e24;
}

.slider-news .date {
  margin-top: 40px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #9e2e24;
  text-align: right;
}

.slider-news .slick-dots {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-news .slick-dots li {
  float: left;
  margin: 0 7px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  background: #9e2e24;
  border: 1px solid #9e2e24;
}

.news-text {
  background-color: rgba(250, 247, 247, 0.5);
  width: 100%;
  overflow: hidden;
  padding: 22px;
}

.news-text li {
  line-height: 55px;
  overflow: hidden;
}

.news-text li a {
  float: left;
  position: relative;
  width: calc(100% - 45px);
  padding-left: 25px;
  font-size: 1rem;
  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 li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9e2e24;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.news-text li .date {
  float: right;
  color: #9e2e24;
  font-size: 0.875rem;
}

.news-text li:hover a {
  color: #9e2e24;
  transform: translateX(5px);
}

.row2 {
  padding: 40px 0 50px;
}

.slider-zhyw {
  position: relative;
  padding-right: 55px;
  overflow: hidden;
}

.slider-zhyw .box {
  overflow: hidden;
  margin: 0 -30px;
}

.slider-zhyw .item {
  float: left;
  width: 25%;
}

.slider-zhyw .item a {
  display: block;
  margin: 0 30px;
  position: relative;
}

.slider-zhyw .item .pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}


.slider-zhyw .item .pic img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
 transform: translate(-50%,-20%);
}

.slider-zhyw .item .tit {
  width: 100%;
  height: 84px;
margin-top:10px;
  /*background: rgba(255, 255, 255, 0.85);*/
  -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-zhyw .item .tit p {
  font-size: 1rem;
  line-height: 28px;
  height: 84px;
  width: 100%;
  color: #666666;
  margin-top: 0;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -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-zhyw .item:hover .tit {
  background: none;
}

.slider-zhyw .item .pic img:hover {
 transform: translate(-50%,-20%) scale(1.05);
}


.slider-zhyw .item:hover p {
  top: 10%;
  margin-top: 0;
  color: #9e2e24;
  font-weight: 700;
}

.slider-zhyw .slick-arrow {
  width: 42px;
  height: 24px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.slider-zhyw .slick-arrow.slick-prev {
  background: url(../images/zhyw-up.png) no-repeat;
  background-size: 100% 100%;
  top: 20%;
}

.slider-zhyw .slick-arrow.slick-next {
  background: url(../images/zhyw-down.png) no-repeat;
  background-size: 100% 100%;
  bottom: 50%;
}

.slider-zhyw .slick-arrow.slick-prev:hover {
  background: url(../images/zhyw-up-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-zhyw .slick-arrow.slick-next:hover {
  background: url(../images/zhyw-down-on.png) no-repeat;
  background-size: 100% 100%;
}

.row3 .index-title {
  margin-bottom: 25px;
}

.slider-tzgg {
  width: 100%;
  overflow: hidden;
}

.slider-tzgg li {
  float: left;
  width: 100%;
}

.slider-tzgg li .date {
float:left;
  color: #666;
  font-size: 1rem;
background-color: rgba(232, 232, 232, 0.5);
  padding: 10px;
 line-height:24px;
margin-bottom:11px;
text-align:center;
}
.slider-tzgg li .date  b{
font-size: 20px; color: #9e2e24;
}


.slider-tzgg li p {
float:right;
 width: calc(100% - 85px);
  color: #666;
  font-size: 1rem;
 line-height: 68px;
  white-space: nowrap;
  overflow: hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
-webkit-line-clamp:2; 
-webkit-box-orient:vertical;
}

.slider-tzgg li:hover .date,
.slider-tzgg li:hover p {
  color: #9e2e24;
}

.row4 {
  padding: 55px 0 50px;
}

.row4 .index-title {
  margin-bottom: 25px;
}

.row4 .left {
  float: left;
  width: 45%;
}

.row4 .right {
  float: right;
  width: 50%;
}

.index-list {
  padding: 0 0px;
}

.index-list li {
  line-height: 40px;
  overflow: hidden;
}

.index-list li a {
  float: left;
  width: calc(100% - 45px);
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  color: #666;
  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-list li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}

.index-list li .date {
  float: right;
  font-size: 0.875rem;
  color: #9e2e24;
}

.index-list li:hover a {
  color: #9e2e24;
}

.index-list li:hover a:before {
  background: #9e2e24;
}

.index-ztzl {
  padding: 0 50px;
}

.index-ztzl ul {
  overflow: hidden;
  margin: 0 -10px;
}

.index-ztzl li {
  width: 10%;
  float: left;
  margin-bottom: 20px;
}

.index-ztzl li a {
  display: block;
  margin: 0 10px;
  background: #f4efef;
  font-size: 1rem;
  color: #515151;
  text-align: center;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.index-ztzl li.empty a {
  /*background: #9e2e24;*/
  background : rgba(158, 46, 36, 0.6);
  color: #9e2e24;
}

.index-ztzl li a p {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-ztzl li.double {
  width: 20%;
}

.index-ztzl li:hover a {
  background: #9e2e24;
  color: #fff;
}

.row6 {
  padding: 15px 0;
}

.index-ksdh ul {
  overflow: hidden;
  padding-top: 10px;
}

.index-ksdh li {
  float: left;
  width: 11%;
}

.index-ksdh li a {
  display: block;
  margin: 0 10px;
}

.index-ksdh li a img {
  height: 29px;
  display: block;
  margin: 0 auto;
}

.index-ksdh li a p {
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  line-height: 20px;
}

.index-ksdh li:hover img {
  transform: translateY(-5px);
}

.index-ksdh li:hover p {
  color: #9e2e24;
}

.row0 {
  padding: 0 0 40px;
}

.row0 .tit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #9e2e24;
  margin-bottom: 20px;
}

.slider-data {
  padding-bottom: 30px;
  position: relative;
}

.slider-data .box {
  padding: 20px;
  text-align: center;
}

.slider-data .box span {
  display: block;
  border: 3px solid #9e2e24;
  border-radius: 50%;
  padding-bottom: 100%;
  height: 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;
}

.slider-data .box h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #9e2e24;
  margin-top: 45px;
}

.slider-data .box p {
  font-size: 1rem;
  padding: 0 10px;
}

.slider-data .box:hover span {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px -1px #9e2e24;
}

.slider-data .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slider-data .slick-dots li {
  float: left;
  margin: 2px 7px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

.slider-data .slick-dots li button {
  display: none;
}

.slider-data .slick-dots li.slick-active {
  background: #9e2e24;
  border: 1px solid #9e2e24;
}

.slider-data .slick-prev,.slider-data .slick-next{ display:none!important;}


/* 中部版块 */
/* 底部 */
.footer {
  background: #9e2e24;
  padding: 30px 0 20px;
}

.footer .r {
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #e27d73;
}

.footer .footer-logo {
  float: left;
  width: 420px;
  margin-top: 10px;
}

.footer .contact {
  float: left;
  margin-left: 40px;
  width: 660px;
  padding-top: -1px;
}

.footer .contact p {
  float: left;
  width: 330px;
  font-size: 1rem;
  color: #fff;
  padding-left: 40px;
  margin-bottom: 15px;
}

.footer .contact p:nth-of-type(1) {
  background: url(../images/contact-ico1.png) left center no-repeat;
  background-size: auto 100%;
}

.footer .contact p:nth-of-type(2) {
  background: url(../images/contact-ico2.png) left center no-repeat;
  background-size: auto 100%;
}

.footer .contact p:nth-of-type(3) {
  background: url(../images/contact-ico3.png) left center no-repeat;
  background-size: auto 100%;
}

.footer .contact p:nth-of-type(4) {
  background: url(../images/contact-ico4.png) left center no-repeat;
  background-size: auto 100%;
}

.footer .contact p:nth-of-type(5) {
  background: url(../images/contact-ico4.png) left center no-repeat;
  background-size: auto 100%;
}
.footer .contact p:nth-of-type(8) {
  background: url(../images/contact-ico4.png) left center no-repeat;
  background-size: auto 100%;
}
.footer .contact p:nth-of-type(9) {
  background: url(../images/contact-ico2.png) left center no-repeat;
  background-size: auto 100%;
}

.footer .ewm {
  float: right;
}

.footer .ewm a {
  float: left;
  margin-left: 10px;
}

.footer .ewm a img {
  width: 102px;
  height: 100px;
}

.footer .ewm a p {
  text-align: center;
  font-size: 0.75rem;
  color: #f6f7f7;
}

.cory {
  margin-top: 15px;
  padding: 10px 0 10px 70px;
  background: url(../images/beian.png) 15px center no-repeat;
  background-size: auto 100%;
}

.cory p,
.cory a {
  font-size: 0.9375rem;
  color: #fff;
}

.right-slider {
  position: fixed;
  width: 174px;
  height: 391px;
  background: url(../images/right-slider.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  right: 50%;
  margin-right: -910px;
  top: 25%;
  z-index: 9;
  padding: 0 16px;
}

.right-slider .pic1 {
  display: block;
  margin-top: 130px;
}

.right-slider .pic1 img {
  width: 100%;
}

.right-slider .pic2 {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.right-slider .goback-top {
  display: block;
  margin-top: 20px;
  text-align: center;
}

/* 列表页 */
.list-header {
  padding: 30px 0 0;
}

.list-header .logo {
  float: left;
  width: 450px;
}

.list-header .top-right {
  float: right;
}

.list-header .top-txt {
  margin-top: 5px;
  text-align: right;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  color: #9e2e24;
}

.list-header .navbar {
  margin-top: 10px;
  float: none;
  width: 100%;
    background-color: rgba(158, 46, 36, 1);
    border-radius: 18px;
}

.list-header .navbar .navbar-nav > li {
  padding: 0;
  width: 10%;
  padding: 25px 0;
}

.list-header .navbar .navbar-nav > li > a {
  color: #fff;
  line-height: 24px;
  display: inline;
}

.list-header .navbar .navbar-nav > li.current > a {
  /*border-bottom: 1px solid #79000f;*/
  font-weight: bold;
}

.list-header .navbar .navbar-nav > li:hover > a {
  /*font-weight: bold;*/  color: #333;
}

/* 列表banner */
.list-banner {
  overflow: hidden;
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  margin-bottom: 55px;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
  width: 290px;
  float: left;
  position: relative;
  z-index: 9;
}

.left-nav .sideMenu {
  padding: 30px 25px;
}

.left-nav .sideMenu li {
  position: relative;
  padding: 10px 10px 10px 10px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #666666;
  padding-left: 20px;
}

.left-nav .sideMenu dl {
  padding: 15px 0 15px 50px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #666666;
  padding: 7px 0;
}

.left-nav .sideMenu dl dd a:before {
  display: none !important;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  font-weight: bold;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #9e2e24;
  background: url(../images/leftnav-ico1.png) left center no-repeat;
  background-size: 13px 19px;
}

.left-nav .sideMenu li:hover {
  border-bottom: 1px solid #9e2e24;
}

.left-nav .sideMenu li.current {
  border-bottom: 1px solid #9e2e24;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 295px);
  border-left: 1px dashed #9e2e24;
  padding: 20px 40px 0;
}

.location {
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px dashed #bb0d17;
}

.location .tit {
  font-size: 1.5rem;
  font-weight: normal;
  color: #bb0d17;
  float: left;
  padding-left: 35px;
  background: url(../images/leftnav-menu.png) left center no-repeat;
}

.location .weizhi {
  float: right;
  margin-top: 8px;
  z-index: 9;
  float: right;
  font-size: 0.9375rem;
  color: #666666;
  max-width: 60%;
}

.location .weizhi a {
  font-size: 0.9375rem;
  color: #666666;
}

.list-text li {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #9e2e24;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}

.list-text .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-radius: 50%;
  background: #9e2e24;
}

.list-text .tit {
  position: relative;
  float: left;
  width: calc(100% - 110px);
  padding-left: 20px;
  color: #666666;
  font-size: 1.125rem;
  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 .date {
  float: right;
  color: #9e2e24;
  font-size: 0.875rem;
}

.list-text li:hover .tit {
  color: #9e2e24;
}

.list-pics {
  margin-top: 15px;
}

.list-pics li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  padding: 30px 0 20px;
}

.list-pics .date {
  position: relative;
  float: left;
  width: 68px;
  height: 75px;
  text-align: center;
  background: #e9eef4;
}

.list-pics .date .day {
  font-size: 1.5rem;
  color: #2fae9d;
  margin-top: 10px;
}

.list-pics .date .year {
  font-size: 0.75rem;
  color: #2fae9d;
}

.list-pics .date:after {
  content: "";
  width: 1px;
  height: 103px;
  background: #e9eef4;
  position: absolute;
  right: 0;
  top: -14px;
}

.list-pics .pic {
  float: right;
  position: relative;
  margin-top: -13px;
  width: 194px;
  height: 138px;
  overflow: hidden;
}

.list-pics .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-pics .text {
  float: left;
  width: calc(100% - 345px);
  margin-left: 22px;
  margin-top: -10px;
}

.list-pics .text .tit {
  display: block;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  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-pics .text .abst {
  font-size: 0.75rem;
  color: #888888;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-pics .text.no-pic {
  width: calc(100% - 95px);
}

.list-pics li:hover .tit {
  color: #2fae9d;
  transform: translateX(5px);
}

.list-pics li:hover img {
  transform: scale(1.05);
}

.pic-pages {
  overflow: hidden;
  margin: 40px -35px 0;
}

.pic-pages li {
  float: left;
  width: 33.3%;
  margin-bottom: 75px;
}

.pic-pages li a {
  display: block;
  overflow: hidden;
  margin: 0 35px;
}

.pic-pages .pic {
  width: 100%;
  padding-bottom: 71%;
  overflow: hidden;
  position: relative;
}

.pic-pages .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pic-pages p {
  position: relative;
  background: url(../images/msfc-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: -50px auto 0;
  width: 90%;
  text-align: center;
  padding: 35px 0 15px;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-pages li:hover img {
  transform: scale(1.05);
}

.list-leader {
  overflow: hidden;
}
.list-ldwklf{float: left;
  width: 100%;}
.list-ldwkrg{float: right;
  width: 50%;}
.list-leader li {
  width: 100%;

  margin-top: 50px;
}

.list-leader li a {
  display: block;
  margin: 0 30px;
  background: #faf7f7;
  overflow: hidden;
}

.list-leader li .pic {
  position: relative;
  float: left;
  width: 160px;
  height: 240px;
  overflow: hidden;
}

.list-leader li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-leader li .text {
  float: right;
  width: calc(100% - 175px);
  padding-right: 20px;
}

.list-leader li .text .tit {
  margin-top: 20px;
  font-size: 1rem;
  color: #666;
}

.list-leader li .text .zw {
  margin-top: 40px;
  padding-bottom: 13px;
  border-bottom: 1px solid #79000f;
  font-size: 0.875rem;
  color: #79000f;
  font-weight: 700;
}

.list-leader li:hover a {
  background: #f5e0e0;
}

.zxxs-title {
  width: 100%;
  padding: 30px 0;
  /*background: url(../images/zxxs-leftico.png) left center no-repeat #f4efef;*/
  background: #f4efef;
  background-size: auto 100%;
  position: relative;
  margin: 20px 0px;
}

.zxxs-title p {
  position: relative;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑";
  font-size: 2.25rem;
  letter-spacing: 8px;
  color: #9e2e24;
  font-weight: 700;
  text-align: center;
}

.zxxs-title:before {
  content: "";
  width: 100%;
  height: 100%;
  /*background: url(../images/zxxs-rightico1.png) right center no-repeat;*/
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.zxxs-list .box {
  position: relative;
  margin-bottom: 30px;
  position: relative;
  padding: 40px 0 35px 25px;
  background: #f4efef;
  overflow: hidden;
}

.zxxs-list .box .tit {
  position: relative;
  float: left;
  padding-left: 95px;
  height: 66px;
  line-height: 66px;
  font-size: 1.375rem;
  letter-spacing: 10px;
  color: #9e2e24;
  font-weight: 700;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑";
}

.zxxs-list .box ul {
  position: relative;
  float: right;
  width: calc(100% - 270px);
}

.zxxs-list .box ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.zxxs-list .box ul a {
  font-size: 1.125rem;
  color: #666666;
}

.zxxs-list .box ul a:hover {
  color: #9e2e24;
}

.zxxs-list .box:nth-child(2n + 1):before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/zxxs-rightico2.png) right bottom no-repeat;
  background-size: auto 80%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
}

.zxxs-list .box:nth-child(2n):before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/zxxs-rightico1.png) right bottom no-repeat;
  background-size: auto 80%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
}

.zxxs-list .box1 .tit {
  background: url(../images/zxxs-titico1.png) left center no-repeat;
  background-size: auto 100%;
}

.zxxs-list .box2 .tit {
  background: url(../images/zxxs-titico2.png) left center no-repeat;
  background-size: auto 100%;
}

.zxxs-list .box3 .tit {
  background: url(../images/zxxs-titico3.png) left center no-repeat;
  background-size: auto 100%;
}

.zxxs-list .box4 .tit {
  background: url(../images/zxxs-titico4.png) left center no-repeat;
  background-size: auto 100%;
}

.zxxs-list .box5 .tit {
  background: url(../images/zxxs-titico5.png) left center no-repeat;
  background-size: auto 100%;
}

.zxxs-list .box1 li:nth-of-type(3),
.zxxs-list .box4 li:nth-of-type(3),
.zxxs-list .box5 li:nth-of-type(3) {
  margin-right: 25%;
}

.szzy-list .box {
  position: relative;
  margin-top: 30px;
  position: relative;
  padding: 40px 60px 35px 25px;
  background: #f4efef;
  overflow: hidden;
}

.szzy-list .box .tit {
  position: relative;
  float: left;
  padding-left: 95px;
  height: 66px;
  line-height: 66px;
  font-size: 1.375rem;
  letter-spacing: 10px;
  color: #9e2e24;
  font-weight: 700;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑";
}

.szzy-list .box ul {
  position: relative;
  float: right;
  width: calc(100% - 270px);
  overflow: hidden;
  margin-top:20px;
}

.szzy-list .box ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
text-align:center;
}

.szzy-list .box ul a {
  font-size: 1.125rem;
  color: #666666;
}

.szzy-list .box ul a:hover {
  color: #9e2e24;
}

.szzy-list .box .more {
  display: block;
  width: 50px;
  height: 26px;
  text-align: center;
  color: #ffffff;
  line-height: 26px;
  font-size: 0.8rem;
  border-radius: 20px;
  background: #9e2e24;
  position: absolute;
  right: 25px;
  bottom: 20px;
}

.szzy-list .box1 ul li {
  width: 20%;
}

.szzy-list .box1 .tit {
  background: url(../images/zxxs-titico3.png) left center no-repeat;
  background-size: auto 100%;
}

.szzy-list .box2 .tit {
  background: url(../images/szzy-titico2.png) left center no-repeat;
  background-size: auto 100%;
  letter-spacing: 2px;
}

.szzy-list .box3 .tit {
  background: url(../images/szzy-titico3.png) left center no-repeat;
  background-size: auto 100%;
  letter-spacing: 2px;
}

.xczx-box {
  margin-top: 30px;
  padding: 45px 0;
  background: #fdeeee;
  overflow: hidden;
}

.xczx-box li {
  float: left;
  width: 33%;
}

.xczx-box li .pic {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.xczx-box li .pic img {
  width: 100%;
  max-width: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.xczx-box li p {
  color: #666666;
  font-size: 1.125rem;
  margin-top: 20px;
  text-align: center;
}

.xczx-box li:hover img {
  transform: translate(-50%, -50%) rotate(360deg);
}

.xczx-box li:hover p {
  color: #9e2e24;
}

.list-jgsz {
  overflow: hidden;margin-left:40px;

}

.list-jgsz li {
  width: 50%;
  float: left;
  padding: 15px 0;
}

.list-jgsz li a {
  display: block;
  padding-left: 12px;
  position: relative;
  /*font-size: 1.125rem;*/
  color: #666666;
}

.list-jgsz li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #9e2e24;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.list-jgsz li a:hover {
  color: #9e2e24;
}

.bks-box {
  margin: 80px 0 40px;
}

.bks-box ul {
  padding: 0 10%;
}

.bks-box li {
  float: left;
  width: 33.3%;
}

.bks-box li .pic {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: #faf7f7;
  /*border-radius: 50%;*/
  position: relative;
}

.bks-box li .pic img {
  width: 100%;
  /*max-width: 85px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bks-box li p {
  color: #666666;
  font-size: 1.125rem;
  margin-top: 20px;
  text-align: center;
}

.bks-box li:hover img {
  /*transform: translate(-50%, -50%) rotate(360deg);*/
}

.bks-box li:hover p {
  color: #9e2e24;
}



.bksxg{ margin: 0px -34px; padding:70px 40px 0px;
 overflow: hidden;}
.bksxg ul{ width: 85%; /*float: left;*/ margin:0 auto}
.bksxg ul li{ width: 33.3%; float: left;}
.bksxg ul li .bksxg_box{ margin: 0px 34px; display: block;
padding:50px 0px; 
    overflow: hidden;}

.bksxg ul li.bksxg_num1 .bksxg_box{
    background: #9e2e24;
}
.bksxg ul li.bksxg_num2 .bksxg_box{
    background: #187147;
}
.bksxg ul li.bksxg_num3 .bksxg_box{
    background: #dea639;
}


.bksxg ul li .bksxg_box p{ width: 100%; height: 93px;
float: left;}
.bksxg ul li .bksxg_box p.bksic1{
    background: url(../images/bks_ic1.png) no-repeat center;
}
.bksxg ul li .bksxg_box p.bksic2{
    background: url(../images/bks_ic2.png) no-repeat center;
}
.bksxg ul li .bksxg_box p.bksic3{
    background: url(../images/bks_ic3.png) no-repeat center;
}



.bksxg ul li .bksxg_box h2{ width: 100%; float: left; margin:35px 0px 10px;
font-size: 36px; color: #fff;
font-weight: normal; text-align: center;
font-family: "SourceHanSansCN";}
.bksxg ul li .bksxg_box span{
    width: 100%; float: left; height: 70px;
    position: relative;
    text-align: center;
        font-size: 28px;
        font-family: "SourceHanSansCN";
        color: rgba(255, 255, 255, 0.11);
}
.bksxg ul li .bksxg_box span::after{
    content: "";
    background: #ddd;
    position: absolute;
    left: 50%; margin-left: -26px;
    bottom: 0px;
    width: 52px; height: 3px;
    background: #fff;
}



/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.list-article .container {
  background: #faf7f7;
}

.article-con {
  overflow: hidden;
  margin-top: 30px;
}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  color: #666;
}

.article-con h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #666666;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  background: #f8f8fa;
  font-size: 1rem;
  color: #666666;
  text-align: center;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  padding: 30px 35px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #666;
}

.article-con .article-text p {
  text-indent: 2em;
}

.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 iframe{
margin-left:-2em; max-width:100%;}

.article-con .article-text p a{
word-break:break-all;
}


.article-con .bianji{
text-align: right;
 font-size: 1.110rem;
  color: #666;
  padding: 15px 35px 30px;
font-family:"楷体";
}

.article-con .updown {
  border-top: 1px dashed #bb0d17;
  overflow: hidden;
  padding: 20px 35px;
}

.article-con .updown a {
  display: block;
  font-size: 1.125rem;
  color: #666;
  padding: 10px 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;
}

.article-con .updown a:hover {
  color: #cc0033;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.latest-news {
  float: right;
  width: 300px;
  padding: 0 22px 70px 30px;
  border-left: 1px solid #d3dee8;
  position: relative;
}

.latest-news .title {
  position: relative;
  margin-top: -13px;
  border-bottom: 1px dashed #cfd5df;
  padding-bottom: 25px;
}

.latest-news .title h3 {
  margin-left: 10px;
  color: #b11111;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
}

.latest-news .title h3:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 5px;
  background: #b11111;
}

.latest-news ul {
  overflow: hidden;
}

.latest-news ul li {
  padding: 17px 0 17px 15px;
  position: relative;
  border-bottom: 1px dashed #cfd5df;
}

.latest-news 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;
}

.latest-news ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 27px;
}

.latest-news ul li:hover a {
  color: #b11111;
}

.latest-news:before {
  content: "";
  width: 35px;
  height: 0;
  border-top: 1px solid #d3dee8;
  position: absolute;
  left: 0;
  top: 0;
}


.danpin {font-size:16px; color:#333; line-height:32px; padding:30px 0px;
 min-height:450px;text-align: justify;}
.danpin h1{ font-size:20px; text-align: center; margin-bottom:15px;}
.danpin p img{ max-width:80%; text-indent:0em; height:auto !important; }
.danpin p iframe{max-width:80%;}


.list_rsou ul li a{font-size: 16px; color: #333; float: left;
     line-height: 55px; height: 55px;
     overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
     width:-moz-calc(100% - 100px);
     width:-webkit-calc(100% - 100px);
     width:calc(100% - 100px);
     background:url(../images/ic_red.png) no-repeat left center;
     text-indent: 14px;
transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;}    
.list_rsou ul li i{ float: right; 
    font-size: 14px; color: #666;
    line-height: 55px;
 font-style: normal;}
.list_rsou ul li:hover a{ color: #9e2e24; text-indent: 16px;
    transition:all 0.4s;}


.sspage{ width:100%; float:left; text-align:center; margin-top:25px;
font-size: 14px;
    color: #333;}
.sspage a{ color: #01548a;}

.qzssjg_no { width:600px; margin:50px auto 0px; overflow:hidden; font-size:14px; color:#333; line-height:25px;
padding:30px 0px 80px;}


@media screen and (max-width:540px){
.qzssjg_no { width:400px;}
}


@media screen and (max-width:414px){

.qzssjg_no { width:280px;}
.qzssjg_no { width:280px;}