#gs-info-content {
    width: 1124px;
    margin: 0 auto;
    background: url('/static/pc/img/yzb_company_detail/gsdetailbj.png')no-repeat center;
    padding: 55px 48px 46px 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-size: 100% 100%;
}

#gs-info-content>img {
    width: 200px;

}

.gs-info-mid {
    width: 530px;
}

.gs-info-mid>h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.zzgw-llcs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.zzgw-llcs>h4 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #FFFFFF;
}

.zzgw-llcs>h4:first-child {
    margin-right: 80px;
}

.zzgw-llcs>h4>p {
    font-size: 16px;
    font-weight: 500;
}

.gs-info-mid>p {
    font-size: 14px;
    font-weight: 500;
    color: #D3DFEE;
    margin-bottom: 30px;

}

.gs-info-mid>p>span {
    margin-right: 50px;
}

.gs-info-mid>p>span>img {
    margin-right: 10px;
    vertical-align: middle;
}

.gs-info-mid>div {
    font-size: 14px;
    font-weight: 500;
    color: #D3DFEE;
    display: flex;
}

.gs-info-mid>div>span>img {
    margin-right: 10px;
    vertical-align: middle;
}

.gs-info-mid>div>ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    width: 400px;
}

.gs-info-mid>div>ul>li {
    padding: 0 13px;
    height: 27px;
    border: 1px solid #9CABBD;
    border-radius: 13px;
    text-align: center;
    line-height: 27px;
    margin-right: 27px;
    margin-bottom: 15px;
}

.qyjs-yzb-content {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 30px 28px;
}

.qyjs-yzb-content>p {
    line-height: 30px;
}

.qiyeditu {
    padding-bottom: 30px;
}

.moreright {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-right: 20px;
}

.rzgw-list {
    padding: 33px 16px;
    display: flex;
    flex-wrap: wrap;
}

.rzgw-list>li {
    width: 230px;
    background: #F7F7F7;
    padding: 25px 15px;
    margin-right: 34px;
    margin-bottom: 15px;
}

.rzgw-list>li:nth-child(3n) {
    margin-right: 0;
}

.rzgw-list>li>h3 {
    font-size: 16px;
    color: #E81B1B;
    text-align: right;
    margin-bottom: 15px;
}

.rzgw-list>li>h3>a {
    width: 160px;
    color: #333333;
    float: left;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.rzgw-list>li>p>span {
    margin: 0 6px;
}

.rzgw-list>li>p {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.public-middle-left>div>div {
    display: none;
}

.public-middle-left>div>div:first-child {
    display: block;
}

.gs-zzzw-list-screen {
    padding: 10px 10px;
}

.gs-zzzw-screen {
    padding-left: 17px;
}

.gs-zzzw-list-screen>ul>li {
    height: 107px;
    line-height: 107px;
    border-bottom: 1px solid #eee;
    padding: 0 17px;
    display: flex;
    flex-wrap: wrap;

}

.gs-zzzw-list-screen>ul>li>h3 {
    font-size: 16px;
    color: #333333;
    width: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.gs-zzzw-list-screen>ul>li>span {
    color: #E81B1B;
    display: block;
    width: 80px;
  flex: 1;
}

.gs-zzzw-list-screen>ul>li>p {
    font-size: 14px;
    color: #666;
    width: 340px;
    text-align: center;
}

.gs-zzzw-list-screen>ul>li>a {
    font-size: 14px;
    font-weight: 500;
}

.gs-zzzw-list-screen>ul>li>a>img {
    vertical-align: text-top;
}

.gs-zzzw-list-td {
    color: #0362D2;
}

.gs-zzzw-list-sc {
    color: #FD8C8C;
    margin-left: 20px;
}


.modal_info{
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    margin:auto;
    background-color: #FFFFFF;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    z-index: 111;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  width: 720px;
    height: 580px;
    transform: translate(-50%, -50%) !important;
}
  .modal_info .head_blue{
  padding:10px;
  height: auto;
  box-sizing: border-box;
  background: #2262C6;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-transform:capitalize;
  }
  .modal_info .head_blue h1{
    font-size: 18px;
    color: white;
    cursor:pointer
  } 
  .modal_info .body_main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 10px;
  background-color: #FFFFFF;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  }
  .modal_info .bottom_button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  }
  .modal_info .bottom_button div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
  }
  .modal_info .bottom_button .yes{
    background-color: #2262C6;
    color: #FFFFFF;
  }
  .modal_info .bottom_button .no{
    background-color: #FFFFFF;
    color: #505050;
    border: 1px solid #505050;
  }
  .md-show{
    visibility:visible !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1003;
  }

.dialog-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #252830;
    background: rgba(37,40,48,.7);
    z-index: 1002;
}