﻿@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;
}

.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: 78px 0 18px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 179px;
  height: 44px;
}

.header .nav {
  background: #F6593F;
}

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

.header .nav ul .active a {
  font-weight: bold;
  background: rgba(255, 238, 228, 0.5);
}

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

.header .nav ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 21px 52px;
}

.header .nav ul li a:hover {
  font-weight: bold;
  background: rgba(255, 238, 228, 0.5);
}

.header .nav .search-box img {
  width: 27px;
  height: 27px;
}

.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: 20px;
}

.public-title strong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 20px;
  background: #F6593F;
}

.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(../icon1.png) no-repeat;
  background-size: 100%;
}

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

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

.news ul li a {
  font-size: 16px;
  color: #333;
  width: 84%;
}

.news ul li a:hover {
  color: #F6593F;
}

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

.news1 ul {
  position: relative;
  border-left: 1px solid #E5E5E5;
}

.news1 ul::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 10px;
  background: #fff;
}

.news1 ul::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 2px;
  height: 10px;
  background: #fff;
}

.news1 ul li {
  margin-top: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 16px;
}

.news1 ul li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  z-index: 100;
}

.news1 ul li:hover::before {
  border-color: #F6593F;
}

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

.news1 ul li a {
  font-size: 16px;
  color: #333;
  width: 84%;
}

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

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

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

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

.main .row-1 .left .img {
  width: 100%;
  height: 360px;
  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: #888;
}

.main .row-1 .right .top-news {
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
}

.main .row-1 .right .top-news a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-top: 12px;
}

.main .row-1 .right .top-news a:hover {
  color: #F6593F;
}

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

.main .row-1 .right .top-news span {
  font-size: 14px;
  color: #999;
}

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

.main .row-2 .left .mods .news1 {
  width: 48%;
}

.main .row-3 {
  margin-top: 50px;
}

.main .row-3 .left .mods .mod1 {
  width: 220px;
}

.main .row-3 .left .mods .mod1 .img {
  width: 100%;
  height: 280px;
}

.main .row-3 .left .mods .mod2 {
  width: 562px;
}

.main .row-3 .left .mods .mod2 .top-news .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.main .row-3 .left .mods .mod2 .top-news .info a:hover {
  color: #F6593F;
}

.main .row-3 .left .mods .mod2 .top-news .info span {
  font-size: 14px;
  color: #888;
}

.main .row-3 .left .mods .mod2 .top-news p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 8px;
}

.main .row-3 .right .top-news {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main .row-3 .right .top-news .img {
  width: 120px;
  height: 80px;
  margin-right: 10px;
}

.main .row-3 .right .top-news .des {
  width: 218px;
}

.main .row-3 .right .top-news .des a {
  font-size: 16px;
  color: #333;
  line-height: 18px;
}

.main .row-3 .right .top-news .des a:hover {
  color: #F6593F;
}

.main .row-3 .right .top-news .des span {
  font-size: 14px;
  color: #999;
}

.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: #F6593F;
}

.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: 22px 0 45px;
  -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: #F6593F;
}

.content .left {
  width: 810px;
}

.content .left .news3 ul li {
  padding-bottom: 19px;
  border-bottom: 2px solid #EEEEEE;
}

.content .left .news3 ul li:not(:first-child) {
  margin-top: 53px;
}

.content .left .news3 ul li .des {
  width: 521px;
}

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

.content .left .news3 ul li .des a:hover {
  text-decoration: underline;
}

.content .left .news3 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 .news3 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 .news3 ul li .des .info span img {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

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

.content .left .news3 ul li .img {
  width: 260px;
  height: 160px;
}

.content .left .detail .art-head {
  padding-bottom: 16px;
}

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

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

.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 .like-list {
  margin-top: 56px;
}

.content .left .detail .like-list ul li {
  margin-top: 33px;
  padding-bottom: 10px;
  border-bottom: 2px solid #EEEEEE;
}

.content .left .detail .like-list ul li .des {
  width: 522px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.content .left .detail .like-list ul li .des a {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

.content .left .detail .like-list ul li .des a:hover {
  color: #F6593F;
}

.content .left .detail .like-list ul li .des .info {
  margin-top: 28px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.content .left .detail .like-list 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 .detail .like-list ul li .des .info span img {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.content .left .detail .like-list ul li .img {
  width: 260px;
  height: 140px;
}

.content .right {
  width: 350px;
  margin-top: 39px;
}

.content .right .top-news ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .right .top-news ul li {
  margin-top: 22px;
  width: 170px;
}

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

.content .right .top-news ul li .title {
  font-size: 14px;
  color: #333;
  margin-top: 11px;
}

.content .right .top-news ul li .title:hover {
  color: #F6593F;
}

.content .right .news1 ul li a {
  width: 100%;
}

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

.pagination .thisclass {
  color: #fff;
  font-weight: normal;
  border: none !important;
  background: #F6593F !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;
}
