/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    font-family:"宋体",Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

html {
    background-attachment: fixed;
    background-color: #fff;
    height: 100%
}

body {
    background: #FFFFFF no-repeat center top;
    font-size: 12px;
    background-attachment: fixed;
    padding: 0;
}

img {
    border: 0;
}

a:link, a:active, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearer {
    margin: 0;
    padding: 0;
    line-height: 1px;
    font-size: 1px;
    height: 0;
    clear: both;
    display: block;
}

/* 容器样式 */
.container {
    width: 1300px;
    margin: 0 auto;
}

/* 标题样式 */
#sertitle {
    background-color: #a61f0d;
    width: 1300px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#sertitle dd, #sertitle dt {
    text-align: center;
    color: #ffe68e;
    font: bold 15px/40px "宋体";
    border-right: 1px solid #000;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 内容样式 */
.nowopen {
    width: 1300px;
    border-left: 1px solid #000;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
}

.nowopen1 {
    background: #ffffcf;
}

.nowopen2 {
    background: white;
}

.nowopen3 {
    background: #fff8dc;
}

.nowopen a {
    color: #222;
}

.nowopen dd, .nowopen dt {
    text-indent: .2em;
    float: left;
    height: 40px;
    font: normal 15px/40px "宋体";
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    overflow: hidden;
    align-items: center;
}

/* 列宽样式 */
.pm {
    width: 60px;
    text-align: center;
    display: flex;
}

.pm img {
    margin: 0 auto;
}

.mc {
    width: 212px;
    indent: .5em;
}

.mc img {
    margin-right: 2px;
}

.mc a {
    font: normal 15px/40px "宋体";
    text-decoration: none;
}

.ip {
    width: 190px;
    text-align: center;
    indent: .5em;
}

.ip a {
    font: normal 15px/40px "宋体";
    text-decoration: none;
}

.sj {
    width: 160px;
    text-align: center;
    text-indent: .5em;
}

.sj b {
    font: normal 14px/30px "宋体";
    font-weight: bold;
}

.sja {
    width: 160px;
    text-align: center;
    color: #f00;
    text-indent: .5em;
}

.xl {
    width: 160px;
    text-align: center;
    color: Black;
}

.js {
    width: 370px;
    text-align: center;
    color: Black;
    indent: .5em;
}

.js div {
    font: normal 14px/30px "宋体";
    color: #222;
}

.qq {
    width: 150px;
    text-align: center;
    color: Black;
}

.xx {
    width: 90px;
    text-align: center;
}

.xx a {
    font: normal 14px/40px "宋体";
    text-decoration: none;
}

.lb {
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb .sf-fb-img {
    cursor: pointer;
}

/* 其他样式 */
.detail-pic-open {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    cursor: pointer;
}

/* 背景色变化效果 */
.nowopen:hover {
    background-color: #F0F8FF !important;
}

