.twoEll{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.oneEll{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two{
    background: url("../../images/oneBg.png") no-repeat center;
    height: 651px;
}
.two .content{
    width: 1554px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding-top: 54px;
}
.two .left{
    width: 731px;
    margin-right: 94px;
}
.two .left .box{
    height: 414px;
}
.two .left .box .item{
    display: flex;
    align-items: center;
    padding: 9px 0;
    cursor: pointer;
    position: relative;
}
.two .left .box .item::after{
    content: '';
    width: 731px;
    height: 1px;
    background-image: linear-gradient(to right,#979797 0%,#979797 50%, transparent 0%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    opacity: 0.45;
}
.two .left .box .item:first-child::before{
    content: '';
    width: 731px;
    height: 1px;
    background-image: linear-gradient(to right,#979797 0%,#979797 50%, transparent 0%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    opacity: 0.45;
}
.two .left .box .item:hover .name{
    color: #197DEF;
}
.two .left .box .time{
    width: 97px;
    height: 64px;
    background: url("../../images/time-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 28px;
    box-sizing: border-box;
    padding-top: 11px;
}
.two .left .box .time .name{
    width: 84px;
    text-align: center;
    height: 30px;
    font-size: 30px;
    font-family: HongLei-Regular, HongLei;
    font-weight: 400;
    color: #197DEF;
    line-height: 30px;
    margin-bottom: 3px;
}
.two .left .box .time .subName{
    width: 84px;
    text-align: center;
    height: 13px;
    font-size: 13px;
    font-family: HongLei-Regular, HongLei;
    font-weight: 400;
    color: #197DEF;
    line-height: 13px;

}
.two .left .box .name{
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    width: calc(100% - 125px);
}
.two .right{
    width: 731px;
}
.two .right .box{
    height: 414px;
}
.two .right .box a{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 30px 0 24px 0;
    position: relative;
}
.two .right .box a::after{
    content: '';
    width: 731px;
    height: 1px;
    background-image: linear-gradient(to right,#979797 0%,#979797 50%, transparent 0%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    opacity: 0.45;
}
.two .right .box a:first-child::before{
    content: '';
    width: 731px;
    height: 1px;
    background-image: linear-gradient(to right,#979797 0%,#979797 50%, transparent 0%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    opacity: 0.45;
}
.two .right .box a:hover .name{
    width: calc(100% - 207px);
    color: #197DEF;
}
.two .right .box a:hover .round{
    display: none;
}
.two .right .box a:hover .icon{
    display: block;
}
.two .right .box .round{
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #197DEF;
    margin-right: 8px;
}
.two .right .box .icon{
    width: 49px;
    height: 11px;
    background: url("../../images/right-blue.png") no-repeat;
    background-size: 100% 100%;
    display: none;
    margin-right: 8px;
}
.two .right .box .name{
    width: calc(100% - 169px);
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.two .right .box .date{
    width: 118px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-left: 32px;
}
.three{
    background: url("../../images/twoBg.png") no-repeat;
    background-size: 100% 100%;
    height: 770px;
}
.three .threeContent{
    width: 1554px;
    margin: 0 auto;
    padding-top: 66px;
    box-sizing: border-box;
    display: flex;
}
.three .threeContent .left{
    width: 728px;
    margin-right: 88px;
}
.three .threeContent .right{
    width: calc(100% - 728px - 88px);
}
.three .threeContent .right .rightContent .item{ 
    display: flex;
    margin-bottom: 30px;
    cursor: pointer;
}
.three .threeContent .right .rightContent .item .itemImg{ 
    width: 236px;
    height: 130px;
    margin-right: 22px;
}
.three .threeContent .right .rightContent .item .itemImg img{ 
    width: 100%;
    height: 100%;
}
.three .threeContent .right .rightContent .item .itemRight{ 
    width: calc(100% - 236px - 22px);
}
.three .threeContent .right .rightContent .item .itemRight .name{ 
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}
.three .threeContent .right .rightContent .item .itemRight .time{ 
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.three .threeContent .right .rightContent .item .itemRight .rightNo{ 
    display: none;
}
.three .threeContent .right .rightContent .item:last-child{ 
    display: flex;
    cursor: pointer;
}
.three .threeContent .right .rightContent .item:hover .itemRight .name{ 
    color: #197DEF;
    margin-bottom: 15px;
}
.three .threeContent .right .rightContent .item:hover .itemRight .time{ 
    display: none;
}
.three .threeContent .right .rightContent .item:hover .itemRight .rightNo{ 
    display: block;
}
.seeMore{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 13px;
    cursor: pointer;
}
.seeMore .name{
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-right: 6px;
}