body {
  background: #f0f5fe;
}

.tec-container {
  background-image: url(../images/list/tec-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}


.list-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.list-search .search-bar {
  display: flex;
  width: 400px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #81b3ff;
}

.list-search .search-bar input {
  flex: 1;
  padding: 10px 12px;
  background: #fcfeff;
}

.list-search .search-bar input::placeholder {
  color: #999;
}

.list-search .search-bar button {
  padding: 10px 15px;
  color: #fff;
  background: #438aea;
}

.list-search .search-bar button:hover {
  opacity: .9;
}

.blue-grad-btn {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  background-image: linear-gradient(to right, #64a4fc 0, #438aea 100%);
}

.list-search .publish-btn:hover {
  opacity: .9;
}

.list-search .icon-search {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/list/icon-search.png) no-repeat;
  background-size: cover;
}

.icon-ai-white {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon-ai-white.png) no-repeat;
  background-size: cover;
}

.filter-component .filters {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.filter-component .filter-section {
  display: flex;
  width: 100%;
  padding: 3px 10px;
}

.filter-component .filter-section:nth-last-child(1) {
  border-bottom: none;
}

.filter-component .filter-section label {
  width: 100px;
  font-weight: 600;
  padding: 7px 12px;
}

.filter-component .filter-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.filter-component .filter-list.minheight {
  max-height: 40px;
  overflow: hidden;
}

.filter-component .filter-list li {
  position: relative;
  display: inline-block;
}

.filter-component .filter-list a {
  display: block;
  color: #333;
  padding: 7px 12px;
  border-radius: 4px;
}

.filter-component .filter-list a:hover {
  color: #3787ff;
}

.filter-component .filter-list a.selected {
  color: #3787ff;
}

.filter-component .toggle-button {
  display: flex;
  align-items: center;
  padding: 5px 10px 0;
  cursor: pointer;
  background: transparent;
  height: 30px;
}

.filter-component .toggle-button em {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  font-family: 'simsun';
  color: #000;
  font-weight: 600;
}

.filter-component button.expanded em {
  transform: rotate(-90deg);
}

.tech-item {
  border: 1px solid #e9f0fb;
  padding: 20px;
  display: flex;
  background: #f7faff;
  margin-bottom: 20px;
}

.tech-item a:hover {
  color: #0173ee !important;
}

.tech-item .tech-info {
  flex: 1;
  margin-right: 20px;
}

.tech-item .tech-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #18284d;
}

.tech-item .tech-info .text {
  display: flex;
  flex-wrap: wrap;
}

.tech-item .tech-info p {
  width: 50%;
  font-weight: 400;
  color: #18284d;
  margin-bottom: 5px;
}

.tech-item .tech-info p:nth-last-child(1) {
  width: 100%;
}

.tech-item .tech-info strong {
  font-weight: 400;
  color: #595f79;
}

.tech-item .buttons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.tech-item .buttons .el-button {
  height: 36px;
  padding: 10px 10px;
}

.el-checkbox__inner {
  border: 1px solid #7aaffd !important;
}

.tech-details {
  display: flex;
}

.tech-details .tech-image {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.tech-details h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.tech-details .tech-info {
  display: flex;
  flex-wrap: wrap;
}

.tech-details .tech-info p {
  width: 40%;
  margin-bottom: 10px;
  color: #18284d;
}

.tech-details strong {
  font-weight: 400;
  color: #595f79;
}

.tech-details .price {
  padding: 10px 20px;
  width: 250px;
  height: 53px;
  color: #ff320a;
  background: url(../images/list/price-bg.png) no-repeat;
}

.tech-details .price em {
  font-size: 24px;
}

.tech-details .buttons,
.tectabs-box .buttons {
  display: flex;
  gap: 10px;
}

.tech-details .buttons .el-button {
  height: 44px;
}

.tectabs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

.tectabs-box .buttons {
  margin-top: -15px;
}

.tectabs-box .el-button {
  height: 40px;
}

.tp-box {
  text-align: center;
}

.tec-detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tec-detail-title h3 {
  font-size: 16px;
  color: #404040;
  padding-left: 30px;
  font-weight: 600;
  background: url(../images/list/icon-dot.png) no-repeat left center;
}

.tech-table {
  width: 100%;
  border-collapse: collapse;
}

.tech-table th,
.tech-table td {
  padding: 10px;
  color: #18284d;
  border: 1px solid #dee3ec;
}

.tech-table th {
  width: 120px;
  color: #fff;
  font-weight: 400;
  background: #7293d8;
}

.con-text p {
  font-size: 14px;
  text-indent: 2em;
  color: #404040;
  line-height: 24px;
}

.con-text h4 {
  font-size: 14px;
  color: #404040;
  margin-bottom: 8px;
}

.tec-detail .gallery-box {
  position: relative;
  width: 420px;
  margin: 30px auto;
}

.tec-detail .gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tec-detail .gallery-top {
  height: 290px;
  width: 100%;
}

.tec-detail .gallery-thumbs {
  margin: 0 auto;
  height: 85px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}

.tec-detail .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.7;
  padding: 2px;
  border: 1px solid transparent;
}

.tec-detail .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #ffa802;
}

.tec-detail .swiper-button-next,
.tec-detail .swiper-button-prev {
  top: 150px !important;
  width: 30px !important;
  height: 40px !important;
}

.tec-detail .swiper-button-next {
  right: -40px !important;
}

.tec-detail .swiper-button-prev {
  left: -40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 36px !important;
}

.tec-detail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-sect-card {
  width: 100%;
  border: solid 1px #ebeced;
  margin-bottom: 25px;
}

.sect-card-titbox {
  width: 100%;
  padding: 16px 17px 14px 23px;
  border-bottom: 1px solid #eee;
}

.sect-card-titbox::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.sect-card-titbox .titbox-title {
  position: relative;
  float: left;
  line-height: 19px;
  height: 19px;
  font-size: 15px;
  color: #333;
}

.sect-card-titbox .titbox-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #2374ff;
}

.sect-card-titbox .tag-more {
  float: right;
  display: block;
  width: 19px;
  height: 19px;
  position: relative;
  transform: translateY(0%);
  background: url(../images/list/icon-more.png) center no-repeat;
}

.right-sect-card .act-list {
  margin: 0;
  height: 472px;
}

.right-sect-card .act-box .act-list {
  height: auto;
}

.right-sect-card .act-item {
  padding: 14px;
  border-top: solid 1px #ebeced;
  display: block;
}

.right-sect-card .act-item:hover .act-tltle {
  color: #1b68ee;
}

.right-sect-card .act-item::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.right-sect-card .act-item:first-child {
  border-top: 0;
}

.right-sect-card .act-item .img-box {
  width: 123px;
  height: 69px;
  border-radius: 4px;
  background-color: #00bbb0;
  float: left;
  margin-right: 7px;
}

.right-sect-card .act-item .img-box img {
  width: 100%;
  height: 100%;
}

.right-sect-card .act-item .item-cont {
  float: left;
  width: 145px;
}

.right-sect-card .act-tltle {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.right-sect-card .act-time {
  font-size: 12px;
  color: #999;
}

.right-sect-card .act-item:first-child .img-box {
  width: 100%;
  height: 156px;
  margin-bottom: 14px;
}

.right-sect-card .act-item:first-child .item-cont {
  width: 100%;
}

.side-yygj-list {
  padding: 20px;
}

.side-yygj-list li {
  display: flex;
  margin-bottom: 15px;
}

.side-yygj-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.side-yygj-list li a {
  display: flex;
  padding-left: 22px;
  background: url(../images/list/lx.png) left center no-repeat;
}

.side-yygj-list li a:hover {
  color: #1b68ee;
}

.side-yygj-list li .icon-like {
  width: 16px;
  height: 16px;
  background: url(../images/list/icon-like.png) center no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.side-yygj-list li .c-blue {
  color: #1b68ee;
}

.right-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 1001;
}

.right-modal-enter,
.right-modal-leave-to {
  transform: translateX(100%);
}

.right-modal-enter-active,
.right-modal-leave-active {
  transition: transform 0.3s ease-out;
}

.modal-content {
  padding: 20px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.modal-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2f3848;
  font-weight: bold;
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'simsun';
  font-size: 18px;
}

.modal-body {
  margin-top: 20px;
}

.jsks-modal .modal-content {
  background: url(../images/list/tec-pop-bg.png) no-repeat top;
  background-size: 100%;
}

.table-ks .table {
  width: 100%;
  border-collapse: collapse;
}

.table-ks .table th {
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding: 12px 8px;
  background: #0185f3;
}

.table-ks .table td {
  padding: 8px;
  text-align: left;
}

.table-ks .table td:nth-child(1) {
  text-align: center;
}

.table-ks .table tr {
  background: #f0f5fc;
  border-bottom: 1px solid #fff;
}

.table-ks .table tr:nth-child(odd) {
  background: #e3ecfa;
}

.table-ks .modal-footer {
  margin-top: 20px;
  text-align: right;
}

.table-ks .btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.table-ks .btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.jsks-modal .start-btn {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  width: 98px;
  height: 98px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #01c3db 0, #0183eb 100%);
}

.jsks-modal .start-btn:hover {
  box-shadow: 0 0 24px rgba(10, 55, 130, 0.12);
}

.jsks-modal .arw-round {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/list/start-arw.png) no-repeat center;
}

.jsks-modal .round .arw-round {
  animation: rotate 4s linear infinite;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.project-container {
  background-image: url(../images/list/project-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.list-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
}

.project-container .list-search .search-bar {
  display: flex;
  width: 500px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.project-container .list-search .search-bar input {
  flex: 1;
  padding: 14px 12px;
  background: #fcfeff;
}

.project-container .list-search .search-bar button {
  padding: 14px 25px;
  color: #fff;
  font-size: 16px;
  background: #1865ff;
}

.project-container .dy-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -30px;
}

.project-container .dy-box a {
  width: 148px;
  height: 34px;
  background-color: #4e78fa;
  border-radius: 16px;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
}

.icon-dy {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 17px;
  background: url(../images/list/icon-dy.png) no-repeat;
}

.project-container .dy-box .ckyl-btn {
  background: #fff;
  border: 1px solid #4e78fa;
  color: #4e78fa;
}

.project-container .dy-box .ckyl-btn i {
  display: inline-block;
  margin-left: 10px;
  font-family: 'simsun';
  transform: rotate(90deg);
}



.inc_left {
  padding: 0 25px;
}

.project-detail .inose_top {
  font-size: 14px;
  line-height: 30px;
  color: #3e3e3e;
  text-align: center;
}

.project-detail .hui_text {
  color: #8a91b0;
  display: inline-block;
  width: 184px;
  margin-left: 10px;
  text-align: left;
}

.project-detail .censtent {
  flex-direction: column;
  text-align: left;
}

.project-detail .cont_name {
  text-align: center;
}

.project-detail .wenbe_text {
  font-size: 14px;
  line-height: 26px;
  color: #8a91b0;
}

.project-detail .cont-kefu {
  background-image: linear-gradient(90deg, #2071f6 0%, #629bf5 100%), linear-gradient(#0758db, #0758db);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.project-detail .pdf_title_box {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  min-width: 770px;
}

.project-detail .pdf_til {
  font-size: 20px;
  line-height: 45px;
  color: #303030;
  max-width: 530px;
  margin: 0 auto;
}

.project-detail .xmpz-btn {
  position: absolute;
  display: flex;
  align-items: center;
  background: #4e78fa;
  border-radius: 1000px;
  color: #fff;
  padding: 6px 24px;
  right: 5px;
  top: 5px;
  transition: .2s;
}

.project-detail .inc_right {
  width: 770px;
  margin-left: 30px;
}

.project-detail .pdfImg1 {
  background: url(../images/list/item_1.jpg) no-repeat;
}

.project-detail .pdf_item {
  width: 770px;
  height: 464px;
}

.project-detail .pdf_title {
  font-size: 23px;
  line-height: 44px;
  color: #414141;
  padding-left: 78px;
  padding-top: 34px;
}

.project-detail .pdf_content {
  padding: 0px 66px 0 88px;
  height: 74px;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 68px;
}

.project-detail .pdf_adress {
  margin-top: 138px;
}

.project-detail .pdf_pro_decv {
  width: 100%;
  text-align: right;
  padding-right: 66px;
  font-size: 23px;
  color: #282828;
}

.project-detail .cha_kan .blue-btn2 {
  padding: 14px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(to right, #2071f6 0, #629bf5 100%);
}

.tlxm-box .title {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 12px 25px;
  border-radius: 7px 7px 0 0;
  background-image: linear-gradient(to right, #2071f6 0, #619af5 100%);
}

.icon-tl {
  width: 22px;
  height: 21px;
  background: url(../images/list/icon-tl.png) no-repeat;
  background-size: 100% 100%;
}

.project-link-list {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}

.project-link-list li {
  width: 50%;
  margin-bottom: 20px;
  background: url(../images/list/icon-dot.png) no-repeat left center;
}

.project-link-list li a {
  padding-left: 30px;
}

.project-link-list li a .type {
  width: 30%;
  flex-shrink: 0;
}

.service-container {
  background-image: url(../images/list/project-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}

.service-list .item {
  display: flex;
  width: 48.5%;
  margin-bottom: 20px;
  margin-right: 3%;
}

.service-list .item:nth-child(2n) {
  margin-right: 0;
}

.service-list .item a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #ddd;
}

.service-list .item a:hover {
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(10, 55, 130, 0.03);
}

.service-list .image {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
}

.service-list .info {
  flex: 1;
}

.service-list .info h3 {
  font-size: 16px;
  color: #20252f;
  margin-bottom: 10px;
}

.service-list .text {
  display: flex;
  flex-wrap: wrap;
}

.service-list .text p {
  margin-bottom: 5px;
  color: #595f79;
}

.service-list .line {
  width: 100%;
  height: 1px;
  background: #eee;
}

.level-box {
  width: 103px;
}

.level-bg {
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url(../images/list/level-star-bg.png) no-repeat;
}

.level {
  display: inline-block;
  height: 100%;
  background: url(../images/list/level-star.png) no-repeat;
}

.level-1 {
  width: 20%;
}

.level-2 {
  width: 40%;
}

.level-3 {
  width: 60%;
}

.level-4 {
  width: 80%;
}

.level-5 {
  width: 100%;
}

.service-detail .company-logo {
  width: 120px;
  height: 80px;
  border-radius: 6px;
  margin-right: 20px;
  overflow: hidden;
}

.service-detail .company-logo img {
  width: 100%;
  height: 100%;
}

.service-detail .company-info {
  flex: 1;
}

.service-detail .company-info .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-detail .company-info .tag {
  margin-left: 20px;
  color: #f5381a;
  border: 1px solid #fd3500;
  border-radius: 4px;
  padding: 2px 10px;
}

.service-detail .company-info .text {
  flex-wrap: wrap;
}

.service-detail .company-info p {
  width: 200px;
  margin-bottom: 10px;
  color: #999;
}

.service-detail .company-info p:nth-last-child(1) {
  width: 100%;
}

.service-detail .detail-title {
  display: flex;
}

.service-detail .detail-title h2 {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #545454;
  border-bottom: 2px solid #498aff;
}

.service-detail .broker-list {
  display: flex;
}

.service-detail .broker-list .item {
  padding: 30px 10px;
  width: 248px;
  height: 320px;
  background: url(../images/list/jjr-bg.png) no-repeat;
  background-size: cover;
  margin: 0 40px 0 0;
  text-align: center;
}

.service-detail .broker-avatar {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(10, 55, 130, 0.06);
}

.service-detail .desc-text p {
  color: #666;
  line-height: 26px;
  text-indent: 2em;
}

.demand-container {
  background-image: url(../images/list/demand-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.demand-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.demand-list .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.demand-list .item:nth-child(2n) {
  margin-right: 0;
}

.demand-list .item a {
  display: block;
  padding: 25px;
  background-image: linear-gradient(to bottom, #ffffff 0, #f5f7fe 100%);
  border: 1px solid #e5e5e5;
}

.demand-list .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.demand-list .item h3 {
  font-size: 16px;
  font-weight: 600;
}

.demand-list .item a:hover h3 {
  color: #1865ff;
}

.demand-list .item .info {
  display: flex;
  flex-wrap: wrap;
}

.demand-list .item p {
  width: 33%;
  color: #545454;
}

.demand-list .item span {
  color: #8c8b8b;
}

.demand-list .item p:nth-child(1) {
  width: 100%;
}

.demand-detail .detail-header .title {
  display: flex;
  align-items: center;
}

.demand-detail .detail-header .title h3 {
  font-size: 24px;
}

.demand-detail .detail-header .info {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.demand-detail .detail-header .info li {
  width: 33%;
  margin-bottom: 20px;
  color: #545454;
}

.demand-detail .info li:nth-child(5) {
  width: 66%;
}

.demand-detail .info .type {
  display: flex;
  align-items: center;
  width: 140px;
  padding: 5px 10px;
  color: #ff6331;
  border: 1px solid #fe6e3a;
}

.demand-detail .info .type span {
  color: #fff;
  background: #ff6331;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
}

.demand-detail .info .buttons {
  display: flex;
  align-items: stretch;
}

.demand-detail .info .buttons .line {
  border-right: 1px solid #ccc;
}

.icon-zx {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/list/icon-kf.png) no-repeat;
}

.demand-detail .detail-title {
  display: flex;
}

.demand-detail .detail-title h2 {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #545454;
  border-bottom: 2px solid #498aff;
}

.demand-detail .overview .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 25px;
  background: #f6f9fd;
  border: 1px solid #dce4f0;
}

.demand-detail .demand-progress-bar {
  background: #fff;
}

.demand-detail .overview .btns {
  display: flex;
  align-items: center;
}

.demand-detail .overview .btns .btn {
  display: flex;
  margin: 0 10px;
  border-radius: 4px;
  background: #cee3ff;
  border: 1px solid #498aff;
}

.countdown .countdown-text {
  color: #999999;
}

.countdown .countdown-numbers .number {
  color: #378cff;
  padding: 0 10px;
}

.demand-progress-bar {
  height: 12px;
  background-color: #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
}

.demand-progress {
  height: 100%;
  background-image: linear-gradient(to right, #f97134 0, #ffac55 100%);
  transition: width 0.3s ease-in-out;
  border-radius: 6px;
}

.demand-detail .summary p {
  color: #666;
}

.demand-container .step-con ul {
  padding: 20px 40px;
  border: 1px solid #e3e5ea;
  background: #fff;
  box-shadow: 0 0 12px rgba(30, 30, 135, 0.06);
}

.demand-container .step-con ul li {
  position: relative;
  padding: 15px 25px;
  color: #444f6f;
  border-left: 1px solid #ddd;
}

.demand-container .step-con ul li::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 21px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8c95a4;
}

.demand-container .step-con ul li:nth-child(1):before {
  background: #4a90ff;
}

.demand-detail .item a {
  background: #fff !important;
}

.demand-detail .item p {
  width: 50% !important;
  margin-top: 10px;
}

.expert-container {
  background: url(../images/list/expert-banner.jpg) no-repeat top center;
  background-size: 100%;
}

.exerpt-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.exerpt-list .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.exerpt-list .item:nth-child(2n) {
  margin-right: 0;
}

.exerpt-list .item a {
  display: block;
  padding: 25px;
  background-image: linear-gradient(to right, #eff4fc 0, #fff 100%);
  border: 1px solid #e5e5e5;
}

.exerpt-list .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.exerpt-list .item h3 {
  font-size: 16px;
  font-weight: 600;
}

.exerpt-list .item a:hover h3 {
  color: #1865ff;
}
.exerpt-list .item .tag-btn {
  padding: 3px 10px;
  color: #009f8e;
  border-radius: 3px;
  border: 1px solid #009f8e;
}
.exerpt-list .item .info {
  display: flex;
  flex-wrap: wrap;
}

.exerpt-list .item p {
  width: 50%;
  color: #545454;
}

.exerpt-list .item span {
  color: #8c8b8b;
}

.exerpt-list .item p:nth-last-child(1) {
  width: 100%;
}
.icon-post {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/list/icon-post.png) no-repeat;
}
.icon-unit {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/list/icon-unit.png) no-repeat;
}
.icon-field {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/list/icon-field.png) no-repeat;
}

.college-container{
  background: url(../images/list/college-banner.jpg) no-repeat top center;
  background-size: 100%;
}

.kypt-container {
  background: url(../images/kypt/kypt-banner.jpg) no-repeat top center;
}

.news-container {
  background: url(../images/news/news-banner.jpg) no-repeat top center;
}

.news-container .news-list{
  width: 95%;
  margin: 0 auto;
}

.news-container .news-item a{
  display: block;
  padding: 25px 20px;
  height: 100%;
  border: 1px solid #fff;
  border-top: 1px solid #e5e5e5;  
}

.news-container .news-item:nth-last-child(1) a{
  border-bottom: 1px solid #e5e5e5;  
}

.news-container .news-item a:hover{
  background: #fcfdff;
  border: 1px solid #b9ceec;
  box-shadow: 0 0 18px rgba(30, 30, 135, 0.05);
  transition: all 0.3s ease-in-out;
}

.news-container .news-item h3{
  margin-bottom: 14px;
  font-size: 16px;
  color: #232323;
}

.news-container .news-item a:hover h3{
  color: #1865ff;
}

.news-container .news-item p{
  line-height: 24px;
  font-size: 14px;
  color: #595f79;
}

.news-container .news-detail h2{
  padding-bottom: 30px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.news-container .news-detail .xinxi{
  padding: 20px 20px 30px;
  color: #595f79;
  text-align: center;
}

.news-container .news-detail p{
  font-size: 16px;
  line-height: 2em;
  color: #545454;
  margin-bottom: 30px;
  text-indent: 2.2em;
}

.tec-container .zt-list{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.tec-container .zt-list .item{
  margin-right: 30px;
  width: 275px;
  height: 270px;
  margin-bottom: 30px;
}

.tec-container .zt-list .item:nth-child(4n){
  margin-right: 0;
}

.tec-container .zt-list .item a{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dae1ed;
}

.tec-container .zt-list .item a .img{
  width: 100%;
  height: 170px;  
  overflow: hidden;
}

.tec-container .zt-list .item a .img img{
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.tec-container .zt-list .item a .desc{
  padding: 0 15px;
  line-height: 24px;
  color: #a1a6b3;
}

.tec-container .zt-list .item a h4{
  font-size: 16px;
  color: #22252c;
  text-align: center;
  margin-bottom: 10px;
}

.tec-container .zt-list .item a:hover{
  box-shadow: 0 0 24px rgba(20, 30, 255, 0.05);
}

.tec-container .zt-list .item a:hover h4{
  color: #0072ff;
}

.tec-container .zt-list .item a:hover .img img{
  transform: scale(1.06); 
}

.tec-container .cghb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.tec-container .cghb-list .item{
  width: 200px;
  height: 270px;
  margin-bottom: 40px;
  margin-right: 48px;
}

.tec-container .cghb-list .item:nth-child(5n){
  margin-right: 0;
}

.tec-container .cghb-list .item a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

.tec-container .cghb-list .cover{
  position: relative;
  padding: 16px;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg-dzhb-list1.png) no-repeat center;
  background-size: cover !important;
  transform: scale(1); 
}

.tec-container .cghb-list a:hover .cover{
  transform: scale(1.03); 
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

.tec-container .cghb-list .cover-bg1{
  background: url(../images/common/bg-dzhb-list1.png) no-repeat center;
}

.tec-container .cghb-list .cover-bg2{
  background: url(../images/common/bg-dzhb-list2.png) no-repeat center;
}

.tec-container .cghb-list .cover-bg1{
  background: url(../images/common/bg-dzhb-list3.png) no-repeat center;
}

.tec-container .cghb-list .cover .num{
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
}

.tec-container .cghb-list .name{
  position: absolute;
  left: 0;
  bottom: 55px;
  padding: 0 20px;
  width: 100%;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.tec-container .cghb-list h4{
  margin-top: 3px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #2b334d;
}

.team-container{
  background: url(../images/team/team-banner.jpg) no-repeat top center;
}

.team-container .team-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.team-container .team-item{
  width: 48.8%;
  margin-bottom: 30px;   
}

.team-container .team-item a{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0 0 12px rgba(20, 30, 255, 0.03);
}

.team-container .team-item a:hover{
  box-shadow: 0 0 24px rgba(80, 100, 255, 0.1);
}

.team-container .team-item .info{
  width: 280px;
}

.team-container .team-item  .name{
  color: #333;
  font-size: 18px;
}

.team-container .team-item .text{
  color: #18284d;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.team-container .team-item a:hover .name{
  color: #0072ff;
}