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

.D1{
margin: 0px 200px;
}

.dItem{
    flex:0 0 300px;
    margin: 10px;
    padding: 10px 10px 40px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
	width: 230px;
	height: 300px;
	float: left;
}

.dItem img{
    width: 150px;
	height: 150px;
    margin-top: 10px;
}

.dItem p{
    margin: 5px 0;
	font-size: 18px;
}

.dItem a{
    text-decoration: none;
    color: #000;
}
.dItem a:hover{
    text-decoration: none;
    color: #7A7A7A;
}
.dItem{
/*	position: relative;*/
	top:5px;
    right:5px;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 0.85em;
/*    background-color: #D5FFB9;*/
    border:1px solid rgba(101,101,101,0.49);
    color: #0c380c;
}

.dItem .dTitle{
    text-align: center;
    background-color: #569f56;
    padding: 5px 0;
    color: white;
}

#fileimg{
    width: 10%;
}
#filepdf{
    width: 10%;
}

.errinfo{
    background: #ff0000;
    border-radius: 5px;
    text-align: center;
    color: #FFEB3B;
}

@media screen and (max-width: 1200px) {
    .D1{
        margin: 0px 100px;
    }
}
@media screen and (max-width: 992px) {
    .D1{
        margin: 0px 100px;
    }
}
@media screen and (max-width: 768px) {
    .D1{
        margin: 0px;
    }
    .dItem{
        width: 90%;
    }
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {
}