.p1{
    background-image: url("../images/college.jpg");
    padding-top: 30px;
    padding-bottom: 30px;
}
.bbsProgram{
    color:black;
}
.bbs .nt2 ul li p{
    color:white;
}
.bbsProgram a{
    color:orangered;
}
.bbsProgram a:hover{
    color:white;
}
.bbsProgram .nt-note{
    font-size: 18px;
    
}
.bbsProgram .nt-note ul li p{
    color:black;
}
.bbsProgram .date{
    font-size: 14px;
}
.bbsProgram .bbs-img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
    display:flex;
   
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 100%;
    /* justify-self: center; */
}
.bbsProgram .nt{
    
    float: left;
}
.bbsProgram .nt1{
    
    width: 20%;
    
}
.bbsProgram .nt2{
    text-align: left;
    padding-left: 10px;
    width: 80%;
    
}
/* .bbsProgram .nt1{
    width: 20%;
    height: 20%;
    background-color: green;
    border-radius: 100%;
} */
.bbsProgram .btnBs{
    width: 100px;
    background-color: #E1AD21;
    border:1px solid white;
    outline:none;
    color:white;
    border-radius: 10px;
    padding:5px;
}
.bbsProgram .bbs{
    border-radius: 20px;
    padding:20px;
    float: left;
    position: relative;
    border-bottom: 2px solid white;
}
.bbsProgram ul li{
    list-style-type: none;
}
.bbsProgram .bbs1 .notice-box{
    color:orangered;
}
.bbsProgram .bbs1{
    background-color:#FFFFFF;
    width: 60%;
    color:black;
    box-shadow: 3px 3px 5px #00000050 , -3px -3px 5px#00000050;
    border:0.5px solid #000000;
}
.bbsProgram .bbs2{
    text-align: center;
    margin-left: 20px;
    background-color:teal;
    width: 30%;
    border:0.5px solid #000000;
    box-shadow: 3px 3px 5px #00000050 , -3px -3px 5px#00000050;
    
 
}
.bbsProgram .bbs2 strong {
    color:white;
}
@media only screen and (max-width: 800px) {
    .bbsProgram .bbs{
        width: 100%;
        margin-top: 20px;
    }
    .bbsProgram .bbs2{
        margin-left: 0px;
    }
}