/* 通用样式 */

@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
img {
    border: 0;
}

:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
}

img {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: red!important;
}

.blue {
    color: rgb(00, 00, 255)!important;
}


/* 版心 */

.container {
    width: 990px;
    margin: 0 auto;
    text-align: center;
}


/* 主体版块 */

.mainPanel {
    background-color: #f1f5f8;
    padding-top: 15px;
    padding-bottom: 50px;
}


/* 搜索版块 */

.search img:first-child {
    margin-left: 200px;
}

.search img:last-child {
    width: 16px;
    height: 16px;
    margin: 10px 0;
    padding: 7px 22px;
    margin-left: -61px;
    cursor: pointer;
    border-top: #919191 1px solid;
    border-right: #919191 1px solid;
    border-bottom: #919191 1px solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search img:last-child:hover {
    background-color: #D0D0D0;
}

.search input {
    line-height: 24px;
    width: 400px;
    margin: 10px 0;
    color: #333333;
    padding: 3px 9px;
    border-radius: 2px;
    border: #919191 1px solid;
    /* box-shadow: 0 0 2px #888888; */
}


/* 详情版块 */

.detailsA,
.detailsB,
.detailsC {
    background-color: #fff;
    padding: 12px 20px 36px;
    border-radius: 8px;
    margin-top: 10px;
}

.detailsA a {
    display: inline-block;
    line-height: 30px;
    min-width: 70px;
    margin: 0 30px;
    vertical-align: middle;
    color: #262729;
    text-align: center;
}

.detailsB a {
    display: inline-block;
    line-height: 30px;
    min-width: 70px;
    margin: 0 25px;
    vertical-align: middle;
    color: #262729;
    text-align: center;
}

.detailsB span {
    display: inline-block;
    line-height: 24px;
    width: 60px;
    font-weight: bold;
    vertical-align: middle;
    color: RGB(247, 147, 30);
    text-align: center;
}

.detailsC a {
    display: inline-block;
    line-height: 30px;
    width: 65px;
    vertical-align: middle;
    color: #262729;
    text-align: center;
}

.detailsC span {
    display: inline-block;
    line-height: 24px;
    width: 50px;
    font-weight: bold;
    vertical-align: middle;
    color: RGB(247, 147, 30);
    text-align: center;
}


/* 页脚 */

.footPanel {
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #262729;
}

.footPanel a {
    display: block;
    padding: 5px 15px;
    line-height: 20px;
    color: #f1f1f1;
    cursor: default;
}

.footPanel span {
    display: inline-block;
    padding: 5px 15px;
    line-height: 20px;
    vertical-align: middle;
    color: #f1f1f1;
    cursor: default;
}

#beian {
    cursor: pointer;
}

#beian2 {
    cursor: pointer;
}

#wj_img {
    vertical-align: middle;
}