body{
    background: #F8F8F8;
}

/* 默认样式，适用于小于1080p的屏幕 */
.main {
    width: 1000px;
    margin: 0 auto;
    display: block !important;
}

.section{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.c_left{
    flex: 1;
    background-color: #fff;
    padding: 20px;
}
.c_right{
    flex-shrink: 0;
    padding: 0;
    width: 30%;
}
.fd_tit{
    margin-top: 0;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
}
.fd_time{
    border-bottom: none;
    padding: 0;
    margin: 12px 0 0 0;
}
.wd_item{
    padding: 0;
}
.lawyer_item{
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.wd_wenben{
    width: 100%;
    background-color: transparent;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

/* 右侧咨询框 */
.consult-box {
    background-image: url('__STATIC__/img/service_bg.png');
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
}

.lines-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.lines-line {
    width: 94px;
    border-top: 1px solid #999999;
}

.consult-title {
    font-size: 14px;
    color: #666;
}

.consult-number {
    font: bold 24px/28px 'Source Han Sans CN';
    color: #333;
    margin-bottom: 25px;
}

.consult-btn-right {
    width: 130px;
    height: 35px;
    background: #4077F7;
    color: white;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;

}
.consult-btn-right:hover {
    background: #183F99;
    color: #fff;
}
.consult-btn-right a{
    text-align: center;
}
.consult-btn-right a:hover {
    color: #fff !important;
}
.consult-description {
    font: 14px/16px 'Source Han Sans CN';
    color: #999;
}

.f_info{
    display: flex;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.lawyer_name{
    margin-left: 12px;
}
.f_visit,.f_time{
    margin-left: 40px;
}
.ask_btn{
    width: 130px;
    line-height: 35px;
    background: #183F99;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.list_tit{
    margin-top: 40px;
}
.r_redline{
    background: #183F99;
}
.sg_list{

}
.sg_item{
    width: 100%;
}
.sg_item:hover .sg_title{
    color: #245BDB;
}
.sg_box{
    width: 100%;
    text-align: left;
    border: none;
}
.sg_title{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.sg_box:hover{
    box-shadow: none
}

.sg_content {
    margin: 16px auto 0;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .f_title_tag{
    font-size: 12px;
    color: #FFFFFF;
    background: #EC3B3B;
    border-radius: 12px 0px  12px 0px ;
    padding: 1px 10px;
}
.group_1{
    display: flex;
    line-height: 20px;
    margin-top: 20px;
    user-select: none;
    color: #666;
    font-size: 12px;
    align-items: center;
}
.text_14,.text_15{
    color: #666666;
    font-size: 12px;
}
.text_14:hover,.text_15:hover{
    color: #183F99;
}

/* 更小 */
@media screen and (max-width: 1359px) {
    .main {
      width: 1000px;
    }
  }
  
  /* 720p */
  @media screen and (min-width: 1360px) and (max-width: 1919px) {
    .main {
      width: 85vw
    }
  }
  
  /* 1080p屏幕 */
  @media screen and (min-width: 1920px) and (max-width: 2559px) {
    .main {
        width: 85vw;
    }
  }
  
  /* 2K屏幕 */
  @media screen and (min-width: 2560px) {
    .main {
      width: 2000px;
    }
  }