@import url(golden_roc.css);
@import url(animate.min.css);
@import url(iconfont.css);
body {
  background: #ffffff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.top_bg {
  width: 100%;
  height: 790px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #fed03c, #ffffff);
}

.top_bg2 {
  width: 100%;
  height: 246px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #ffd03c, #ffffff);
}

.newsnav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.newsnav li {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.newsnav li a {
  color: #78733b;
  font-size: 16px;
  float: left;
  padding: 4px 20px;
  margin-right: 12px;
  margin-top: 8px;
  background: #f5f5f5;
  border-radius: 24px;
}
.newsnav li a:hover, .newsnav li a.now {
  color: #254055;
  background: #f9aa4b;
}
.newsnav li a.now1 {
  color: #fff;
  background: #254055;
}

.top {
  width: 100%;
  border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
  height: 50px;
}
.top .top_wrap {
  color: #253b50;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.top .top_wrap .date {
  line-height: 50px;
}
.top .top_wrap .right {
  line-height: 50px;
  display: flex;
  color: #253b50;
  align-items: center;
}
.top .top_wrap .right .vertical-line {
  margin: 18px 10px;
  height: 16px;
  width: 1px;
  background: #253b50;
}
.top .top_wrap .right .member {
  margin-right: 5px;
}
.top .top_wrap .right .link a {
  color: #253b50;
  margin-left: 10px;
}

.city_top {
  width: 100%;
  border-bottom: 1px #e5e5e5 solid;
  background: #f2f2f2;
  height: 50px;
}
.city_top .top_wrap {
  color: #333;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.city_top .top_wrap .date {
  line-height: 50px;
  display: flex;
  align-items: center;
  color: #333;
}
.city_top .top_wrap .date a {
  color: #333;
}
.city_top .top_wrap .date .vertical-line {
  margin: 0 10px;
  height: 12px;
  width: 1px;
  background: #333;
}
.city_top .top_wrap .right {
  line-height: 50px;
  display: flex;
  color: #333;
  align-items: center;
}
.city_top .top_wrap .right .vertical-line {
  margin: 18px 10px;
  height: 16px;
  width: 1px;
  background: #333;
}
.city_top .top_wrap .right .member {
  margin-right: 5px;
}
.city_top .top_wrap .right .link a {
  color: #333;
  margin-left: 10px;
}

.header {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 160px;
}
.header .logo img {
  height: 160px;
}
.header .search {
  margin-top: 40px;
}
.header .search .keywords {
  font-size: 14px;
}
.header .search .keywords span {
  color: #ff561d;
}
.header .search .keywords a {
  margin-left: 5px;
  color: #ff561d;
}
.header .search .search_form {
  width: 370px;
  margin-top: 5px;
}
.header .search .search_form input {
  width: 300px;
  height: 39px;
  border: 0;
  padding: 0 10px;
  float: left;
  outline: none;
}
.header .search .search_form button {
  width: 70px;
  height: 39px;
  background: #757036;
  color: #ffffff;
  float: left;
  border: 0;
  cursor: pointer;
}
.header .search .search_form button .iconfont {
  color: #ffffff;
}

.city_header {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.city_header .logo {
  display: flex;
  align-items: center;
}
.city_header .logo img {
  height: 100px;
}
.city_header .logo p {
  font-size: 36px;
  color: #ff561d;
  line-height: 1;
  margin-left: 25px;
}
.city_header .search .keywords {
  font-size: 14px;
  margin-top: 15px;
}
.city_header .search .keywords span {
  color: #333;
}
.city_header .search .keywords a {
  margin-left: 5px;
  color: #333;
}
.city_header .search .search_form {
  width: 370px;
  margin-top: 5px;
}
.city_header .search .search_form input {
  width: 300px;
  height: 39px;
  border: 0;
  padding: 0 10px;
  float: left;
  outline: none;
  border: 1px #e5e5e5 solid;
}
.city_header .search .search_form button {
  width: 70px;
  height: 39px;
  background: #757036;
  color: #ffffff;
  float: left;
  border: 0;
  cursor: pointer;
}
.city_header .search .search_form button .iconfont {
  color: #ffffff;
}

.navigation {
  height: 56px;
  display: flex;
  margin-top: 15px;
}
.navigation li {
  flex: 1;
  border-right: 1px #ffffff solid;
}
.navigation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #283f51;
  height: 56px;
  background: #fecf3b;
  font-size: 16px;
}
.navigation li a span {
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.navigation li a p {
  font-size: 18px;
  font-weight: bold;
}
.navigation li a.active, .navigation li a:hover {
  color: #283f51;
  background: #fbab4a;
}
.navigation li:last-child {
  border-right: 0;
}

.navigation_city {
  height: 46px;
  display: flex;
  margin-top: 15px;
}
.navigation_city li {
  flex: 1;
  border-right: 1px #ffffff solid;
}
.navigation_city li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 46px;
  background: #293f54;
  border-radius: 4px;
}
.navigation_city li a span {
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.navigation_city li a p {
  font-size: 16px;
  font-weight: bold;
}
.navigation_city li a.active, .navigation_city li a:hover {
  color: #ffffff;
  background: #ff561b;
}
.navigation_city li:last-child {
  border-right: 0;
}

.index_1 {
  margin-top: 20px;
  display: flex;
}
.index_1 .index_nav {
  width: 270px;
  margin-right: 15px;
}
.index_1 .index_nav li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffdb49;
  color: #223d52;
  height: 56px;
  padding: 0 20px;
  border-bottom: 1px #ffffff solid;
}
.index_1 .index_nav li.now {
  background: #fdad4a;
}
.index_1 .index_nav li.bb-0 {
  border-bottom: 0;
}
.index_1 .index_nav li:hover {
  background: #fdad4a;
}
.index_1 .index_nav li p {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.index_1 .index_nav li p span {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  margin-right: 10px;
}
.index_1 .index_nav li p span.innav {
  font-weight: 300;
  font-size: 12px;
  margin-left: 6px;
  margin-top: 6px;
  font-family: Arial;
}
.index_1 .index_nav li span {
  flex-shrink: 0;
  line-height: 1;
}
.index_1 .index_1_right {
  background: #ffffff;
  padding: 20px 20px 0;
  width: 0;
  flex: 1;
}
.index_1 .index_1_right .index_1_title {
  font-size: 24px;
  font-weight: bold;
  color: #757036;
  text-align: center;
}
.index_1 .index_1_right .index_1_desc {
  margin-top: 10px;
  font-size: 14px;
  color: #253b50;
  text-align: center;
}
.index_1 .index_1_right .index_1_desc a {
  color: #ff561b;
}
.index_1 .index_1_right .index_1_focus {
  margin-top: 20px;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_nav ul {
  display: flex;
  border-bottom: 1px #757036 solid;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_nav ul li {
  height: 40px;
  padding: 0 44px;
  line-height: 40px;
  cursor: pointer;
  color: #757036;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_nav ul li.on {
  background: #757036;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap {
  margin-top: 15px;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul {
  display: flex;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus {
  width: 383px;
  height: 270px;
  flex-shrink: 0;
  position: relative;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  display: flex;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_nav ul {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_nav ul li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 5px;
  cursor: pointer;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_nav ul li.on {
  background: #ff561b;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_wrap ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_wrap ul .img {
  width: 100%;
  height: 100%;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_wrap ul .img img {
  width: 100%;
  height: 100%;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_focus_wrap_focus .index_1_focus_wrap_focus_wrap ul .title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_list {
  margin-left: 20px;
  flex: 1;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 31px;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_list li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_list li p:before {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  left: 0;
}
.index_1 .index_1_right .index_1_focus .index_1_focus_wrap ul .index_1_list li span {
  flex-shrink: 0;
  margin-left: 20px;
}

.index_1_adv {
  margin-top: 15px;
}
.index_1_adv img {
  width: 100%;
  height: 125px;
}

.index_title {
  position: relative;
  font-weight: bold;
  color: #3E3F43;
  margin-right: 20px;
  font-size: 20px;
}
.index_title:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #ff561b;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.index_2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.index_2 .item {
  flex: 1;
}
.index_2 .item:first-child {
  margin-right: 25px;
}
.index_2 .item .nav {
  border-bottom: 1px #ccc solid;
  display: flex;
  height: 40px;
}
.index_2 .item .nav .nav_wrap {
  display: flex;
}
.index_2 .item .nav .nav_wrap ul {
  display: flex;
}
.index_2 .item .nav .nav_wrap ul li {
  height: 34px;
  padding: 0 20px;
  background: #EAEFF5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 8px;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
}
.index_2 .item .nav .nav_wrap ul li.on {
  background: #757036;
  color: #ffffff;
}
.index_2 .item .nav .more {
  margin-left: auto;
  line-height: 40px;
}
.index_2 .item .nav .more .iconfont {
  font-size: 24px;
  font-weight: bold;
}
.index_2 .item .index_2_list {
  margin-top: 15px;
}
.index_2 .item .index_2_list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 33px;
}
.index_2 .item .index_2_list li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.index_2 .item .index_2_list li p:before {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  left: 0;
}
.index_2 .item .index_2_list li span {
  flex-shrink: 0;
  margin-left: 20px;
}

.index_3 {
  margin-top: 30px;
  position: relative;
}
.index_3 .index_3_btn {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_3 .index_3_btn .iconfont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #ccc;
  cursor: pointer;
}
.index_3 .index_3_btn .iconfont.icon-you {
  right: -25px;
}
.index_3 .index_3_btn .iconfont.icon-37zuo {
  left: -25px;
}
.index_3 .list {
  width: 100%;
}
.index_3 .list ul {
  overflow: hidden;
  zoom: 1;
}
.index_3 .list ul li {
  display: inline;
  margin-right: 12.5px;
  width: 230px;
}
.index_3 .list ul li img {
  width: 230px;
  height: 92px;
}

.index_4 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.index_4 .item {
  flex: 1;
}
.index_4 .item:first-child {
  margin-right: 25px;
}
.index_4 .item .nav {
  border-bottom: 1px #ccc solid;
  display: flex;
  height: 40px;
}
.index_4 .item .nav .nav_wrap {
  display: flex;
}
.index_4 .item .nav .nav_wrap ul {
  display: flex;
}
.index_4 .item .nav .nav_wrap ul li {
  height: 34px;
  padding: 0 25px;
  background: #EAEFF5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 8px;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
}
.index_4 .item .nav .nav_wrap ul li.on {
  background: #757036;
  color: #ffffff;
}
.index_4 .item .nav .more {
  margin-left: auto;
  line-height: 40px;
}
.index_4 .item .nav .more .iconfont {
  font-size: 24px;
  font-weight: bold;
}
.index_4 .item .index_4_list {
  margin-top: 15px;
}
.index_4 .item .index_4_list .index_4_rec {
  height: 145px;
  display: flex;
}
.index_4 .item .index_4_list .index_4_rec .img {
  width: 230px;
  height: 145px;
  margin-right: 10px;
}
.index_4 .item .index_4_list .index_4_rec .img img {
  width: 230px;
  height: 145px;
}
.index_4 .item .index_4_list .index_4_rec .info {
  width: 0;
  flex: 1;
}
.index_4 .item .index_4_list .index_4_rec .info .title {
  font-size: 18px;
  line-height: 2;
}
.index_4 .item .index_4_list .index_4_rec .info .date {
  font-size: 14px;
  color: #253b50;
}
.index_4 .item .index_4_list .index_4_six {
  display: flex;
  flex-wrap: wrap;
  height: 145px;
}
.index_4 .item .index_4_list .index_4_six li {
  width: 30%;
  margin-left: 5px;
  display: flex;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(3n+1) {
  margin-left: 0;
}
.index_4 .item .index_4_list .index_4_six li p {
  display: flex;
  align-items: center;
}
.index_4 .item .index_4_list .index_4_six li p span {
  width: 46px;
  height: 46px;
  text-align: center;
  background: #000;
  font-size: 26px;
  line-height: 46px;
  color: #ffffff;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(1) p span {
  background: #F483AD;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(2) p span {
  background: #3A81A9;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(3) p span {
  background: #37A387;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(4) p span {
  background: #989ADB;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(5) p span {
  background: #9047A6;
}
.index_4 .item .index_4_list .index_4_six li:nth-child(6) p span {
  background: #996666;
}
.index_4 .item .index_4_list .index_4_list_list {
  margin-top: 10px;
}
.index_4 .item .index_4_list .index_4_list_list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 33px;
}
.index_4 .item .index_4_list .index_4_list_list li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.index_4 .item .index_4_list .index_4_list_list li p:before {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  left: 0;
}
.index_4 .item .index_4_list .index_4_list_list li span {
  flex-shrink: 0;
  margin-left: 20px;
}

.index_5 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.index_5 .item {
  flex: 1;
}
.index_5 .item:first-child {
  margin-right: 25px;
}
.index_5 .item .nav {
  border-bottom: 1px #ccc solid;
  display: flex;
  height: 40px;
}
.index_5 .item .nav .nav_wrap {
  display: flex;
}
.index_5 .item .nav .nav_wrap ul {
  display: flex;
}
.index_5 .item .nav .nav_wrap ul li {
  height: 34px;
  padding: 0 25px;
  background: #EAEFF5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 8px;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
}
.index_5 .item .nav .nav_wrap ul li.on {
  background: #757036;
  color: #ffffff;
}
.index_5 .item .nav .more {
  margin-left: auto;
  line-height: 40px;
}
.index_5 .item .nav .more .iconfont {
  font-size: 24px;
  font-weight: bold;
}
.index_5 .item .index_5_list {
  margin-top: 15px;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus {
  width: 100%;
  height: 257px;
  flex-shrink: 0;
  position: relative;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 44px;
  line-height: 44px;
  display: flex;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_nav ul {
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_nav ul li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 5px;
  cursor: pointer;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_nav ul li.on {
  background: #ff561b;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_wrap ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_wrap ul .img {
  width: 100%;
  height: 100%;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_wrap ul .img img {
  width: 100%;
  height: 100%;
}
.index_5 .item .index_5_list .index_5_focus_wrap_focus .index_5_focus_wrap_focus_wrap ul .title {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
}
.index_5 .item .index_5_list .index_5_list_list {
  margin-top: 10px;
}
.index_5 .item .index_5_list .index_5_list_list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 33px;
}
.index_5 .item .index_5_list .index_5_list_list li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.index_5 .item .index_5_list .index_5_list_list li p:before {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  left: 0;
}
.index_5 .item .index_5_list .index_5_list_list li span {
  flex-shrink: 0;
  margin-left: 20px;
}

.index_6 {
  margin-top: 20px;
}
.index_6 .nav {
  border-bottom: 1px #ccc solid;
  display: flex;
  height: 40px;
}
.index_6 .nav .nav_wrap {
  display: flex;
}
.index_6 .nav .nav_wrap ul {
  display: flex;
}
.index_6 .nav .nav_wrap ul li {
  height: 34px;
  padding: 0 25px;
  background: #EAEFF5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 8px;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
}
.index_6 .nav .nav_wrap ul li.on {
  background: #757036;
  color: #ffffff;
}
.index_6 .index_6_list ul {
  display: flex;
  flex-wrap: wrap;
}
.index_6 .index_6_list ul li {
  width: 15%;
  margin-left: 2%;
  margin-top: 15px;
}
.index_6 .index_6_list ul li:nth-child(6n+1) {
  margin-left: 0;
}
.index_6 .index_6_list ul li img {
  width: 100%;
}
.index_6 .index_6_list ul li p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #253b50;
}

.partner {
  margin-top: 20px;
  border: 1px #ccc solid;
}
.partner .nav {
  display: flex;
  height: 43px;
  border-bottom: 1px #ccc solid;
}
.partner .nav ul {
  display: flex;
}
.partner .nav ul li {
  height: 42px;
  padding: 0 25px;
  line-height: 42px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  display: flex;
  border-right: 1px #ccc solid;
}
.partner .nav ul li span {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.partner .nav ul li.on:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #ffffff;
}
.partner .nav ul li.on span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.partner .partner_list {
  margin-top: 10px;
  padding: 0 20px 15px;
}
.partner .partner_list ul {
  display: flex;
  flex-wrap: wrap;
}
.partner .partner_list ul li {
  width: 25%;
  line-height: 32px;
}
.partner .partner_list ul li a {
  font-size: 14px;
}

.footer {
  width: 100%;
  margin-top: 35px;
}
.footer .footer_wrap {
  background: rgba(118, 113, 57, 0.95);
  padding: 40px 0 30px;
}
.footer .footer_wrap .footer_wrap_wrap {
  display: flex;
}
.footer .footer_wrap .footer_wrap_wrap .title-1 {
  font-size: 14px;
  color: #ffffff;
}
.footer .footer_wrap .footer_wrap_wrap .title-2 {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.footer .footer_wrap .footer_wrap_wrap .title-2:after {
  content: '';
  width: 58px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.footer .footer_wrap .footer_wrap_wrap .left {
  width: 25%;
}
.footer .footer_wrap .footer_wrap_wrap .left .company_title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .footer_wrap .footer_wrap_wrap .left .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .footer_wrap .footer_wrap_wrap .left .info span {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  flex-shrink: 0;
}
.footer .footer_wrap .footer_wrap_wrap .left .info p {
  margin-left: 10px;
  font-size: 14px;
  color: #ffffff;
}
.footer .footer_wrap .footer_wrap_wrap .middle {
  width: 37.5%;
  padding: 0 50px;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
.footer .footer_wrap .footer_wrap_wrap .middle .form .item {
  position: relative;
  display: flex;
  margin-top: 5px;
}
.footer .footer_wrap .footer_wrap_wrap .middle .form .item .input-1 {
  flex: 1;
  width: 0;
  padding: 0 10px;
  color: #999;
  border: 0;
  height: 30px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer_wrap .footer_wrap_wrap .middle .form .item .input-2 {
  width: 85px;
  flex-shrink: 0;
  height: 30px;
  padding: 0 10px;
  color: #999;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-top: 0;
  border-bottom: 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer_wrap .footer_wrap_wrap .middle .form .item .btn_send_code {
  width: 100px;
  flex-shrink: 0;
  border: 0;
  color: #263d4d;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer_wrap .footer_wrap_wrap .middle .form .item .btn_submit {
  flex: 1;
  height: 50px;
  background-image: linear-gradient(to right, #fe541b, #726d33, #203c51);
  font-size: 14px;
  color: #ffffff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer_wrap .footer_wrap_wrap .right {
  width: 37.5%;
  padding-left: 50px;
}
.footer .footer_wrap .footer_wrap_wrap .right .qrcode {
  display: flex;
  justify-content: space-between;
}
.footer .footer_wrap .footer_wrap_wrap .right .qrcode li {
  width: 86px;
}
.footer .footer_wrap .footer_wrap_wrap .right .qrcode li img {
  border: 5px #ffffff solid;
}
.footer .footer_wrap .footer_wrap_wrap .right .qrcode li p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
}

.copy {
  background: #264154;
  padding: 15px 0;
}
.copy .copy_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.copy .copy_wrap .left {
  display: flex;
}
.copy .copy_wrap .left a {
  margin-right: 15px;
  font-size: 14px;
  color: #ffffff;
}
.copy .copy_wrap .right {
  display: flex;
}
.copy .copy_wrap .right p {
  font-size: 14px;
  color: #ffffff;
}

.luntan-1 {
  display: flex;
  margin-top: 20px;
}
.luntan-1 .left {
  width: 866px;
  flex-shrink: 0;
  margin-right: 30px;
}
.luntan-1 .left .luntan-1-focus {
  position: relative;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-btn .iconfont {
  position: absolute;
  z-index: 10;
  width: 40px;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
  height: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-btn .iconfont.next {
  right: 0;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-btn .iconfont.left {
  left: 0;
}
.luntan-1 .left .luntan-1-focus .nav {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 20;
  height: 44px;
  line-height: 44px;
  display: flex;
}
.luntan-1 .left .luntan-1-focus .nav ul {
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.luntan-1 .left .luntan-1-focus .nav ul li {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 8px;
  cursor: pointer;
}
.luntan-1 .left .luntan-1-focus .nav ul li.on {
  background: #757036;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-list ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-list ul .img {
  width: 100%;
  height: 100%;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-list ul .img img {
  width: 100%;
  height: 100%;
}
.luntan-1 .left .luntan-1-focus .luntan-1-focus-list ul .title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 10px;
}
.luntan-1 .right {
  flex: 1;
  width: 0;
}
.luntan-1 .right li {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: flex;
}
.luntan-1 .right li:first-child {
  margin-top: 0;
}
.luntan-1 .right li a {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.main_title {
  background: #253e54;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.main_title .left_title {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.main_title .left_title span {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-right: 14px;
  position: relative;
  padding-right: 14px;
}
.main_title .left_title span:after {
  width: 1px;
  height: 80%;
  background: #fff;
  top: 10%;
  right: 0;
  content: '';
  position: absolute;
}
.main_title .left_title a {
  font-size: 16px;
  color: #fff;
  line-height: 53px;
  margin-right: 15px;
}
.main_title .left_title a.active {
  color: #fff;
  font-weight: bold;
}
.main_title .right_title {
  margin-left: auto;
  margin-right: 20px;
}
.main_title .right_title a {
  font-size: 16px;
  color: #fff;
}

.luntan-main {
  margin-top: 35px;
  display: flex;
}
.luntan-main .left {
  width: 866px;
  flex-shrink: 0;
  margin-right: 30px;
}
.luntan-main .left .item {
  margin-top: 35px;
}
.luntan-main .left .item .item_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px #e5e5e5 solid;
}
.luntan-main .left .item .item_wrap .item_left {
  width: 266px;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}
.luntan-main .left .item .item_wrap .item_left img {
  width: 100%;
}
.luntan-main .left .item .item_wrap .item_left p {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.luntan-main .left .item .item_wrap .item_left p a {
  color: #ffffff;
}
.luntan-main .left .item .item_wrap .item_right {
  flex: 1;
}
.luntan-main .left .item .item_wrap .item_right li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}
.luntan-main .left .item .item_wrap .item_right li a p {
  width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.luntan-main .left .item .item_wrap .item_right li a span {
  flex-shrink: 0;
}
.luntan-main .left .item:first-child {
  margin-top: 0;
}
.luntan-main .right {
  width: 0;
  flex: 1;
}
.luntan-main .right .right_1 li {
  margin-bottom: 13px;
}
.luntan-main .right .right_1 li img {
  width: 100%;
}
.luntan-main .right .right_2 {
  margin-top: 45px;
  margin-bottom: 50px;
}
.luntan-main .right .right_2 .title {
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 10px;
}
.luntan-main .right .right_2 .title span {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #3E3F43;
  padding-bottom: 12px;
}
.luntan-main .right .right_2 .title span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff561b;
}
.luntan-main .right .right_2 .list {
  display: flex;
  flex-wrap: wrap;
}
.luntan-main .right .right_2 .list li {
  width: 48%;
  margin-left: 4%;
  margin-top: 15px;
}
.luntan-main .right .right_2 .list li img {
  width: 100%;
}
.luntan-main .right .right_2 .list li p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.luntan-main .right .right_2 .list li p a {
  font-size: 14px;
}
.luntan-main .right .right_2 .list li:nth-child(2n+1) {
  margin-left: 0;
}

.hezuo-1 {
  display: flex;
  margin-top: 20px;
}
.hezuo-1 .hezuo-1-focus {
  position: relative;
  width: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-btn .iconfont {
  position: absolute;
  z-index: 10;
  width: 40px;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
  height: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-btn .iconfont.next {
  right: 0;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-btn .iconfont.left {
  left: 0;
}
.hezuo-1 .hezuo-1-focus .nav {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 20;
  height: 44px;
  line-height: 44px;
  display: flex;
}
.hezuo-1 .hezuo-1-focus .nav ul {
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.hezuo-1 .hezuo-1-focus .nav ul li {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 8px;
  cursor: pointer;
}
.hezuo-1 .hezuo-1-focus .nav ul li.on {
  background: #757036;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list {
  position: relative;
  width: 100%;
  height: 300px;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul .img {
  width: 100%;
  height: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul .img img {
  width: 100%;
  height: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul .title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 10px;
}

.hezuo_item {
  margin-top: 30px;
}
.hezuo_item .list {
  display: flex;
}
.hezuo_item .list .left {
  width: 833px;
  flex-shrink: 0;
  margin-right: 27px;
  display: flex;
  flex-wrap: wrap;
}
.hezuo_item .list .left .item {
  width: 31%;
  margin-left: 3.5%;
  margin-top: 20px;
}
.hezuo_item .list .left .item:nth-child(3n+1) {
  margin-left: 0;
}
.hezuo_item .list .left .item img {
  width: 100%;
}
.hezuo_item .list .left .item p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.hezuo_item .list .left .item p a {
  font-size: 16px;
}
.hezuo_item .list .right {
  width: 0;
  flex: 1;
}
.hezuo_item .list .right .item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hezuo_item .list .right .item img {
  width: 94px;
  flex-shrink: 0;
  margin-right: 10px;
}
.hezuo_item .list .right .item p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hezuo_item .list .right .item p a {
  font-size: 16px;
}
.hezuo_item .adv {
  display: flex;
  margin-top: 30px;
}
.hezuo_item .adv li {
  flex: 1;
  margin-left: 15px;
}
.hezuo_item .adv li:first-child {
  margin-left: 0;
}
.hezuo_item .adv li img {
  width: 100%;
}

.huizhan_item {
  margin-top: 30px;
}
.huizhan_item .list {
  display: flex;
  flex-wrap: wrap;
}
.huizhan_item .list .item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 20px;
}
.huizhan_item .list .item:nth-child(4n+1) {
  margin-left: 0;
}
.huizhan_item .list .item img {
  width: 100%;
}
.huizhan_item .list .item p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
}
.huizhan_item .list .item p a {
  font-size: 16px;
}
.huizhan_item .adv {
  display: flex;
  margin-top: 30px;
}
.huizhan_item .adv li {
  flex: 1;
  margin-left: 15px;
}
.huizhan_item .adv li:first-child {
  margin-left: 0;
}
.huizhan_item .adv li img {
  width: 100%;
}

.shangwu_item {
  margin-top: 35px;
  display: flex;
}
.shangwu_item .left {
  width: 866px;
  flex-shrink: 0;
  margin-right: 30px;
}
.shangwu_item .left .item_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px #e5e5e5 solid;
}
.shangwu_item .left .item_wrap .item_left {
  width: 266px;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}
.shangwu_item .left .item_wrap .item_left img {
  width: 100%;
}
.shangwu_item .left .item_wrap .item_left p {
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.shangwu_item .left .item_wrap .item_left p a {
  color: #ffffff;
}
.shangwu_item .left .item_wrap .item_right {
  flex: 1;
}
.shangwu_item .left .item_wrap .item_right li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}
.shangwu_item .left .item_wrap .item_right li a p {
  width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.shangwu_item .left .item_wrap .item_right li a span {
  flex-shrink: 0;
}
.shangwu_item .right {
  width: 0;
  flex: 1;
}
.shangwu_item .right .title {
  border-bottom: 1px #e5e5e5 solid;
  height: 53px;
  display: flex;
  align-items: center;
}
.shangwu_item .right .title span {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #3E3F43;
  line-height: 46px;
  height: 52px;
}
.shangwu_item .right .title span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff561b;
}
.shangwu_item .right .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.shangwu_item .right .list li {
  width: 48%;
  margin-left: 4%;
  margin-top: 20px;
}
.shangwu_item .right .list li img {
  width: 100%;
}
.shangwu_item .right .list li p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  line-height: 20px;
}
.shangwu_item .right .list li p a {
  font-size: 14px;
}
.shangwu_item .right .list li:nth-child(2n+1) {
  margin-left: 0;
}

.shangwu_item_2 {
  margin-top: 35px;
}
.shangwu_item_2 .list {
  display: flex;
  flex-wrap: wrap;
}
.shangwu_item_2 .list .item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 25px;
  position: relative;
}
.shangwu_item_2 .list .item:nth-child(4n+1) {
  margin-left: 0;
}
.shangwu_item_2 .list .item img {
  width: 100%;
}
.shangwu_item_2 .list .item p {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
}
.shangwu_item_2 .list .item p a {
  color: #ffffff;
}

.chengxiang-1 {
  display: flex;
  margin-top: 20px;
}
.chengxiang-1 .left {
  width: 866px;
  flex-shrink: 0;
  margin-right: 30px;
}
.chengxiang-1 .left .chengxiang-1-focus {
  position: relative;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-btn .iconfont {
  position: absolute;
  z-index: 10;
  width: 40px;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
  height: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-btn .iconfont.next {
  right: 0;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-btn .iconfont.left {
  left: 0;
}
.chengxiang-1 .left .chengxiang-1-focus .nav {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 20;
  height: 48px;
  line-height: 48px;
  display: flex;
}
.chengxiang-1 .left .chengxiang-1-focus .nav ul {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
.chengxiang-1 .left .chengxiang-1-focus .nav ul li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 8px;
  cursor: pointer;
}
.chengxiang-1 .left .chengxiang-1-focus .nav ul li.on {
  background: #757036;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-list ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-list ul .img {
  width: 100%;
  height: 100%;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-list ul .img img {
  width: 100%;
  height: 100%;
}
.chengxiang-1 .left .chengxiang-1-focus .chengxiang-1-focus-list ul .title {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 10px;
}
.chengxiang-1 .right {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
}
.chengxiang-1 .right .login_wrap {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  height: 100px;
}
.chengxiang-1 .right .login_wrap .login_left {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chengxiang-1 .right .login_wrap .login_left span {
  font-size: 48px;
  color: #757036;
}
.chengxiang-1 .right .login_wrap .login_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chengxiang-1 .right .login_wrap .login_right h3 {
  font-size: 18px;
  color: #000;
}
.chengxiang-1 .right .login_wrap .login_right p {
  display: flex;
  justify-content: center;
}
.chengxiang-1 .right .login_wrap .login_right p a {
  margin: 0 15px;
  font-size: 16px;
  color: #757036;
}
.chengxiang-1 .right .hot_city {
  flex: 1;
  margin-top: 20px;
  background: #f5f5f5;
  padding: 20px;
}
.chengxiang-1 .right .hot_city .title {
  padding-bottom: 15px;
  border-bottom: 1px #e5e5e5 solid;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.chengxiang-1 .right .hot_city .list {
  margin-top: 15px;
}
.chengxiang-1 .right .hot_city .list li {
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chengxiang-1 .right .hot_city .list li a {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.chengxiang-1 .right .hot_city .list li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list_1 {
  margin-top: 20px;
  background: #f1f1f1;
  padding: 0 15px 15px 15px;
}
.list_1 .list_1_focus {
  display: flex;
  justify-content: space-between;
}
.list_1 .list_1_focus .nav {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 15px;
  width: 94px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.list_1 .list_1_focus .nav .title {
  position: relative;
  top: 0;
  width: 40px;
  height: 80px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #ff561b;
  background: url("../images/u344.png") top center no-repeat;
}
.list_1 .list_1_focus .nav ul {
  display: flex;
  justify-content: center;
}
.list_1 .list_1_focus .nav ul li {
  width: 6px;
  height: 6px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #999;
  margin: 0 2px;
}
.list_1 .list_1_focus .nav ul li.on {
  background: #757036;
}
.list_1 .list_1_focus .list {
  padding-top: 15px;
  width: 0;
  flex: 1;
}
.list_1 .list_1_focus .list ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
}
.list_1 .list_1_focus .list ul li {
  width: 354px;
  display: flex;
  justify-content: center;
}
.list_1 .list_1_focus .list ul li .item {
  width: 342px;
  padding: 10px;
  background: #ffffff;
  display: flex;
}
.list_1 .list_1_focus .list ul li .item .pic {
  width: 132px;
  flex-shrink: 0;
  margin-right: 10px;
}
.list_1 .list_1_focus .list ul li .item .pic img {
  width: 100%;
}
.list_1 .list_1_focus .list ul li .item .title {
  width: 0;
  flex: 1;
}
.list_1 .list_1_focus .list ul li .item .title a {
  font-size: 14px;
  line-height: 28px;
}

.lst_main {
  display: flex;
  margin-top: 20px;
}
.lst_main .left {
  width: 900px;
  margin-right: 45px;
}
.lst_main .left .nav {
  display: flex;
  border-bottom: 1px #fe8a57 solid;
  height: 40px;
}
.lst_main .left .left_item {
  margin-top: 23px;
}
.lst_main .left .left_item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 48px;
}
.lst_main .left .left_item li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lst_main .left .left_item li p a {
  font-size: 16px;
  color: #333;
}
.lst_main .left .left_item li span {
  flex-shrink: 0;
  color: #333;
}
.lst_main .left .left_item_2 {
  display: flex;
  margin: 25px 0 15px;
}
.lst_main .left .left_item_2 .img {
  width: 265px;
  flex-shrink: 0;
}
.lst_main .left .left_item_2 .img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lst_main .left .left_item_2 .info {
  width: 0;
  flex: 1;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
.lst_main .left .left_item_2 .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  border-bottom: 1px #f5f5f5 solid;
}
.lst_main .left .left_item_2 .info .title a {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.lst_main .left .left_item_2 .info .desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  max-height: 72px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333;
}
.lst_main .left .left_item_2 .info .date {
  margin-top: auto;
  font-size: 14px;
  color: #666666;
}
.lst_main .right {
  flex: 1;
  width: 0;
}
.lst_main .right .nav .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.lst_main .right .nav .list li {
  width: 48%;
  line-height: 38px;
}
.lst_main .right .nav .list li a {
  position: relative;
  font-size: 16px;
  color: #333;
  padding-left: 16px;
}
.lst_main .right .nav .list li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 6.5px;
}
.lst_main .right .nav .list li a.active {
  color: #757036;
}
.lst_main .right .nav .list li a.active:before {
  background: #757036;
}
.lst_main .right .pic_news {
  margin-top: 20px;
}
.lst_main .right .pic_news .list {
  margin-top: 10px;
}
.lst_main .right .pic_news .list .item {
  margin-top: 10px;
  display: flex;
}
.lst_main .right .pic_news .list .item .img {
  width: 90px;
  flex-shrink: 0;
  margin-right: 10px;
}
.lst_main .right .pic_news .list .item .img img {
  width: 100%;
}
.lst_main .right .pic_news .list .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lst_main .right .pic_news .list .item .title a {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lst_main .right .click_rank {
  margin-top: 30px;
}
.lst_main .right .click_rank .list li {
  margin-top: 10px;
  line-height: 22px;
  padding-left: 12px;
  position: relative;
}
.lst_main .right .click_rank .list li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 9px;
  background: #999;
}
.lst_main .right .click_rank .list li a {
  font-size: 14px;
  color: #333;
}
.lst_main .right .click_rank1 {
  margin-top: 0px;
}
.lst_main .right .click_rank1 .list li {
  margin-top: 10px;
  line-height: 22px;
  padding-left: 12px;
  position: relative;
}
.lst_main .right .click_rank1 .list li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 9px;
  background: #999;
}
.lst_main .right .click_rank1 .list li a {
  font-size: 14px;
  color: #333;
}

.content_adv {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.content_adv .left {
  flex: 4;
}
.content_adv .left img {
  width: 100%;
  height: 120px;
}
.content_adv .right {
  flex: 1;
  margin-left: 20px;
  width: 100%;
}
.content_adv .right img {
  width: 100%;
  height: 120px;
}

.content_main {
  display: flex;
  margin-top: 50px;
}
.content_main .left {
  width: 900px;
  margin-right: 45px;
  flex-shrink: 0;
}
.content_main .left .news_title {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 48px;
}
.content_main .left .news_date {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.content_main .left .news_content {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  margin-top: 20px;
  text-align: justify;
}
.content_main .left .news_content img {
  max-width: 100%;
  margin: 0 auto;
}
.content_main .left .prev_next {
  margin-top: 20px;
}
.content_main .left .prev_next li {
  margin-top: 10px;
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.content_main .left .prev_next li a {
  font-size: 16px;
  color: #333;
}
.content_main .left .about_info {
  margin-top: 30px;
}
.content_main .left .about_info .nav {
  display: flex;
  height: 40px;
  border-bottom: 1px #ccc solid;
}
.content_main .left .about_info .list {
  margin-top: 10px;
}
.content_main .left .about_info .list .item {
  margin-top: 25px;
  display: flex;
}
.content_main .left .about_info .list .item .img {
  width: 178px;
  flex-shrink: 0;
  margin-right: 25px;
}
.content_main .left .about_info .list .item .info {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content_main .left .about_info .list .item .info .title {
  padding-bottom: 5px;
  border-bottom: 1px #f5f5f5 solid;
}
.content_main .left .about_info .list .item .info .title a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.content_main .left .about_info .list .item .info .date {
  margin-top: auto;
  margin-bottom: 5px;
}
.content_main .right {
  width: 0;
  flex: 1;
}
.content_main .right .content_title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.content_main .right .about_rec {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content_main .right .about_rec .list {
  margin-top: 10px;
}
.content_main .right .about_rec .list .hd {
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.content_main .right .about_rec .list .hd ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
  justify-content: flex-end;
}
.content_main .right .about_rec .list .hd ul li {
  margin-right: 4px;
  width: 10px;
  height: 10px;
  line-height: 999px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content_main .right .about_rec .list .hd ul li.on {
  background: #757036;
  color: #fff;
}
.content_main .right .about_rec .list .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.content_main .right .about_rec .list .bd li {
  zoom: 1;
  vertical-align: middle;
}
.content_main .right .about_rec .list .bd li img {
  width: 100%;
}
.content_main .right .pic_news {
  margin-top: 30px;
}
.content_main .right .pic_news .list {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_main .right .pic_news .list .item {
  width: 48%;
  margin-top: 15px;
}
.content_main .right .pic_news .list .item img {
  width: 100%;
}
.content_main .right .pic_news .list .item p {
  margin-top: 10px;
}
.content_main .right .pic_news .list .item p a {
  font-size: 14px;
  line-height: 16px;
  color: #333;
}
.content_main .right .hot_choice {
  margin-top: 30px;
}
.content_main .right .hot_choice .list {
  margin-top: 10px;
}
.content_main .right .hot_choice .list .item {
  display: flex;
  margin-top: 15px;
}
.content_main .right .hot_choice .list .item .img {
  width: 96px;
  flex-shrink: 0;
}
.content_main .right .hot_choice .list .item .img img {
  width: 100%;
}
.content_main .right .hot_choice .list .item .title {
  width: 0;
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.content_main .right .hot_choice .list .item .title a {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.search_current {
  margin-top: 20px;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  padding-bottom: 10px;
}
.search_current .red {
  color: #ff561b;
}

.search .list {
  margin-top: 20px;
}
.search .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
.search .list li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .list li p a {
  font-size: 18px;
  color: #333;
}
.search .list li span {
  flex-shrink: 0;
  color: #333;
}

.page {
  display: flex;
  margin-top: 30px;
}
.page a, .page span {
  padding: 13px 17px;
  border: 1px #e5e5e5 solid;
  line-height: 1;
  margin-right: 10px;
}
.page a:hover, .page span {
  color: #ffffff;
  background: #757036;
  border-color: #757036;
}

.city_focus {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.city_focus .hd {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.city_focus .hd ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
}
.city_focus .hd ul li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
.city_focus .hd ul li.on {
  background: #ff561b;
}
.city_focus .bd ul {
  overflow: hidden;
  zoom: 1;
}
.city_focus .bd ul li img {
  width: 100%;
  display: block;
}

.city_title {
  display: flex;
  border-bottom: 1px #e5e5e5 solid;
  align-items: center;
}
.city_title p {
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.city_title p:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #757036;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.city_title a {
  margin-left: auto;
  font-size: 14px;
  color: #333;
}

.city_index_1 {
  display: flex;
  margin-top: 15px;
}
.city_index_1 .left {
  width: 945px;
  margin-right: 35px;
  flex-shrink: 0;
}
.city_index_1 .left .wrap {
  display: flex;
  margin-top: 30px;
}
.city_index_1 .left .wrap .wrap_left {
  width: 455px;
  margin-right: 20px;
  flex-shrink: 0;
}
.city_index_1 .left .wrap .wrap_left img {
  width: 100%;
  border-radius: 4px;
}
.city_index_1 .left .wrap .wrap_right {
  flex: 1;
  width: 0;
}
.city_index_1 .left .wrap .wrap_right li {
  display: flex;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 13px;
}
.city_index_1 .left .wrap .wrap_right li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.city_index_1 .left .wrap .wrap_right li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  width: 0;
  flex: 1;
}
.city_index_1 .left .wrap .wrap_right li p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.city_index_1 .left .wrap .wrap_right li span {
  margin-left: 15px;
  flex-shrink: 0;
}
.city_index_1 .right {
  flex: 1;
  width: 0;
}
.city_index_1 .right .list {
  margin-top: 30px;
}
.city_index_1 .right .list li {
  position: relative;
}
.city_index_1 .right .list li:last-child {
  margin-top: 10px;
}
.city_index_1 .right .list li img {
  width: 100%;
  border-radius: 4px;
}
.city_index_1 .right .list li p {
  position: absolute;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  padding: 0 10px;
  width: 100%;
}
.city_index_1 .right .list li p a {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.city_index_2 {
  margin-top: 35px;
}
.city_index_2 .city_index_2_scroll {
  margin-top: 30px;
  position: relative;
}
.city_index_2 .city_index_2_scroll .hd .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  color: #333;
  line-height: 1;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.city_index_2 .city_index_2_scroll .hd .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  color: #333;
  line-height: 1;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.city_index_2 .city_index_2_scroll .bd ul li {
  width: 288px;
  margin-right: 16px;
}
.city_index_2 .city_index_2_scroll .bd ul li img {
  width: 100%;
  border-radius: 4px;
}
.city_index_2 .city_index_2_scroll .bd ul li .title {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.city_index_2 .city_index_2_scroll .bd ul li .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

.city_index_3 {
  display: flex;
}
.city_index_3 .item {
  margin-top: 25px;
  flex: 1;
}
.city_index_3 .item:first-child {
  margin-right: 30px;
}
.city_index_3 .item .rec {
  display: flex;
  margin-top: 25px;
}
.city_index_3 .item .rec .left {
  width: 230px;
  flex-shrink: 0;
  margin-right: 10px;
}
.city_index_3 .item .rec .left img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.city_index_3 .item .rec .right {
  flex: 1;
  width: 0;
}
.city_index_3 .item .rec .right .title {
  font-size: 18px;
  line-height: 2;
}
.city_index_3 .item .rec .right .title a {
  color: #333;
}
.city_index_3 .item .rec .right .date {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.city_index_3 .item .list {
  margin-top: 15px;
}
.city_index_3 .item .list li {
  display: flex;
  line-height: 33px;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 13px;
}
.city_index_3 .item .list li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.city_index_3 .item .list li p {
  width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city_index_3 .item .list li p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.city_index_3 .item .list li span {
  margin-left: 15px;
  flex-shrink: 0;
}

.city_index_4 {
  margin-top: 30px;
}
.city_index_4 .list {
  display: flex;
  flex-wrap: wrap;
}
.city_index_4 .list li {
  margin-top: 30px;
  width: 288px;
  margin-left: 16px;
}
.city_index_4 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.city_index_4 .list li img {
  width: 100%;
}
.city_index_4 .list li p {
  justify-content: center;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.city_index_4 .list li p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

/*# sourceMappingURL=style.css.map */
