@charset "utf-8";
.richtext{
    margin-bottom: 18px;
}

.recommendItem img{
    margin: 0 auto 22px auto;
    box-shadow: 0px 0px 0px 3px #ebebeb;
}

h6.itemTitle{
    margin-bottom: 22px;
    text-align: center;
    color: #202022;
    height:35px;
}

.itemSubTitle{
    padding: 17px 25px;
    border: 3px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    min-height: 180px;
    font-size: 14px;
    color: #202022;
}


h6.itemTitle a:hover, .itemSubTitle a:hover, .itemSubTitle a:focus{
    text-decoration: none;
}

.quote{
    position: absolute;
    top: -22px;
    right: -22px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    background-color: #ffffff;
    text-align: center;
    color: #1f3b97;
}

.itemSource{
    position: absolute;
    bottom: -45px;
    right: 5px;
    padding: 12px 18px;
    background-color: #ebebeb;
    text-align: center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    color: #888888;
}

.itemSubTitle{
    margin-bottom: 65px;
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .itemSubTitle{
        min-height: 138px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){

}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .itemSubTitle{
        min-height: auto;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
}
