
a {
    text-decoration: none;
}
li, ol, ul{
    list-style: none;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/* --------------------------------------------------------上边的是首页----------------------------------------------------------------------------- */
.zhinan{
    margin-top: 108px;
    padding-bottom: 62px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.zhinan-tit{
    font-size: 48px;
    font-weight: 800;
    color: #2b2e33;
    line-height: 67px;
    text-align: center;
    margin-bottom: 80px;
}
.wenti{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.wenti-tit{
    font-size: 48px;
    font-weight: 800;
    color: #2b2e33;
    margin-bottom: 50px;
}
.wenti-list{
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wenti-list .item-list{
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 19px;
    padding-top: 26px;
    position: relative;
}
.wenti-list .item-list::after{
    content: "";
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../picture/xiaj.png");
}
.wenti-list .item-list.active::after{
    content: "";
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../picture/shangj.png");
}
.item-list-tit{
    font-size: 18px;
    font-weight: 800;
    color: #575b66;
    line-height: 25px;
    cursor: pointer;
}
.wenti-list .item-con{
    background: #f7f7f7;
}
.wenti-list .item-con .item-con-con{
    padding: 24px 31px;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}
.wenti-list .item-con .item-con-con .con1{
    font-size: 14px;
    font-weight: 500;
    color: #2b2e33;
    line-height: 28px;
}
.wenti-list .item-con .item-con-con .con2{
    font-size: 14px;
    color: #5f6166;
}
/* --------------------------------------------------------上边的是招商合作页面----------------------------------------------------------------------------- */
