@charset "utf-8";
html,
body {
  font-size: 20px;
  background: #f2eae2;
  /* padding-top: 0!important; */
}

* {
  margin: 0;
  padding: 0;
  /* color: #333; */
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.header-box {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-box .header {
  width: 1250px;
  height: 53px;
  /* background-color: red; */
}

.banner-header {
  margin-top: 53px;
  width: 100%;
  background: url(/uploads/image/ipc20210422/830bbdc2-aafd-4c83-8cb4-a27982ba516e.png) no-repeat;
  background-size: 100% 100%;
  height: 146px;
}

.banner-header .middle {
  width: 1250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 146px;
}

.banner-header .middle .middle-title {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 40px;
}

.banner-header .middle .search-box {
  width: 662px;
  height: 53px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.banner-header .middle .search-box .input-box {
  width: 542px;
  height: 53px;
  box-sizing: border-box;
  padding: 6px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  float: left;
}

.banner-header .middle .search-box .input-box .input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  border: none;
  outline: none;
}

.banner-header .middle .search-box .search-btn {
  width: 126px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  background: #b20b30;
  border-radius: 0px 3px 3px 0px;
  color: #deccac;
  font-size: 20px;
  cursor: pointer;
  float: right;
}

.container {
  width: 100%;
}

.container .content {
  width: 1250px;
  margin: 0 auto;
}

.container .content .crumbs {
  display: flex;
  align-items: center;
  padding: 0px 0 20px;
  box-sizing: border-box;
}

.container .content .crumbs .crumbs-box {
  height: 24px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 0 6px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.container .content .crumbs .crumbs-box:last-child {
  border-color: #002f6b;
  color: #002f6b;
}

.container .content .crumbs .arrow-right {
  width: 10px;
  height: 7px;
  transform: rotatez(270deg);
  margin: 0 6px;
}

.container .content .result-text {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.container .content .result-text text {
  color: #b20b30;
}

.container .content .filterre-box {
  margin: 0 0 20px 0;
  display: flex;
}

.container .content .filterre-box .filterre {
  height: 32px;
  position: relative;
  padding: 0 16px;
  background-color: #ffffff;
  margin-right: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.container .content .filterre-box .filterre:hover {
  border-radius: 3px;
  border: 1px solid #002f6b;
}

.container .content .filterre-box .filterre:hover .close {
  background-image: ;
}

.container .content .filterre-box .filterre text {
  font-size: 16px;
  color: #002f6b;
  line-height: 16px;
}

.container .content .filterre-box .filterre .close {
  background-image: ;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
}

.container .content .filterre-box .clear {
  height: 32px;
  font-size: 16px;
  color: #999999;
  margin-left: 14px;
  line-height: 32px;
  cursor: pointer;
}

.max-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.max-box .max-left {
  flex: 1;
  float: left;
}

.max-box .max-left .filter-box {
  width: 954px;
  height: auto;
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 24px 34px 24px 20px;
  display: flex;
}

.max-box .max-left .filter-box .filter-content {
  flex: 1;
}

.max-box .max-left .filter-box .filter-content .filter .header {
  font-size: 16px;
  color: #111111;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  float: left;
}

.max-box .max-left .filter-box .filter {
  width: 100%;
  height: auto;
  min-height: 32px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.max-box .max-left .filter-box .filter:last-child {
  margin-bottom: 0;
}

.max-box .max-left .filter-box .filter .filter-name {
  height: 32px;
  font-size: 16px;
  color: #666666;
  margin-right: 20px;
  line-height: 32px;
  padding: 0 16px;
  cursor: pointer;
}

.max-box .max-left .filter-box .filter .filter-name:hover {
  color: #002f6b;
  font-weight: bold;
}

.max-box .max-left .filter-box .filter .filter-left {
  width: 786px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  float: left;
}

.max-box .max-left .filter-box .region {
  margin-right: 14px;
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
  justify-content: center;
  padding: 0 16px;
  float: left;
}

.max-box .max-left .filter-box .region.showall {
  margin-right: 0;
  padding: 0;
  cursor: pointer;
  float: right;
}

.max-box .max-left .filter-box .region.showall .name {
  color: #002f6b;
}

.max-box .max-left .filter-box .region .name {
  font-size: 16px;
  color: #666;
  float: left;
}

.max-box .max-left .filter-box .region .arrow-down {
  width: 10px;
  height: 7px;
  margin-left: 4px;
  margin-top: 4px;
}

.max-box .max-left .filter-box .region-fixed {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.max-box .max-left .filter-box .region-fixed .region-active {
  position: relative;
  width: fit-content;
  height: 32px;
  background: #f8f8f8;
  border-radius: 3px 3px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  word-break: keep-all;
  box-shadow: -2px -2px 8px -4px rgba(0, 0, 0, 0.2), 2px -2px 8px -4px rgba(0, 0, 0, 0.2);
  z-index: 201;
}

.max-box .max-left .filter-box .region-fixed .region-active .name {
  font-size: 16px;
  color: #002f6b;
  cursor: pointer;
}

.max-box .max-left .filter-box .region-fixed .region-active .active-arrow-down {
  width: 10px;
  height: 7px;
  margin-left: 8px;
  transform: rotatex(180deg);
}

.max-box .max-left .filter-box .region-fixed .area {
  width: 212px;
  min-height: 150px;
  background: #f8f8f8;
  border-radius: 0px 3px 3px 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 4px 8px;
  z-index: 200;
  position: relative;
}

.max-box .max-left .filter-box .region-fixed .area .area-name {
  display: inline-block;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #111;
  background-color: #ffffff;
  margin-right: 1px;
  margin-top: 4px;
  cursor: pointer;
}

.max-box .max-left .filter-box .region-fixed .area .area-name:hover {
  background-color: #002f6b;
  color: #ffffff;
}

.max-box .max-left .list {
  width: 100%;
  margin-top: 32px;
}

.max-box .max-left .list .li {
  width: 954px;
  height: 263px;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.max-box .max-left .list .li:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.max-box .max-left .list .li .avatar {
  width: 222px;
  height: 222px;
  margin-right: 24px;
}

.max-box .max-left .list .li .right {
  flex: 1;
}

.max-box .max-left .list .li .right .title {
  font-size: 22px;
  line-height: 22px;
  color: #111;
  font-weight: bold;
}

.max-box .max-left .list .li .right .tags {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.max-box .max-left .list .li .right .tags .tag {
  height: 32px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: fit-content;
  padding: 0 12px;
  font-size: 16px;
  color: #1c457b;
  margin-right: 10px;
  line-height: 32px;
  max-width: 560px;
}

.max-box .max-left .list .li .right .desc {
  width: 668px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  position: relative;
  max-height: 66px;
  overflow: hidden;
}

.max-box .max-left .list .li .right .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.max-box .max-left .list .li .right .bottom .money-box {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #333;
}

.max-box .max-left .list .li .right .bottom .li-btn {
  width: 137px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #b20b30;
  font-size: 18px;
  color: #dfcfaf;
  float: right;
}

.max-box .max-left .pagegation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px 0;
}

.max-box .max-left .pagegation .pages {
  display: flex;
  align-items: center;
}

.max-box .max-left .pagegation .pages .num {
  width: 44px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.max-box .max-left .pagegation .pages .num.active {
  border-color: #b20b30;
  color: #b20b30;
}

.max-box .max-left .pagegation .pages .num:last-child {
  margin-right: 16px;
}

.max-box .max-right {
  width: 271px;
  flex: 0 0 271px;
  margin-left: 25px;
  float: left;
}

.max-box .max-right .news {
  width: 271px;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
}

.max-box .max-right .news .news-img {
  width: 222px;
  margin-bottom: 12px;
}

.max-box .max-right .news .news-title {
  font-size: 16px;
  color: #111;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}

.max-box .max-right .news .news-desc {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  max-height: 60px;
  overflow: hidden;
}

.pagegation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px 0;
}

.pagegation .pages {
  display: flex;
  align-items: center;
}

.pagegation .pages .num {
  width: 44px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.pagegation .pages .num.active {
  border-color: #b20b30;
  color: #b20b30;
}

.pagegation .pages .num:last-child {
  margin-right: 16px;
}

.pages > a {
  display: block;
  float: left;
}

.max-box .max-left .pagegation .pages .head,
.max-box .max-left .pagegation .pages .prev,
.max-box .max-left .pagegation .pages .next,
.max-box .max-left .pagegation .pages .end {
  font-size: 16px;
  color: #666666;
  margin-right: 16px;
  cursor: pointer;
}

/*添加*/
.search-header {
  position: fixed;
  top: 53px;
  height: 65px;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 800;
  display: flex;
  align-items: center;
}

.fixed-search {
  width: 1250px !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  background-color: #fff !important;
  margin: 0 auto !important;
}

.fixed-input {
  background-color: #f8f8f8 !important;
}

.nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 148px;
}

.nodata-icon {
  width: 61px;
  height: 65px;
  margin-bottom: 22px;
}

.nodata-name {
  font-size: 16px;
  line-height: 16px;
  color: #111;
}

footer {
  clear: both;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
  background: white;
  text-align: center;
  font-size: 13px;
  color: #333333;
}

footer .list {
  margin-top: 15px;
}

footer .list a {
  margin-right: 10px;
}

.advert {
  width: 271px;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.advert .title {
  line-height: 18px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

.advert .title span {
  color: #b20b30;
}

.advert .state {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #eeeeee;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 10px 0;
}

.advert .state span {
  color: #b20b30;
}

.advert .desc {
  text-indent: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.advert .desc span {
  color: #002f6b;
}

.ad {
  width: 271px;
  box-sizing: border-box;
  padding: 18px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.ad .ada-title {
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 10px;
  border-left: 2px solid #b20b30;
}

.ad ul {
  margin-top: 16px;
}

.ad ul a {
  display: block;
  margin-bottom: 14px;
}

.ad ul a:last-child {
  margin-bottom: 0;
}

.ad ul a .li-title {
  font-size: 16px;
  line-height: 18px;
  color: #002f6b;
  font-weight: bold;
  margin-bottom: 8px;
}

.ad ul a .li-desc {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.active {
  color: #b30d20;
  font-weight: 600 !important;
}

.area-active {
  background-color: #002f6b!important;
  color: #ffffff!important;
}
.gujihot{
  width: 11%;
  display: flex;
  flex-direction: column;
  margin: 0px 6px;

}
.gujihot img{
  width: 100%;

}
.gujihot div{
  text-align: center;
  font-size: 15px;
}
.gujihot .h-title{
  width: 100%;
  text-overflow: ellipsis;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }
.gujihot .h-view{

}
.gjtj-h-body{
  box-sizing: border-box;
  padding: 18px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
.gjtj-h-t{
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0px;
}