@import "./font/iconfont.css";

#zx_site{
  position: relative;
  background-color: #fff;
  padding: 15px 0;
}

#zx_site .wrapper{
  display: flex;
  align-items: center;
  position: relative;
}

#zx_site .wrapper p,
#zx_site .wrapper a{
  font-size: 15px;
}

#zx_site .wrapper span{
  padding: 0 7px;
  font-size: 10px;
  position: relative;
  top: 0px;
}

#szh_fws_detail {
  width: 100%;
  min-width: 1200px;
  background-color: #f5f7fa;
  padding-bottom: 40px;
}

#szh_fws_detail .wrapper {
  width: 1200px;
  margin: 0 auto;
}

#szh_fws_detail .info_box{
  background-color: #fff;
  padding: 30px 30px 0px;
  margin-top: 30px;
}

#szh_fws_detail .info_box .top_info{
  background-color: #f5f7fa;
  padding: 25px;
  display: flex;
  align-items: center;
}

#szh_fws_detail .info_box .pic_bar{
  width: 319px;
  height: 184px;
  border: 1px solid #dfe1e6;
  background-color: #fff;
}

#szh_fws_detail .info_box .pic_bar img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#szh_fws_detail .info_box .left_info{
  padding-left: 30px;
}

#szh_fws_detail .info_box .comp_name{
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
}

#szh_fws_detail .info_box .i_row{
  padding: 7px 0;
  display: flex;
  align-items: center;
}

#szh_fws_detail .info_box .i_row.md{
  letter-spacing: 0.02em;
}

#szh_fws_detail .info_box .i_row.sm{
  letter-spacing: 0.284em;
}

#szh_fws_detail .info_box .i_row span:first-child{
  display: block;
  width: 90px;
}

#szh_fws_detail .center_msg{
  margin-top: 30px;
}

#szh_fws_detail .center_msg .content_area{
  margin-top: 26px;
}

#szh_fws_detail .center_msg .content_area .info_box{
  border: 1px solid #dfe1e6;
  padding: 10px;
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
}

#szh_fws_detail .center_msg .content_area .info_box:nth-child(2){
  display: none;
}

#szh_fws_detail .center_msg .content_area .case_item{
  position: relative;
  padding: 10px 0 10px 0;
}

#szh_fws_detail .center_msg .content_area .case_item .case_title{
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 5px;
}

#szh_fws_detail .center_msg .content_area .case_item .case_content{
  text-indent: 2em;
  color: #666;
}

#szh_fws_detail .center_msg .content_area .case_item .case_title::before{
  content: '';
  height: 16px;
  width: 3px;
  position: absolute;
  background-color: #0067b8;
  top: 4px;
  left: 0;
}


#szh_fws_detail .tab_bar{
  background-color: #0067b8;
  display: flex;
  padding-left: 30px;
  height: 50px;
  border-radius: 8px;
}
#szh_fws_detail .t_item{
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  margin-right: 15px;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
}

#szh_fws_detail .t_item.cur{
  position: relative;
  color: #ff841c;
}

#szh_fws_detail .t_item::after{
  content:"";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

#szh_fws_detail .t_item.cur::after{
  content:"";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff841c;
  left: 0;
  bottom: 0;
}

#szh_fws_detail .bottom_list{
  margin-top: 30px;
}

#szh_fws_detail .cp_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding-top: 30px;
}

#szh_fws_detail .cp_list .item {
  width: 590px;
  margin-left: 20px;
  margin-bottom: 25px;
  background: #fff;
}

#szh_fws_detail .cp_list .item:hover {
  box-shadow: 0 8px 20px #0000001a;
}

#szh_fws_detail .cp_list .item .bar {
  border: 1px solid #dfe1e6;
  padding: 20px;
  display: grid;
  grid-template-rows: 140px;
}
#szh_fws_detail .cp_list .item .bar .info_bar {
  display: flex;
  align-items: center;
}

#szh_fws_detail .cp_list .item .fws {
  color: #999;
  padding-top: 15px;
}
#szh_fws_detail .cp_list .item .bar .info_bar .logo_bar {
  width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
}
#szh_fws_detail .cp_list .item .bar .info_bar .logo_bar img {
  width: 100%;
}
#szh_fws_detail .cp_list .item .bar .info_bar .msg {
  position: relative;
  padding-left: 10px;
}

#szh_fws_detail .cp_list .item .bar .info_bar .msg h3 {
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
#szh_fws_detail .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_fws_detail .cp_list .item .bar .info_bar .msg .tag_bar {
  display: flex;
  text-align: center;
  height: 20px;
}
#szh_fws_detail .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_fws_detail .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;
}
