.zcts-container {
  width: 100%;
  min-height: 100vh;
  background: #F1F5F8;
  box-sizing: border-box;
  font-family: PingFang SC, PingFang SC;
}

.zcts-cus-container {
  top: -70px;
}

/* 高亮 */
.zcts-container em {
  color: #E1251B;
  font-weight: bold;
  font-style: normal;
}

/* 顶部banner */
.logo-container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.logo-text img {
  height: 46px;
}

.btn-back {
  height: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px 0 40px;
  background: url('../images/back.png') no-repeat left 10px center, rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  cursor: pointer;
}

.header-container {
  width: 100%;
  position: relative;
}

.banner {
  width: 100%;
}

.header-text {
  width: fit-content;
  height: fit-content;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 4px;
  background-image: -webkit-linear-gradient(90deg, #1452AF 0%, #3B96EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* 导航菜单 */
.zcts-menu-container {
  display: flex;
  width: fit-content;
  height: 132px;
  margin: 0 auto 42px;
  background-color: #FFFFFF;
}

.zcts-menu-container .zcts-menu-item {
  display: block;
  width: 400px;
  height: 100%;
  padding: 0 0 0 126px;
  text-align: left;
  border-bottom: 6px solid #ffffff;
  box-sizing: border-box;
  position: relative;
}

.zcts-menu-container .zcts-menu-item::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 34px;
  left: 45px;
}

.zcts-menu-container .zck::before {
  background: url('../images/tab-zck.png') no-repeat center / 100% 100%;
}

.zcts-menu-container .zcjsj::before {
  background: url('../images/tab-zcjsj.png') no-repeat center / 100% 100%;
}

.zcts-menu-container .zcwd::before {
  background: url('../images/tab-zcwd.png') no-repeat center / 100% 100%;
}

.zcts-menu-container .title {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 9px;
  margin-top: 50px;
}

.zcts-menu-container .msg {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.zcts-menu-container .active {
  background: rgba(20, 82, 175, 0.05);
  border-bottom: 6px solid #005AA8;
}

.zcts-menu-container .active::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 17px solid #005AA8;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 127px;
  left: 0;
  right: 0;
  margin: auto;
}

/* 搜索框 */
.search-container {
  width: 420px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: auto;
}

.search-container img {
  margin: 0 8px 0 16px;
}

.search-container input {
  flex: 1;
  font-size: 16px;
  color: #999999;
  border: none;
}

.search-container .btn-search {
  width: 72px;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 10px;
  background: #E1251B;
  border: 1px solid #E1251B;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* 筛选 */
.screen-container {
  margin-top: 24px;
}

.screen-container .screen-item {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 24px;
  display: flex;
}

.screen-title {
  width: 110px;
  height: 40px;
  font-family: PingFang SC-Bold;
  font-weight: 600;
  text-align: center;
}

.screen-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.screen-content .screen-btn {
  min-width: 120px;
  height: 40px;
  margin: 0 5px 5px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}

.screen-content .screen-btn:hover,
.screen-content .screen-active {
  color: #005AA8;
  background: rgba(20, 82, 175, 0.05);
  border: 1px solid #1452AF;
}

/* 内容 */
.page-content-container {
  padding: 24px;
  background: #ffffff;
}

/**
  政策库
**/
/* 表格 */
.layui-table-view,
.layui-table-view .layui-table td, .layui-table-view .layui-table th {
  border: none;
}

.layui-table-header .layui-table {
  background: #F2F3F5;
}

.layui-table-cell {
  font-size: 16px;
  height: 50px;
  line-height: 40px;
}

/**
  政策计算机 
**/
.top-container {
  height: 340px;
  display: flex;
  margin-bottom: 40px;
}

.top-container .left-box {
  width: 358px;
  margin-right: 24px;
  padding: 16px;
  background: url('../images/js-bg.png') no-repeat center / 100% 100%;
}

.left-box .left-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 35px;
  margin: 16px 0 30px 6px;
}

.left-box .select-result-box {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background: #ffffff;
  border-radius: 4px;
}

.select-result-box .select-text,
.select-result-box .total-bzje {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.select-result-box .select-text {
  margin-bottom: 40px;
}

.select-result-box .select-text .num {
  font-family: D-DIN, D-DIN;
  font-weight: 700;
  font-size: 36px;
  color: #087CD6;
  margin-left: 10px;
  vertical-align: sub;
}

.select-result-box .select-text .unit {
  font-size: 16px;
  color: #087CD6;
  margin: 0 3px;
}

.select-result-box .total-bzje .num {
  font-family: D-DIN, D-DIN;
  font-weight: 700;
  font-size: 48px;
  color: #E1251B;
  margin-top: 12px;
  margin-right: 4px;
  vertical-align: sub;
}

.select-result-box .total-bzje .unit {
  font-size: 18px;
  color: #E1251B;
}

.right-box {
  flex: 1;
  height: 100%;
  padding: 24px;
  background-color: #F4F7FA;
  overflow-y: scroll;
  box-sizing: border-box;
}

/* 滚动条样式 */
.right-box::-webkit-scrollbar {
  width: 16px;
  /*  设置纵轴（y轴）轴滚动条 */
}

/* 滚动条滑块（里面小方块） */
.right-box::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #CCD3DC;
}

/* 滚动条轨道 */
.right-box::-webkit-scrollbar-track {
  border-radius: 0;
  background: #E6EBF0;
}

.right-box .right-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.right-box .empty {
  text-align: center;
}

.right-box .empty img {
  width: 138px;
  margin: 45px 0 32px 0;
}

.right-box .empty .empty-text {
  font-size: 16px;
  color: #666666;
}

.right-list-box .list-item {
  padding: 16px 0;
  border-bottom: 1px solid #D8D8D8;
}

.list-item .list-title {
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
}

.list-item .list-title .num {
  font-family: D-DIN, D-DIN;
  font-weight: 700;
  font-size: 24px;
  color: #087CD6;
  margin-left: 8px;
  margin-right: 4px;
}

.list-item .list-title .unit {
  color: #087CD6;
}

.list-item .list-msg {
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
  margin-bottom: 16px;
}

.list-item .btns-box {
  display: flex;
}

.list-item .btns-box .btn {
  font-size: 12px;
  color: #FFFFFF;
  padding: 5px 12px;
  background: linear-gradient(90deg, #469FFF 0%, #087CD6 100%);
  border-radius: 2px;
  margin-right: 12px;
  cursor: pointer;
}

.list-item .btns-box .btn-lksq {
  padding: 5px 25px 5px 12px;
  background: url('../images/btn-sq.png') no-repeat right 5px center, linear-gradient(90deg, #F19A24 0%, #ED6A3E 100%);
}

/* 政策选择tab */
.zcxz-tab .zcxz-tab-title {
  padding-bottom: 8px;
  display: flex;
}

.zcxz-tab .zcxz-tab-title li {
  font-size: 16px;
  color: #333333;
  min-width: 130px;
  margin-right: 16px;
  box-sizing: border-box;
}

.zcxz-tab .zcxz-tab-title .layui-this {
  color: #FFFFFF;
  background: #005AA8;
}

.zcxz-tab .zcxz-tab-title li::after {
  display: none;
}

.zcxz-tab .layui-tab-content {
  padding: 24px 0;
}

.layui-unselect.layui-tab-bar {
  display: none;
}

/* 政策选择 - 内容 */
.zcts-container .zc-index-title {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}

.zcts-container .zc-index-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background: #005AA8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.zc-content-box .zc-sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}

.zc-content-box .zc-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.zc-content .zc-item {
  min-width: 270px;
  max-width: 100%;
  min-height: 48px;
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 12px;
  background: #F7F8F9;
  border: 1px solid #F7F8F9;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zc-content .zc-item .icon-select {
  width: 20px;
  height: 20px;
  background: url('../images/icon-selected.png') no-repeat center / 100% 100%;
  top: 0;
  left: 0;
}

.zc-content .zc-item .btn-cancal {
  width: 42px;
  height: 41px;
  line-height: 41px;
  font-size: 12px;
  color: #005AA8;
  background: rgba(0, 90, 168, 0.15);
  top: 3px;
  right: 3px;
  cursor: pointer;
  text-align: center;
}

.zc-content .zc-item .icon-select,
.zc-content .zc-item .btn-cancal {
  display: none;
  position: absolute;
}

.zc-content .zc-item:hover,
.zc-content .zc-item-active {
  background: #ffffff;
  border: 1px solid #005AA8;
  box-shadow: 2px 4px 8px 0px rgba(12, 85, 187, 0.2);
}

.zc-content .zc-item-active .icon-select {
  display: inline-block;
}

.zc-content .zc-item-active:hover .btn-cancal {
  display: inline-block;
}

/**
  政策问答
**/
.wd-content-container {
  display: flex;
}

.result-box {
  flex: 1;
}

.result-item {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #EEEEEE;
}

.result-item>div {
  padding-left: 32px;
}

.result-item .question {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 8px;
  position: relative;
}

.result-item .answer {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-item .question::before,
.result-item .answer::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.result-item .question::before {
  background: url('../images/question.png') no-repeat center / 100% 100%;
  bottom: 0;
  margin: auto;
}

.result-item .answer::before {
  background: url('../images/answer.png') no-repeat center / 100% 100%;
}

.result-item .time {
  font-size: 14px;
  color: #9E9E9E;
}

.link-box {
  width: 336px;
  margin-left: 36px;
}

.link-box img {
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer;
}

.cus-loading {
  height: 400px;
}

#zckTable {
  width: 100%;
}

#post-head {
  background: #F2F3F5;
  height: 48px;
}

#post-list tr {
  height: 50px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
}

#post-list tr:hover {
  background: rgba(20, 82, 175, 0.05);
}

#post-list tr:last-child {
  border-bottom: none;
}

#post-list td {
  text-align: center;
}

#post-list .text-alignLeft {
  text-align: left;
}