dl.new {
    height: 200px;
    width: 95%;
    overflow: auto;
    margin-right: 0px;
    margin-left: auto;
    padding: 10px;
    margin-bottom: 1em;
}
.topics_lank_btn{
    border-radius:10px;
    padding:10px;
    box-shadow:5px 5px 10px;
    margin:30px 10px 30px 10px;
    display:inline-block;
}
.topics_lank_btn:hover{
    box-shadow:0px 0px 0px 0px;
    margin:35px 5px 25px 15px;
}
.topics_lank_btn p{
    font-size:large;
    font-weight:bold;
    text-align:center;
}
.topics_lank_img{
    float:left;
    /*width:120px;*/
    height:80px;
    margin-right: 10px;
}
.topics_lank_img img{
    /*width:120px;*/
    height:80px;
}    
.topics_lank_title{
    font-size:1.3em;
    font-weight:bold;
}
.topics_lank_come{
}

.bg_green{background-color: #d7f6ca;}
.bg_green:hover{background-color: #add99b;}
.bg_blue{background-color: #D3EDFB;}
.bg_blue:hover{background-color: #AFE0FA;}
.bg_yellow{background-color: #FAF4D2;}
.bg_yellow:hover{background-color: #FAEFAF;}
.bg_red{background-color: #FAE0D2;}
.bg_red:hover{background-color: #FAC9AF;}

