.section-tit {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 1;
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 10px;
    background: #2f8162;
    border-radius: 5px 5px 0 0;
}
.section-tit .name {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    position: relative;
    line-height: 24px;
    display: flex
;
    color: #fff;
    padding: 10px 10px;
}

.section-tit .name:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 24px;
    background: #FF5509;
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
    padding: 10px 10px;
}
.flex-between {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qdqyinfo .qy_logo {
    background: #74a38d;
    padding: 20px 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 220px;
    height: 220px;
}
.qdqyinfo .qy_logo img {
    width: 220px;
}
.qdqyinfo .qy_logo h1 {
    font-size: 16px;
    line-height: 2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.qdqyinfo .qy_qyxx {
    width: calc(100% - 240px);
    background: #F5F7F9;
}
.qdqyinfo .qy_qyxx ul {
    display: flex
;
    flex-wrap: wrap;
}
.qdqyinfo .qy_qyxx ul li {
    display: flex
;
    width: 33.333%;
    border: 1px solid #fff;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ADADAD;
    font-size: 12px;
    height: 110px;
}
.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}
.pdtb20 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    padding: 20px;
}

.bgwhite {
    background-color: #fff;
}
.section-tit {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 1;
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 10px;
    background: #2f8162;
    border-radius: 5px 5px 0 0;
}

.qiuyuanlist {
    width: 100%;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex
;
    width: 100%;
    height: 100%;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex
;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
    width: calc(100% - 68px);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}


@media only screen and (max-width: 600px) {
    .qdqyinfo .qy_logo {
        width: 100%;
    }
    .qdqyinfo .qy_qyxx {
        width: 100%;
    }
}






