.p1{
    padding: 22px 0;
}
.p1-cont .tab-tit {
    margin-bottom: 39px;
}

.p1-cont .tab-tit span {
    position: relative;
    margin-right: 30px;
    display: inline-block;
    width: 144px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border-radius: 6px;
    background: #3AAB6A;
    font-size: 18px;
    color: #fff;
    cursor: default;
}

.p1-cont .tab-tit span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 7px;
    background: url(../img/tab-icon.png) center no-repeat;
    background-size: 100%;
    display: none;
}

.p1-cont .tab-tit span.hover {
    background: #FD8F00;
}

.p1-cont .tab-tit span.hover::after {
    display: block;
}

.p1-cont .tab-cont {
    margin-bottom: 17px;
    position: relative;
}

.p1-cont .tab-cont .cont-item {
    display: none;
    width: 100%;
}

.p1-cont .tab-cont .cont-item .corp-name {
    width: 367px;
    float: left;
}

.p1-cont .tab-cont .name-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    width: 367px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #1D1D1D;
    opacity: 1;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: default;
}

.p1-cont .tab-cont .name-item span {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p1-cont .tab-cont .name-item::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 25px;
    width: 29px;
    height: 29px;
    background: url(../img/tab-ar.png) center no-repeat;
}

.p1-cont .tab-cont .name-item.active {
    background: linear-gradient(93deg, #65D17E 0%, #3EAD6D 100%);
    box-shadow: 0px 3px 30px rgba(63, 174, 109, 0.53);
    color: #fff;
}

.p1-cont .tab-cont .name-item.active::after {
    background: url(../img/tab-ar-on.png) center no-repeat;
}

.p1-cont .tab-cont .cont-item .notice-box {
    width: 797px;
    
    float: right;
}
.p1-cont .tab-cont .cont-item .notice-box{
    position: relative;
}
.p1-cont .tab-cont .cont-item .notice-box .notice-item{
    width: 100%;
    display: none;
    
}
.p1-cont .tab-cont .cont-item .notice-box .notice-item:first-child{
    display: block;
}
.p1-cont .tab-cont .cont-item .notice-box .notice-item .item-list a {
    position: relative;
    margin-bottom: 20px;
    padding: 0 25px 0 55px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    color: #4A4A4A ;
}
.p1-cont .tab-cont .cont-item .notice-box .notice-item .item-list  a::before{
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    background: #40AF6E;
    border-radius: 50%;
    opacity: 1;
}
.p1-cont .tab-cont .cont-item .notice-box .notice-item .item-list  .tit{
   
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p1-cont .tab-cont .cont-item .notice-box .notice-item .item-list .time{
    opacity: .52;
}

.turn-page {
    margin-bottom: 30px;
    padding-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.turn-page .prev,
.turn-page .next {
    width: 32px;
    height: 32px;
    border: 1px solid #D5DAE4;
    border-radius: 8px;
    font-size: 14px;
    color: #383F4A;
    line-height: 32px;
    text-align: center;
}

.turn-page .num {
    margin: 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turn-page .num a {
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
    color: #383F4A;
}

.turn-page .num a.now {
    background: #42B06E;
    color: #fff;
}