
body {
    background: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

#b {
    width: 1200px;
    padding: 0 12px;
    background: #FFF;
    position: relative
}

#cover {
    position: absolute;
    top: 0px;
    float: left;
    background: #000000;
    width: 100%;
    height: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 102;
}
    /*返回顶部*/
#gotoTop {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 160px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: url("dkcssimg.png") no-repeat -213px -466px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999999;
}

#gotoTop:hover {
    background: url("dkcssimg.png") no-repeat -213px -526px;
    opacity: 1;
    filter: alpha(opacity=100);
}



.soflvbox{position:absolute;border:1px solid #0199dc;border-radius:5px;width:310px;padding:10px 20px;height:130px;background:#fff;left:-370px;top:-40px;font-size:16px;line-height:22px;color:#999;display:none;}
.soflvbox:after{content:" ";position:absolute;width:12px;height:15px;right:-9px;top:66px;background:url(souljt.png) no-repeat;}
.soflvbox span{color:#0199dc;font-size:14px;}.soflvbox p{text-align:right;    cursor: pointer;}
.back{width:72px;height:72px;background-position:0 -214px;bottom:250px;position:fixed;right:30px;}
.back:hover,.user a:hover{background:url(mydzchove.png) no-repeat;/*background-position:0 -1px;*/}
.user a.soulv{cursor:pointer;}.user a.qq:hover{background-position:0 -73px;}
.user a.usefk:hover{background-position:0 -145px;}
.back:hover{background-position:0 -215px;}
footer {width:100%;padding:20px 0;background:#313131;text-align:center;}
footer .Copyright p {font-size:16px;color:#fff;line-height:28px;padding: 0;margin: 0;}
footer .Copyright p a {color:#fff;text-decoration: none;}
footer .Copyright p span {padding:0 10px;}
footer .Copyright p img {vertical-align:-4px;margin-left:5px;}
.usefkFc{position:absolute;border:1px solid #0199dc;border-radius:5px;width:198px;padding:10px 20px;height:45px;background:#fff;left:-260px;top:145px;font-size:16px;line-height:22px;color:#999;display:none;}
.usefkFc:after{content:" ";position:absolute;width:12px;height:15px;right:-9px;top:25px;background:url(souljt.png) no-repeat;}
.usefkFc span{color:#0199dc;font-size:14px;}.usefkFc p{text-align:right;    cursor: pointer;}


    /*内页列表分页*/
.inner_pages {
    position: relative;
    float: left;
    top: -4px;
    height: 32px;
    margin: 0px auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #ccc;
}

.inner_pages .pagNum,.inner_pages a {
    display: inline-block;
    margin: 0 4px;
    background: #aeaeae;
    background: #fff;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 12px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
}

.inner_pages a:hover {
    background: #1e89e0;
    border: 1px solid #1e89e0;
    color: #fff;
    text-decoration: none;
}

.inner_pages span.current {
    display: inline-block;
    border-radius: 4px;
    background: #1e89e0;
    border: 1px solid #1e89e0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 12px;
}

.inner_pages span.disabled {
    display: inline-block;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 26px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.inner_pages .prev,.inner_pages .next {
    background: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 26px;
    margin-left: 10px;
}

.inner_pages .first {
    background: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 12px;
    margin-right: 0;
}

.inner_pages .last {
    background: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 12px;
    margin-left: 10px;
}

.inner_pages select {
    position: relative;
    border: 1px solid #ddd;
    height: 30px;
    padding: 2px 6px;
    top: -2px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: 2px;
}

.inner_pages span {
    display: inline-block;
    border-radius: 4px;
    background: #1e89e0;
    border: 1px solid #1e89e0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 12px;
}
    /* 内页列表分页 out */