@import "./font/iconfont.css";

#szh_zt_list {
  width: 100%;
  min-width: 1200px;
}

#szh_zt_list .wrapper {
  width: 1200px;
  margin: 0 auto;
}

.page {
  background-color: #f5f7fa;
}

#cp_sorts {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  padding-top: 15px;
}
#cp_sorts .srow {
  display: flex;
  border-bottom: 1px solid #eceff4;
  padding: 15px 40px 0px;
  position: relative;
}
#cp_sorts .srow .tool {
  position: absolute;
  right: 50px;
  display: flex;
  align-items: center;
  color: #0052d9;
  cursor: pointer;
}
#cp_sorts .srow .tool span {
  padding-right: 3px;
}

#cp_sorts .srow .tool i {
  color: #0052d9;
}

#cp_sorts .srow .tool.show i {
  transform: rotate(180deg);
}

#cp_sorts .srow:last-child {
  border: 0;
}

#cp_sorts .srow .label {
  flex-shrink: 0;
  font-size: 15px;
  color: #9ca4b2;
  padding-right: 30px;
}

#cp_sorts .srow .label.lg{
  width: 135px;
  text-align: right;
}

#cp_sorts .srow .opbar {
  display: flex;
  flex-wrap: wrap;
  padding-right: 75px;
}

#cp_sorts .srow .opbar.lg {
  height: 75px;
  overflow: hidden;
}

#cp_sorts .srow .opbar > div {
  flex-shrink: 0;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
}
#cp_sorts .srow .opbar > div.active {
  color: #0052d9;
  border-bottom: 3px solid #0052d9;
}

/* 服务产品列表 */
#szh_zt_list .cp_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding-top: 30px;
}

#szh_zt_list .cp_list .item {
  width: 590px;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fff;
}

#szh_zt_list .cp_list .item:hover {
  box-shadow: 0 8px 20px #0000001a;
}

#szh_zt_list .cp_list .item .bar {
  border: 1px solid #dfe1e6;
  padding: 20px;
  display: grid;
  grid-template-rows: 140px;
}
#szh_zt_list .cp_list .item .bar .info_bar {
  display: flex;
  align-items: center;
}

#szh_zt_list .cp_list .item .fws {
  color: #999;
  padding-top: 15px;
}
#szh_zt_list .cp_list .item .bar .info_bar .logo_bar {
  width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
}
#szh_zt_list .cp_list .item .bar .info_bar .logo_bar img {
  width: 100%;
}
#szh_zt_list .cp_list .item .bar .info_bar .msg {
  position: relative;
  padding-left: 10px;
}

#szh_zt_list .cp_list .item .bar .info_bar .msg h3 {
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
#szh_zt_list .cp_list .item .bar .info_bar .msg p {
  text-align: justify;
  line-height: 23px;
  margin: 15px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  font-size: 13px;
  color: #666;
}
#szh_zt_list .cp_list .item .bar .info_bar .msg .tag_bar {
  display: flex;
  text-align: center;
  height: 20px;
}
#szh_zt_list .cp_list .item .bar .info_bar .msg .t1 {
  color: #fff;
  font-size: 12px;
  background-color: #eb7e02;
  width: 98px;
  flex-shrink: 0;
  border-radius: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  line-height: 20px;
}
#szh_zt_list .cp_list .item .bar .info_bar .msg .t2 {
  color: #fff;
  font-size: 12px;
  background-color: #479a04;
  width: 98px;
  flex-shrink: 0;
  line-height: 20px;
  border-radius: 30px;
  padding: 0px 10px;
}


#main_sorts{
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  padding: 0px 40px 35px 40px; 
}

#main_sorts .main_tt{
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 15px 0;
}

#main_sorts .flex{
  display: flex;
  padding: 7px 0 0 0;
}

#main_sorts .flex .single{
  width: 500px;
}

#main_sorts .flex label{
  width: 100px;
}

#main_sorts .flex.pr{
  padding-right: 55px;
}

#main_sorts .flex .mt_bar{
  padding-bottom: 15px;
  width: 305px;
  padding-right: 11px;
}

#main_sorts .flex .mt_bar:last-child{
  padding-right: 0;
}

#main_sorts .flex .layui-input-block{
  margin-left: 130px;
}

#main_sorts .flex .search_bar{
  width: 895px;
  margin-right: 10px;
}

#main_sorts .flex .search_bar_lg{
  width: 949px;
  margin-right: 10px;
}

/* 服务商列表 */
#szh_zt_list .fws_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding-top: 30px;
}

#szh_zt_list .fws_list .item {
  width: 590px;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fff;
}

#szh_zt_list .fws_list .item:hover {
  box-shadow: 0 8px 20px #0000001a;
}

#szh_zt_list .fws_list .item .bar {
  border: 1px solid #dfe1e6;
  padding: 20px;
  height:100%;
  box-sizing: border-box;
}

#szh_zt_list .fws_list .item .bar .info_bar {
  display: flex;
  align-items: center;
}

#szh_zt_list .fws_list .item .fws {
  color: #999;
  padding-top: 15px;
}
#szh_zt_list .fws_list .item .bar .info_bar .logo_bar {
  width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
}
#szh_zt_list .fws_list .item .bar .info_bar .logo_bar img {
  width: 100%;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg {
  position: relative;
  padding-left: 10px;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg h3 {
  line-height: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#szh_zt_list .fws_list .item .bar .info_bar .msg p {
  text-align: justify;
  line-height: 23px;
  margin: 15px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  font-size: 13px;
  color: #666;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .row{
  display: flex;
  padding: 4px 0;
  line-height: 22px;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .row .label{
  flex-shrink: 0;
  color: #2c3e50;
  font-weight: bold;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .row .label.st{
  letter-spacing: 0.088em;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .row .text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  color: #999999;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .tags{
  display: flex;
  padding-top: 10px;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .tags .tag{
  margin-right: 12px;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .tags .tag{
  font-size: 12px;
  padding: 3px 12px 4px;
  border-radius: 4px;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .tags .tag.tg1{
  color: #fcb237;
  background-color: #fff5eb;
  border:1px solid #fcb237;
  box-sizing: border-box;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .tags .tag.tg2{
  color: #34a8fb;
  background-color: #eaf4fd;
  border:1px solid #34a8fb;
  box-sizing: border-box;
}

#szh_zt_list .fws_list .item .bar .info_bar .msg .tags .tag.tg3{
  color: #2ad18b;
  background-color: #e7f8f0;
  border:1px solid #2ad18b;
  box-sizing: border-box;
}

#pagebar{
  text-align: center;
}

#szh_zt_list .no_data{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}