

.wrapper {
  position: relative;
  overflow: hidden;

}


.containera {
    width: auto;
    padding-left:40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: 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: 15px 25px;
}

.left-nav .sideMenu li {
  position: relative;
  padding-top:10px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  font-size: 1.55rem;
  color: #666666;
  background: #e9edfc;
  text-align: center; 
  height:50px;
  padding-top:15px;
}

.left-nav .sideMenu li > a .title {
  background:#0b6cb8;color:#fff;
}

.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: #fff;
  background: #25ade8;
  height:50px;
  padding-top:15px;

}


.left-nav .sideMenu li.title {
  background:#0b6cb8;color:#fff;
  /*border-bottom: 1px solid #9e2e24;*/
}

.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;
}


.list-text li {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eeeeee;
  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: #999999;
}

.list-text .tit {
  position: relative;
  float: left;
  width: calc(100% - 110px);
  padding-left: 20px;
  color: #666666;
  font-size: 1.5rem;
  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: #333;
  font-size: 1.1rem;
}

.list-text li:hover .tit {
  color: #0b6cb8;
}

.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;}