﻿@charset "utf-8";
body{
    background-color: #111215;
}

.richtext{
    margin-top: 50px;
    margin-bottom: 30px;
}

.richtext p{
    color: #fff;
}

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

a > h6.itemTitle{
    margin-bottom: 22px;
    text-align: center;
    color: #f0f0ff;
    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: #f0f0ff;
}


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

.quote{
    position: absolute;
    top: -22px;
    left: -22px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    background-color: #111215;
    text-align: center;
    color: #ff0000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.itemSource{
    position: absolute;
    bottom: -35px;
    width: 140px;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 6px 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: #111215;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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){
}
