:root {
    font-size: 12px;
}
.agenda {
    color: #2B2B2B;
    margin-top: 60px;
}

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 18vh;
}

.agenda-tit {
    position: absolute;
    top: 20%;
    color: #FFFF;
}

h1 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.days {
    line-height: 2rem;
    font-size: 1.5rem;
}

.days span {
    position: relative;
    padding-left: 22px;
    margin-left: 25px;
}

.days span:before {
    position: absolute;
    background: url(../gtc2024/img/dingwei.png) no-repeat center;
    width: 14px;
    content: '';
    height: 30px;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.ag-desc {
    padding: 2.5rem 0 0.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
}

h2  {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 0.8rem;
    color: #C31919;
}

.ag-desc .row {
    margin-bottom: 2rem;
}

.ag-cont {
    padding: 2rem;
    background-color: #ffffff;
    margin-bottom: 3rem;
    color: #2B2B2B;
    font-size: 1.1rem;
}
.ad-list{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #7E7E7E;
}
.ad-list p {
    font-size: 1.2rem;
    line-height: 2rem;
}



/*.ad-list .row div:nth-child(2) {
    font-weight: bold;

}*/

/*.ad-list .row div:nth-child(4) {
    color: #7E7E7E;
}*/
.agendaData>div:nth-child(1) {
    color: #C31919;
    font-size: 1rem;
}
.ad-list>.row {
    padding: 2rem 0;
    border-bottom: 1px solid rgb(43 43 43 / 20%);
}
.agendaData>div:last-child{
    font-size: 1.1rem;
}
.agendaData .agenda-title{
    color: #2b2b2b;
    font-weight: bold;
}
/*
.ad-list .row:first-child div {
    color: #A8A8A8;
    font-size: 1.1rem;
}

.ad-list .row:first-child {
    border-bottom: none;
    padding: 0;
}
*/

.ad-list .row:last-child {
    border-bottom: none;
}

.ad-list .more {
    color: #515151;
}

.baoming img {
    width: 180px;
    display: block;
    margin: auto;
}

.baoming p {
    text-align: left;
    color: #f40f05;
    font-weight: 800;
    font-size: 16px;
    width: 460px;
    margin: 0 auto;
}

.reg-btn {
    width: 210px;
    height: 60px;
    background: #AF322B;
    text-align: center;
    margin: 0 auto;
}

.reg-btn a {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 60px;
}

.icon-pdf:before {
    content: "\e617";
    color: #921f1b;
    font-size: 22px;
}

.down a {
    font-size: 16px;

}

.down a em {
    display: none;
}

.down span {
    display: none;
}


@media (max-width: 768px) {
    .ag-cont {
        padding: 1.5rem;
    }

    .days {
        font-size: 16px;
        line-height: 30px;
    }

    .days span {
        font-size: 16px;
        line-height: 30px;
        padding-left: 14px;
    }

    .days span:before {
        width: 10px;
        height: 16px;
    }


    .ad-list>.row:first-child {
        display: none;
    }



    .ad-list .row {
        padding: 8px 0;
    }



    .down span {
        display: inline-block;
    }

    .icon-pdf:before {
        font-size: 16px;
    }

    .down a:hover {
        color: #921f1b;

    }

    .down span {
        font-size: 14px;
        margin-right: 12px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


}

@media (min-width: 992px) {
    .container {
        width: 73%;
        max-width: 73%;
    }
    .banner img{
        height: auto;

    }

}

@media (min-width: 1200px) {
    :root {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {

}


@media (min-width: 1600px) {
    :root {
        font-size: 16px;
    }

}


