* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:link {
    color: #3f3f3f;
    text-decoration: none;
}

a:hover {
    color: #C50400;
    text-decoration: none;
}

a:visited {
    color: #3f3f3f;
    text-decoration: none;
}

div {
    margin: 0px auto;
    padding: 0px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.main {
    width: 1160px;
    background: #ffffff;
    padding: 20px;
    margin-top: 30px;
}

.nav-block {
    margin-top: 40px;
}

.nav-items td {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.nav-items td a {
    display: block;
    width: 170px;
    height: 190px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.nav-items td a:hover,
.nav-items td a.selected {
    background-color: #2993ff;
}

.nav-items td a:hover::after,
.nav-items td a.selected::after {
    content: "";
    position: absolute;
    top: 100%;
    /* 放置在容器底部 */
    left: 50%;
    /* 居中 */
    transform: translateX(-50%);
    /* 调整位置 */
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    /* 左侧透明 */
    border-right: 7px solid transparent;
    /* 右侧透明 */
    border-top: 10px solid #2993ff;
    /* 上侧为三角形颜色 */
}

.nav-items td a:hover .item-text,
.nav-items td a.selected .item-text {
    color: #fff;
}

.nav-items .item-icon {
    padding-top: 30px;
    margin-bottom: 10px;
}

.dept-block {
    margin: 20px 0;
}

.dept-block .title {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 18px;
    color: #980404;
    font-weight: bold;
    position: relative;
}

.dept-block .title .bar {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #f9b552;
    position: absolute;
    top: 10px;
}

.dept-block .title .title-text {
    display: inline-block;
    padding-left: 10px;
}

.dept-block .more {
    text-align: right;
}

.dept-block .more a {
    color: #999;
    text-decoration: none;
}

.dept-items td {
    padding: 8px 3px 8px 15px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
}

.dept-items td .dot {
    display: block;
    width: 6px;
    height: 7px;
    background-color: #999999;
    position: absolute;
    top: 15px;
    left: 0;
}

/* footer */
.banquan {
    width: 100%;
    min-width: 1200px;
    border-top: 9px solid #cc0200;
    margin-top: 15px;
    text-align: center;
    line-height: 32px;
    height: 80px;
    padding-top: 25px;
    font-size: 16px;
}

/* list */
.doclist {
    color: #4e4e4e;
    width: 100%;
    margin: 20px 0px 10px 0px;
    min-height: 400px;
}

.list {
    color: #4e4e4e;
    width: 99%;
}

.list td {
    color: #4e4e4e;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 16px;
}

.doclist .list {
    margin: 20px 15px 10px 15px;
}

.doclist table.list td {
    position: relative;
    border-bottom: 1px dashed #dddddd;
    padding-left: 20px;
}

.doclist table.list td:first-child::before {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    background-color: #999999;
    position: absolute;
    top: 15px;
    left: 5px;
}

.doclist table.list td:last-child {
    width: 100px;
    text-align: right;
}

/* detail */
.sj_bt {
    width: 100%;
    padding-top: 40px;
}

.sj_bt td {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #515151;
    padding-bottom: 20px;
}

.sj_zy {
    width: 100%;
}

.sj_zy td {
    font-size: 14px;
    color: #6B6B6B;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background: url(../images/con_fgx.jpg) repeat-x bottom;
}

.sj_nr {
    padding: 20px 10px 15px 20px;
    width: 99%;
    text-align: center;
}

.sj_nr td {
    font-size: 16px;
    color: #4e4e4e;
    text-align: left;
    line-height: 34px;
}

.sj_nr td p {
    font-size: 16px;
    color: #4e4e4e;
    text-align: left;
    line-height: 34px;
}