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

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  background: url(../images/bg.png) no-repeat;
}

.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%;
}

.top {
  position: relative;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.wrap {
  background: #fff;
  opacity: 0.9;
}

.header {
  background: #3F3F44;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo {
  padding-left: 21px;
}

.header .logo a {
  display: block;
}

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

.header .nav {
  background: #3F3F44;
}

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

.header .nav ul .active a {
  background: #E95554;
  font-weight: bold;
}

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

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

.header .nav ul li a:hover {
  background: #E95554;
  font-weight: bold;
}

.header .search-box {
  width: 300px;
  height: 32px;
  border-radius: 4px;
  background: rgba(245, 247, 249, 0.1);
}

.header .search-box form input {
  width: 160px;
  outline: none;
  border: none;
  background: none;
  font-size: 14px;
  color: #D9D9D9;
  padding-left: 10px;
}

.header .search-box form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #D9D9D9;
}

.header .search-box form input:-ms-input-placeholder {
  font-size: 14px;
  color: #D9D9D9;
}

.header .search-box form input::-ms-input-placeholder {
  font-size: 14px;
  color: #D9D9D9;
}

.header .search-box form input::placeholder {
  font-size: 14px;
  color: #D9D9D9;
}

.header .search-box form button {
  outline: none;
  border: none;
  width: 60px;
  height: 32px;
  background: #EE242C;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

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

.public-title strong {
  font-size: 22px;
  color: #3F3F44;
  font-weight: bold;
  padding-right: 10px;
}

.public-title span {
  border-bottom: 2px dashed #E5E5E5;
}

.public-title a {
  padding-left: 10px;
  font-size: 16px;
  color: #3F3F44;
}

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

.main {
  padding: 0 10px;
}

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

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

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

.main .row1 .left {
  width: 815px;
}

.main .row1 .left .panels .top-news {
  margin-top: 24px;
}

.main .row1 .left .panels .news {
  margin-top: 18px;
}

.main .row1 .left .panels .news ul li:not(:first-child) {
  margin-top: 20px;
}

.main .row1 .left .panels .news ul li a {
  font-size: 16px;
  color: #333;
  width: 80%;
  position: relative;
  padding-left: 22px;
}

.main .row1 .left .panels .news ul li a:hover {
  color: #E95554;
}

.main .row1 .left .panels .news ul li a:hover::before {
  background: #E95554;
  border-color: #E95554;
}

.main .row1 .left .panels .news 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: #DCDCDC;
  border-radius: 50%;
}

.main .row1 .left .panels .news ul li span {
  font-size: 16px;
  color: #888;
}

.main .row1 .left .panels .panel-1 {
  width: 380px;
}

.main .row1 .left .panels .panel-1 .top-news .img {
  width: 100%;
  height: 100px;
}

.main .row1 .left .panels .panel-2 {
  width: 416px;
}

.main .row1 .left .panels .panel-2 .top-news .img {
  width: 200px;
  height: 100px;
}

.main .row1 .right {
  width: 340px;
}

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

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

.main .row-1 .left .news {
  margin-top: 23px;
}

.main .row-1 .left .news ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.main .row-1 .left .news ul li a {
  font-size: 16px;
  color: #333;
  width: 74%;
  position: relative;
  padding: 3px 0 3px 50px;
}

.main .row-1 .left .news ul li a:hover {
  color: #E95554;
}

.main .row-1 .left .news ul li a::before {
  content: "攻略";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 22px;
  border: 1px solid #E95554;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #E95554;
}

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

.main .row-1 .center .top-news {
  margin-top: 20px;
}

.main .row-1 .center .top-news h1 {
  font-weight: normal;
}

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

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

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

.main .row-1 .center .news {
  margin-top: 18px;
}

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

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

.main .row-1 .center .news ul li a:hover {
  color: #E95554;
}

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

.main .row-1 .center .bot-news {
  margin-top: 10px;
}

.main .row-1 .center .bot-news ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .row-1 .center .bot-news ul li {
  margin-top: 18px;
  width: 200px;
}

.main .row-1 .center .bot-news ul li .img {
  width: 100%;
  height: 110px;
}

.main .row-1 .center .bot-news ul li .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.main .row-1 .center .bot-news ul li .info a {
  font-size: 14px;
  color: #333;
  width: 82%;
}

.main .row-1 .center .bot-news ul li .info a:hover {
  color: #E95554;
}

.main .row-1 .center .bot-news ul li .info span {
  font-size: 12px;
  color: #999;
}

.main .row-1 .right .news ul li {
  margin-top: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main .row-1 .right .news ul li .img {
  width: 100px;
  height: 80px;
  margin-right: 10px;
}

.main .row-1 .right .news ul li .des {
  width: 193px;
}

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

.main .row-1 .right .news ul li .des a:hover {
  color: #E95554;
}

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

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

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

.main .row-2 .right .top-news .img {
  width: 164px;
  height: 100px;
}

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

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

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

.main .row-2 .right .news ul li a:hover {
  color: #E95554;
}

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

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

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

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

.bread-nav {
  margin: 42px 0;
  -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: #E95554;
}

.content {
  padding: 0 10px;
}

.content .left {
  width: 780px;
}

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

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

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

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

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

.content .left .news ul li .des h1 a {
  width: 90%;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

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

.content .left .news ul li .des h1 img {
  width: 20px;
  height: 18px;
}

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

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

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

.content .left .detail {
  margin-top: 40px;
  padding-left: 14px;
}

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

.content .left .detail .art-head h1 {
  font-size: 30px;
  color: #3F3F44;
  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-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: 54px;
}

.content .left .detail .like-list .cont {
  margin-top: 30px;
}

.content .left .detail .like-list .cont .img {
  width: 220px;
  height: 160px;
}

.content .left .detail .like-list .cont ul {
  width: 528px;
}

.content .left .detail .like-list .cont ul li:not(:first-child) {
  margin-top: 18px;
}

.content .left .detail .like-list .cont ul li a {
  font-size: 18px;
  color: #333;
  width: 84%;
  position: relative;
  padding-left: 22px;
}

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

.content .left .detail .like-list .cont ul li a:hover::before {
  background: #E95554;
}

.content .left .detail .like-list .cont 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: #DCDCDC;
  border-radius: 50%;
}

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

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

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

.content .right .top-news ul li {
  width: 160px;
}

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

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

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

.content .right .news ul {
  padding-top: 6px;
}

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

.content .right .news ul li a {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  position: relative;
  padding-left: 22px;
}

.content .right .news ul li a:hover {
  color: #D85352;
  font-weight: bold;
}

.content .right .news ul li a:hover::before {
  background: #D85352;
}

.content .right .news ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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