.bannerbox {
    width: 100%;
    height: 31.25rem;
    background: url('https://qn.icgushi.com/JLDXXXIN/E.png') no-repeat center;
    background-size: cover;
}

.bannertextleft {
    color: #fff;
    padding-top: 5rem;
    padding-left: 5rem;
}

.zhfont {
    font-size: 3.125rem;
}

.enfont {
    font-size: 1.5rem;
}

.whitebar {
    width: 6rem;
    height: 1rem;
    margin-top: 3.2rem;
    background: #fff;
    border-radius: 0.5rem;
}

.minnav {
    display: flex;
    background: #FBFBFB;
}

.minnavfont {
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 4rem;
    cursor: pointer;
}
.marrBot01 {
    border-bottom: 2px solid #004196;
}

/* 头部标题 */
.blackTitle {
    font-size: 2.1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.yellowCrilce {
    width: 1.2rem;
    height: 1.2rem;
    border: 0.4rem solid #F5BF07;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.newsinformation {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.minrightTitle {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.meright {
    margin-right: 3.75rem;
}

.ActiveminrightTitle {
    color: #1E53DE;
}

/* 内容 */
.graycolorDate {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.blackcolorDate {
    font-size: 2.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.newsMinTitle {
    font-size: 1.375rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}

.thumbnailText {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}

.seeDetail {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.seeDetail:hover{
    color: #1E53DE;
}