﻿.hide {
    display: none !important
}

.show {
    display: block !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

span.ellipse.clickable {
    cursor: pointer
}

.ellipse input {
    width: 3em
}

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #AAA;
    border-left: 0;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -o-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -ms-linear-gradient(top, #efefef 0, #bbb 100%);
    background: linear-gradient(top, #efefef 0, #bbb 100%)
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0
}

.compact-theme .current {
    background: #bbb;
    background: -moz-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0, #efefef 100%);
    background: linear-gradient(top, #bbb 0, #efefef 100%);
    cursor: default
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default
}

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}

.light-theme a:hover {
    text-decoration: none;
    background: #FCFCFC
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, .3) inset;
    cursor: default
}

.light-theme .ellipse {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.grey-theme a, .grey-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(218, 218, 218, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}

.grey-theme a:hover {
    text-decoration: none;
    background: #FCFCFC
}

.grey-theme .current {
    background: grey;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 #fff, 0 0 2px rgba(218, 218, 218, .3) inset;
    cursor: default
}

.grey-theme .ellipse {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #555 0, #333 100%);
    background: -o-linear-gradient(top, #555 0, #333 100%);
    background: -ms-linear-gradient(top, #555 0, #333 100%);
    background: linear-gradient(top, #555 0, #333 100%)
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
    cursor: default
}

.dark-theme .ellipse {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.theme {
    display: inline-block
}

.pagingAnother {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 45px;
    line-height: 35px;
    margin-left: 10px
}

.theme a, .theme span {
    float: left;
    color: #403f3f;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    padding: 0 16px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-left: 0;
    background: #e7e7e7
}

.theme a:hover {
    text-decoration: none;
    background: #c32016;
    color: #fff
}

.theme .current {
    background: #c32016;
    color: #fed9d9;
    border: 0;
    height: 38px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
    cursor: default
}

.theme .ellipse {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.theme .prev, .theme .next {
    width: 8px;
    background: #e7e7e7;
    color: #403f3f
}

.theme .goPage {
    border: 0;
    display: inline-block;
    margin: 0 20px
}

.theme .goConfirm {
    position: relative;
    top: 5px
}

.theme .goNumber {
    width: 100px
}

.theme .pageSize {
    display: inline-block;
    width: 70px;
    height: 30px;
    position: relative;
    top: 5px
}

.theme li {
    margin: 0 5px
}

.wzcl-live {
    display: inline-block
}

.wzcl-live .pagingAnother {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 45px;
    line-height: 35px;
    margin-left: 10px
}

.wzcl-live a, .wzcl-live span {
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    padding: 0 13px;
    border-left: 0;
    background: #fe5b56;
    cursor: pointer;
    border-radius: 2px
}

.wzcl-live a.ellipse, .wzcl-live span.ellipse {
    color: #9e9e9e
}

.wzcl-live a:hover {
    text-decoration: none;
    background: #fff;
    color: #fe5b56;
    border: 1px solid #fe5b56;
    line-height: 30px;
    padding: 0 12px
}

.wzcl-live .current {
    background: #fff;
    color: #fe5b56;
    border: 1px solid #fe5b56;
    line-height: 30px;
    padding: 0 12px;
    cursor: default
}

.wzcl-live .ellipse {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.wzcl-live .prev.current, .wzcl-live .next.current {
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc
}

.wzcl-live .goPage {
    border: 0;
    display: inline-block;
    margin: 0 20px
}

.wzcl-live .goConfirm {
    position: relative;
    top: 5px
}

.wzcl-live .goNumber {
    width: 100px
}

.wzcl-live .pageSize {
    display: inline-block;
    width: 70px;
    height: 30px;
    position: relative;
    top: 5px
}

.wzcl-live li {
    margin: 0 5px
}

#top__nav {
    position: relative;
    z-index: 2
}

.main-content {
    position: relative;
    margin: 0 0 70px;
    min-height: 452px;
    z-index: 1
}

.main-content .layout {
    *zoom: 1
}

.main-content .layout:before, .main-content .layout:after {
    display: table;
    content: "";
    line-height: 0
}

.main-content .layout:after {
    clear: both
}

.main-content .banner {
    margin: 30px auto
}

.main-content .banner a {
    display: block
}

.main-content .nav-side-bar {
    display: inline-block;
    left: 40px;
    vertical-align: top;
    margin-right: 70px;
    position: relative
}

.main-content .article-content {
    margin-bottom: 70px;
    display: inline-block
}

.main-content .article-content .pagination-area {
    position: absolute
}

.main-content .hot-side-bar {
    width: 280px;
    display: inline-block;
    float: right;
    margin-right: 22px;
    position: relative;
    right: 22px
}

.main-content .hot-side-bar .search-box {
    position: relative
}

.main-content .hot-side-bar .search-box .search {
    width: 260px;
    padding: 10px;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: 0
}

.main-content .hot-side-bar .search-box .go2search {
    position: absolute;
    left: 242px;
    top: 7px;
    height: 20px;
    width: 21px;
    background: url(../images/search_5b21186.png) no-repeat center;
    cursor: pointer
}

.main-content .hot-side-bar .side-listen-pic {
    margin-left: 20px
}

.main-content .hot-side-bar .side-listen-pic a {
    display: block
}

.main-content .recommend-plate-box {
    width: 616px;
    margin-top: 60px;
    margin-left: 195px
}