@charset = "utf-8";
.article_box {
    background-color: #ffffff;
    border-radius: 5px;
    height: 410px;
}
.a_clear {
    clear: both;
}
.a_left {
    border: #CCCCCC solid 1px;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin: 0;
    width: 558px;
}
.a_right {
    display: inline-block;
    float: left;
    margin-left: 20px;
    position: relative;
    width: 630px;
}

.a_main_img {
    border: none;
    border-radius: 5px;
    height: 400px;
    padding: 4px;
    width: 550px;
}
S
.a_list_title {
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 5px;
}
.a_list_title .a_subject {
    background-color: #0689E1;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    padding: 5px 50px;
}

.a_more_news a {
    background-color: #0689E1;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    right: 5px;
    line-height: 30px;
    padding: 5px 20px;
    position: absolute;
    top: 365px;
    text-decoration: none;
}

.a_right .a_list_box {
    height: 300px;
    left: 10px;
    position: absolute;
    top: 55px;
    width: 620px;
}
.a_right .a_list_box .a_line {
    border-bottom: solid #cccccc 1px;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    padding-left: 5px;
    width: 580px;
}