
/* banner 在common.css中 */
/* 面包屑 在common.css中 */


/* 综合页.html */
/* 公司公告 */
.notice {
    width: 100%;
}
.notice .not_center {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0.6rem 0 1.1rem;
}
/* 标题 */
.tit_box1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tit_box1 .tit {
    font-size: 0.3rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.tit_box1 .tit::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    margin-top: 0.15rem;
    background: #167BD4;
}
.tit_box1 .more {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #167BD4;
}
.tit_box1 .more img {
    width: 0.13rem;
    height: 0.13rem;
    margin-left: 0.1rem;
    object-fit: contain;
}
/* notice列表 */
.notice .list {
    width: 100%;
    margin-top: 0.5rem;
}
.notice .list .li {
    width: 100%;
    padding: 0.25rem 0.6rem 0.2rem;
    border-top: 0.01rem solid #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice .list .li:last-child {
    border-bottom: 0.01rem solid #CFCFCF;
}
.notice .list .date {
    font-size: 0.16rem;
    font-weight: 400;
    color: #999999;
}
.notice .list .file {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
}
.notice .list .ficon {
    width: 0.12rem;
    height: 0.13rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.notice .list .pic2 {
    display: none;
}
.notice .list .name {
    display: block;
    width: 6.6rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice .list .down {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    overflow: hidden;
}
.notice .list .down img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.notice .list .down .icon2 {
    display: none;
}
/* hover status */
.notice .list .li:hover .pic1 {
    display: none;
}
.notice .list .li:hover .pic2 {
    display: block;
}
.notice .list .li:hover .name {
    color: #167BD4;
}
.notice .list .li:hover .down .icon1 {
    display: none;
}
.notice .list .li:hover .down .icon2 {
    display: block;
}

/* 财务报告 */
.finance {
    width: 100%;
    background-image: url("../images/invest/invest_bgc1.png");
}
.finance .fin_center {
    position: relative;
    width: 14rem;
    margin: 0 auto 1rem;
    padding: 0.7rem 0 1.1rem;
}
/* 标题 */
.finance .tit_box1 .tit {
    color: white;
}
.finance .tit_box1 .tit::after {
    background-color: #fff;
}
.finance .tit_box1 .more {
    color: white;
}
/* 财务列表 */
.finance .fin_list {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
}
.finance .fin_list .li {
    display: block;
    flex: 1;
    height: 3.33rem;
    margin-right: 0.5rem;
    padding: 0.4rem 0.35rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(21,84,141,0.27);
    border-bottom: 0.06rem solid #167BD4;
}
.finance .fin_list .date {
    font-size: 0.16rem;
    font-weight: 400;
    color: #167BD4;
}
.finance .fin_list .name {
    margin-top: 0.15rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 0.3rem;
}
.finance .fin_list .download {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #167BD4;
}
.finance .fin_list .download img {
    width: 0.18rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
/* 没有报告的话，显示暂不公开 */
.noSee {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    object-fit: contain;
}





/* 公司公告.html */
.notice_list {
    width: 100%;
    margin-top: 0.5rem;
}
.notice_list .li {
    width: 100%;
    padding: 0.25rem 0.8rem 0.2rem 0.3rem;
    border-top: 0.01rem solid #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice_list .li:last-child {
    border-bottom: 0.01rem solid #CFCFCF;
}
.notice_list .date {
    font-size: 0.16rem;
    font-weight: 400;
    color: #999999;
}
.notice_list .file {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
}
.notice_list .ficon {
    width: 0.12rem;
    height: 0.13rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.notice_list .pic2 {
    display: none;
}
.notice_list .name {
    display: block;
    width: 6.6rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice_list .down {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    overflow: hidden;
}
.notice_list .down img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.notice_list .down .icon2 {
    display: none;
}
/* hover status */
.notice_list .li:hover .pic1 {
    display: none;
}
.notice_list .li:hover .pic2 {
    display: block;
}
.notice_list .li:hover .name {
    color: #167BD4;
}
.notice_list .li:hover .down .icon1 {
    display: none;
}
.notice_list .li:hover .down .icon2 {
    display: block;
}



