
.agenda{
    color: #2B2B2B;
    margin-top: 140px;
}
h1{
    font-size: 36px;
    line-height: 49px;    font-weight: 800;
}
h2{
    font-size: 26px;
    color: #882928;
    line-height: 49px;
    font-weight: 800;
    margin-bottom: 10px;
}
.days{
    font-size: 24px;
    color: #882928;
    line-height: 49px;
}
.days span{
    position: relative;    padding-left: 22px;margin-left: 25px;color: #2B2B2B;
}
.days span:before{
    position: absolute;
    background: url(./img/dingwei.png) no-repeat center;
    width: 14px;
    content: '';
    height: 30px;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.ag-desc{
    background: url("./img/lt-item-hover.png?t=2") no-repeat center;
    background-size: cover;
    padding: 60px 50px;
    color: #FFFFFF;
    margin-top: 40px;    height: 362px;
}
.ag-desc .ag-desc-tit{
    font-size: 26px;
    font-weight: bold;
    line-height: 49px;
    margin-bottom: 25px;
}

.ag-desc .ag-desc-cont{
    font-size: 22px;
    line-height: 36px;
}
.ag-cont{
    padding: 40px;
    background-color: #ffffff;
}
.ad-list p{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 24px;
}
.ad-list .row div{
    font-size: 20px;
    line-height: 24px;
}
.ad-list .row div:nth-child(1){
    color: #882928;
   font-size: 16px;
}
.ad-list .row div:nth-child(2){
    font-weight: bold;color: #2B2B2B;
}
.ad-list .row div:nth-child(3){
    color: #2B2B2B;
}
.ad-list .row div:nth-child(4){
    color: #7E7E7E;
}

.ad-list .row{
    padding: 30px 0;
    border-bottom: 1px solid rgb(43 43 43 / 20%);
}
.ad-list .row:first-child div{
    color: #A8A8A8;
}

.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;
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (max-width: 768px) {
    .agenda {
        margin-top: 70px;
    }
    h1{
        font-size: 24px;
        line-height: 32px;
    }
    h2{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 6px;
    }
    .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;
    }
    .ag-desc{
        padding: 26px 18px;
        margin-top: 16px;
        height: 265px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 12px;
        line-height: 18px;
    }
    .ag-cont{
        padding: 15px;
    }
    .ad-list .row:first-child{
        display: none;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 21px;
    }
    .ad-list .row div{
        font-size: 14px;
        line-height: 22px;
    }
    .ad-list .row{
        padding: 8px 0;
    }
    .ad-list .row:first-child div{
        font-size: 13px;
        line-height: 36px;
    }
    .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) {

    .d-lg-none{
        display: none;
    }

    .agenda {
        margin-top: 110px;
    }
    h1{
        font-size: 23px;
        line-height: 31px;
    }
    h2{
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .days{
        font-size: 15px;
        line-height: 31px;
    }
    .ag-desc{
        padding: 40px 30px;
        margin-top: 20px;
        height: 226px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 15px;
        line-height: 31px;
        margin-bottom: 8px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 14px;
        line-height: 24px;
    }
    .ag-cont{
        padding: 20px;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row div{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row{
        padding: 18px 0;
    }
    .ad-list .row:first-child div{
        font-size: 14px;
        line-height: 24px;
    }
    .reg-btn{
        width: 130px;
        height: 38px;
    }
    .reg-btn a{
        font-size: 14px;
        line-height: 38px;
    }

}

@media (min-width: 1200px) {
    .ad-list .row div:nth-child(1){
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .ad-list .row div:nth-child(1){
        font-size: 15px;
    }
    .agenda {
        margin-top: 120px;
    }
    h1{
        font-size: 26px;
        line-height: 36px;
    }
    h2{
        font-size: 19px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .days{
        font-size: 18px;
        line-height: 36px;
    }
    .ag-desc{
        padding: 46px 38px;
        margin-top: 25px;
        height: 264px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 19px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 16px;
        line-height: 26px;
    }
    .ag-cont{
        padding: 30px;
    }
    .ad-list p{
        font-size: 14px;
        line-height: 24px;
    }
    .ad-list .row div{
        font-size: 16px;
        line-height: 26px;
    }
    .ad-list .row{
        padding: 25px 0;
    }
    .ad-list .row:first-child div{
        font-size: 16px;
        line-height: 36px;
    }
}


@media (min-width: 1600px) {
    .ad-list .row div:nth-child(1){
        font-size: 16px;
    }
    .container {
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }
    .agenda {
        margin-top: 140px;
    }
    h1{
        font-size: 34px;
        line-height: 48px;
    }
    h2{
        font-size: 24px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .days{
        font-size: 22px;
        line-height: 44px;
    }
    .ag-desc{
        padding: 60px 50px;
        margin-top:30px;
        height: 390px;
    }
    .ag-desc .ag-desc-tit{
        font-size: 24px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .ag-desc .ag-desc-cont{
        font-size: 20px;
        line-height: 34px;
    }
    .ag-cont{
        padding: 40px;
    }
    .ad-list p{
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 24px;
    }
    .ad-list .row div{
        font-size: 18px;
        line-height: 24px;
    }
    .ad-list .row{
        padding: 30px 0;
    }
    .ad-list .row:first-child div{
        font-size: 20px;
        line-height: 24px;
    }


}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
