.boxDate {
    padding: 8px 0;
    font-size: 16px;
    color: #333333;
    border-top: 2px solid #DDDDDD;
}
.boxDate a { color: #333333; }
.boxDate a:hover { color: #181717; text-decoration: underline; }

/**/

.jcarousel-wrapper.blog { width: 100%; margin: 0; }
.jcarousel-wrapper.blog .jcarousel {
    float: left;
    width: 1040px;
}
.jcarousel-wrapper.blog .jcarousel li.boxNot {
    float: left;
    width: 324px;
    margin-right: 34px;
    /* height: 270px; */
}
.jcarousel-wrapper.blog .jcarousel-control-prev,
.jcarousel-wrapper.blog .jcarousel-control-next {
    position: absolute;
    top: 126px;
    background: url('../img/sprite_icons.png') no-repeat;
    text-indent: -999px;
    width: 23px;
    height: 43px;
}
.jcarousel-wrapper.blog .jcarousel-control-prev {
    right: 76px;
    background-position: -24px -53px;
}
.jcarousel-wrapper.blog .jcarousel-control-next {
    right: 0px;
    background-position: -1px -53px;
}
.jcarousel-wrapper.blog .jcarousel-control-next:hover { background-position: -48px -53px; }
.jcarousel-wrapper.blog .jcarousel-control-prev:hover { background-position: -71px -53px; }
.jcarousel-wrapper.blog .inactive { background: #fff; }


.boxNot .img { 
    width: 324px; 
    height: 299px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.boxNot:hover .img { width: 319px; border-left: 5px solid #000000 }
.boxNot .img img { 
    max-width: 324px; 
    max-height: 299px;
}
.boxNot .postTitle {
    margin: 12px 0 26px 0;
    height: 49px;
    display: block;
    overflow: hidden;
}
.boxNot .postTitle a {
    font-weight: 400;
    font-size: 2.4em;
    line-height: 1em;
    text-transform: uppercase;
    color: #000000;
}
.boxNot:hover .postTitle a { color: #000; }
.boxNot .readMore {
    background: #000000;
    float: left;
    padding: 14px 11px;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1em;
    text-transform: uppercase;
}
.boxNot:hover .readMore { background: #000; }

.boxNot.Left {
    width: 415px;
    margin-right: 10px;
    float: left;
}

.boxNot .boxNotImg {
    width: 120px;
    height: 100px;
}
.boxNot .boxNotImg img {
    max-width: 120px;
}
.boxNot .boxNotImgV {
    width: 120px;
    height: 140px;
}
.boxNot .boxNotImg, .boxNot .boxNotImgV {
    margin-right: 8px;
    border: 5px solid #dbdbdb;
    overflow: hidden;
    float: left;
    cursor: pointer;
    text-align: center;
}
.boxNot .boxNotImg:hover, .boxNot .boxNotImgV:hover { border-color: #e9e9e9; }
.boxNot .boxNotImg div, .boxNot .boxNotImg span, .boxNot .boxNotImgV div, .boxNot .boxNotImgV span {
    width: 110px;
    height: 90px;
    border: 5px solid #f3f3f3;
    overflow: hidden;
}
.boxNot .boxNotImg span, .boxNot .boxNotImgV span {
    display: table-cell;
    vertical-align: middle;
    border: 0;
}
.boxNot .boxNotImgV div {
    height: 130px;
}

.boxNot .boxNotImg:hover .boxNotImg, .boxNot .boxNotImg div {
    border-color: #FFF;
}

.boxNot .boxNotInf {
    padding: 5px 0;
}

.boxNot .boxNotTitle {
    display: block;
    margin-bottom: 8px;
}
.boxNot .boxNotTitle a {
    font-size: 18px;
    color: #A80000;
}
.boxNot .boxNotTitle a:hover { text-decoration: underline; }

.boxNot .boxNotCom {
    padding: 5px;
}
.boxNot .boxNotCom li {
    float: left;
    margin: 0 5px;
}

.boxNot .boxEventPass, .boxNot .boxEvent {
    width: 121px;
    height: 121px;
    background: #CCC;
    position: absolute;
    top: 31px;
    right: 0;
    background: url("../img/boxEventPass_bg.png") no-repeat
}
.boxNot .boxEvent { background: url("../img/boxEvent_bg.png") }