.adblock {
    margin-top: 60px;
    background: url(/images/tzgg_02.jpg) top center no-repeat #eaf6ff;
    padding: 40px 0px 50px 0;
}

.adblock-c {
    display: flex;
    justify-content: space-between;
}

.adblock-l {
    width: 42%;
}


.adblock-l ul li a {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.adblock-l ul li:nth-child(1) a {
    margin-top: 35px;
}

.adblock-l ul li a .date {
    width: 91px;
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/images/adblock-ldatebg.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-right: 25px;
    transition: all 0.5s;
}

.adblock-l ul li a .date b {
    font-family: Bebas;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.adblock-l ul li a .date span {
    font-family: Bebas;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.5s;
    padding: 0 0 5px 0;
    color: #fff;
}

.adblock-l ul li a .info {
    flex: 1;
    min-width: 0;
}

.adblock-l ul li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}


.adblock-l ul li a:hover .date {}

.adblock-l ul li a:hover .date b {}

.adblock-l ul li a:hover .date span {}

.adblock-l ul li a:hover .info h3 {
    color: #004CCB;
    font-weight: 600;
}

.adblock-r {
    width: 50%;
}

.adblock-r ul {
    margin-top: 45px;
}

.adblock-r ul li {
    border-top: 1px solid #D6D6D6;
}

.adblock-ritem1 a {
    display: flex;
    align-items: center;
    height: 72px;
}

.adblock-ritem1 a span {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #004CCB;
    width: 100px;
}

.adblock-ritem1 a p {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #1D1D1D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adblock-ritem1 a b {
    width: 45px;
    height: 20px;
    background: url(/images/adblock-rdown.png) no-repeat;
    background-position: left center;
}

.adblock-ritem2 {
    background: url(/images/adblock-ritem2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
    position: relative;
}

.adblock-ritem2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 12px;
    height: 12px;
    background: #F3C068;
    border-radius: 50%;
}

.adblock-ritem2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(50%) translateY(50%);
    width: 12px;
    height: 12px;
    background: #F3C068;
    border-radius: 50%;
}

.adblock-ritem2 a {
    background: url(/images/adblock-ritem2-logo.png) no-repeat;
    background-position: right center;
    padding: 26px 50px;
    display: block;
}

.adblock-ritem2 a h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adblock-ritem2 a>div {
    display: block;
    height: 1px;
    background: #E7E7E7;
    position: relative;
    margin: 30px 0 27px 0;
}

.adblock-ritem2 a>div::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #004CCB;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.adblock-ritem2 a>div::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #004CCB;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.adblock-ritem2 a>div b {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 111px;
    height: 2px;
    background: #F3C068;
}

.adblock-ritem2 a dl {
    position: relative;
}

.adblock-ritem2 a dl dd {
    display: flex;
    align-items: center;
}

.adblock-ritem2 a dl dd .icons {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.adblock-ritem2 a dl dd p {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adblock-ritem2 a dl i {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
    font-style: normal;
}

.adblock-r ul li.on .adblock-ritem1 {
    display: none;
}

.adblock-r ul li.on .adblock-ritem2 {
    display: block;
}


 
.adblock-c .bt.animation,.adblock-l ul,.adblock-r ul{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}

@media screen and (max-width:1024px){
    .adblock-c{
        display: block;
    }
    .adblock-l{
        width: auto;
    }
    .adblock-r{
        width: auto;
        margin-top: 25px;
    }
    .adblock-l ul li a .info h3,.adblock-ritem1 a p,.adblock-ritem2 a h3{
        font-size: 16px;
    }
    .adblock-l ul li a .date b{
        font-size: 20px;
    }
    .adblock-l ul li a .date span{
        font-size: 14px;
    }
    .adblock-l ul li a{
        margin-top: 25px;
    }
    .adblock-ritem1 a span{
        font-size: 18px;
        width: 70px;
    }
    .adblock-ritem2 a{
        padding: 20px;
    }
    .adblock-ritem2 a dl dd p{
        font-size: 14px;
    }
    .adblock-ritem2 a dl i{
        font-size: 18px;
    display: none;
    }
.adblock-ritem1 a b{
display: none;
}
    .adblock-ritem2 a dl dd .icons{
        width: 25px;
    }
    .adblock-r ul{
        margin-top: 25px;
    }
    .adblock-l ul li:nth-child(1) a{
        margin-top: 25px;
    }
}