﻿@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1268px;
  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;
}

.t {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

img {
  display: block;
  height: auto;
}

.img {
  display: block;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header .logo {
  padding: 33px 0 11px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 143px;
  height: 40px;
}

.header .nav {
  padding: 15px 0 11px;
  background: #EC524B;
}

.header .nav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header .nav ul .active a {
  font-weight: bold;
  font-size: 18px;
}

.header .nav ul .active a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/icon3.png) no-repeat;
  background-size: 100%;
}

.header .nav ul li {
  margin-right: 76px;
}

.header .nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding-left: 24px;
  position: relative;
}

.header .nav ul li a:hover {
  font-weight: bold;
  font-size: 18px;
}

.header .nav ul li a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/icon3.png) no-repeat;
  background-size: 100%;
}

.header .nav .search-box {
  width: 300px;
  height: 34px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.header .nav .search-box form {
  padding: 10px;
}

.header .nav .search-box form input {
  width: 160px;
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
  color: #fff;
  opacity: .2;
}

.header .nav .search-box form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff;
}

.header .nav .search-box form input:-ms-input-placeholder {
  font-size: 16px;
  color: #fff;
}

.header .nav .search-box form input::-ms-input-placeholder {
  font-size: 16px;
  color: #fff;
}

.header .nav .search-box form input::placeholder {
  font-size: 16px;
  color: #fff;
}

.header .nav .search-box form button {
  outline: none;
  border: none;
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat;
  background-size: 100%;
}

.public-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.public-title strong {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}

.public-title strong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/icon4.png) no-repeat;
  background-size: 100%;
}

.public-title a {
  font-size: 14px;
  color: #999;
  padding-right: 7px;
  position: relative;
}

.public-title a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100%;
}

.public-title a:hover {
  color: #EC524B;
}

.news1 ul li {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news1 ul li a {
  font-size: 16px;
  color: #333;
  width: 78%;
  padding-left: 10px;
  position: relative;
}

.news1 ul li a:hover {
  color: #EC524B;
}

.news1 ul li a:hover::before {
  background: #EC524B;
}

.news1 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #EEEEEE;
  border-radius: 50%;
}

.news1 ul li span {
  font-size: 14px;
  color: #888;
}

.main .row .left {
  width: 380px;
}

.main .row .center {
  width: 380px;
}

.main .row .right {
  width: 370px;
}

.main .row-1 {
  margin-top: 42px;
}

.main .row-1 .left .img {
  width: 100%;
  height: 320px;
  position: relative;
}

.main .row-1 .left .img .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .row-1 .left .img .info > div {
  width: 94%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .row-1 .left .img .info > div .title {
  font-size: 16px;
  color: #fff;
  width: 84%;
}

.main .row-1 .left .img .info > div span {
  font-size: 14px;
  color: #999;
}

.main .row-1 .center .item .top-news a {
  font-size: 16px;
  font-weight: bold;
  color: #EC524B;
  display: block;
  width: 84%;
}

.main .row-1 .center .item .top-news span {
  font-size: 14px;
  color: #888;
}

.main .row-1 .right .top-news .item {
  width: 180px;
}

.main .row-1 .right .top-news .item .img {
  width: 100%;
  height: 100px;
}

.main .row-1 .right .top-news .item .title {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 9px;
}

.main .row-1 .right .top-news .item .title:hover {
  color: #EC524B;
}

.main .row-2 {
  margin-top: 37px;
}

.main .row-2 .top-news {
  margin-top: 21px;
}

.main .row-2 .left .top-news .img {
  width: 180px;
  height: 99px;
}

.main .row-2 .center .top-news .img {
  width: 100%;
  height: 96px;
}

.main .row-2 .right .top-news {
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E5E5;
}

.main .row-2 .right .top-news .info a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 84%;
}

.main .row-2 .right .top-news .info a:hover {
  color: #EC524B;
}

.main .row-2 .right .top-news .info span {
  font-size: 14px;
  color: #888;
}

.main .row-2 .right .top-news p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 12px;
}

.main .link {
  margin-top: 58px;
}

.main .link .link-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E5E5;
}

.main .link .link-title strong {
  font-weight: normal;
  font-size: 20px;
  color: #000;
}

.main .link p {
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

.main .link p a {
  font-size: 12px;
  color: #999;
  margin-right: 16px;
}

.main .link p a:hover {
  color: #EC524B;
}

.footer {
  background: #fff;
  margin-top: 65px;
  padding: 50px 0 68px;
  border-top: 4px solid #EEEEEE;
}

.footer p {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}

.bread-nav {
  margin: 30px 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread-nav img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 16px;
  color: #333;
  display: inline;
}

.bread-nav .breadCrumbs li img {
  width: 19px;
  height: 19px;
}

.bread-nav .breadCrumbs li a {
  font-size: 16px;
  color: #333;
}

.bread-nav .breadCrumbs li a:hover {
  color: #EC524B;
}

.content .left {
  width: 800px;
}

.content .left .news ul li {
  margin-top: 20px;
  padding-bottom: 19px;
  border-bottom: 2px solid #EEEEEE;
}

.content .left .news ul li .des {
  width: 488px;
  padding-right: 42px;
}

.content .left .news ul li .des a {
  font-size: 20px;
  color: #222;
  line-height: 30px;
}

.content .left .news ul li .des a:hover {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

.content .left .news ul li .des .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.content .left .news ul li .des .info span {
  font-size: 16px;
  color: #999;
  margin-right: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .left .news ul li .des .info span img {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.content .left .news ul li .des p {
  font-size: 16px;
  color: #888;
  line-height: 24px;
}

.content .left .news ul li .img {
  width: 250px;
  height: 160px;
}

.content .left .detail {
  margin-top: 54px;
}

.content .left .detail .art-head {
  padding-bottom: 16px;
  border-bottom: 2px solid #E5E5E5;
}

.content .left .detail .art-head h1 {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  text-align: center;
}

.content .left .detail .art-head p {
  font-size: 16px;
  color: #999;
  margin-top: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .left .detail .art-head p span {
  margin-right: 10px;
}

.content .left .detail .art-cont p {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
}

.content .left .detail .art-cont p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content .left .detail .pages {
  margin-top: 72px;
}

.content .left .detail .pages ul li {
  margin-top: 36px;
  font-size: 20px;
  color: #222;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.content .left .detail .pages ul li a {
  font-size: 20px;
  color: #222;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.content .left .detail .pages ul li a:hover {
  color: #EC524B;
}

.content .right {
  width: 370px;
  margin-top: 49px;
}

.content .right .top-news {
  margin-top: 20px;
}

.content .right .top-news .img {
  width: 100%;
  height: 160px;
}

/* 分页 */
.pagination {
  text-align: center;
  margin-top: 48px;
}

.pagination .thisclass {
  color: #fff;
  font-weight: normal;
  border: none !important;
  background: #EC524B !important;
}

.pagination .thisclass span {
  color: #fff;
}

.pagination li {
  display: inline-block;
  margin: 0 9px;
  font-size: 20px;
  padding: 8px 14px;
  border: 1px solid #555555;
}

.pagination li:first-child {
  background: #EEEEEE;
  border: none;
}

.pagination li:last-child {
  background: #EEEEEE;
  border: none;
}

.pagination li .page-link {
  cursor: pointer;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.pagination li a {
  color: #333;
  display: inline-block;
}
