/* 管理制度 */
.manageList{
    list-style: none;
    border-top: 1px solid #E5E5E5;
    padding-top: .1rem;
    margin-bottom: .3rem;
}
.manageList li{
    margin: .1rem 0;
}
.manageLink{
    display: flex;
    padding: .2rem 0;
    background-color: rgba(238, 238, 238, 0.3);
    border-left: 4px solid transparent;
    transition: all .5s;
}
.manageTime{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 107px;
    min-height: 80px;
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
    border-right: 1px solid #E6E6E6;
    text-align: center;
    transition: all .5s;
}
.manageTime p span{
    font-size: 160%;
}
.manageRig{
    flex: auto;
    padding: 0 .4rem 0 .25rem;
    overflow: hidden;
}
.manageTit{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: normal;
}
.manageCon{
    color: #808080;
    line-height: 26px;
    -webkit-line-clamp: 2;
}
.manageLink:hover{
    border-color: var(--baseColor);
}
.manageLink:hover .manageTime{
    color: var(--baseColor);
}
.manageLink:hover .manageTit{
    color: var(--baseColor);
}

/* 年度报告 */
.reportList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: .15rem -.1rem .3rem;
}
.reportList li{
    width: 25%;
    padding: .1rem;
}
.reportLink{
    display: block;
    padding: .14rem .14rem 0;
    background-color: rgba(242, 242, 242, 0.3);
    transition: all .5s;
}
.reportImg{
    padding-bottom: 124.49%;
    background-color: #FFFFFF;
}
.reportImg .imgBg{
    top: 4px;
    bottom: 4px;
    background-size: contain;
}
.reportTit{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding: .22rem .1rem;
    font-weight: normal;
    text-align: center;
}
.reportLink:hover{
    background-color: rgba(216, 221, 252, 0.3);
}

/* 基金会资质 */
.honList li{
    width: 33.33%;
}
.honList .reportImg{
    padding-bottom: 77.66%;
}
.honList .reportImg .imgBg{
    left: .1rem;
    right: .1rem;
}

/* 捐赠公示 */
.pubTop{
    display: flex;
    flex-wrap: wrap;
    padding: .3rem 0;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin: 0 -.3rem;
}
.pubTop p{
    padding: 0 .3rem;
}
.pubTop p span{
    color: var(--baseColor);
}
.pubCen{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .3rem 0 .2rem;
}
.pubForm{
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333333;
    margin: 0 -.1rem;
    overflow: hidden;
}
.pubForm li{
    width: 15%;
    padding: 5px .1rem;
}
.pubForm li input{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
}
body .layui-laydate-header i:hover,
body .layui-laydate-header span{
    color: var(--baseColor);
}
body .layui-laydate .layui-this{
    background-color: var(--baseColor) !important;
}
body .layui-laydate-footer span:hover{
    color: var(--baseColor);
}
#pubBtn{
    flex-shrink: 0;
    width: 112px;
    height: 45px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    background-color: var(--baseColor);
    text-align: center;
    cursor: pointer;
    margin-left: .2rem;
}

.pubTable{
    margin: .2rem 0;
}
.pubTable table{
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.pubTable table thead{
    color: #FFFFFF;
    background-color: #3B4592;
    text-align: left;
}
.pubTable table thead tr th{
    width: 26%;
    padding: .15rem;
    padding-left: .6rem;
    font-weight: normal;
}
.pubTable table thead tr th:first-child{
    width: 22%;
}
.pubTable table thead tr th:nth-child(2n){
    background-color: rgba(243, 245, 254, 0.1);
}
.pubTable table tbody tr td{
    padding: .12rem .15rem;
    padding-left: .6rem;
    line-height: 24px;
}
.pubTable table tbody tr:nth-child(2n){
    background-color: rgba(216, 221, 252, .3);
}

@media (max-width:1600px) {

}
@media (max-width:1400px) {
    .reportTit{
        font-size: 14px;
        padding: .15rem .1rem;
    }
    .pubTop{
        padding: .2rem 0;
        font-size: 16px;
    }
    .pubTable table{
        font-size: 14px;
        line-height: 20px;
    }

}
@media (max-width:1200px) {
    .reportList li{
        width: 33.33%;
    }
    .pubTable table thead tr th,
    .pubTable table tbody tr td{
        padding-left: .2rem;
    }

}
@media (max-width:991px) {
    .manageTime{
        width: 70px;
        font-size: 14px;
        min-height: 0;
    }
    .honList li{
        width: 50%;
    }
    .pubCen{
        display: block;
    }
    .pubForm{
        font-size: 14px;
    }
    .pubForm li{
        width: 16.66%;
    }
    #pubBtn{
        margin: .1rem auto 0;
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .pubTable{
        width: 100%;
        overflow-x: auto;
    }
    .pubTable table{
        width: 880px;
    }

}
@media (max-width:767px) {
    .reportList li{
        width: 50%;
    }

}
@media (max-width:640px) {
    .pubTop{
        font-size: 14px;
    }
    .pubForm li{
        width: 33.33%;
    }
}
@media (max-width:460px) {
    .manageLink{
        border-left-width: 2px;
    }
    .manageTit{
        font-size: 15px;
        font-weight: bold;
    }
    .manageTime p span{
        font-size: 140%;
    }
    .manageRig{
        padding: 0 .2rem;
    }
    .manageCon{
        line-height: 22px;
    }
    .honList li{
        width: 100%;
    }
    .pubForm li{
        width: 50%;
    }
    .pubForm li input{
        font-size: 12px;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        padding: 0 15px;
    }
    #pubBtn{
        height: 36px;
    }
}