@charset "utf-8";
body {
  font-family: Arial, sans-serif, "Microsoft YaHei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

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;
  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;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1460px;
  }
}
img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* header */
.header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.75rem;
}
.header .logo {
  float: left;
}
.header .search-ico {
  float: right;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  cursor: pointer;
}
.header .search-ico img {
  width: 100%;
}

.search-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 99;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search-box .close {
  font-size: 40px;
  font-family: icon;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  color: #ccc;
}
.search-box .inner {
  width: 90%;
  max-width: 750px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  padding: 0 20px;
  margin-top: -100px;
}
.search-box .text {
  background: none;
  font-size: 1rem;
  line-height: 38px;
  float: left;
  width: calc(100% - 30px);
  color: #fff;
}
.search-box input::-webkit-input-placeholder {
  color: #fff;
}
.search-box input::-moz-placeholder {
  color: #fff;
}
.search-box input:-ms-input-placeholder {
  color: #fff;
}
.search-box input::-ms-input-placeholder {
  color: #fff;
}
.search-box input::placeholder {
  color: #fff;
}
.search-box input::-webkit-input-placeholder {
  color: #fff;
}
.search-box input::-ms-input-placeholder {
  color: #fff;
}
.search-box .btn {
  float: right;
  margin-top: 10px;
  width: 20px;
}

.search-box.showDiv {
  opacity: 1;
  visibility: visible;
}

/* 导航 */
.navbar {
  margin-top: -10px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: url(../images/navbar-bg.png) center center no-repeat #a91003;
  padding: 20px 0 15px;
}
.navbar ul {
  width: 100%;
  text-align: center;
}
.navbar li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
}
.navbar li > em {
  display: none;
}
.navbar li > a {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0 45px;
  border-radius: 50px;
}
.navbar li.current > a,
.navbar li:hover > a {
  color: #a91003;
  background: #ffc58f;
}
.navbar .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 178px;
  left: 50%;
  margin-left: -89px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 20px;
}
.navbar .subnav dl {
  padding: 0 5px;
  text-align: center;
}
.navbar .subnav dd {
  padding: 12px 0;
}
.navbar .subnav a {
  font-size: 1rem;
  color: #fff;
}
.navbar li:hover .subnav {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pic {
  width: 100%;
  height: 35vw;
  background-position: center;
  background-size: cover;
}

/* banner焦点图结束 */
/* 中部版块 */
@-webkit-keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}
@-webkit-keyframes circleAnim {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAnim {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes oline {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
}
@keyframes oline {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
}
@-webkit-keyframes mline {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
}
@keyframes mline {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
}
/* 首页中部区域 */
/* 通用样式 */
.flex {
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.index-title h2 {
  float: left;
  width: calc(100% - 22px);
  padding-top: 10px;
  background: url(../images/title-line.png) 185px top no-repeat;
  background-size: auto 100%;
font-size: 30px;
    color: #c81f05;
}

.index-more {
  display: block;
  margin-top: 40px;
  float: right;
  color: #fff;
  font-size: 1rem;
  width: 22px;
  height: 22px;
  background: #d70801;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 22px;
}

/* 通用样式 */
/* row1 */
.row1 {
  padding: 5rem 0;
}

.index-focus {
  background: url(../images/row1-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.index-focus .pics {
  width: 60%;
}
.index-focus .pics li {
  display: none;
}
.index-focus .pics li.active {
  display: block;
}
.index-focus .pics a {
  display: block;
  width: 100%;
  padding-bottom: 63%;
  overflow: hidden;
  position: relative;
}
.index-focus .pics a .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-focus .pics a .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-focus .txts {
  width: calc(40% - 50px);
}
.index-focus .txts ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
.index-focus .txts * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-focus .txts li {
  border: 1px solid #e3d7bc;
  padding: 10px 30px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.index-focus .txts li:before {
  content: "";
  border-right: 20px solid #d70801;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-focus .txts a {
  display: block;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-focus .txts .tit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
}
.index-focus .txts h2 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.index-focus .txts li:nth-child(4) {
  margin-bottom: 0;
}
.index-focus .txts li.active {
  background: #d70801;
}
.index-focus .txts li.active h2 {
  color: #fff;
}
.index-focus .txts li.active:before {
  opacity: 1;
  visibility: visible;
}

/* row1 */
/* row2 */
.row2 .left {
  float: left;
  width: 48%;
}
.row2 .right {
  float: right;
  width: 48%;
}

.index-xxpt {
  padding-bottom: 10px;
}
.index-xxpt ul {
  overflow: hidden;
}
.index-xxpt .first {
  margin-bottom: 2rem;
}
.index-xxpt .first ul {
  margin: 0 -1.25rem;
}
.index-xxpt .first li {
  float: left;
  width: 50%;
}
.index-xxpt .first a {
  display: block;
  margin: 0 1.25rem;
}
.index-xxpt .first .pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.index-xxpt .first img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.index-xxpt .first img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-xxpt .first .txt {
  border: 1px solid #8a1618;
  border-top: none;
  position: relative;
  padding: 1rem 1.25rem;
}
.index-xxpt .first h2 {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxpt .first .date {
  font-size: 0.875rem;
  color: #8a1618;
  line-height: 24px;
  padding-left: 25px;
  background: url(../images/date.png) left center no-repeat;
  margin-top: 10px;
}
.index-xxpt .first li:hover h2 {
  color: #8a1618;
}
.index-xxpt .list {
  background: #fff;
  padding: 0.5rem 2rem 1.25rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.index-xxpt .list li {
  line-height: 4rem;
  border-bottom: 1px dashed #bababa;
  overflow: hidden;
}
.index-xxpt .list li * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxpt .list h2 {
  float: left;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  width: calc(100% - 6.25rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
  background: url(../images/list-ico.png) left center no-repeat;
}
.index-xxpt .list .date {
  float: right;
  font-size: 0.875rem;
  color: #888888;
}
.index-xxpt .list li:hover {
  border-bottom: 1px dashed #8a1618;
}
.index-xxpt .list li:hover h2 {
  color: #8a1618;
}

.index-xxap li {
  position: relative;
  margin-bottom: 1.35rem;
}
.index-xxap li a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxap li h2 {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xxap li .date {
  font-size: 0.875rem;
  color: #8a1618;
  line-height: 24px;
  padding-left: 25px;
  background: url(../images/date.png) left center no-repeat;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxap li:before {
  content: "";
  width: 5px;
  height: 80%;
  background: #d40801;
  position: absolute;
  right: 100%;
  top: 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxap li:hover a {
  background: #d70801;
}
.index-xxap li:hover h2 {
  font-weight: bold;
  color: #fff;
}
.index-xxap li:hover .date {
  color: #fff;
  background: url(../images/date2.png) left center no-repeat;
}
.index-xxap li:hover:before {
  background: #f38c52;
}

/* row2 */
/* row3 */
.row3 {
  padding: 4.75rem 0;
  background: url(../images/row3-bg.png) center bottom no-repeat #fff;
  background-size: 100%;
}

.index-title2 {
  position: relative;
  margin-bottom: 2.5rem;
}
.index-title2 h2 {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  position: relative;
  color: #c81f05;
  font-weight: bold;
  font-size: 34px;
}
.index-title2 h2:before {
  content: "";
  width: calc(50% - 100px);
  height: 100%;
  background: url(../images/row3-title01.png) right top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.index-title2 h2:after {
  content: "";
  width: calc(50% - 100px);
  height: 100%;
  background: url(../images/row3-title02.png) left top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.index-title2 .index-more {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: -5px;
  margin-top: 0;
}

.index-xxdt .pics ul {
  overflow: hidden;
  margin: 0 -1.75rem;
}
.index-xxdt .pics li {
  float: left;
  width: 33.3%;
}
.index-xxdt .pics a {
  display: block;
  margin: 0 1.75rem;
}
.index-xxdt .pics .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.index-xxdt .pics .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxdt .pics .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-xxdt .pics .txt {
  padding: 1.25rem 0;
  border-bottom: 1px solid #d70801;
}
.index-xxdt .pics h2 {
  font-size: 1.125rem;
  font-weight: normal;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxdt .pics li:hover h2 {
  color: #d70801;
}
.index-xxdt .list {
  margin-top: 10px;
}
.index-xxdt .list ul {
  overflow: hidden;
  margin: 0 -1.75rem;
}
.index-xxdt .list li {
  float: left;
  width: 33.3%;
}
.index-xxdt .list a {
  display: block;
  margin: 0 1.75rem;
  padding: 24px 0;
  overflow: hidden;
  border-bottom: 1px dashed #d70801;
}
.index-xxdt .list .date {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #f58648;
  font-size: 1.375rem;
  font-weight: bold;
  font-style: italic;
}
.index-xxdt .list .tit {
  float: right;
  width: calc(100% - 52px);
}
.index-xxdt .list h2 {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xxdt .list li:hover h2 {
  color: #d70801;
}

/* row3 */
/* row4 */
.row4 {
  padding: 5rem 0;
}

.index-xgbd {
  position: relative;
}
.index-xgbd li * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xgbd li .pic {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.index-xgbd li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xgbd li .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-xgbd li .txt {
  padding: 1.25rem 1.75rem;
  background: #fff5df;
}
.index-xgbd li .date {
  font-size: 0.875rem;
  color: #8a1618;
  position: relative;
}
.index-xgbd li .date:after {
  content: "";
  width: 80%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(138, 22, 24, 0)), to(rgb(138, 22, 24)));
  background: linear-gradient(to right, rgba(138, 22, 24, 0), rgb(138, 22, 24));
  position: absolute;
  right: 0;
  top: 50%;
}
.index-xgbd li h2 {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xgbd li .abst {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #888888;
  line-height: 25px;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-xgbd li .more {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 24px;
  color: #e4b859;
  padding-left: 30px;
  background: url(../images/more.png) left center no-repeat;
}
.index-xgbd li:hover .txt {
  background: #c81f05;
}
.index-xgbd li:hover .date {
  color: #ffb46d;
}
.index-xgbd li:hover .date:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 180, 109, 0)), to(rgb(255, 180, 109)));
  background: linear-gradient(to right, rgba(255, 180, 109, 0), rgb(255, 180, 109));
}
.index-xgbd li:hover h2 {
  color: #fff;
}
.index-xgbd li:hover .abst {
  color: #fff;
  opacity: 0.4;
}
.index-xgbd li:hover .more {
  color: #ffb46d;
  background: url(../images/more2.png) left center no-repeat;
}
.index-xgbd .xgbd-prev,
.index-xgbd .xgbd-next {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  margin-top: -1.125rem;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-xgbd .xgbd-prev {
  background: url(../images/xgbd-prev.png);
  background-size: 100% 100%;
  left: -5rem;
}
.index-xgbd .xgbd-next {
  background: url(../images/xgbd-next.png);
  background-size: 100% 100%;
  right: -5rem;
}
.index-xgbd .xgbd-prev:hover {
  background: url(../images/xgbd-prev-on.png);
  background-size: 100% 100%;
}
.index-xgbd .xgbd-next:hover {
  background: url(../images/xgbd-next-on.png);
  background-size: 100% 100%;
  right: -5rem;
}
.index-xgbd .xgbd-pagination {
  text-align: center;
  position: relative;
  margin-top: 1.875rem;
  display: none;
}
.index-xgbd .xgbd-pagination span {
  margin: 0 4px;
}
.index-xgbd .xgbd-pagination .swiper-pagination-bullet-active {
  background: #8a1618;
}

/* row4 */
/* 底部 */
.footer {
  background: #c81f05;
  padding: 1.875rem 0;
}
.footer .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footlogo {
  width: 90px;
}
.footer .cory {
  margin-left: 20px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 30px;
  width: calc(100% - 230px);
}
.footer .ewm {
  width: 112px;
}

/* 底部 */
/* 列表页 */
/* 列表banner */
.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding: 3rem 0;
}
.list-page .page {
  text-align: center;
}

.location {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.location .weizhi {
  padding-left: 25px;
  background: url(../images/home.png) left center no-repeat;
  background-size: auto 15px;
  color: #a91003;
}
.location .weizhi a {
  font-size: 0.875rem;
  color: #a91003;
}

.col-title {
  overflow: hidden;
}

.list-news li {
  margin-bottom: 35px;
  position: relative;
}
.list-news li .pic {
  float: left;
  width: 245px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.list-news li .pic a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-news li .pic a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-news li .txt {
  float: right;
  width: calc(100% - 280px);
  position: relative;
  padding: 20px 0;
}
.list-news li .txt * {
  position: relative;
}
.list-news li .box {
  float: left;
  width: calc(100% - 100px);
  padding-right: 15px;
  position: relative;
}
.list-news li .box:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #d1ddee;
  position: absolute;
  right: 0;
  top: 10%;
}
.list-news li .tit {
  display: block;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news li .abst {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #666666;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-news li .date {
  float: right;
  width: 85px;
  text-align: center;
  margin-top: 10px;
}
.list-news li .date .day {
  font-size: 1.75rem;
  color: #00457D;
  line-height: 42px;
}
.list-news li .date .mon {
  font-size: 1rem;
  color: #666;
}
.list-news li:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #fff;
  border: 1px solid #d1ddee;
  position: absolute;
  right: 0;
  top: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.list-news li:hover .tit {
  color: #00457D;
}
.list-news li:hover:before {
  opacity: 1;
  visibility: visible;
}

.list-txt {
  background: #fff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.list-txt li {
  line-height: 4rem;
  border-bottom: 1px dashed #bababa;
  overflow: hidden;
}
.list-txt li * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-txt h2 {
  float: left;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  width: calc(100% - 6.25rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
  background: url(../images/list-ico.png) left center no-repeat;
}
.list-txt .date {
  float: right;
  font-size: 0.875rem;
  color: #888888;
}
.list-txt li:hover {
  border-bottom: 1px dashed #8a1618;
}
.list-txt li:hover h2 {
  color: #8a1618;
}

.list-pics ul {
  overflow: hidden;
  margin: 0 -1.25rem;
}
.list-pics li {
  float: left;
  width: 25%;
  margin-bottom: 3rem;
}
.list-pics li * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-pics li a {
  display: block;
  margin: 0 1.25rem;
}
.list-pics li .pic {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.list-pics li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-pics li .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-pics li .txt {
  padding: 1.25rem 1.75rem;
  background: #fff5df;
}
.list-pics li .date {
  font-size: 0.875rem;
  color: #8a1618;
  position: relative;
}
.list-pics li .date:after {
  content: "";
  width: 80%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(138, 22, 24, 0)), to(rgb(138, 22, 24)));
  background: linear-gradient(to right, rgba(138, 22, 24, 0), rgb(138, 22, 24));
  position: absolute;
  right: 0;
  top: 50%;
}
.list-pics li h2 {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-pics li:hover .txt {
  background: #c81f05;
}
.list-pics li:hover .date {
  color: #ffb46d;
}
.list-pics li:hover .date:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 180, 109, 0)), to(rgb(255, 180, 109)));
  background: linear-gradient(to right, rgba(255, 180, 109, 0), rgb(255, 180, 109));
}
.list-pics li:hover h2 {
  color: #fff;
}

/* 正文页 */
.article {
  overflow: hidden;
  background: #fff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.article .tit {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}
.article .info {
  padding: 10px;
  color: #666;
  text-align: center;
  font-size: 0.875rem;
  overflow: hidden;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #949494;
}
.article .info span {
  margin: 0 5px;
}
.article .cont {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 2;
  color: #333;
}
.article .cont p {
  padding-bottom: 15px;
  text-indent: 2em;
  line-height: 2.5rem;
}
.article .cont p img,
.article .cont p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.article .cont table p {
  text-indent: 0;
  padding: 0;
}
.article .np {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}
.article .np a {
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 10px;
}
.article .np a:hover {
  color: #c81f05;
}