.qfzx_common_container {
  background-color: #f2f6ff;
}
.terraceDynamic {
  width: 1200px;
  margin: 0 auto;
}

.terraceDynamic .terraceDynamic-box {
  padding-bottom: 76px;
}

.terraceDynamic .terraceDynamic-box .right {
  width: 320px;
}

.terraceDynamic .search-content {
  margin-top: 12px;
  margin-bottom: 19px;
}

.empty-box {
  margin-top: 20px;
}
.sp-search .sp-search-input,
.sp-search {
  height: 52px;
  display: flex;
  align-items: center;
}

.sp-search .sp-search-input {
  box-sizing: border-box;
  border-radius: 2px 0 0 2px;
  flex: 1;
}

.sp-search input {
  flex: 1;
  height: 50px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.sp-search input::-moz-placeholder {
  color: #d1d1d1 !important;
}

.sp-search input::placeholder {
  color: #d1d1d1 !important;
}

.sp-search .el-icon-error,
.sp-search .el-icon-search {
  padding: 0 12px;
}

.sp-search .el-icon-search {
  font-size: 24px;
  color: #979797;
}

.sp-search .el-icon-error {
  font-size: 18px;
  color: #bfbfbf;
}

.sp-search button {
  width: 135px;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background: linear-gradient(180deg, #4976f5, #235cff);
  border-radius: 0 2px 2px 0;
}

.sp-search-default {
  background: #fff;
}

.sp-search-gray,
.sp-search-gray input {
  background: #f8f8f8;
}

.focus-status {
  height: 50px;
  border-left: 1px solid #4974f5;
  border-top: 1px solid #4974f5;
  border-bottom: 1px solid #4974f5;
}
.artcle-nav {
  background: #fff;
  padding: 32px 28px;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.tabs .tab-item {
  position: relative;
  margin-right: 28px;
  padding-bottom: 21px;
  background: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom: 3px solid transparent;
}

.tabs .tab-item a {
  color: #333333;
}
.tabs .tab-active {
  font-weight: bold;
  color: #4976f5;
  border-color: #4976f5;
}
.tabs .tab-active a {
  color: #4976f5;
}

.child-category {
  margin: 23px 0;
  display: flex;
  align-items: center;
  overflow-y: auto;
}

.child-category::-webkit-scrollbar {
  display: none;
}

.child-category .item {
  flex-shrink: 0;
  padding: 8px 20px;
  margin-right: 20px;
  background: #f7f7f7;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.child-category .item a {
  color: #333;
  font-weight: 400;
}

.child-category .child-item-active {
  background: linear-gradient(180deg, #4976f5, #235cff);
}
.child-item-active a {
  color: #fff !important;
}

.list > .list-box {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding-top: 22px;
  display: inline-block;
  width: 100%;
}
.list > .list-box > .flex {
  display: flex;
}
.list > .list-box > .flex > img {
  width: 220px;
  height: 125px;
}

.list > .list-box > div {
  position: relative;
  z-index: 5;
}

.list > .list-box .line {
  transition-duration: 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #f5f5f5;
  z-index: 0;
}

.list > .list-box:hover .title {
  color: #4974f5 !important;
}

.list > .list-box .content {
  margin-left: 20px;
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.10196);
}

.list > .list-box .content .title {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 18px;
  border: none;
}
.list-child {
  margin-top: 23px;
}

.info-desc {
  margin-top: 10px;
  min-height: 72px;
}
.info-desc p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info-time {
  font-size: 12px;
  color: #999999;
}
.info-time i {
  margin-left: 24px;
}
.image-slot img {
  -o-object-fit: cover;
  object-fit: cover;
}
.content > .title {
  font-size: 32px;
  color: #222;
  font-weight: 700;
}

.content .author {
  margin-top: 14px;
  font-size: 14px;
  color: #999;
}

.content .box {
  margin-top: 36px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 16px;
  color: #222;
  line-height: 28px;
}

.content .content-box {
  margin-top: 32px;
  font-family: PingFangSC-Regular;
  font-size: 16px !important;
  color: #222;
  line-height: 28px;
}

.content .content-box span {
  font-size: 16px !important;
}

.content .content-box img {
  max-width: 100%;
  height: auto;
}

.content .declare {
  width: 100%;
  background: #f8f8f9;
  padding: 20px;
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-top: 40px;
}

.content .bottom-box {
  width: 796px;
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f0f0;
}

.content .bottom-box .left,
.content .bottom-box .right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.content .bottom-box .left .icon,
.content .bottom-box .right .icon {
  width: 24px;
  height: 24px;
}

.content .bottom-box .left div,
.content .bottom-box .right div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content .bottom-box .left div .label,
.content .bottom-box .right div .label {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 14px;
}

.content .bottom-box .left div .text,
.content .bottom-box .right div .text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.content .bottom-box .left:hover .text,
.content .bottom-box .right:hover .text {
  color: #4976f5;
}

.content .bottom-box .left > .icon {
  background: url(https://cdn.shupian.cn/sp-pt/wap/images/8ygr7hegmio0000.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 24px;
  margin-right: 16px;
}

.content .bottom-box .left:hover > .icon {
  background: url(https://cdn.shupian.cn/sp-pt/wap/images/3jj3q1w4oik0000.png) no-repeat;
  background-size: 100% 100%;
}

.content .bottom-box .right > .icon {
  background: url(https://cdn.shupian.cn/sp-pt/wap/images/83outsg9r3c0000.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 24px;
  margin-left: 16px;
}

.content .bottom-box .right:hover > .icon {
  background: url(https://cdn.shupian.cn/sp-pt/wap/images/79pumnsnuiw0000.png) no-repeat;
  background-size: 100% 100%;
}

.content .bottom-box .center {
  width: 104px;
  height: 108px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .bottom-box .center-icon {
  width: 24px;
  height: 24px;
  background: url(https://cdn.shupian.cn/sp-pt/wap/images/8p8n5771cc00000.png) no-repeat;
  background-size: 100% 100%;
}
.info-item-cover {
  width: 220px;
  height: 124px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 4px;
}
/* 面包屑 */
.breadcrumb {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}
.breadcrumb a {
  color: #999999;
  margin: 0 4px;
}
.breadcrumb a:last-of-type {
  color: #666666;
}
.breadcrumb a:hover {
  color: #4974f5;
}

/* 分页 */
.pagination {
  padding-left: 0;
  border-radius: 4px;
  margin: 0 auto;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #40aae2;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #40aae2;
  border-color: #40aae2;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.badge,
.label {
  line-height: 1;
  white-space: nowrap;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.search-pagination > .pagination > li > a {
  margin: 0 3px;
}
.search-pagination {
  padding: 20px 0;
  display: flex;
}
.list{
	min-height: 500px;
}
.search-pagination > .pagination > .page-active > a {
  background-color: #40aae2;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
}
.pagination > li > a:hover {
  cursor: pointer;
  color: #23527c;
}
