@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

img {
  max-width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #d4241c;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.rel {
  position: relative;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hid {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟 */
.animation-delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay-2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animation-delay-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.sdiv {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.sdiv.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.con {
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/* 动画延迟结束 */
.body-l {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 200px;
  background: #284d9a;
  z-index: 99999;
}

.body-r {
  margin-left: 200px;
  background: #fff;
}

/* 导航 */
nav.navbar.bootsnav {
  border: none;
  background: none;
}

.navbar-collapse {
  padding: 0;
}

.navbar-nav {
  float: right;
}

.navbar-nav > li {
  float: none;
}

.navbar-nav li {
  position: relative;
  padding: 0 40px;
  float: left;
}

.navbar-nav li:last-child {
  padding-right: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
  padding: 0;
  font-size: 1rem;
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  font-weight: bold;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 12px 20px;
  background: #375eaf;
  border: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
  text-align: center;
  border-bottom: 1px solid #4f72b9;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
  color: #ffffff;
  font-size: 1rem;
  border: none;
  margin-left: 0 !important;
  width: auto !important;
  padding: 0;
  line-height: 48px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
  font-weight: bold !important;
  background: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:after {
  display: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:last-child {
  border: none;
}

nav.navbar.bootsnav .navbar-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 25px;
  color: #ffffff;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
}

.nav-box {
  background: #f3ad07;
  height: 68px;
  position: relative;
}

.flexslider {
  position: relative;
  overflow: inherit;
}

.flex-control-nav {
  background: url(../images/banner-navbg.png) right center no-repeat;
  left: 0;
  position: absolute;
  z-index: 99;
  width: 30%;
  height: 79px;
  bottom: -68px;
}

.flex-control-nav li {
  line-height: 79px;
  margin: 0 15px;
}

.flex-control-nav li a {
  color: #fff;
}

.flex-control-nav li a.flex-active {
  width: 120px;
  display: block;
}

.flex-control-nav li a.flex-active:after {
  content: "";
  width: 98px;
  height: 1px;
  background: #ffffff;
  float: right;
  margin-top: 39px;
  margin-right: -15px;
}

.flex-control-nav li:last-child a {
  width: 50px;
  display: block;
  text-align: left;
}

.flex-control-nav li:last-child a.flex-active {
  width: 50px;
}

.flex-control-nav li:last-child a:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(../images/banner-jiantou.png) no-repeat;
  float: right;
  margin-top: 35px;
  margin-right: 0;
}

/* 中部版块 */
/* 首页标题 */
.index-tit {
  position: relative;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 1px solid #b22923;
}

.index-tit .tit {
  background: url(../images/index-tit-bg.png) no-repeat;
  width: 137px;
  height: 50px;
  float: left;
}

.index-tit .cn {
  width: 125px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.index-tit .index-more {
  float: right;
  margin-top: 11px;
  width: 27px;
  height: 27px;
  background: url(../images/index-more.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-tit .index-more:hover {
  background: url(../images/index-more2.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(2px);
}

.c1 {
  width: 50%;
  float: left;
  padding-right: 20px;
}

.c2 {
  width: 50%;
  float: left;
  padding-left: 20px;
}

/* 第一行 */
.row1 {
  padding: 60px 0;
}

.row1 .c1 {
  float: left;
  width: 600px;
  height: 336px;
  padding: 0;
}

.row1 .c1 .slider {
  position: relative;
}

.row1 .c1 .slider .item {
  position: relative;
  overflow: hidden;
}
.row1 .c1 .slider .item a{
    display: block;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.row1 .c1 .slider .item img {
    position: absolute;
    width: 100%;
    top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row1 .c1 .slider .item img:hover {
  transform: scale(1.05);
}

.row1 .c1 .slider .item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: rgba(0, 0, 0, 0.48);
}

.row1 .c1 .slider .item .tit a {
  display: inline-block;
  width: 80%;
  margin-left: 15px;
  line-height: 53px;
  color: #ffffff;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row1 .c1 .slider .slick-dots {
  position: absolute;
  right: 12px;
  bottom: 15px;
}

.row1 .c1 .slider .slick-dots li {
  width: 11px;
  height: 11px;
  background: #063ec6;
  float: right;
  margin-left: 10px;
}

.row1 .c1 .slider .slick-dots li button {
  display: none;
}

.row1 .c1 .slider .slick-dots li.slick-active {
  background: #ffffff;
}

.row1 .c1 .slider .slick-prev:before,
.row1 .c1 .slider .slick-next:before {
  display: none;
}

.row1 .c1 .slider .slick-prev,
.row1 .c1 .slider .slick-next {
  width: 31px;
  height: 31px;
  bottom: -3px;
  right: 20px;
  top: auto;
}

.row1 .c1 .slider .slick-prev {
  right: 55px;
  left: auto;
  z-index: 9;
  background: url(../images/arrow-left.png) no-repeat;
  background-size: 100% 100%;
}

.row1 .c1 .slider .slick-next {
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 100% 100%;
}

.row1 .c1 .slider .slick-prev:hover {
  background: url(../images/arrow-left2.png) no-repeat;
  background-size: 100% 100%;
}

.row1 .c1 .slider .slick-next:hover {
  background: url(../images/arrow-right2.png) no-repeat;
  background-size: 100% 100%;
}

.row1 .c2 {
  width: 570px;
  float: right;
  padding: 0;
}

.row1 .c2 ul {
  margin-top: 20px;
}

.row1 .c2 ul li {
  max-width: 100%;
  margin-bottom: 5px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.row1 .c2 ul li a p {
  float: left;
  font-size: 1rem;
  color: #333333;
  width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row1 .c2 ul li a span {
  padding-right: 10px;
  float: right;
  font-size: 0.875rem;
  color: #666666;
}

.row1 .c2 li:hover {
  width: 578px;
  transform: translateX(-8px);
  padding-left: 8px;
  background: #f4dfde;
  border-left: 3px solid #b22923;
}

/* 第二行 */
.row2 {
  background: url(../images/row2-bg.png) no-repeat;
  background-size: cover;
  padding: 60px 0 50px;
}

.hmfz {
  margin-top: 25px;
}

.hmfz ul li {
  position: relative;
  overflow: hidden;
}

.hmfz ul li a.tit {
  display: block;
  color: #333333;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/li-ico.png) left center no-repeat;
  padding: 0 25px;
  line-height: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hmfz ul li a.tit:hover {
  color: #b22923;
  transform: translatex(5px);
}

.hmfz ul li.first {
  margin-bottom: 15px;
}

.hmfz ul li.first .pic {
  width: 270px;
  float: left;
}

.hmfz ul li.first .pic a {
  display: block;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.hmfz ul li.first .pic a img {
  position: absolute;
  width: 100%;
  top: 0;
}

.hmfz ul li.first .pic a img:hover {
  transform: scale(1.05);
}

.hmfz ul li.first .text {
  float: right;
  width: calc(100% - 295px);
  line-height: 1.5rem;
}

.hmfz ul li.first .text a {
  font-size: 1rem;
  color: #e61f29;
  font-weight: bold;
  display: block;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hmfz ul li.first .text a:hover {
  transform: translateX(5px);
}

.hmfz ul li.first .text .abst {
  margin: 5px 0;
  font-size: 0.875rem;
  color: #808080;
  height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hmfz ul li.first .text .date {
  font-size: 0.875rem;
  color: #808080;
}

.dyfc {
  margin-top: 25px;
}

.dyfc li {
  margin-bottom: 20px;
  overflow: hidden;
}

.dyfc li .pic {
  width: 196px;
  float: left;
  overflow: hidden;
}

.dyfc li .pic a {
  display: block;
  padding-bottom: 56%;
  position: relative;
}

.dyfc li .pic a img {
  width: 100%;
  position: absolute;
  top: 0;
}

.dyfc li .pic a img:hover {
  transform: scale(1.05);
}

.dyfc li .text {
  float: right;
  width: calc(100% - 220px);
  position: relative;
}

.dyfc li .text a {
display:block;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dyfc li .text a:before {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: #d4241c;
  position: absolute;
  left: 0;
  top: 4rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dyfc li .text .date {
  margin-top: 30px;
  padding-left: 38px;
  color: #e61f29;
  font-size: 14px;
  background: url(../images/date.png) left center no-repeat;
}

.dyfc li .text a:hover:before {
  width: 100%;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

/* 第三行 */
.row3 {
  padding: 60px 0;
}

.row3 .index-tit {
  margin-bottom: 25px;
}

.row3 .c1 {
  width: 895px;
  float: left;
  overflow: hidden;
  padding: 0;
}

.row3 .c2 {
  width: 278px;
  float: right;
  margin-top: -5px;
  padding: 0;
}

.row3 .c2 ul li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.row3 .c2 ul li .date {
  float: left;
  width: 52px;
  text-align: right;
}

.row3 .c2 ul li .date .ri {
    font-size: 0.8125rem;
    text-align: center;
}

.row3 .c2 ul li .date .ny {
  font-size: 0.8125rem;
}

.row3 .c2 ul li .text {
  float: right;
  width: calc(100% - 60px);
}

.row3 .c2 ul li .text a {
  display: block;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row3 .c2 ul li:first-child {
  padding-top: 0;
}

.row3 .c2 ul li:last-child {
  border-bottom: none;
}

.row3 .c2 ul li:hover .date {
  color: #d4241c;
}

.row3 .c2 ul li:hover a:hover {
  transform: translateX(5px);
}

.multiple-items {
  margin: 0 -10px;
}

.multiple-items .item.slick-slide a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  background: #f2f2f2;
  border-bottom: 2px solid #d4241c;
}

.multiple-items .item.slick-slide a .tit {
  margin: 15px 20px 15px 13px;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.multiple-items .item.slick-slide a .date {
  margin: 0 13px 24px;
  font-size: 0.875rem;
  color: #e61f29;
}

.multiple-items .item.slick-slide a .pic {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.multiple-items .item.slick-slide a .pic img {
  position: absolute;
  width: 100%;
  top: 0;
}

.multiple-items .item.slick-slide a:hover img {
  transform: scale(1.05);
}

.multiple-items .slick-prev:before,
.multiple-items .slick-next:before {
  display: none;
}

.multiple-items .slick-prev,
.multiple-items .slick-next {
  width: 31px;
  height: 41px;
  top: 80px;
}

.multiple-items .slick-prev {
  left: 10px;
  right: auto;
  background: url(../images/slider-left.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}

.multiple-items .slick-next {
  right: 10px;
  left: auto;
  background: url(../images/slider-right.png) no-repeat;
  background-size: 100% 100%;
}

.multiple-items .slick-prev:hover {
  background: url(../images/slider-left2.png) no-repeat;
  background-size: 100% 100%;
}

.multiple-items .slick-next:hover {
  background: url(../images/slider-right2.png) no-repeat;
  background-size: 100% 100%;
}

.row4 {
  padding-bottom: 150px;
}

.row4 .index-tit {
  margin-bottom: 25px;
}

.row4 .c1 li {
  padding: 10px 20px 10px;
  background: #f2f2f2;
  border-left: 2px solid #e61f29;
  margin-bottom: 15px;
  overflow: hidden;
}

.row4 .c1 li span {
  float: right;
  font-size: 0.875rem;
  color: #808080;
}

.row4 .c1 li a {
  float: left;
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row4 .c1 li:hover {
  background: #fae3e1;
}

.row4 .c1 li:hover a {
  color: #333333;
}

.row4 .c2 {
  overflow: hidden;
}

.row4 .c2 ul {
  margin: 0 -10px;
}

.row4 .c2 ul li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.row4 .c2 ul li a {
  display: block;
  margin: 0 10px;
  background: #f2f2f2;
  border-top: 1px solid #e61f29;
  overflow: hidden;
}

.row4 .c2 ul li .date {
  width: 62px;
  height: 75px;
  float: left;
  background: url(../images/date2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
}

.row4 .c2 ul li .date p.ri {
  font-size: 0.875rem;
}

.row4 .c2 ul li .date p.ny {
  font-size: 0.75rem;
}

.row4 .c2 ul li .tit {
  width: calc(100% - 100px);
  margin-top: 15px;
  margin-right: 25px;
  float: right;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row4 .c2 ul li .tit:hover {
  transform: translateX(5px);
}

.bottom {
  background: url(../images/bottom-bg.png) bottom center no-repeat;
  background-size: cover;
}

.cory {
  text-align: center;
  padding: 0 20px 20px;
}

.cory p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.5rem;
}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
  text-align: center;
  color: #fff;
  height: 100%;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1234;
  margin: 0 auto;
  font-family: "microsoft yahei";
  font-size: 36px;
  background: #000000;
  font-weight: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* 列表页 */
.header-list .flex-control-nav {
  background: url(../images/banner-navbg2.png) right center no-repeat;
}

/* 列表线条动画 */
.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 #284d9a;
  left: 51%;
  right: 51%;
  bottom: -1px;
  -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;
}

/* 列表线条动画结束 */
.listpage .cory {
  background: url(../images/bottom-bg.png) bottom center no-repeat;
  background-size: cover;
  padding-top: 450px;
  margin-top: -350px;
}

.listpage .location {
  margin-top: 45px;
  padding: 15px 45px 15px 0;
  color: #999999;
  font-size: 0.875rem;
  position: relative;
  text-align: right;
  background: url(../images/location-line.png) right center no-repeat;
  border-bottom: 1px solid #ccc;
}

.listpage .location a {
  color: #999999;
}

.listpage .location img {
  vertical-align: initial;
}

.listpage .location:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
}

.listpage .lm-tit {
  padding: 11px 0 11px 45px;
  position: relative;
  background: url(../images/location-line.png) left center no-repeat;
  font-size: 1.25rem;
  font-weight: bold;
  color: #d4241c;
}

.listpage .lm-tit:after {
  content: "";
  display: block;
  background: #ccc;
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.listpage .list-con {
  margin-top: 20px;
  min-height: 500px;
  overflow: hidden;
}

.listpage .listli ul {
  margin: 0 -20px;
  padding: 5px;
}

.listpage .listli ul li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

.listpage .listli ul li .box {
  margin: 0 20px;
  background: #fff;
  box-shadow: 0 0 5px 0 #e8e8e8;
  padding: 20px 30px;
  overflow: hidden;
}

.listpage .listli ul li .box .left {
  float: left;
  width: calc(100% - 150px);
}

.listpage .listli ul li .box .left .tit {
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.listpage .listli ul li .box .left .info {
  margin-top: 25px;
  font-size: 0.8125rem;
  line-height: 1.625rem;
  color: #666666;
  height: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listpage .listli ul li .box .right {
  float: right;
  width: 78px;
  text-align: right;
}

.listpage .listli ul li .box .right .date {
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1.875rem;
}

.listpage .listli ul li .box .right .more {
  font-size: 0.8125rem;
  color: #d4241c;
  display: block;
  margin-top: 40px;
}

.listpage .listli ul li .box:hover {
  background: #d4241c;
}

.listpage .listli ul li .box:hover a,
.listpage .listli ul li .box:hover .tit,
.listpage .listli ul li .box:hover .info,
.listpage .listli ul li .box:hover .date {
  color: #fff !important;
}

/*content*/
.listcontent .tit {
  font-size: 1.75rem;
  text-align: center;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
  padding-bottom: 10px;
  margin-left: 100px;
}

.listcontent .sub-tit {
  font-size: 0.875rem;
  text-align: center;
  color: #4c4c4c;
  padding: 10px 0;
}

.listcontent .info {
  font-size: 1.05rem;
  text-align: center;
  color: #666666;
  border-bottom: 1px dashed #cccccc;
  padding: 15px 0;
  margin-left: 100px;
}

.connrbf {
  padding-top: 25px;
  padding-bottom: 42px;
}

.connrbf .connrz {
  width: 80px;
}

.connrbf .connrz .connrzfx h3 {
  height: 24px;
  line-height: 24px;
  background: url(../images/nrhg.png) no-repeat center center;
  font-size: 14px;
  color: #999999;
  font-family: "times new roman";
  text-align: center;
  font-weight: 400;
}

.fenxiang ul.bdsharebuttonbox li {
  margin-top: 13px;
}

.fenxiang ul.bdsharebuttonbox li a {
  background-position: 0px !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto !important;
  float: none !important;
  display: block;
  padding-left: 0 !important;
}

.bdsharebuttonbox .bds_weixin {
  background: url(../images/fxan1.png) no-repeat center !important;
  background-size: 100% 100%;
}

.bdsharebuttonbox .bds_sqq {
  background: url(../images/fxan2.png) no-repeat center !important;
  background-size: 100% 100%;
}

.bdsharebuttonbox .bds_qzone {
  background: url(../images/fxan3.png) no-repeat center !important;
  background-size: 100% 100%;
}

.bdsharebuttonbox .bds_tsina {
  background: url(../images/fxan4.png) no-repeat center !important;
  background-size: 100% 100%;
}

.bdselect_share_box {
  width: 140px !important;
}

.bd_weixin_popup {
  width: 260px !important;
  height: 290px !important;
}

.connrbf .connry {
  width: calc(100% - 100px);
  border-left: solid 1px #d9d9d9;
  padding-left: 50px;
}

.con3 {
  font-size: 0.9375rem;
  color: #555555;
  line-height: 1.875rem;
  margin-bottom: 30px;
}

.con3 p {
  font-size: 15px;
  color: #555555;
  text-indent: 2em;
  line-height: 30px;
  padding-bottom: 10px;
}

.con3 p img {
  max-width: 100%;
  height: auto !important;
  margin-left: -2em;
}

.con3 .vsbcontent_img {
  text-indent: 0;
}

.con3 .vsbcontent_img img {
  max-width: 100%;
  height: auto !important;
  margin-left: 0;
}

.con3 table p {
  text-indent: 0 !important;
}

.con4 {
  padding-top: 30px;
  border-top: solid 1px #ccc;
}

.con4 a {
  font-size: .9375rem;
  color: #454545;
  display: block;
  padding: 5px 0;
}

.con4 a:hover {
  color: #df1717;
}