﻿.menu_article_item {
    height: 277px;
    width: 460px;
    float: left;
    overflow: hidden;
    position: relative;
    background: url(img/k_boxnews_bg1.png) no-repeat left top;
}

.menu_home_item:hover {
    opacity: .9;
}

.menu_article_item_odd {
    float: right !important;
    background: url(img/k_boxnews_bg2.png) no-repeat left top;
}

.title_article {
    padding: 32px 0 30px 96px;
}

    .title_article a {
        font-size: 16px;
        color: #2775B7;
    font-weight: bold;
        text-transform: uppercase;
    }

.title_article1 {
    display: none;
}

    .title_article1 a {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

.menu_article_item_odd .title_article1 {
    display: block;
    margin-bottom: 10px;
}

.menu_article_item .image_article {
    width: 214px;
    height: 183px;
    padding: 1px;
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
}

    .menu_article_item .image_article img {
        width: 214px;
        height: 183px;
    }

.menu_article_item_odd > div {
    padding: 12px 20px;
    float: left;
    width: 420px
}

.menu_article_item_odd .image_article {
    width: 163px;
    height: 126px; /*117*/
    float: left;
}

    .menu_article_item_odd .image_article img {
        width: 163px;
        height: 126px; /*117*/
    }

.menu_article_item .article_des {
    line-height: 22px;
    color: #444;
    padding-right: 5px;
    width: 215px;
    float: right;
    font-size: 12px;
}
.menu_article_item_odd .article_des {
    color: #fff;
    width: 235px;
    padding-right: 0;
    
}
.menu_article_item .article_detail {
    height: 24px;
    line-height: 24px;
    width: 73px;
    padding: 0 10px 0 24px;
    background: url(img/k_readmore1.png) no-repeat left top;
    position: absolute;
    top: 227px;
    right: 12px;
}
.menu_article_item_odd .article_detail {
    background: url(img/k_readmore2.png) no-repeat left top;
}
    .menu_article_item .article_detail a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0;
    }
.menu_article_item_odd .article_detail a {
    color: #0f5eab;
}
