.sch-color{
	background-color:#60a5f0;
}
.img-news{
	max-height: 200px;	
}

.box-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 1.4em;
    width: 100%;
}

.box {
    list-style-type: none;
    float: left;

}

.box.show {
    opacity: 1;
}

.box .inner {
    padding: 10px;
    position: relative;
}

.box a {
    display: block;
    width: 200px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box img {
    width: calc(20% + 50px);
    max-width: calc(20% + 50px);


}

.box a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

.three-cols .box {
    width: 100%;
}

.four-cols .box {
    width: 23.1%;
}

.four-cols .box:nth-child(4n+0) {
    margin-right: 0;
}

.four-cols .box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
section {
    display: block;
}