.mpage_news {
    width:100%;
    height:246px;
    padding:0 0 0px 0;
    position:relative;
}
.mpage_news_in_images {
    position:absolute;
    left:1px;
    top:0;
    width:350px;
    height:245px;
    overflow:hidden;
}
.mpage_news_in {
    border:1px solid #ccc;
    height:244px;
    padding:0 0 0 337px;
    background-color:#f4f4f4;
}
.mpage_news_item_img {
    display:none;
    width:350px;
    height:245px;
}
.mpage_news_item_img img {
  width:100%;
  height:100%;
}
.mpage_news_item_img.active {
    display:block;
}
.mpage_news_item {
    padding:0 0 0 29px;
    /* width:453px; */
    height:61px;
    text-decoration:none;
    position:relative;
    z-index:2;
    overflow:hidden;
}
.mpage_news_item .border {
    width:469px;
    height:1px;
    background:#ccc;
    position:absolute;
    bottom:0;
    right:0;
}
.mpage_news_item.active {
    background:url(/img/mpage_news_item2.png) no-repeat left center;
}
.mpage_news_item:last-child .border {
    display:none;
}
.mpage_news_item a {
    text-decoration:none;
    height:61px;
    display:block;
}
.mpage_news_item_date {
    color:#444;
    font-size:10px;
    padding:9px 0 0 0;
    margin:0;
}
.mpage_news_item_hdr {
    color:#0d679b;
    font-weight:bold;
    font-size:14px;
    margin:0 10px 0 0;
}
.active .mpage_news_item_hdr {
    color:#333;
}
.mpage_news_archive {
    position:absolute;
    right:10px;
    bottom:19px;
    color:#0d679b;
    font-style:italic;
}