.investrelation{
    width: 100%;
    min-width: 1200px;
}
.tit1{
    width: 100%;
    height:0.7rem;
    position: relative;
    margin-top: 0.6rem;
}
.tit1::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0.1rem;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: -1;
}
.tit1 .title{
    font-size:0.48rem ;
    width: 2.4rem;
    text-align: center;
    background: #fff;
    float: left;
}
.tit1 .inner{
    width: 80%;
    margin: 0 auto;
}
.tit1 a{
    padding-top: 0.26rem;
    font-size: 0.24rem;
    float: right;
    color: #000;
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
}
.tit1 a i{
    font-size: 0.32rem;
}
.newslist{
    width: 80%;
    margin: 0.5rem auto;
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: space-between;
}
.newslist dl{
    width: 32%;
}
.newslist dl a{
    color: #000;
}
.newslist dl dt{
    width: 4.8rem;
    height: 2.7rem;
    position: relative;
    overflow: hidden;
}
.newslist dl dt img{
    width: 100%;
    display: block;
    transition: all 1s;
}
.newslist dl dt:hover img{
    transform: scale(1.1);
}
.newslist dl dd{
    display: flex;
    flex-direction: column;
}
.newslist dl dd .date{
    font-size: 0.14rem;
    padding: 0.14rem 0;
}
.newslist dl dd .headline{
    font-size: 0.19rem;
}
.newslist dl dd .headline::after{
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: #000;
    margin: 0.1rem 0;
}
.newslist dl dd .text{
    color: #888;
    font-size: 0.16rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    text-align: justify;
}
.notice{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.notice:last-child{
    margin-bottom: 0.5rem;
}
.notice ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.notice ul li{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.14rem;
    margin-bottom: 0.5rem;
}
.notice ul li p{
    display: flex;
    align-items: center;
    color: #000;
}
.notice ul li p i{
    font-size: 0.12rem;
    color: #d0d0d0;
}
.notice ul li p .date{
    margin-left: 0.4rem;
    position: relative;
}
.notice ul li p .date::after{
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 3px;
    background: #000;
    left: 0;
    bottom: -0.1rem;
}
.notice ul li p .name{
    font-size: 0.18rem;
    padding-left: 0.4rem;
    width: 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice ul li .icon-24gl-fileText{
    color: #ab392d;
    font-weight: 600;
    font-size: 0.26rem;
}