.section-tit {
display: flex
;
justify-content: space-between;
align-items: center;
width: 100%;
line-height: 1;
border-bottom: 2px solid 1px solid var(--main-color);
padding-bottom: 10px;
border-radius: 5px 5px 0 0;
}
.section-tit .name {
font-weight: 600;
color: var(--be-grey-9);
font-size: 18px;
position: relative;
line-height: 24px;
display: flex;
padding: 10px 10px;
}

.section-tit .name:before {
display: inline-block;
content: "";
width: 5px;
height: 24px;
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);
}
.qdqyinfo .qy_qyxx ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.qdqyinfo .qy_qyxx ul li {
display: flex;
width: 33.333%;
border: 1px solid var(--main-color);
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: var(--be-grey-9);
}

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

.bgwhite {
}

.qiuyuanlist {
width: 100%;
}

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

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
margin: 5px;
}

/* 手机屏幕 */
@media screen and (max-width: 768px){
/* 设备小于768px加载样式 */
.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
width: 170.42px;
}
}

/* 平板屏幕 */
@media screen and (max-width: 992px) and (min-width: 768px) {
/* 设备 大于768px但小于992px加载样式 */
.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
width: 156.42px;
}
}

/*电脑显示*/
@media screen and (min-width: 992px){
.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
width: 186.42px;
}
}




.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
display: flex;
width: 153.64px;
height: 70.41px;

}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
overflow: hidden;
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: var(--be-grey-9);
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: var(--be-body);
}


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






