#hangyehuiyi-banner{
    height: 259px;
    width: 100%;
    background-image: url("../siteImg/back.png");
    position: relative;
}

#hangyehuiyi-banner p{
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: bolder;
    color: white;
    position: absolute;
    top: 74px;
}

#hangyehuiyi-kj{
    height: 1161px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

#hangyehuiyi-zhuti{
    width: 1195px;

    position: absolute;
    top: -50px;
    bottom: 0;
    background: white;
    display: flex;
    justify-content: left;

}

#hangyehuiyi-nav{
    width: 295px;
    height: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

#hangyehuiyi-nav-title{
    color: #9a9c9a;
    font-size: 35px;
    font-weight: bold;
    height: 84px;
    width: 100%;
    line-height: 84px;
    padding-left: 35px;
}

#hangyehuiyi-nav ul{
    list-style-type: none;
}

#hangyehuiyi-nav ul li{
    height: 51px;
    width: 100%;
    padding-left: 48px;
    font-size: 23px;
    color: #9a5c5c;
    line-height: 51px;
}
#hangyehuiyi-nav ul li a{
    color: #9a5c5c;
    text-decoration: none;
}
#hangyehuiyi-nav ul li:nth-child(2){

    background:#4484fe ;
}

#hangyehuiyi-nav ul li:nth-child(2) a{

    color: white;
}

#hangyehuiyi-list{
    width: 900px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

#hangyehuiyi-list-title{
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
}

#hangyehuiyi-list-title p{
    width: 6px;
    height: 24px;
    background: #0679e4;
    border-radius: 3px;
    margin-left: 22px;
    margin-right: 15px;
}

#line{
    height: 2px;
    width: 864px;
    background: #9a5c5c;
    margin-left: 16px;
    z-index: 1;
}

#hangyehuiyi-list-text {

    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#hangyehuiyi-list-text a{
    text-decoration: none;
}

#hangyehuiyi-list-text li{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;

}

#hangyehuiyi-list-text li img{
    height: 181px;
    width: 803px;

}

#hangyehuiyi-list-text li p{
    height: 27px;
    width: 100%;
    position: absolute;
    top: 154px;
    background: rgba(0,0,0,0.7);
    color: white;
    line-height: 27px;
    padding-left: 9px;
}
#hangyehuiyi-list-text li span{
    font-size: 12px;
    color: #929292;
    margin-top: 7px;
}

#hangyehuiyi-list-yema{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 98px;
}

#hangyehuiyi-list-yema li{
    display: inline-block;


}