@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: 76px 0 26px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 183px;
  height: 38px;
}

.header .nav {
  background: #cd0f0f;
}

.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, 255, 255, 0.25);
}

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

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

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

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

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

.header .nav .search-box form input {
  width: 140px;
  outline: none;
  border: none;
  background: none;
  font-size: 14px;
  color: #fff;
}

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

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

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

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

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

.public-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #EEEEEE;
}

.public-title strong {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding: 14px 4px 0 3px;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #0FC6CD;
}

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

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

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

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

.news2 ul li a:hover {
  color: #0FC6CD;
}

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

.news2 ul li span {
  font-size: 14px;
  color: #999;
}

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

.news3 ul li a {
  font-size: 16px;
  color: #333;
  width: 74%;
  position: relative;
  padding-left: 50px;
}

.news3 ul li a:hover {
  color: #0FC6CD;
}

.news3 ul li a::before {
  content: "攻略 |";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #0FC6CD;
}

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

.main {
  padding: 0 7px 0 15px;
}

.main .recom {
  margin-top: 16px;
}

.main .recom strong {
  font-size: 14px;
  color: #0FC6CD;
  font-weight: normal;
  width: 80px;
}

.main .recom ul {
  width: 1120px;
}

.main .recom ul li {
  width: 24%;
}

.main .recom ul li a {
  font-size: 14px;
  color: #999;
}

.main .recom ul li a:hover {
  color: #0FC6CD;
}

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

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

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

.main .row .left1 {
  width: 805px;
}

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

.main .row-1 .left1 .main-img {
  width: 625px;
  height: 337px;
  position: relative;
}

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

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

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

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

.main .row-1 .left1 ul {
  width: 160px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main .row-1 .left1 ul li {
  width: 100%;
}

.main .row-1 .left1 ul li:not(:last-child) {
  margin-bottom: 17px;
}

.main .row-1 .left1 ul li .img {
  width: 100%;
  height: 100px;
  position: relative;
}

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

.main .row-1 .left1 ul li .img .info > div {
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .row-1 .left1 ul li .img .info > div .title {
  font-size: 14px;
  color: #fff;
}

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

.main .row-1 .right .top-news .img {
  width: 150px;
  height: 90px;
}

.main .row-1 .right .top-news .des {
  width: 185px;
}

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

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

.main .row-1 .right .top-news .des .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main .row-1 .right .top-news .des .info img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

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

.main .row-1 .right .news1 ul li {
  margin-top: 16px;
}

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

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

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

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

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

.main .row-2 .left .top-news {
  padding-bottom: 19px;
  border-bottom: 1px dashed #EEEEEE;
}

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

.main .row-2 .left .top-news .des {
  width: 185px;
}

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

.main .row-2 .left .top-news .des a:hover {
  color: #0FC6CD;
}

.main .row-2 .left .top-news .des .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.main .row-2 .left .top-news .des .info img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

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

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

.main .row-2 .right .top-news a {
  width: 164px;
  height: 120px;
  position: relative;
}

.main .row-2 .right .top-news a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .row-2 .right .top-news a .info > div {
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .row-2 .right .top-news a .info > div .title {
  font-size: 14px;
  color: #fff;
}

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

.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: 23px 0 20px;
  -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: #222831;
  display: inline;
}

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

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

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

.content .left {
  width: 790px;
  padding-left: 10px;
}

.content .left .news ul {
  padding-top: 4px;
}

.content .left .news ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
  padding-bottom: 14px;
  border-bottom: 2px solid #EEEEEE;
}

.content .left .news ul li a {
  font-size: 18px;
  color: #222;
  width: 60%;
}

.content .left .news ul li a:hover {
  color: #0FC6CD;
}

.content .left .news ul li .info {
  width: 36%;
}

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

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

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

.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 .pages {
  margin-top: 48px;
}

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

.content .right {
  width: 320px;
  padding-right: 10px;
  margin-top: 40px;
}

.content .right .top-news {
  margin-top: 23px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #EEEEEE;
}

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

.content .right .top-news .des {
  width: 152px;
}

.content .right .top-news .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.content .right .top-news .des a:hover {
  color: #0FC6CD;
}

.content .right .top-news .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 .right .top-news .des .info img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.content .right .top-news .des .info span {
  font-size: 14px;
  color: #999;
}

.content .right .news2 ul li a {
  width: 68%;
}

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

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