body{
    background: #F8F8F8;
}
.c_left{
    width: 100%;
}
.f_nav{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    border-radius: 6px 6px 6px 6px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.f_nav a{
    font-size: 18px;
    margin: 4px 20px;
}
.f_nav .font_xz{
    color: #245BDB;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    position: relative;
}
.f_nav .font_xz::after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #245BDB;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 15px);
}
.f_nav a:hover{
    color: #245BDB;
    background-color: transparent;

}
.f_titbox{
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    font-weight: 400;
}
.n_itembox:hover .f_titbox{
    color: #245bdb;
}
.f_title_tag{
    font-size: 12px;
    color: #FFFFFF;
    background: #EC3B3B;
    border-radius: 12px 0px  12px 0px ;
    padding: 1px 10px;
    vertical-align: top;
}
.f_container{
    align-items: end
}
.f_daBox{
    font-size: 14px;
    color: #333333;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.f_daBox span{
    color: #333333;
}
.s_all{
    color: #183F99;
    font-size: 14px;
    flex-shrink: 0;
    margin-bottom: 2px;
}
.content{
    display: flex;
    gap: 30px;
}
.ndzc_list{
    flex: 1;
}
.right-section{
    width: 30%;
    flex-shrink: 0;
}
.n_itembox{
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 20px;
    margin-bottom: 20px;
}
/* 右侧咨询框 */
.consult-box {
    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;
}

.main {
    margin: 0 auto;
}

/* 更小 */
@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;
    }
  }