﻿@charset "utf-8";
@import "index.css";
body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #0a0a0a;
}

a:hover {
    color: #BF0000;
    text-decoration: underline;
}


/*中心简介等单页、新闻列表等列表页面的中间页面*/

.danye_center {
    width: 920px;
    padding-top: 10px;
    display: inline-block;
}

.center_left,
.center_right {
    float: left;
}

.center_left {
    width: 145px;
    padding-right: 15px;
}

.center_left .title {
    background: url(/images/l_title.jpg) no-repeat;
    text-indent: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
}

#sidebar dl dt {
    margin: 0px;
    background: url(/images/new_ico01.png) no-repeat 5px center;
}

#sidebar dl dt a {
    font-size: 14px;
    color: #555555;
    padding: 0px 0px 0px 20px;
    line-height: 39px;
    display: block;
    border-bottom: 1px dotted #c7beb8;
}

.center_left .active {
    padding: 10px 15px 20px 15px;
    border-top: none;
    background: #f4f4f4;
}

.center_right {
    width: 760px;
}

.current_pos {
    width: 745px;
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
}

.current_pos a {
    text-decoration: none;
    color: #0a0a0a;
}

.content {
    padding: 15px;
    width: 730px;
    min-height: 600px;
}

.content .title {
    font-size: 20px;
    width: 730px;
    text-align: center;
    font-weight: bold;
}

.news_list {
    padding: 10px 10px 0px 20px;
    width: 740px;
    min-height: 400px;
}

.news_list table tr {
    height: 30px;
    line-height: 30px;
}

.content .r_p {
    text-align: center;
    padding: 20px 0;
}


/*cert*/

.b-bor {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.b-bor td {
    border-bottom: 1px solid #dcdcdc;
}

.t-left {
    background: #eee;
    text-align: left;
    padding: 10px 20px 10px;
}

table.cert {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    line-height: 20px;
}