﻿
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hideText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hideText-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hideText-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hideText-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.hideText-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

body {
  background: #F5F5F5;
}

.header {
  background: #fff;
}

.header .top {
  padding: 19px 0 18px;
}

.header .top .logo {
  width: 235px;
  height: 63px;
}

.header .top .search input {
  width: 298px;
  height: 38px;
  border: 1px solid #D60000;
  outline: none;
  text-indent: 1em;
  font-size: 16px;
  color: #BBBBBB;
}

.header .top .search input::-webkit-input-placeholder {
  font-size: 16px;
  color: #BBBBBB;
}

.header .top .search input:-ms-input-placeholder {
  font-size: 16px;
  color: #BBBBBB;
}

.header .top .search input::-ms-input-placeholder {
  font-size: 16px;
  color: #BBBBBB;
}

.header .top .search input::placeholder {
  font-size: 16px;
  color: #BBBBBB;
}

.header .top .search button {
  width: 80px;
  height: 40px;
  background: #D60000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
}

.header .nav {
  background: #F11C1C;
}

.header .nav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header .nav ul .active a {
  background: #D60000;
}

.header .nav ul li {
  margin-right: 19px;
}

.header .nav ul li a {
  display: block;
  font-size: 20px;
  color: #FFFEFE;
  padding: 20px 28px 19px;
}

.header .nav ul li a:hover {
  background: #D60000;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.main .mod {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}

.main .public-title {
  border-bottom: 1px solid #F2F2F2;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.main .public-title strong {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #D60000;
}

.main .public-title a {
  font-size: 14px;
  color: #999;
}

.main .mod-1 .pic {
  width: 790px;
}

.main .mod-1 .pic .img-main {
  width: 560px;
  height: 300px;
  position: relative;
}

.main .mod-1 .pic .img-main .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .mod-1 .pic .img-main .txt span {
  width: 90%;
  font-size: 16px;
  color: #fff;
  padding: 12px 0;
  text-align: center;
}

.main .mod-1 .pic .imgs {
  width: 220px;
}

.main .mod-1 .pic .imgs .img {
  width: 100%;
  height: 145px;
  position: relative;
}

.main .mod-1 .pic .imgs .img .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.main .mod-1 .pic .imgs .img .txt span {
  width: 90%;
  font-size: 16px;
  color: #fff;
}

.main .mod-1 .pic .imgs .img:hover .txt {
  opacity: 1;
}

.main .mod-1 .news {
  width: 350px;
}

.main .mod-1 .news .news-top {
  width: 100%;
}

.main .mod-1 .news .news-top li {
  padding-bottom: 18px;
}

.main .mod-1 .news .news-top li:last-child {
  border-bottom: 1px solid #EEEEEE;
}

.main .mod-1 .news .news-top li a {
  font-size: 16px;
  color: #D60000;
  margin-bottom: 14px;
  font-weight: bold;
}

.main .mod-1 .news .news-top li p {
  font-size: 14px;
  color: #999;
}

.main .mod-1 .news .news-list {
  padding-top: 14px;
}

.main .mod-1 .news .news-list li {
  position: relative;
  padding-left: 18px;
}

.main .mod-1 .news .news-list li:not(:first-child) {
  margin-top: 21px;
}

.main .mod-1 .news .news-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #BBBBBB;
}

.main .mod-1 .news .news-list li a {
  font-size: 14px;
  color: #333;
  width: 84%;
}

.main .mod-1 .news .news-list li a:hover {
  color: #D60000;
}

.main .mod-1 .news .news-list li span {
  font-size: 14px;
  color: #999;
}

.main .mod-2 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .mod-2 ul::after {
  content: "";
  width: 30%;
  padding-left: 22px;
}

.main .mod-2 ul li {
  margin-top: 24px;
  position: relative;
  padding-left: 22px;
  width: 30%;
}

.main .mod-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/icon1.png) no-repeat;
}

.main .mod-2 ul li a {
  font-size: 14px;
  color: #333;
  width: 84%;
}

.main .mod-2 ul li a:hover {
  color: #D60000;
}

.main .mod-2 ul li span {
  font-size: 14px;
  color: #999;
}

.main .mod-3 .cont {
  margin-top: 20px;
}

.main .mod-3 .cont .pic {
  width: 370px;
}

.main .mod-3 .cont .pic .img-main {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}

.main .mod-3 .cont .pic .img-main .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .mod-3 .cont .pic .img-main .txt span {
  width: 90%;
  font-size: 16px;
  color: #fff;
  padding: 12px 0;
  text-align: center;
}

.main .mod-3 .cont .pic .imgs .img {
  width: 180px;
  height: 120px;
}

.main .mod-3 .cont .news {
  width: 760px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.main .mod-3 .cont .news li {
  width: 360px;
}

.main .mod-3 .cont .news li:not(:nth-child(-n+2)) {
  margin-top: 25px;
}

.main .mod-3 .cont .news li a {
  font-size: 14px;
  color: #333;
  width: 84%;
}

.main .mod-3 .cont .news li a:hover {
  color: #D60000;
}

.main .mod-3 .cont .news li span {
  font-size: 14px;
  color: #999;
}

.main .mod-4 {
  margin-top: 20px;
}

.main .mod-4 .panel {
  padding: 20px;
  background: #fff;
  width: 550px;
}

.main .mod-4 .panel-1 .cont, .main .mod-4 .panel-2 .cont {
  margin-top: 20px;
}

.main .mod-4 .panel-1 .cont .imgs, .main .mod-4 .panel-2 .cont .imgs {
  width: 190px;
}

.main .mod-4 .panel-1 .cont .imgs .img, .main .mod-4 .panel-2 .cont .imgs .img {
  width: 100%;
  height: 130px;
}

.main .mod-4 .panel-1 .cont .imgs .img:first-child, .main .mod-4 .panel-2 .cont .imgs .img:first-child {
  margin-bottom: 19px;
}

.main .mod-4 .panel-1 .cont ul, .main .mod-4 .panel-2 .cont ul {
  width: 306px;
}

.main .mod-4 .panel-1 .cont ul li:not(:first-child), .main .mod-4 .panel-2 .cont ul li:not(:first-child) {
  margin-top: 18px;
}

.main .mod-4 .panel-1 .cont ul li a, .main .mod-4 .panel-2 .cont ul li a {
  font-size: 14px;
  color: #333;
  width: 84%;
}

.main .mod-4 .panel-1 .cont ul li a:hover, .main .mod-4 .panel-2 .cont ul li a:hover {
  color: #D60000;
}

.main .mod-4 .panel-1 .cont ul li span, .main .mod-4 .panel-2 .cont ul li span {
  font-size: 14px;
  color: #999;
}

.main .banner {
  display: block;
  width: 100%;
  height: 110px;
  margin-top: 20px;
}

.main .link p {
  margin-top: 20px;
  line-height: 28px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .link p a {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}

.main .link p a:hover {
  color: #D60000;
}

.footer {
  padding: 48px 0;
  background: #fff;
  margin-top: 20px;
}

.footer ul {
  margin-bottom: 12px;
}

.footer ul li a {
  font-size: 14px;
  color: #666;
  position: relative;
  padding: 0 10px;
}

.footer ul li a:hover {
  color: #D60000;
}

.footer ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #959595;
}

.footer p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #999;
  line-height: 18px;
}

.bread-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 14px;
  color: #999;
}

.bread-nav .breadCrumbs li a {
  font-size: 14px;
  color: #999;
}

.bread-nav .breadCrumbs li a:hover {
  color: #D60000;
}

.banner {
  display: block;
  width: 100%;
  height: 110px;
  margin-top: 20px;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.mod {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}

.public-title {
  border-bottom: 1px solid #F2F2F2;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.public-title strong {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #D60000;
}

.public-title a {
  font-size: 14px;
  color: #999;
}

.list-main .left {
  width: 810px;
}

.list-main .left .list {
  margin-top: 25px;
}

.list-main .left .list ul li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}

.list-main .left .list ul li .img {
  width: 205px;
  height: 140px;
  margin-right: 20px;
}

.list-main .left .list ul li .des {
  width: 544px;
}

.list-main .left .list ul li .des .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.list-main .left .list ul li .des .title:hover {
  color: #F11B1B;
}

.list-main .left .list ul li .des p {
  font-size: 14px;
  color: #656565;
  line-height: 24px;
}

.list-main .left .list ul li .des div {
  font-size: 12px;
  color: #999;
}

.list-main .left .list ul li .des div .more {
  width: 80px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #999;
  background: #EDEDED;
}

.list-main .left .list ul li .des div .more:hover {
  color: #fff;
  background: #D60000;
}

.list-main .left .detail .art-head {
  margin-top: 31px;
  padding-bottom: 21px;
  position: relative;
}

.list-main .left .detail .art-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 810px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #E7E7E7;
}

.list-main .left .detail .art-head h1 {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.list-main .left .detail .art-head p {
  margin: 29px 0 0;
}

.list-main .left .detail .art-head p span {
  font-size: 12px;
  color: #999;
}

.list-main .left .detail .art-cont {
  font-size: 15px;
  color: #656565;
  line-height: 33px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #EDEDED;
}

.list-main .left .detail .art-cont > * {
  margin-top: 20px;
}

.list-main .left .detail .art-cont img {
  display: block;
  width: 550px;
  height: 244px;
  margin: 20px auto 0;
}

.list-main .left .detail .art-cont div {
  font-size: 15px;
  color: #656565;
  line-height: 33px;
  text-indent: 2em;
}

.list-main .left .detail .pages {
  margin-top: 31px;
}

.list-main .left .detail .pages li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 24px;
  font-size: 14px;
  color: #999;
}

.list-main .left .detail .pages li a {
  font-size: 14px;
  color: #333;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-main .left .detail .pages li a:hover {
  color: #D60000;
}

.list-main .right {
  width: 370px;
}

.list-main .right .news-title {
  padding-bottom: 15px;
  position: relative;
}

.list-main .right .news-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 1px;
  background: #EDEDED;
}

.list-main .right .news-title strong {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
}

.list-main .right .news-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../images/hot-icon.png) no-repeat;
}

.list-main .right .hot-1 ul {
  padding: 19px 0 5px;
}

.list-main .right .hot-1 ul li:not(:first-child) {
  margin-top: 25px;
}

.list-main .right .hot-1 ul li a {
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 18px;
  width: 80%;
}

.list-main .right .hot-1 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border: 1px solid #BBBBBB;
}

.list-main .right .hot-1 ul li a:hover {
  color: #D60000;
}

.list-main .right .hot-1 ul li a:hover::before {
  border-color: #D60000;
}

.list-main .right .hot-1 ul li span {
  font-size: 14px;
  color: #999;
}

.list-main .right .hot-2 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-main .right .hot-2 ul li {
  width: 155px;
  margin-top: 18px;
}

.list-main .right .hot-2 ul li .img {
  width: 155px;
  height: 100px;
  margin-bottom: 10px;
}

.list-main .right .hot-2 ul li .title {
  font-size: 14px;
  color: #333;
}

.list-main .right .hot-2 ul li .title:hover {
  color: #D60000;
}

/* 分页 */
.pagination {
  text-align: center;
  margin: 24px 0;
}

.pagination li {
  display: inline-block;
  margin: 0 9px;
  padding: 9px 16px;
  font-size: 14px;
  background: #F5F5F5;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.pagination li a {
  color: #333;
  display: inline-block;
}

.pagination .thisclass {
  background: #D50000;
  color: #fff;
}

.pagination .thisclass span {
  color: #fff;
}

.page-link {
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */