
.navtab{
    width: 1200px;
    margin: 0 auto;
}
.navtab tr td{
    width: 25%;
    text-align: center;
    height: 300px;
}
.navtab tr td a{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 230px;
    /* height: 316px; */
    height: 298px;
}
.navtab tr td a img{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.navtab tr td a img.face{
    z-index: 0;
}
.navtab tr td a img.shadow{
    z-index: -1;
    top: -24px;
    left: -16px;
    width: 230px;
}





.today {
    width: 1180px;
    height: 35px;
    margin-top: 28px;
    margin-bottom: 87px;
    padding: 0px !important;
}

.quotes {
    width: 950px;
    margin: 115px auto 160px;
    font-size: 27px;
    color: #2f87d4;
    text-align: right;
    font-weight: bold;
}

.quotes blockquote {
    font-size: 27px;
    border: none;
}

.quotes blockquote span {
    vertical-align: text-bottom;
}

.quote-con {
    text-align: left;
    text-indent: 2em;
}