.TG {
    margin: 30px 0;
}



/*
grid item
*/

.tagPage .itemTagGrid .itemG {
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    float: right;
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px 1px #D3D2D3;
    box-shadow: 0 1px 2px 1px #D3D2D3;
    margin-bottom: 25px;
    min-height: 390px;
    max-height: 390px;
}


.tagPage .itemTagGrid .itemG a {
    font-size: 13px;
    font-weight: bold;
    color: #2c3493;
}


.tagName h1 {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 2px 1px #D3D2D3;
    color: #272d90;
    font-weight: bold;
    font-size: 20px;
}

.itemG p {
    font-size: 12px;
}

.itemTagGrid .itemG a:hover {
    color: #f4851f;
}

.itemTagGrid .itemG img {
    height: 210px;
}





