[v-cloak] {
  display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
i,
em,
b,
th,
td,
strong {
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

input,
button,
input {
  outline: none;
  border: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

i,
em {
  font-style: normal;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-family: '微软雅黑', sans-serif;
  color: #3b3b3b;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-end {
  justify-content: flex-end;
}

.flex-1 {
  flex: 1;
}

.flex-col {
  flex-direction: column;
}

.col-center,
.flex-align-center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

.psr {
  position: relative;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc{
  text-align: center;
}

.tr{
  text-align: right;
}

.underline{
  text-decoration: underline;
}

.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4,
.ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-1 {
  -webkit-line-clamp: 1;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
}

.ellipsis-5 {
  -webkit-line-clamp: 5;
}

body {
  font-size: 14px;
}

a {
  color: #3c4558;
}

a:hover {
  color: #1865ff;
}

button,
input {
  font-size: var(--global-font-size);
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-x-10 {
  padding: 0 10px;
}

.p-x-20 {
  padding: 0 20px;
}

.p-y-20 {
  padding: 20px 0;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pointer {
  cursor: pointer;
}

.c-orange {
  color: #f50;
}

.c-blue {
  color: #1865ff;
}

.c-red {
  color: #f00;
}

.c-cyan {
  color: #0dfcff;
}

.c-green {
  color: #006f3c;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.c-ccc {
  color: #ccc;
}

.c-fff {
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
}

.w100{
  width: 100% !important;
}

.w50{
  width: 50% !important;
}

.w33{
  width: 33% !important;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.main-wrap {
  width: 1300px;
  margin: 0 auto;
}

.w1200{
  width: 1200px;
  margin: 0 auto;
}

.header {
  background: #fff;  
}

.header .cont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-width: 1300px;
  height: 70px;
}

.header .logo {
  display: flex;
  align-items: center;
  height: 52px;
  margin: 0 20px;  
}

.header .logo h4{
  margin-bottom: 1px;
  font-size: 20px;
  font-weight: 600;
}

.header .logo .demo-btn{
  padding: 2px 12px;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  background: #59a4ff;
}

.header .nav ul {
  display: flex;
  justify-content: flex-end;
}

.header .nav li {
  position: relative;
  margin-left: 40px;
  font-size: 16px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .header .nav li {   
    margin-left: 22px !important;
  }
}

.header .nav li em {
  font-family: 'simsun';
  display: inline-block;
  margin-left: 5px;
  transition: all .3s;
  transform: rotate(90deg);
}

.header .nav li a {
  display: block;
  height: 38px;
  line-height: 38px;
  color: #030000;
}

.header .nav li.active a {
  color: #1865ff;
  font-weight: 600;
}

.header .nav li .sub-menu {
  display: none;
  position: absolute;
  top: 37px;
  left: -20px;
  padding: 5px 5px 5px;
  flex-direction: column;
  background: #fff;
  border-radius: 3px;
  width: 130px;
  box-shadow: 0 0 24px rgba(10, 55, 130, 0.06);
}

.header .nav li:hover .sub-menu {
  display: block;
}

.header .sub-menu li {
  width: 100%;
  padding: 2px 0;
  margin: 0 !important;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.header .sub-menu li a {
  color: #3c4558 !important;
  font-weight: 400 !important;
}

.header .sub-menu li a:hover {
  color: #1865ff !important;
}

.header .sub-menu li:nth-last-child(1) {
  border-bottom: none;
}

.header .user-ops {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .user-ops .line {
  margin: 0 15px;
  color: #999;
}

.header .el-button--primary {
  background-color: #1865ff;
  border-color: #1865ff;
}

.header .el-button--text {
  color: #5d5d5d;
}


.header .btn a{
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(to right, #00a7ff 0, #0072ff 100%);
}

.header .btn a em{
  font-family: 'simsun';
}

.icon-advisors {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon-ai.png) no-repeat;
}

.ai-btn {
  color: #1865ff !important;
  border: 1px solid #c8d1db !important;
  background-image: linear-gradient(to right, #f0f6ff 0, #f8f1ff 100%) !important;
  padding: 12px 23px !important;
  font-size: 16px !important;
}

.ai-btn:hover {
  border: 1px solid #1865ff !important;
}

.icon-small {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: cover;
}

.side-tools {
  position: fixed;
  right: 5px;
  top: 200px;
  z-index: 999;
}

.side-tools .btn {
  padding-top: 8px;
  width: 58px;
  height: 85px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.side-tools .btn a {
  color: #545454;
}

.side-tools .btn img {
  width: 40px;
  margin-bottom: 4px;
}

.zngw-btn {
  height: 78px !important;
  background: url(../images/common/tools-btn-bg.png) no-repeat;
  background-size: cover;
}

.znkf-btn {
  background: url(../images/common/tools-btn-bg.png) no-repeat;
  background-size: cover;
}

.kf-btn {
  height: 75px !important;
  background: url(../images/common/tools-btn-bg.png) no-repeat;
}


.kf-btn img{
  margin-bottom: 0 !important;
}

.side-tools .btn:hover {
  opacity: 0.9;
}

.side-tools .cgks-btn img {
  width: 30px;
}

.com-tabs {
  display: flex;
  align-items: center;
}

.com-tabs .tab {
  display: flex;
  align-items: center;
  padding: 0 4px 12px;
  margin-right: 20px;
  font-size: 16px;
  color: #020814;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.com-tabs .tab .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-position: center top;
  background-repeat: no-repeat;
}

.com-tabs .tab .icon-01 {
  background-image: url(../images/home/icon-company.png);
}

.com-tabs .tab .icon-02 {
  background-image: url(../images/home/icon-expert.png);
}

.com-tabs .tab .icon-03 {
  background-image: url(../images/home/icon-college.png);
}

.com-tabs .tab.active {
  color: #1865ff;
  border-bottom: 3px solid #1865ff;
}

.com-tabs .tab.active .icon {
  background-position: center bottom;
}

.pages {
  display: flex;
  justify-content: center;
  color: #646464;
  padding: 15px 0;
}

.demand-status .status {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
}

.demand-status .status-1 {
  background-color: #4a90e2;
}

.demand-status .status-1::after {
  content: '待解决';
}

.demand-status .status-2 {
  background-color: #f26c2f;
}

.demand-status .status-2::after {
  content: '对接中';
}

.demand-status .status-3 {
  background-color: #9e9e9e;
}

.demand-status .status-3::after {
  content: '已过期';
}

.demand-status .status-4 {
  background-color: #008749;
}

.demand-status .status-4::after {
  content: '已失效';
}

.breadcrumb {
  padding: 20px 10px;
  color: #fff;
}

.breadcrumb span {
  font-family: 'simsun';
}

.breadcrumb a {
  color: #fff;
}

.list-title {
  text-align: center;
}

.list-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.project-list {
  display: flex;
  flex-wrap: wrap;
}

.project-list li {
  position: relative;
  margin: 0 39px 39px 0;
  width: 208px !important;
  height: 286px;
  box-shadow: 3px 4px 4px 0px rgba(41, 41, 115, 0.32);
  border: solid 1px #ededed;
}

.project-list li.item:nth-child(1) {
  background: url(../images/list/dbhi-kcxm-item1.png) no-repeat;
}

.project-list li.item:nth-child(2) {
  background: url(../images/list/dbhi-kcxm-item2.png) no-repeat;
}

.project-list li.item:nth-child(3) {
  background: url(../images/list/dbhi-kcxm-item3.png) no-repeat;
}

.project-list li.item:nth-child(4) {
  background: url(../images/list/dbhi-kcxm-item4.png) no-repeat;
}

.project-list li.item:nth-child(5) {
  background: url(../images/list/dbhi-kcxm-item5.png) no-repeat;
}

.project-list li.item:nth-child(6) {
  background: url(../images/list/dbhi-kcxm-item6.png) no-repeat;
}

.project-list li.item:nth-child(7) {
  background: url(../images/list/dbhi-kcxm-item7.png) no-repeat;
}

.project-list li.item:nth-child(8) {
  background: url(../images/list/dbhi-kcxm-item8.png) no-repeat;
}

.project-list li.item:nth-child(9) {
  background: url(../images/list/dbhi-kcxm-item9.png) no-repeat;
}

.project-list li.item:nth-child(10) {
  background: url(../images/list/dbhi-kcxm-item10.png) no-repeat;
}

.project-list li .type {
  margin-left: 33px;
  padding: 22px 10px 0 0;
  font-size: 14px;
  color: #414141;
}

.project-list li .title {
  display: flex;
  align-items: center;
  margin: 24px 18px 0;
  height: 80px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

.project-list li .tag {
  text-align: right;
  padding: 10px 15px 0 0;
  font-weight: 600;
  font-size: 15px;
  color: #282828;
}

.project-list li .address {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 10px;
  padding: 0 15px;
  font-size: 14px;
  color: #282828;
}

.project-list li .buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overgray {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}