@charset "utf-8";
.researchMr{
    margin-top: 24px;
}
.researchBanner{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}
.researchSearch{
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
    margin-bottom: 24px;
}
.researchSearch>div{
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 48px;
    background-color:#00cc7e;
    cursor: pointer;
    text-align: center;
    line-height: 68px;
    position: absolute;
    right: 0;
}
.researchSearch>div>img{
    width: 32px;
}
.researchSearch>input{
    border-radius: 24px;
    background: white;
    border: 0;
    padding: 14px 20px;
    width: 100%;
    border: 1px solid #00cc7e;
}
.researchActive{
    background: #00cc7e;
    color: #fff;
    border-radius: 20px;
}
.researchFlex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: white;
    border-radius: 10px;
    padding: 10px;
}
.researchFlexs{
    display: flex;
    align-items: center;
    background: white;
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px;
}
.researchColumn>p{
    cursor: pointer;
    padding: 4px 12px;
    margin: 3px 3px;
    font-size: 12px;
}
.researchClassification{
    width: 80px;
    padding-top: 13px;
    font-size: 16px;
    flex-shrink: 0
}
.researchImg{
    width: 300px;
    height: 210px;
    object-fit: cover;
    margin-right: 18px;
}
.researchFont>p{
    margin: 8px 0;
}
.researchFont>p:first-child{
    font-size: 18px;
}
.researchFont>p:nth-child(2),.researchFont>p:nth-child(3),.researchFont>div>p{
    color: #666;
}
.researchFont>div{
    display: flex;
    align-items: center;
    margin-top: 28px;
    flex-wrap: wrap;
}
.researchFont .el-button--primary{
    background: #00cc7e;
    border: 1px solid #00cc7e;
}
.researchFont>div>p{
    margin-right: 80px;
}
.researchFlex:hover , .researchFlexs:hover{
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.researchDetailFlex{
    display: flex;
}
.researchDetailFlex>img{
    width: 50%;
    height: 280px;
    object-fit: cover;
    margin-right: 24px;
}
.researchDetailFlex>div>p:first-child{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.researchDetailFlex>div>div{
    display: flex;
    margin: 10px 0;
    font-size: 16px;
}
.researchDetailFlex>div>div>i{
    margin-right: 8px;
    margin-top: 4px;
}
.researchDetailFlex .el-button--primary{
    background-color: #00cc7e;
    border-color:#00cc7e;
}
.researchintroduce{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.researchStatistics{
    background: #00cc7e;
    width: 100px;
    text-align: center;
    color: white;
    padding: 11px 0px;
    margin-top: 20px;
}
.researchStatisticsFlex{
    display: flex;
    align-items: center;
    background: white;
    height: 96px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.researchStatisticsFlex>img{
    width: 50px;
}
.researchStatisticsFlex>p:nth-child(2){
    font-size: 16px;
}
.researchStatisticsFlex>p:nth-child(3){
    font-size: 32px;
    color: #00cc7e;
}
.researchNotice{
    margin-bottom: 24px;
}
.noticeFlexs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.noticeFlexs>p:last-child{
    color: #999;
}
.noticeFlexs>p:first-child{
    font-size: 16px;
}
.researchNoticeTitle{
    font-size: 18px;
    margin-bottom: 20px;
    color: #00cc7e;
}
@media only screen and (max-width: 767px) {
    .researchImg{
        width: 100%;
    }
    .researchFont>div>p{
        margin: 0;
    }
    .researchFont{
        text-align: center;
    }
    .researchFont>div{
        justify-content: center;
    }
    .researchFont>div{
        margin: 0;
    }
    .researchStatisticsFlex>p:nth-child(2){
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
    .researchStatisticsFlex>p:nth-child(3){
        font-size: 16px;
    }
    .researchStatisticsFlex>img{
        height: 40px;
        object-fit: cover;
    }
}
