﻿
body {
    background-color: #f8f8f8;
}


.ImgCrop {
    width: 100%;
    height: 160px;
    margin: 0;
    overflow: hidden;
    position: relative;
}


    /*.ImgCrop img {
        zoom: 0.5;
        position: absolute;
        margin: auto !important;
        min-height: 100%;
        min-width: 100%;
        left: -100%;
        right: -100%;
        top: -100%;
        bottom: -100%;
        cursor: pointer;
    }*/


.bg-white {
    background-color: #fff;
}

.Writer {
    color: #959595;
    font-size: 13px;
}

.Category {
    color: #f19149;
    font-size: 15px;
}

.Title {
    height: 66px;
    overflow: hidden;
    color: #caa940;
    font-size: 22px;
    font-weight: bold;
}

.Read {
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #CAA940;
    border-radius: 4px;
}

    .Read:hover {
        opacity: 0.8;
        cursor: pointer;
        position: relative;
        top: 2px;
    }

ul.tabs li {
    width: 100% !important;
}

.container .bg-white {
  border: #ececec 1px solid;
}

.container .bg-white:hover {
    border: #F19149 1px solid;
}
