.clear {
  clear: both;
}
li {
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "microsoft yahei";
  padding: 0;
  margin: 0;
}
#top_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  line-height: 134px;
  height: 130px;
}
#top_t .left {
  float: left;
  width: 50%;
}
#top_t .left img {
  width: 100%;
}
#top_t .right {
  float: left;
  width: 50%;
  margin-top: 10px;
}
#top_t .right img {
  width: 100%;
  max-width: 50px;
  margin-right: 10px;
  float: right;
  margin-top: 4px;
}
#top_t .right .dsc {
  position: relative;
  float: right;
  line-height: 26px;
}
#top_t .right .dsc p {
  width: 100%;
  font-size: 16px;
  color: #194336;
}
#top_t .right .dsc span {
  font-size: 28px;
  font-family: arial;
  color: #194336;
  display: block;
  font-weight: 600;
}
.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #eee;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container,
.swiper-container1 {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide,
.swiper-container1 .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img,
.swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#index_mian {
  width: 100%;
  background: #eee;
  padding: 5% 0;
}
#index_mian #service {
  background: #fff;
  height: auto;
  overflow: hidden;
  margin-bottom: 70px;
}
#index_mian #service h2 {
  margin: 0;
  font-size: 20px;
  color: #194336;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  width: 100%;
}
#index_mian #service h2 span {
  font-size: 16px;
  font-family: arial;
  margin-left: 5px;
  color: #999;
}
#index_mian #service h2 a {
  display: block;
  float: right;
  font-size: 15px;
  color: #999;
  margin-top: 2px;
}
#index_mian #service h2 a:hover {
  color: #b08c5b;
}
#index_mian #service .ser_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 32px 0 40px 0;
}
#index_mian #service .ser_list li {
  float: left;
  position: relative;
  padding: 0 10px;
  text-align: center;
}
#index_mian #service .ser_list li a span {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 15px;
}
#index_mian #service .ser_list li a i {
  display: block;
  border-radius: 50%;
  border: 3px solid #ddd;
  box-sizing: border-box;
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  width: 70%;
  margin: 0 auto;
}
#index_mian #service .ser_list li a i img {
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}
#index_mian #service .ser_list li a .info {
  background: #194336;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: 0;
  left: 54px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
#index_mian #service .ser_list li a .info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin: 25px 0 10px 0;
}
#index_mian #service .ser_list li a .info hr {
  margin: 0 auto;
  width: 62px;
  height: 1px;
  background: #fff;
  display: block;
}
#index_mian #service .ser_list li a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index_mian #service .ser_list li a:hover i {
  -webkit-transform: translateY(34px) scale(0.6);
  -moz-transform: translateY(34px) scale(0.6);
  -ms-transform: translateY(34px) scale(0.6);
  -o-transform: translateY(34px) scale(0.6);
  transform: translateY(34px) scale(0.6);
  border-color: #194336;
}
#index_mian #service .ser_list li a:hover span {
  color: #b08c5b;
}
#index_mian #about {
  height: auto;
  position: relative;
  margin-bottom: 70px;
}
#index_mian #about .left {
  background: #fff;
  padding-right: ;
  position: relative;
}
#index_mian #about .left h2 {
  width: 193px;
  height: 66px;
  background: #194336;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  margin-top: -20px;
  position: relative;
  margin-bottom: 20px;
}
#index_mian #about .left h2::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -10px;
  border-bottom: 20px solid #053123;
  border-right: 10px solid transparent;
}
#index_mian #about .left .img {
  width: 100%;
  position: relative;
  padding: 0;
  float: left;
}
#index_mian #about .left .img img {
  width: 100%;
}
#index_mian #about .left .content {
  float: left;
}
#index_mian #about .left .content p {
  font-size: 15px;
  color: #333;
  text-indent: 2em;
  margin-bottom: 10px;
}
#index_mian #about .left .content .more {
  width: 100px;
  height: 30px;
  border: 1px solid #194336;
  text-align: center;
  color: #194336;
  margin-top: 32px;
  line-height: 30px;
  font-size: 14px;
  font-family: aarial;
  display: block;
}
#index_mian #about .left .content .more:hover {
  background: #194336;
  color: #fff;
}
#index_mian #about .right {
  padding-left: 20px;
  position: relative;
}
#index_mian #about .right ul {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 20px;
}
#index_mian #about .right ul .Btn {
  width: 100%;
  height: 145px;
  padding-left: 37px;
  padding-top: 30px;
}
#index_mian #about .right ul .Btn img {
  float: left;
  max-width: 86px;
}
#index_mian #about .right ul .Btn .item {
  float: left;
  text-align: center;
  width: 150px;
}
#index_mian #about .right ul .Btn .item p {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
}
#index_mian #about .right ul .Btn .item span {
  font-size: 16px;
  color: #fff;
}
#index_mian #about .right ul .Btn:nth-child(1) {
  background: #194336;
  margin-bottom: 20px;
}
#index_mian #about .right ul .Btn:nth-child(2) {
  background: #b08c5b;
}
#index_mian #news {
  background: #fff;
  height: auto;
  margin-bottom: 70px;
}
#index_mian #news:last-child {
  margin-bottom: 0;
}
#index_mian #news .left {
  padding-right: 0;
}
#index_mian #news .left h2 {
  width: 193px;
  height: 66px;
  background: #194336;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 66px;
  margin-top: -20px;
  position: relative;
  margin-bottom: 20px;
  float: left;
}
#index_mian #news .left h2::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -10px;
  border-bottom: 20px solid #053123;
  border-right: 10px solid transparent;
}
#index_mian #news .left .nav {
  float: left;
  width: 74%;
  padding-left: 15px;
  display: inline-block;
}
#index_mian #news .left .nav li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
#index_mian #news .left .nav li a {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 10px 0;
}
#index_mian #news .left .nav li a.active {
  color: #194336;
  border-bottom: 2px solid #194336;
}
#index_mian #news .left .nav li.active a {
  border-bottom: 2px solid #194336;
  box-sizing: border-box;
  color: #194336;
}
#index_mian #news .left .nav li:last-child {
  text-align: right;
  padding: 0;
  float: right;
}
#index_mian #news .left .nav li:last-child a {
  color: #999;
  font-size: 15px;
}
#index_mian #news .left .nav li:last-child a:hover {
  color: #b08c5b;
}
#index_mian #news .left .nav li:last-child.active {
  border-bottom: none;
}
#index_mian #news .left .tab-content {
  width: 100%;
  height: auto;
  padding-bottom: 36px;
}
#index_mian #news .left .tab-content .tab-pane {
  width: 100%;
}
#index_mian #news .left .tab-content .tab-pane li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #ccc;
}
#index_mian #news .left .tab-content .tab-pane li p {
  float: left;
  width: 60%;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index_mian #news .left .tab-content .tab-pane li span {
  float: right;
  font-size: 15px;
  color: #999;
}
#index_mian #news .left .tab-content .tab-pane li:hover p {
  color: #194336;
}
#index_mian #news .left .tab-content .tab-pane li:hover span {
  color: #194336;
}
#index_mian #news .right {
  position: relative;
}
#index_mian #news .right h2 {
  width: 100%;
  font-size: 20px;
  color: #194336;
  border-bottom: 2px solid #194336;
  height: 44px;
  line-height: 44px;
  margin-bottom: 22px;
}
#index_mian #news .right h2 img {
  width: 100%;
  max-width: 32px;
  margin-right: 10px;
  margin-top: 6px;
}
#index_mian #news .right h2 a {
  float: right;
  font-size: 15px;
  color: #999;
}
#index_mian #news .right h2 a:hover {
  color: #b08c5b;
}
#index_mian #news .right .list-group li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #ccc;
}
#index_mian #news .right .list-group li p {
  float: left;
  width: 58%;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index_mian #news .right .list-group li span {
  float: right;
  font-size: 15px;
  color: #999;
}
#index_mian #news .right .list-group li:hover p {
  color: #194336;
}
#index_mian #news .right .list-group li:hover span {
  color: #194336;
}
#index_mian #news .right .dsc p {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #333;
  line-height: 28px;
}
#index_mian #news .right .dsc p:first-child {
  margin-top: 6px;
}
#footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #194336;
}
#footer p {
  font-family: "宋体";
  font-size: 14px;
  color: #fff;
  float: left;
}
#footer .left {
  text-align: left;
}
#footer .left span {
  font-family: "microsoft yahei";
  font-size: 14px;
}
#footer .right {
  text-align: right;
}
#footer .right a {
  color: #fff;
  font-size: 14px;
}
#footer .right a:hover {
  color: #b08c5b;
}
/*内页CSS*/
#banner_d {
  width: 100%;
  padding: 0;
}
#banner_d img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
#main {
  width: 100%;
  padding: 5% 0;
}
#main .left {
  position: relative;
}
#main .left h3 {
  padding: 18px 20px;
  color: #b08c5b;
  font-size: 24px;
  background: #194336;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 1px;
}
#main .left h3 img {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
}
#main .left .link {
  background: #f7f7f7;
}
#main .left .link li {
  width: 100%;
  position: relative;
}
#main .left .link li a {
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 2;
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
#main .left .link li a i {
  font-size: 18px;
  color: #333;
  margin-right: 15px;
  transition: all 0.4s;
}
#main .left .link li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s ease-out;
}
#main .left .link li:hover:before {
  background: #194336;
  color: #b08c5b;
  width: 100%;
}
#main .left .link li:hover a {
  color: #b08c5b;
}
#main .left .link li:hover a i {
  margin-right: 26px;
  color: #b08c5b;
  margin-left: 6px;
}
#main .left .link li.active a {
  color: #b08c5b;
}
#main .left .link li.active a i {
  margin-right: 26px;
  color: #b08c5b;
  margin-left: 6px;
}
#main .left .link li.active:before {
  background: #194336;
  color: #b08c5b;
  width: 100%;
}
#main .left .dsc {
  background: #F7F7F7;
  padding: 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 1px;
}
#main .left .dsc p {
  line-height: 26px;
  font-size: 16px;
}
#main .right .breadcrumb {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#main .right .breadcrumb li {
  font-size: 15px;
}
#main .right .breadcrumb li i {
  margin-right: 10px;
  color: #194336;
  font-size: 18px;
}
#main .right .breadcrumb li a {
  color: #333;
  margin: 0 6px;
  font-size: 15px;
}
#main .right .breadcrumb li a:hover {
  color: #194336;
}
#main .right .breadcrumb li.active {
  color: #194336;
}
#main .right .breadcrumb li:last-child {
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main .right .content {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
#main .right .content p {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 10px;
}
#main .right .content img {
  width: 100%;
  margin-top: 10px;
}
#main .right .content .showMoreNChildren {
  margin-top: 20px;
  cursor: pointer;
}
#main .right .content .showMoreNChildren li {
  float: left;
  margin-bottom: 30px;
  position: relative;
}
#main .right .content .showMoreNChildren li button {
  background: #fff;
  outline: none;
}
#main .right .content .showMoreNChildren li button img {
  width: 100%;
  margin: 0;
}
#main .right .content .showMoreNChildren li button span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-align: center;
}
#main .right .content .showMoreNChildren li:hover .btn1 {
  background: #194336;
}
#main .right .content .showMoreNChildren li:hover .btn1 span {
  color: #fff;
  cursor: pointer;
}
#main .right .content .showMoreNChildren li:hover .btn1 img {
  cursor: pointer;
  margin: 0;
}
#main .right .content .showMoreNChildren li .modal-content img {
  margin: 0;
}
#main .right .content .showMoreNChildren li .btn-default {
  background: #194336;
  color: #fff;
}
#main .right .content .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .right .content .news_list li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 4px 0;
  display: inline-block;
  margin-bottom: 4px;
}
#main .right .content .news_list li p {
  width: 60%;
  float: left;
  font-size: 16px;
  color: #333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .right .content .news_list li span {
  float: right;
  font-size: 16px;
  color: #999;
}
#main .right .content .news_list li .zw {
  text-align: left;
}
#main .right .content .news_list li .zw .zw_1 {
  float: none;
  color: #194336;
  font-weight: 500;
}
#main .right .content .news_list li:hover .zw {
  color: #194336;
}
#main .right .content .news_list li:hover .zw .zw_1 {
  color: #b08c5b;
}
#main .right .content .news_list li:hover p {
  color: #194336;
}
#main .right .content .news_list li:hover span {
  color: #194336;
}
#main .right .content h3 {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}
#main .right .content h5 {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main .right .content h5 span {
  margin: 0 8px;
}
#main .right .content .page {
  width: 100%;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  margin-top: 30px;
}
#main .right .content .page p {
  font-size: 15px;
  color: #333;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main .right .content .page p a {
  font-size: 15px;
  color: #333;
}
#main .right .content .page p a:hover {
  color: #194336;
}
#main .right .content .table {
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
}
#main .right .content .table td {
  border: 1px solid #eee;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
#main .right form {
  float: left;
  margin-top: 15px;
}
#main .right form .form-group input {
  font-size: 15px;
  color: #333;
}
#main .right form .form-group input:focus {
  border-color: #194336;
  box-shadow: none;
}
#main .right form .form-group textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 15px;
  font-size: 15px;
}
#main .right form .form-group textarea:focus {
  border-color: #194336;
  box-shadow: none;
}
#main .right form .form-group button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
#main .right form .form-group .reset {
  background: #b08c5b;
  margin-right: 10px;
}
#main .right form .form-group .submit {
  background: #194336;
}
#main .right .con {
  float: left;
  margin-top: 15px;
}
#main .right .con p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-bottom: 6px;
}
#main .right #allmap {
  margin-top: 20px;
  height: 400px;
}
@media (max-width: 767.98px) {
  .header #navToggle span {
    margin-top: 20px;
  }
  .header {
    background: #fff;
    margin-bottom: 10px;
  }
  .header .left a img {
    max-width: 260px;
    margin-top: 8px;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  #index_mian #service .ser_list li {
    margin-bottom: 20px;
  }
  #index_mian #service .ser_list li:nth-child(4) {
    margin: 0;
  }
  #index_mian #service .ser_list li:nth-child(5) {
    margin: 0;
  }
  #index_mian #service .ser_list li:nth-child(6) {
    margin: 0;
  }
  #index_mian #about .left .content {
    padding-bottom: 20px;
  }
  #index_mian #about .left {
    padding: 0 15px;
  }
  #index_mian #about .left .img img {
    margin-bottom: 10px;
  }
  #index_mian #about .left .content p {
    margin-bottom: 15px;
  }
  #index_mian #about .left .content .more {
    margin: 0 auto;
  }
  #index_mian #about .right {
    padding: 0;
  }
  #index_mian #news .left {
    padding: 0 15px;
  }
  #index_mian #news .left .nav {
    width: 100%;
    padding: 0;
  }
  #index_mian #news .left .nav li {
    width: 20%;
    padding: 0;
  }
  #index_mian #news .right {
    padding-bottom: 20px;
  }
  #footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #194336;
    padding: 10px 0;
  }
  #footer p,
  #footer .left,
  #footer .right {
    padding: 0;
    text-align: center;
    float: none;
    height: 30px;
    line-height: 30px;
  }
  #main .right .content .showMoreNChildren li {
    margin-bottom: 10px;
  }
  #main .right form {
    padding: 0;
  }
  #main .right .con {
    padding: 0;
  }
  #main .right .con p {
    margin-bottom: 0;
  }
  #main .right form .form-group {
    margin-bottom: 2px;
  }
  #main .right form .form-group input {
    margin-bottom: 6px;
  }
  #main .right form .form-group textarea {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #main .right #allmap {
    height: 200px;
  }
  #index_mian #service .ser_list li a .info {
    display: none;
  }
}
@media (min-width: 576px) {
  .header #navToggle span {
    margin-top: 34px;
  }
  .header {
    background: #fff;
    margin-bottom: 10px;
  }
  .header .left a img {
    max-width: 60%;
    margin-top: 14px;
  }
  #index_mian #about .left .content .more {
    margin-top: 0;
  }
  #index_mian #about .right ul .Btn {
    height: 100px;
    padding-left: 12px;
  }
  #index_mian #about .right ul .Btn img {
    max-width: 40px;
  }
  #index_mian #about .right ul .Btn .item {
    width: 120px;
  }
  #index_mian #about .right ul .Btn .item p {
    font-size: 16px;
    line-height: 20px;
  }
  #index_mian #about .right ul .Btn .item span {
    font-size: 12px;
  }
  #index_mian #news .left .nav {
    width: 60%;
    padding: 0;
    margin-left: 5px;
  }
  #index_mian #news .left .nav li {
    padding: 0 1px;
  }
  #index_mian #news .left .nav li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header {
    background: #194336;
    margin-bottom: 0px;
  }
  .header .left a img {
    max-width: 60%;
    margin-top: 0;
  }
  #index_mian #service .ser_list li {
    margin-bottom: 0;
  }
  #index_mian #about .left .content .more {
    margin-top: 0;
  }
  #index_mian #about .right ul .Btn {
    height: 145px;
    padding-left: 12px;
  }
  #index_mian #about .right ul .Btn img {
    max-width: 86px;
  }
  #index_mian #about .right ul .Btn .item {
    width: 150px;
  }
  #index_mian #about .right ul .Btn .item p {
    font-size: 24px;
    line-height: 44px;
  }
  #index_mian #about .right ul .Btn .item span {
    font-size: 16px;
  }
  #index_mian #news .left .nav {
    width: 70%;
    padding-left: 20px;
    margin-left: 0;
  }
  #index_mian #news .left .nav li {
    padding: 0 10px;
  }
  #index_mian #news .left .nav li a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  #index_mian #about .right ul .Btn {
    padding-left: 20px;
  }
  #index_mian #about .right ul .Btn .item {
    width: 150px;
  }
  #index_mian #about .left .content .more {
    margin-top: 32px;
  }
  #index_mian #news .left .nav {
    width: 74%;
  }
  #index_mian #news .left .nav li {
    padding: 0 15px;
  }
}
