/* 税收筹划----详情页 */
/* nav-gg */
.nav-gg{
    width: 1200px;
    height: 100px;
    margin: auto;
    margin-top: 40px;
    background: url(../images/detail_nav_bg.png) no-repeat center;
}
.nav-gg-left{
    float: left;
    color: #FFFFFF;
    font-size:32px;
    font-weight:500;
    line-height: 100px;
}
.nav-gg-left span{
    color: #FF9900;
    font-size: 34px;
    font-weight: bold;
}
.nav-gg-submit{
    float: left;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #FF9900;
    background:linear-gradient(180deg,#FF9900 0%,#FF8900 100%);
    margin: 30px 0;
    cursor: pointer;
}
.nav-gg-submit p{
    float: left;
    color: #FFFFFF;
    font-size:16px;
    font-weight:500;
}
.nav-gg-submit img{
    float: left;
    width: 14px;
    height: 14px;
    margin: 14px 0;
}

#index-nav-gg .nav-gg-left{
    margin-left: 115px;
    margin-right: 40px;
}
#index-nav-gg .nav-gg-submit{
    width: 280px;
}
#index-nav-gg .nav-gg-submit p{
    margin-left: 37px;
}

#swch-nav-gg .nav-gg-left{
    margin-left: 35px;
    margin-right: 20px;
}
#swch-nav-gg .nav-gg-submit{
    width: 250px;
}
#swch-nav-gg .nav-gg-submit p{
    margin-left: 22px;
}

#hdzs-nav-gg .nav-gg-left{
    margin-left: 70px;
    margin-right: 40px;
}
#hdzs-nav-gg .nav-gg-submit{
    width: 234px;
}
#hdzs-nav-gg .nav-gg-submit p{
    margin-left: 30px;
}

#grdz-nav-gg .nav-gg-left{
    margin-left: 54px;
    margin-right: 40px;
}
#grdz-nav-gg .nav-gg-submit{
    width: 202px;
}
#grdz-nav-gg .nav-gg-submit p{
    margin-left: 30px;
}

#ssgd-nav-gg .nav-gg-left{
    margin-left: 166px;
    margin-right: 80px;
}
#ssgd-nav-gg .nav-gg-submit{
    width: 234px;
}
#ssgd-nav-gg .nav-gg-submit p{
    margin-left: 30px;
}

#lhyg-nav-gg .nav-gg-left{
    margin-left: 122px;
    margin-right: 40px;
}
#lhyg-nav-gg .nav-gg-submit{
    width: 234px;
}
#lhyg-nav-gg .nav-gg-submit p{
    margin-left: 30px;
}

#qa-nav-gg .nav-gg-left{
    margin-left: 74px;
    margin-right: 40px;
}
#qa-nav-gg .nav-gg-submit{
    width: 234px;
}
#qa-nav-gg .nav-gg-submit p{
    margin-left: 30px;
}

/* 详情内容左侧和右侧 */
.detail-content{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 32px 0 70px 0;
    /* background-color: aliceblue; */
}
.detail-content .content{
    overflow: hidden;
}
.lhyg-list{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 40px 0 30px 0;
}
.lhyg-list .content{
    overflow: hidden;
}
.detail-left{
    float: left;
    width: 854px;
    /* min-height: 671px; */
    /* margin-right: 60px; */
}
.detail-box h1{
    color: #333333;
    font-size:32px;
    font-weight:500;
    margin-bottom: 22px;
    line-height: 48px;
}
.detail-box p{
    color: #666666;
    font-size:16px;
    font-weight:400;
    line-height:26px;
    text-align: justify;
    margin-bottom: 12px;
}
/* 右侧 */
.detail-right-fixed{
    /* position: fixed;
    top: 30px;
    margin-left: 914px; */
    background-color: #FFFFFF;
}
.detail-right{
    float: right;
}
.detail-right-top{
    width: 244px;
    border: 1px solid #EDEDED;
    border-top: 2px solid #1F6CDD;
    margin-bottom: 20px;
    padding: 24px 20px 20px 20px;
}
.detail-right-title{
    color: #333333;
    font-size:19px;
    font-weight:500;
    margin-bottom: 20px;
}
.detail-right-top textarea{
    width: 220px;
    height: 42px;
    outline:none;
    resize:none;
    border: 1px solid #E2E2E2;
    padding: 12px 12px 32px 12px;
    margin-bottom: 16px;
}
.detail-right-top input{
    width: 232px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #E5E5E5;
    padding-left: 12px;
    margin-bottom: 16px;
}
.detail-ask{
    width:246px;
    height:36px;
    color: #FFFFFF;
    font-size:14px;
    font-weight:400;
    border-radius:2px;
    line-height: 36px;
    text-align: center;
    background: #1F6CDD;
    cursor: pointer;
}
.detail-ask:hover{
    background-color: #357AE0;
}
.detail-right-bottom{
    width: 244px;
    border: 1px solid #EDEDED;
    border-top: 2px solid #1F6CDD;
    padding: 22px 20px 7px 20px;
    margin-bottom: 20px;
}
.right-git-one ul li{
    width: 262px;
    height: 60px;
    background-color: #F7F8FB;
    overflow: hidden;
    margin-bottom: 10px;
}
.right-git-one ul li:hover{
    background-color: #F2F7FF;
}
.right-git-one ul li img{
    float: left;
    width: 94px;
    height: 60px;
}
.right-git-one ul li p{
    float: left;
    color: #666666;
    line-height:22px;
    font-size:14px;
    font-weight:400;
    text-align: left;
    margin: 8px 0 8px 12px;
}
.right-git-one ul li p:hover{
    color: #1F6CDD;
    cursor: pointer;
}

/* 税务筹划文章列表页 */
.list-title{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list-title:hover{
    color: #1f6cdd;
}
.list-desc{
    color: #666666;
    height: 48px;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-desc h2{
    display: inline-block;
    font-size: 16px;
}
.list-bottom{
    overflow: hidden;
}
.list-time{
    float: left;
    color: #999999;
    font-size:14px;
    font-weight:400;
    margin-right: 25px;
}
.list-bottom img{
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.watch-num{
    color: #666666;
    font-size:14px;
    font-weight:400;
}
.list-row{
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    margin: 30px 0;
}

/* 灵活用工列表页 */
#right-git-three{
    width: 286px;
    /* height: 445px; */
    padding: 0;
    border: none;
}
#right-git-three ul{
    overflow: hidden;
}
#right-git-three ul li{
    float: left;
    width: 136px;
    height: 100px;
    margin-left: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
}
#right-git-three li:hover img{
    transform: scale(1.1);
}
#right-git-three ul li.lhyg-li-start{
    margin-left: 0;
}
#right-git-three ul li img{
    float: left;
    width: 136px;
    height: 100px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
}
#right-git-three .lhyg-li-grey{
    position: relative;
    z-index: 1;
    float: left;
    width: 136px;
    height: 100px;
    margin-top: -100px;
    background:rgba(0,0,0,0.5);
}
#right-git-three .lhyg-li-grey p{
    color: #FFFFFF;
    font-size:20px;
    font-weight:400;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 6px;
    text-align: center;
}
#right-git-three .lhyg-li-grey span{
    display: block;
    color:#E4E8ED;
    font-size:14px;
    font-weight:400;
    text-align: center;
}
.custom-img{
    max-width: 854px;
    display: block;
    margin: 15px auto;

}

.right-article-title{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-time{
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.article-li{
    background-color: unset !important;
    height: unset !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEC;
}
.associa-article-last{
    font-size: 14px;
    color: #999999;
    padding-bottom: 10px;
}
.associa-article-last img{
    width: 14px;
    position: relative;
    top: 2px;   
}
.down-article{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #EEEEEE;
}
.detail-time{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}