@charset "UTF-8";
/* CSS Document */

h2{
background: url("../img/graduate.png") no-repeat center center;
background-size: 100% auto;
background-size: cover;
height: 200px;
color: #fff;
}

#news_list{
}
#news_list ul{
margin: 20px 0;
padding: 0;
}
#news_list ul,#news_list li{
list-style: none;
}
#news_list li{
margin-top: 10px;
background-color: rgb(250,250,250,0.8);
padding: 10px;
}
#news_list li:nth-of-type(even){
background-color: rgb(240,240,240,0.8);
}
#news_list .col-sm-10{
text-align: left !important;
}













