/*--總覽頁面--*/
.Overview-title h2, .Overview-title h3{
    display: inline;
    color: #616161;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
}
.Overview-title{
    position: relative;
    margin-bottom: 30px;
}
.Overview-title img{
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
}
.Overview-box{
    /*width: calc(33% - 20px);
    float: left;*/
    /*margin: 10px 10px;*/
    position: relative;
    background: #fff;
    /*border-radius: 7px;*/
}
.Overview-box-img{
    height: 200px;
    position: relative;
    overflow: hidden;
    /*border-top-right-radius: 7px;
    border-top-left-radius: 7px;*/
}
.type-slogan{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: white;
}
.Overview-box-img img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.Overview-box-text{
    padding: 10px 30px;
    min-height: 300px;
    position:relative;
}
.Overview-box-text h3{
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    line-height: 150%;
}
.Overview-box-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 0 5px 0;
    height: 112px;
}
.Overview-box-text:after{
    clear: both;
}
.Overview-button {
    padding: 12px 15px;
    width: 160px;
    text-align: center;
    background-color: rgba(181,181,181,.76);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none!important;
    border-radius: 30px;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.Overview-button:hover{
    color: #fff;
    background: rgba(181,181,181,1);
}
/*--/總覽頁面--*/



