.eventbigtit {
    width: 5rem;
    margin: 0 auto;
    text-align: center;
    height: 1.041667rem;
    color: #454545;
    font-size: 36px;



    line-height: 1.041667rem;
}

.eventbigtitlist {
    display: flex;
    justify-content: center;
}

#events {
    min-height: 3.645833rem;
    color: #454545;
    text-align: center;
    padding-top: 50px;
}

.eventbigtititem {
    width: .916667rem;
    height: .260417rem;
    text-align: center;
    font-size: 24px;
	cursor: pointer;

}

.eventbigtititem:hover {
    border-bottom: 1px solid #32abc5;
    color: #32abc5;
}

.certificateitem {
    width: 5.96875rem;
    height: 1.666667rem;
    background-color: #fff;
    margin: .114583rem auto;
    padding: .15625rem 0;
    display: flex;
}

.certificateimg {
    width: 2.03125rem;
    height: 1.40625rem;
    border: 2px solid #e4e4e4;
    background-color: #f6f6f6;
    margin: 0 .260417rem;
}
.certificateimg img{
    width:100%;
    height:100%;
}

.certificateinfo {
    padding-top: .416667rem;
}

.dateinfo {
    font-size: .125rem;
    font-weight: 700;
    line-height: .260417rem;
}

.cominfo {
    font-size: .083333rem;
    color: #747474;
}

@media screen and (max-width: 768px) {
    .eventbigtititem {
        width:60px;
        height: 26px;
        text-align: center;
        font-size: 16px;
    
    }
    .certificateitem {
        width:9rem;
        height:3rem;
        
    }
    .certificateimg {
        width: 4rem;
        height: 2.8rem;
       
    }
    .dateinfo {
        font-size: 16px;
        line-height: 20px;
    }
    
    .cominfo {
        font-size: 12px;
        
    }
  .comintro {
  	display: none;
  }
  .eventbigtit{
	padding-top: 10px;
  	font-size: 22px;
    	margin-bottom: 15px;
  }
  #events{
  	font-size: 14px;
  }
}