@charset "utf-8";

/* -------------------------common start-----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}


/*index_title*/
.index_title {
    height: 32px;
    overflow: hidden;
    margin-bottom: 20px;
}

.index_title a {
    display: block;
    float: right;
    color: #0d62be;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #0d62be;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
}

.index_title h3 {
    font-size: 24px;
    color: #0d62be;
    display: inline-block;
    line-height: 32px;
}

.index_title span {
    font-size: 14px;
    color: #484849;
    line-height: 38px;
    vertical-align: top;
    margin-left: 5px;
}

/*news_about*/
.news_about {
    padding-top: 35px;
}

.index_news {
    width: 485px;
    float: left;
    height: 310px;
}

.index_about {
    width: 485px;
    float: right;
}

.newsListDl {
    width: 486px;
    border-bottom: 1px solid #d2d2d2;
    background: #f7f7f7;
}

.newsListDl dt {
    width: 486px;
    height: 48px;
}

.newsListDl dt span {
    float: left;
    width: 62px;
    height: 48px;
    color: #d5e8e0;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    background: #0d62be;
}

.newsListDl dt .titleAA {
    float: left;
    width: 384px;
    height: 46px;
    padding-left: 22px;
    padding-right: 16px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    font-weight: bold;
}

.newsListDl dd {
    display: none;
    width: 384px;
    height: 86px;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 86px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    background: #f0f0f0;
    overflow: hidden;
}

