﻿@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 {
  padding-top:0;
}

.header .header-box {
  background: #F69E7B;
}

.header .header-box .logo a {
  display: block;
}

.header .header-box .logo a img {
  width: 163px;
  height: 38px;
}

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

.header .header-box .nav ul .active a {
  color: #C6623A;
  background: #FBCFBD;
  font-weight: bold;
}

.header .header-box .nav ul li a {
  font-size: 16px;
  color: #fff;
  padding: 22px 46px;
  display: block;
}

.header .header-box .nav ul li a:hover {
  color: #C6623A;
  background: #FBCFBD;
  font-weight: bold;
}

.header .header-box .search-box img {
  width: 21px;
  height: 20px;
}

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

.public-title > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.public-title > div .point {
  margin-right: 11px;
  width: 6px;
  height: 24px;
}

.public-title > div .point span {
  width: 6px !important;
  height: 6px;
  border-radius: 50%;
  background: #C6623A;
}

.public-title strong {
  font-size: 24px;
  color: #C6623A;
  font-weight: bold;
}

.public-title a {
  font-size: 14px;
  color: #333;
}

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

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

.main .row .news ul li:not(:first-child) {
  margin-top: 22px;
}

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

.main .row .news ul li a:hover {
  color: #F69E7B;
}

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

.main .row .left {
  width: 812px;
  padding-left: 10px;
}

.main .row .left .panels .panel-1 {
  width: 428px;
}

.main .row .left .panels .panel-2 {
  width: 350px;
}

.main .row .right {
  width: 340px;
  padding-right: 10px;
}

.main .banner {
  width: 100%;
  height: 380px;
}

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

.main .row-1 .left .panels .panel-1 .top-news {
  margin-top: 26px;
}

.main .row-1 .left .panels .panel-1 .top-news ul li:not(:first-child) {
  margin-top: 29px;
}

.main .row-1 .left .panels .panel-1 .top-news ul li .img {
  width: 180px;
  height: 100px;
}

.main .row-1 .left .panels .panel-1 .top-news ul li .des {
  width: 235px;
}

.main .row-1 .left .panels .panel-1 .top-news ul li .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.main .row-1 .left .panels .panel-1 .top-news ul li .des a:hover {
  color: #F69E7B;
}

.main .row-1 .left .panels .panel-1 .top-news ul li .des span {
  font-size: 14px;
  color: #999;
}

.main .row-1 .left .panels .panel-2 .top-news ul li .img {
  width: 160px;
}

.main .row-1 .left .panels .panel-2 .top-news ul li .des {
  width: 169px;
}

.main .row-1 .right .news1 {
  margin-top: 26px;
}

.main .row-1 .right .news1 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-left: 2px solid #EEEEEE;
}

.main .row-1 .right .news1 ul::before {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  top: 0;
  width: 2px;
  height: 7px;
  background: #fff;
}

.main .row-1 .right .news1 ul::after {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  bottom: 0;
  width: 2px;
  height: 5px;
  background: #fff;
}

.main .row-1 .right .news1 ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 18px;
}

.main .row-1 .right .news1 ul li:not(:first-child) {
  margin-top: 14px;
}

.main .row-1 .right .news1 ul li:hover::before {
  background: #F57B51;
  border-color: #F57B51;
}

.main .row-1 .right .news1 ul li:hover a {
  color: #F57B51;
}

.main .row-1 .right .news1 ul li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 1px solid #D4B5B0;
  border-radius: 50%;
}

.main .row-1 .right .news1 ul li a {
  width: 80%;
  font-size: 16px;
  color: #333;
}

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

.main .row-1 .right .img {
  margin-top: 22px;
  width: 100%;
  height: 188px;
}

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

.main .row-2 .left .panels .panel-1 .top-news {
  margin-top: 22px;
}

.main .row-2 .left .panels .panel-1 .top-news .img {
  width: 180px;
  height: 120px;
}

.main .row-2 .left .panels .panel-1 .top-news .des {
  width: 235px;
}

.main .row-2 .left .panels .panel-1 .top-news .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.main .row-2 .left .panels .panel-1 .top-news .des a:hover {
  color: #F57B51;
}

.main .row-2 .left .panels .panel-1 .top-news .des span {
  font-size: 14px;
  color: #999;
}

.main .row-2 .left .panels .panel-2 .top-news {
  margin-top: 22px;
}

.main .row-2 .left .panels .panel-2 .top-news .img {
  width: 100%;
  height: 120px;
}

.main .row-2 .right .news2 {
  margin-top: 22px;
}

.main .row-2 .right .news2 ul {
  position: relative;
  border-left: 2px solid #EEEEEE;
}

.main .row-2 .right .news2 ul::before {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  top: 0;
  width: 2px;
  height: 34px;
  background: #fff;
}

.main .row-2 .right .news2 ul::after {
  position: absolute;
  display: block;
  content: "";
  left: -2px;
  bottom: 0;
  width: 2px;
  height: 34px;
  background: #fff;
}

.main .row-2 .right .news2 ul li {
  position: relative;
  padding-left: 12px;
}

.main .row-2 .right .news2 ul li:hover::before {
  background: #F57B51;
  border-color: #F57B51;
}

.main .row-2 .right .news2 ul li:hover .des a {
  color: #F57B51;
}

.main .row-2 .right .news2 ul li:not(:first-child) {
  margin-top: 18px;
}

.main .row-2 .right .news2 ul li::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 1px solid #D4B5B0;
  border-radius: 50%;
}

.main .row-2 .right .news2 ul li .img {
  width: 100px;
  height: 80px;
}

.main .row-2 .right .news2 ul li .des {
  width: 197px;
}

.main .row-2 .right .news2 ul li .des a {
  font-size: 16px;
  color: #333;
}

.main .row-2 .right .news2 ul li .des span {
  font-size: 14px;
  color: #999;
}

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

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

.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 6px;
  -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: 14px;
  color: #222831;
  display: inline;
}

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

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

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

.content .left {
  width: 780px;
}

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

.content .left .news ul li .img {
  width: 200px;
  height: 140px;
}

.content .left .news ul li .des {
  width: 560px;
}

.content .left .news ul li .des a {
  font-size: 20px;
  color: #333;
}

.content .left .news ul li .des a:hover {
  color: #F69E7B;
}

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

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

.content .left .news ul li .des .info span {
  font-size: 16px;
  color: #888;
}

.content .left .news ul li .des .info label {
  width: 80px;
  height: 24px;
  background: #E5E5E5;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

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

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

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

.content .left .detail .art-head p {
  font-size: 16px;
  color: #333;
  margin-top: 32px;
  -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 .like-list {
  margin-top: 82px;
}

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

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

.content .left .detail .like-list ul li .des {
  width: 560px;
}

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

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

.content .left .detail .like-list ul li .des p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
}

.content .left .detail .like-list ul li .des .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .left .detail .like-list ul li .des .info span {
  font-size: 16px;
  color: #888;
}

.content .left .detail .like-list ul li .des .info label {
  width: 80px;
  height: 24px;
  background: #E5E5E5;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.content .right {
  width: 340px;
  margin-top: 24px;
}

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

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

.content .right .news3 ul li {
  margin-top: 20px;
}

.content .right .news3 ul li a {
  font-size: 16px;
  color: #333;
  width: 80%;
  position: relative;
  padding-left: 18px;
}

.content .right .news3 ul li a:hover {
  color: #F69E7B;
}

.content .right .news3 ul li a:hover::before {
  background: #F57B51;
  border-color: #F57B51;
}

.content .right .news3 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 1px solid #D4B5B0;
  border-radius: 50%;
}

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

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

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