.main .filter-warp .filter-group,
.main .filter-warp .filter-group > .fg-items,
.main .filter-warp .cal-sel {
  *zoom: 1;
}
.main .filter-warp .filter-group:before,
.main .filter-warp .filter-group > .fg-items:before,
.main .filter-warp .cal-sel:before,
.main .filter-warp .filter-group:after,
.main .filter-warp .filter-group > .fg-items:after,
.main .filter-warp .cal-sel:after {
  content: "";
  display: table;
}
.main .filter-warp .filter-group:after,
.main .filter-warp .filter-group > .fg-items:after,
.main .filter-warp .cal-sel:after {
  clear: both;
}
.head .top .left .city .warp > li,
.main .new .left .subject .item .top-left .title,
.main .new .right .style .list a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.warp::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}
.warp::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(254, 120, 36, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.warp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(254, 120, 36, 0.3);
  background-color: #3b87f7;
}
.head .top {
  width: 1200px;
  margin: 20px auto 0;
  position: relative;
}
.head .top .seo-title {
  position: absolute;
  top: 0px;
  left: 359px;
  width: 660px;
  font-size: 24px;
  color: #3b87f7;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.head .top .left {
  float: left;
  position: relative;
}
.head .top .left .logo {
  width: 218px;
}
.head .top .left span {
  color: #424242;
  font-size: 20px;
  position: relative;
}
.head .top .left .ext {
  color: #3b87f7;
  padding: 0 0 0 20px;
  position: relative;
  width: 61px;
  border: none;
  background-color: #fff;
}
.head .top .left .down {
  cursor: pointer;
  position: absolute;
  left: 90px;
  top: 1px;
  color: #3b87f7;
}
.head .top .left .city {
  background: #fff;
  position: absolute;
  top: calc(100% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #efefef;
  left: 190px;
  display: none;
  width: 140px;
  padding: 8px;
  z-index: 10;
  -webkit-box-shadow: 0 0 12px rgba(170, 170, 170, 0.3);
  box-shadow: 0 0 12px rgba(170, 170, 170, 0.3);
}
.head .top .left .city .warp {
  position: relative;
  max-height: 120px;
  cursor: pointer;
  overflow-y: auto;
}
.head .top .left .city .warp > li {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
  text-align: left;
  font-size: 14px;
}
.head .top .left .city .warp > li a {
  color: #333333;
  width: 100%;
  float: left;
}
.head .top .left .city .warp > li:hover {
  background: #eff4ff;
}
.head .top .left .city .warp > li:hover a {
  color: #3b87f7;
}
.head .top .right {
  float: right;
  margin-top: 50px;
}
.head .top .right .ipt {
  width: 570px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #3b87f7;
  text-align: left;
  color: #999999;
  display: inline-block;
  margin-right: 18px;
  position: relative;
  left: -50px;
}
.head .top .right .ipt .project {
  width: 369px;
  height: 40px;
  outline: none;
  border: none;
  padding-left: 10px;
  color: #222;
}
.head .top .right .ipt .project::-webkit-input-placeholder {
  color: #999;
}
.head .top .right .ipt .project:-ms-input-placeholder {
  color: #999;
}
.head .top .right .ipt .project::-ms-input-placeholder {
  color: #999;
}
.head .top .right .ipt .project::placeholder {
  color: #999;
}
.head .top .right .ipt .search {
  display: inline-block;
  width: 98px;
  height: 46px;
  text-align: center;
  color: #fff;
  background-color: #3b87f7;
  border-radius: 0px 4px 4px 0px;
  float: right;
}
.head .top .right .ipt .search:hover {
  cursor: pointer;
}
.head .top .right .menu {
  width: 145px;
  height: 47px;
  line-height: 47px;
  background-color: #3b87f7;
  border-radius: 4px;
  float: right;
  display: inline-block;
  color: #fff;
}
.head .top .right .menu a {
  color: #fff;
}
.head .top .right .menu a:hover {
  cursor: pointer;
}
.head .top .right .link {
  text-align: left;
  margin: 10px 0;
  position: relative;
  left: -80px;
}
.head .top .right .link span {
  color: #777777;
}
.head .top .right .link a {
  color: #777777;
  margin-right: 10px;
}
.head .top .right .link a:hover {
  color: #3b87f7;
}
.head .nav {
  clear: both;
  width: 100%;
  height: 58px;
  background-color: #3b87f7;
}
.head .nav .inner {
  width: 1200px;
  margin: 0 auto;
  line-height: 58px;
}
.head .nav .inner a {
  color: #fff;
  margin-right: 46px;
}
.head .nav .inner a:hover {
  cursor: pointer;
}
.main {
  background-color: #f6f6f6;
}
.main .top-link {
  text-align: left;
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 0;
}
.main .top-link a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.main .top-link span {
  margin-left: 6px;
}
.main .filter-warp {
  width: 1200px;
  margin: 0px auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e6e8;
  border-radius: 6px;
  padding: 0 24px;
  background-color: #fff;
}
.main .filter-warp .filter-group {
  position: relative;
  padding: 8px 0 8px 68px;
  font-size: 12px;
  color: #777777;
}
.main .filter-warp .filter-group:last-child {
  background: none;
}
.main .filter-warp .filter-group > .label {
  font-weight: bold;
  color: #333333;
  position: absolute;
  left: 0;
  text-align: left;
  top: 16px;
  line-height: 20px;
}
.main .filter-warp .filter-group .tops {
  text-align: left;
  padding: 9px 0 5px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.main .filter-warp .filter-group .tops a {
  color: #333333;
}
.main .filter-warp .filter-group .tops a:hover {
  color: #0d86ff;
}
.main .filter-warp .filter-group .tops .active {
  color: #0d86ff;
}
.main .filter-warp .filter-group > .fg-items {
  position: relative;
  width: 100%;
}
.main .filter-warp .filter-group > .fg-items > .item {
  margin: 6px 15px 6px 0;
  float: left;
  cursor: pointer;
}
.main .filter-warp .filter-group > .fg-items > .item > span {
  padding: 0 6px;
  border-radius: 3px;
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.main .filter-warp .filter-group > .fg-items > .item .active {
  color: #3b87f7;
}
.main .filter-warp .filter-group > .fg-items > .item .act {
  color: #3b87f7;
}
.main .filter-warp .filter-group > .fg-items > .item a {
  color: #333;
  font-size: 14px;
}
.main .filter-warp .filter-group > .fg-items > .item a:hover {
  color: #3b87f7;
}
.main .filter-warp .filter-group > .fg-items > .item .active {
  color: #3b87f7;
}
.main .filter-warp .filter-group > .fg-items > .item:hover {
  color: #3b87f7;
}
.main .filter-warp .filter-group > .fg-items > .item input {
  display: none;
}
.main .filter-warp .filter-group > .fg-items > .item.active > span {
  background: #e1eaff;
  color: #000;
}
.main .filter-warp .line {
  border-bottom: 1px solid #ededed;
}
.main .filter-warp .cal-sel {
  line-height: 24px;
  float: left;
  margin: 4px 0 0 6px;
  position: relative;
}
.main .filter-warp .cal-sel:after {
  width: 12px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  left: 94px;
  top: calc(50% - 1px);
  background: #555;
}
.main .filter-warp .cal-sel > input {
  float: left;
  width: 86px;
  display: block;
  height: 26px;
  border: 1px solid #e7e3e8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  color: #222;
}
.main .filter-warp .cal-sel > input:nth-child(1) {
  margin-right: 30px;
}
.main .filter-warp .reminder {
  width: 1150px;
  height: 90px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ecabab;
  margin: 16px auto 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 38px;
  text-align: left;
  color: #ec413d;
}
.main .filter-warp .reminder a {
  color: #3b87f7;
}
.main .filter-warp .reminder a:hover {
  cursor: pointer;
}
.main .new {
  width: 1200px;
  margin: 0 auto 21px;
  overflow: hidden;
}
.main .new .left {
  float: left;
  width: 868px;
}
.main .new .left .mew-tit {
  background-color: #fcfcfc;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 16px 20px 17px;
  border: solid 1px #eeeeee;
}
.main .new .left .mew-tit .tit {
  position: relative;
  color: #101010;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .new .left .mew-tit a {
  float: right;
  color: #9b9b9b;
}
.main .new .left .subject {
  background-color: #fff;
  box-sizing: border-box;
  padding: 26px 20px;
  border: 1px solid #eeeeee;
  border-top: none;
}
.main .new .left .subject .top {
  height: 48px;
  background-color: #f0f7fc;
  line-height: 48px;
  padding: 0 8px 0 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .new .left .subject .top .sub-span {
  margin-right: 45px;
}
.main .new .left .subject .top .top-left {
  float: left;
}
.main .new .left .subject .top .top-left span {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
.main .new .left .subject .top .top-left .title span {
  float: none;
}
.main .new .left .subject .top .top-left .genre {
  width: 100px;
  text-align: left;
  font-size: 14px;
  color: #222222;
}
.main .new .left .subject .top .top-right {
  float: right;
}
.main .new .left .subject .top .top-right span {
  display: inline-block;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.main .new .left .subject .top .top-right .genre {
  width: 126px;
  text-align: left;
  font-size: 14px;
  color: #222222;
}
.main .new .left .subject .item {
  height: 76px;
  background-color: #fff;
  padding: 16px 25px 0 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .new .left .subject .item:last-child {
  border-bottom: none;
}
.main .new .left .subject .item:hover {
  background-color: #fafafa;
}
.main .new .left .subject .item .sub-span {
  margin-right: 45px;
}
.main .new .left .subject .item .top-left .title {
  text-align: left;
  width: 420px;
  font-size: 16px;
  display: inline-block;
  color: #333;
  cursor: pointer;
  float: left;
}
.main .new .left .subject .item .top-left .title:hover {
  color: #3b87f7;
}
.main .new .left .subject .item .top-left .genre {
  font-size: 14px;
  width: 100px;
  text-align: left;
  color: #3b87f7;
  float: left;
}
.main .new .left .subject .item .top-right {
  float: right;
}
.main .new .left .subject .item .top-right span {
  display: inline-block;
  font-size: 12px;
}
.main .new .left .subject .item .top-right .genre {
  width: 118px;
  text-align: left;
  color: #515151;
  font-size: 14px;
  float: left;
}
.main .new .left .subject .item .top-right .tim {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .new .left .subject .item .top-right .area {
  width: 116px;
  font-size: 14px;
}
.main .new .left .subject .item .cont {
  clear: both;
  line-height: 16px;
  position: relative;
  left: 103px;
  top: 0;
}
.main .new .left .subject .item .cont span {
  display: inline !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3b87f7;
  font-size: 12px;
  border-radius: 11px;
  margin-right: 10px;
  float: left;
}
.main .new .left .pages {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.main .new .left .pages > a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .new .left .pages > a:hover {
  background: rgba(254, 120, 36, 0.1);
  color: #3b87f7;
  border: 1px solid #3b87f7;
}
.main .new .left .recommend {
  display: flex;
  background-color: #fff;
  box-sizing: border-box;
  padding: 26px 20px 26px 0;
  border: 1px solid #eeeeee;
  margin-top: 10px;
}
.main .new .left .recommend .recommend_title {
  color: #303133;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 38px;
  margin-right: 15px;
  min-width: 70px;
  text-align: left;
}
.main .new .left .recommend .recommend_title:before {
  position: absolute;
  left: 30px;
  top: 4px;
  content: '';
  width: 3px;
  height: 15px;
  background: #0d86ff;
}
.main .new .left .recommend .recommend_info {
  text-align: left;
}
.main .new .left .recommend .recommend_info .info {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 5px;
}
.main .new .left .recommend .recommend_info .info:hover {
  color: #4285f4;
}
.main .new .right {
  width: 300px;
  float: right;
}
.main .new .right .style {
  background-color: #fff;
  margin-bottom: 20px;
}
.main .new .right .style .mew-tit {
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
  box-sizing: border-box;
  padding: 12px 20px;
}
.main .new .right .style .mew-tit .tit {
  float: left;
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.main .new .right .style .mew-tit .tit:before {
  content: "";
  width: 3px;
  height: 19px;
  background-color: #3b87f7;
  position: absolute;
  left: 0;
  top: 2px;
}
.main .new .right .style .mew-tit a {
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4285f4;
}
.main .new .right .style .list {
  text-align: left;
}
.main .new .right .style .list a.newInfo {
  display: block;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
  border-bottom: solid 1px #eeeeee;
}
.main .new .right .style .list a.newInfo:hover {
  color: #3b87f7;
}
.main .new .right .style .list .item {
  box-sizing: border-box;
  padding: 20px 20px;
}
.main .new .right .style .list .item > a {
  font-size: 14px;
  width: 80px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
}
.main .new .right .style .list .item > a:last-child {
  margin-right: 0;
}
.main .new .right .style .list .items {
  box-sizing: border-box;
  padding: 20px 20px;
}
.main .new .right .style .list .items a {
  width: 120px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
}
.main .classification {
  width: 1200px;
  margin: auto;
}
.main .classification .cla_title {
  box-sizing: border-box;
  padding: 12px 30px;
  border: solid 1px #f4f5f6;
  background-color: #fcfcfc;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.main .classification .cla_info {
  box-sizing: border-box;
  padding: 35px 28px;
  background-color: #ffffff;
  border: solid 1px #f1f2f3;
  border-top: none;
}
.main .classification .cla_info a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
  border: solid 1px #cde0ff;
  color: #0d86ff;
  margin-right: 7px;
}
.main .classification .cla_info a:last-child {
  margin-right: 0;
}
.main .classification .cla_info a:hover {
  background-color: #f3f7ff;
  border: solid 1px #0b86ff;
}
.main .classification .cla_news {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
  margin-bottom: 50px;
}
.main .classification .cla_news .cla_word {
  box-sizing: border-box;
  padding: 5px 0 15px;
  border-bottom: solid 1px #f1f2f3;
}
.main .classification .cla_news .cla_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .classification .cla_news .cla_items .item {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin-top: 25px;
  color: #333;
}
.main .join {
  width: 100%;
  height: 258px;
  background-color: #f8f7f6;
}
.main .join #mrq {
  width: 1200px;
  height: 291px;
  margin: 20px auto;
  padding: 2px;
}
.main .join #Marquee_x {
  overflow: hidden;
  width: 100%;
  height: 291px;
}
.main .join #Marquee_x ul li div {
  float: left;
  line-height: 25px;
  height: 289px;
  width: 142px;
  overflow: hidden;
}
.main .join #Marquee_x ul li div img {
  width: 140px;
  height: 100px;
  display: block;
}
.main .join #Marquee_x ul li div span {
  display: block;
}
.main .new .left .pages > a,
.main .new .left .pages > span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 7px;
  font-weight: 300;
}
.main .new .left .pages > a.active,
.main .new .left .pages > span.active {
  line-height: 32px;
  color: #3b87f7;
  border: 1px solid #3b87f7;
}
.main .join #Marquee_x ul li,
.main .join #Marquee_x ul li div {
  margin-top: 15px;
  float: left;
  line-height: 25px;
  overflow: hidden;
}
.footers {
  width: 100%;
  background-color: #3a3a3c;
}
.footers .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footers .inner .item {
  margin-bottom: 20px;
  overflow: hidden;
}
.footers .inner .item .left {
  width: 112px;
  float: left;
  color: #fff;
  text-align: left;
  margin-right: 10px;
  font-size: 12px;
}
.footers .inner .item .right {
  text-align: left;
  width: 1056px;
  float: left;
}
.footers .inner .item .right a {
  font-size: 12px;
  color: #939393;
  opacity: 0.8;
  margin-right: 10px;
}
.footers .inner .item .right a:hover {
  color: #fff;
}
.footers .inner .item .right span {
  font-size: 12px;
  color: #939393;
  opacity: 0.8;
}
.footers .inner .bottom {
  width: 1200px;
  margin: 15px auto 0;
  text-align: center;
  border-top: 1px solid #4e4e50;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footers .inner .bottom p {
  color: #ffffff;
  opacity: 0.8;
  font-size: 12px;
  margin-bottom: 5px;
}
.type-list-box {
  padding: 20px 0;
}
.type-list-box .tipContent {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 14px 20px 0 20px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.type-list-box .tipContent .listBox {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.type-list-box .tipContent .listBox .listName {
  flex: 1;
  height: 26px;
}
.type-list-box .tipContent .listBox .listName span {
  display: inline-block;
  width: 78px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  border-right: 1px solid #eeeeee;
}
.type-list-box .tipContent .listBox .listName img {
  margin-top: 3px;
  width: 20px;
}
.type-list-box .tipContent .listBox .listTxt {
  flex: 78%;
  padding: 0 20px 0 14px;
  box-sizing: border-box;
}
.type-list-box .tipContent .listBox .listTxt p {
  text-align: justify;
  font-size: 12px;
  line-height: 26px;
}
.type-list-box .tipContent .listBox .listTxt a {
  color: #666;
}
.type-list-box .tipContent .listBox .listTxt a:hover {
  color: #0d86ff;
  border-bottom: 1px solid #0d86ff;
}
.main .new .left .key-box {
  background-color: white;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #e1e6e8;
  border-radius: 5px;
}
.main .new .left .key-box .key-list {
  width: 100%;
  overflow: hidden;
}
.main .new .left .key-box .key-list:nth-child(1) {
  margin-bottom: 10px;
}
.main .new .left .key-box .key-list .key-type {
  float: left;
  width: 6%;
  text-align: right;
  color: #777777;
}
.main .new .left .key-box .key-list .key-name {
  width: 94%;
  padding-left: 10px;
  box-sizing: border-box;
  float: right;
  text-align: left;
  color: #0d86ff;
}
.main .new .left .key-box .key-list .key-name .one {
  margin-right: 10px;
  cursor: pointer;
  color: #777777;
}
.main .new .left .key-box .key-list .key-name .one:hover {
  color: #0d86ff;
}
.main .new .left .key-box .key-list .key-name .active {
  color: #0d86ff;
}
.main .new .left .key-other {
  font-size: 14px;
  background-color: white;
  margin-bottom: 30px;
  border: 1px solid #e1e6e8;
  border-radius: 5px;
}
.main .new .left .key-other .key-title {
  height: 40px;
  line-height: 40px;
  background-color: #eeeeee;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #e1e6e8;
  color: #666666;
}
.main .new .left .key-other .key-title .import {
  color: #ec413d;
  margin-right: 5px;
}
.main .new .left .key-other .word-recommend {
  padding: 10px 20px;
  text-align: left;
}
.main .new .left .key-other .word-recommend .one {
  margin-right: 10px;
  color: #777777;
  cursor: pointer;
}
.main .new .left .key-other .word-recommend .one:hover {
  color: #0d86ff;
}
.main .new .left .key-other .word-page {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.main .new .left .key-other .word-page .word-page-one {
  border: 1px solid #cccccc;
  color: #333333;
  padding: 3px 8px;
  font-size: 14px;
  margin: 0 5px;
  border-radius: 2px;
  cursor: pointer;
}
.main .new .left .key-other .word-page .active {
  border: none;
  background-color: #0d86ff;
  color: white;
}
.main .district-nv-box {
  padding-left: 0;
}
.main .district-nv-box .nav-line-box {
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  padding-left: 30px;
}
.main .district-nv-box .filter-group {
  padding-left: 100px;
  padding-bottom: 35px;
}
.main .district-nv-box .filter-group > .label {
  left: 30px;
}
.main .district-nv-box .filter-group .fg-items .item {
  position: relative;
}
.main .district-nv-box .filter-group .fg-items .county-list {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  background-color: white;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
  z-index: 5;
}
.main .district-nv-box .filter-group .fg-items .county-list ::before {
  position: absolute;
  top: -7px;
  left: 30px;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: white;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  z-index: -1;
}
.main .district-nv-box .filter-group .fg-items .county-list .county {
  padding: 5px 10px;
  font-size: 14px;
}
.main .county-main-box .run-more {
  text-align: right;
  line-height: 50px;
}
.main .county-main-box .run-more a {
  color: #0d86ff;
  font-size: 16px;
}
.main .county-main-box .run-more a:hover {
  color: #0d86ff;
}
.main .county-main-box .right .type-nav {
  display: flex;
  line-height: 40px;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.main .county-main-box .right .type-nav .one {
  width: 50%;
  text-align: center;
}
.main .county-main-box .right .type-nav .active {
  background-color: #0d86ff;
  color: white;
}
.main .county-main-box .right .list .item a {
  cursor: pointer;
}
.main .county-main-box .right .list .item a:hover {
  color: #0d86ff;
}
.main .right .quickly-more-list .list {
  padding: 10px 10px 10px 20px;
}
.main .right .quickly-more-list .region-box {
  padding: 5px 0;
  font-size: 14px;
  color: #333333;
}
.main .right .quickly-more-list .region-box a {
  color: #333333;
  margin-left: 5px;
}
.main .right .quickly-more-list .region-box a:hover {
  color: #0d86ff;
}
/*# sourceMappingURL=polymerization.css.map */