﻿@charset "utf-8";
/* CSS Document */

body {margin: 0; color: #333; height:100%; background:url("sj_bg.jpg") top center no-repeat #fff;}
* {margin: 0;padding: 0;font-family: "Microsoft YaHei","SimSun","SimHei",Helvetica Neue,Tahoma,Arial,'Hiragino Sans GB';color: #333; font-size:14px; outline:none; }
a {color: #666;text-decoration: none}
a:hover, a:focus {color: #D21D1D; text-decoration: none}
ul,li { margin:0; padding:0; list-style:none;}
.clear {clear: both;}
.clearfix {*zoom: 1}
.clearfix:before, .clearfix:after {display: table;content: "";line-height: 0}
img { border:0;}

.container {
    width: 1180px;
    margin:0 auto;
    position: relative;
}

.sj_top {
    height: 357px;
    background: url("sj_title.png")center 171px no-repeat;
}
.position {
    height: 41px;
    line-height: 41px;
    color:#777777;
    padding-top: 10px;
}
.position a {
    color:#777777;
    line-height: 41px;
}
.content {
    background-color: #fff;
    padding:0 26px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}
.intro {
    padding: 50px 0 20px 0;
}
.intro .t {
    font-size: 36px;
    color:#D50C13;
    text-align: center;
    padding-bottom: 20px;
}
.intro .c {
    padding:20px 10px;
}
.intro .c *,.detail .c * {
    line-height: 200% !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
}
.bm_list .t,.bm_t {
    margin-top: 20px;
    background-color: #D50B13;
    color:#fff;
    text-align: center;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
}
.bm_list ul {
        padding: 15px 0;
}
.bm_list li {
    width: 219px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#6C6B6B;
    float: left;
    margin: 10px 8px 0 0;
}
.bm_list li a {
    display: block;
    background-color: #F1F1F1;
    transition: 0.5s;
    font-size: 16px;
}
.bm_list li a:hover {
    background-color: #D50B13;
    color:#fff;
}
.bm_content {
    -webkit-box-shadow: #ddd 0px 5px 5px;
    -moz-box-shadow: #ddd 0px 5px 5px;
    box-shadow: #ddd 0px 5px 5px;
}
.xm_list {
    padding: 20px 0;
}
.xm_list .t {
    background-color: #F1F0F0;
    height: 47px;
}
.xm_list .t span {
    padding-left:20px;
    font-size: 24px;
    line-height: 47px;
}
.xm_list ul {
    padding: 20px 10px;
}
.xm_list ul li {
    border-bottom: 1px dotted #ddd;
    padding-left: 30px;
    background: url("dot_sj.jpg") 10px center no-repeat;
    height: 50px;
    line-height: 50px;
}
.detail {
    padding-bottom: 20px;
}
.detail .bm_t {
    margin-bottom: 10px;
}
.detail .t {
    height: 40px;
    font-size: 18px;
    background-color: #E9E7E8;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-weight: bold;
    padding-left: 40px;
}
.detail .c
{
    background-color: #F2F0F1;
    padding: 20px;
}
.footer {
    width: 100%;
    border-top:5px solid #004BA2;
    height: 94px;
    background-color:#187DC8;
    margin-top: 16px;
    position: relative;
    min-width:1180px;
}
.footer * {
    color: #fff;
}
.footer span {
    display: block;
    float: left;
}
.footer span a {
    padding-right: 20px;
    color:#fff;
}
.footer .sign {
    position: absolute;
    top: 5px;
    left:50px;
    margin-top: 0;
}
.footer .sign img {
    /* width: 50%;*/
}
.footer .copyright {
    padding-left: 160px;
    line-height: 88px;
}
.footer .mistake {
    position: absolute;
    top: 14px;
    right: 30px;
    margin-top: 0;
}
.pages { width:95%;text-align: center;padding: 12px;clear: both;margin-top: 10px;}
.pages span, .pages a, .pages b {font-size: 16px;margin: 0 2px;}
.pages span font {color: #333333;font-size: 12px;}
.pages a, .pages b {border: 1px solid #ccc;background: #DDD;padding: 2px 8px;text-decoration: none}
.pages span { padding-right: 10px}
.pages b, .pages a:hover {background: #187DC7;color: #FFFFFF;}