.box {
    text-align: left;
}
.news .box {
    padding: 5px;
    border: 1px solid #000;
    max-height: 487px;
    height: 484px; 
   /* height: auto;*/
    margin-bottom: 20px;
}
.news img {
    margin-bottom: 15px;
}
.news .text {
    padding: 0 10px;
}
.news span {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 10px;
    color: #aaa;
}
.box.trans h6 {
    color: #eb6021;
    margin-bottom: 16px;
    margin-top: 10px;
}
.news a p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}
section.blog {
    padding: 41px 0;
}
a, a:visited, a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    width: 100%;
}
.news span:after {
    margin-top: 3px;
}
.news span:after {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
}
.sem_work_fdp .courses_box {
    background: #f1f1f1;
    padding: 10px 15px;
}
.my-h5, .sem_work_fdp .courses_box h4, .semi_text .box p b {
    font-weight: 600;
    letter-spacing: 1px;
    color: #eb6021;
}
.mb20 {
    margin-bottom: 20px;
}
.courses_box ul {
    list-style: none;
}
.sem_work_fdp .courses_box ul li {
    margin-bottom: 10px;
}
.sem_work_fdp .courses_box ul li a {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.sem_work_fdp .courses_box ul li a img {
    flex: 0 0 20%;
    max-width: 20%;
}
.sem_work_fdp .courses_box ul li a span {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10px;
}