@import "bootstrap-common.css";

.navigation .nav-item a:hover, .navigation .nav-item.active a {
    background-color: #c40701;
}

.navigation .nav-item {
    /*border-left: 1px solid #e6081d !important;
    border-right: 1px solid #bd0d1e !important;*/
    border-right: 1px solid rgba(0,0,0,.12);
    text-align: center !important;
    min-width: 80px !important;
}

.navigation .nav-item:first-child {
    /*border-left: none !important;
    border-right: 1px solid #a50d1b !important;*/
    border-right: none !important;
}

.navigation .nav-item:last-child {
    /*border-right: none !important;*/
}

.navigation .hot-special {
    width: 80px;
    text-indent: -300px;
    overflow: hidden;
    background: url(../image/hot-special.png) no-repeat center center;
    background-size: 100%;
}

.reading {
    overflow: hidden;
    padding: 16px 0px;
    clear: both;
    border: 0px solid #eee;
}

.reading dl {
    float: left;
    position: relative;
    width: 333px;
    overflow: hidden;
}

.reading dl dt {
    float: left;
    width: 120px;
    height: 90px;
}

.reading dl dt:after {
    width: 120px;
    height: 90px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../image/shuimuhua.png) no-repeat center center;
}

.reading dl dd {
    float: left;
    width: 192px;
    height: 70px;
    padding: 10px 10px;
    text-align: left;
}

.reading dl dd h4 {
    font-size: 14px;
    color: #08509a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 6px 0px 4px 0px;
}

.reading dl dd p {
    font-size: 12px;
    color: #666;
}

.content p {
    padding-bottom: 1rem;
}

.content img {
    max-width: 600px;
    width: expression(this.width>600&&this.width>this.height?400:'auto');
    max-height: 4500px;
    height: expresion(this.height > 4500 ? 4500px: 'auto');
    overflow: hidden;
    border: 0px solid #CCCCCC;
    padding: 0px;
}

.content p img {
    margin-left: -2em;
}

.scene-audio {
    width: 42px;
    height: 34px;
    position: fixed;
    z-index: 100000;
    overflow: hidden;
    outline: 0;
}

.scene-audio.none {
    left: -10000px;
    top: -10000px;
}

.scene-audio.lt {
    left: 0;
    top: 10px;
}

.scene-audio.lb {
    left: 0;
    bottom: 24px;
}

.scene-audio.rt {
    right: 0px;
    top: 210px;
}

.scene-audio.rb {
    right: 0;
    bottom: 24px;
}

.scene-audio audio {
    width: 0;
    height: 0;
    visibility: hidden;
}

.scene-audio .scene-audio-pointer {
    position: absolute;
    z-index: 3;
    width: 28.5px;
    height: 20px;
    background: transparent url(../image/icon/audio-pointer.png) no-repeat 0 0;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: translate(2px, 0) rotate(12deg);
    transform: translate(2px, 0) rotate(12deg);
}

.scene-audio .scene-audio-disk {
    position: absolute;
    z-index: 2;
    width: 31px;
    height: 31px;
    background: transparent url(../image/icon/audio-disk.png) no-repeat 0 0;
    background-size: 100%;
}

.scene-audio.play .scene-audio-pointer {
    -webkit-transform: translate(0px, 1px) rotate(0deg);
    transform: translate(0px, 1px) rotate(0deg);
}

.scene-audio.play .scene-audio-disk {
    -webkit-animation: Rotation 1s linear infinite;
    animation: Rotation 1s linear infinite;
}

.scene-audio.lt .scene-audio-pointer, .scene-audio.lb .scene-audio-pointer {
    left: -4px;
    top: 7.5px;
}

.scene-audio.lt .scene-audio-disk, .scene-audio.lb .scene-audio-disk {
    right: 0;
}

.scene-audio.rt .scene-audio-pointer, .scene-audio.rb .scene-audio-pointer {
    right: -32px;
    top: 5.5px;
    -webkit-transform: translate(0px, 0) rotate(-12deg) scale(-1, 1);
    transform: translate(0px, 0) rotate(-12deg) scale(-1, 1);
}

.scene-audio.rt.play .scene-audio-pointer, .scene-audio.rb.play .scene-audio-pointer {
    -webkit-transform: translate(0px, 1px) rotate(0deg) scale(-1, 1);
    transform: translate(0px, 1px) rotate(0deg) scale(-1, 1);
}

.scene-audio.rt .scene-audio-disk, .scene-audio.bb .scene-audio-disk {
    left: 0;
}

.scene-audio.double {
    width: 84px;
    height: 68px;
}

.scene-audio.double.lt {
    top: 20px;
}

.scene-audio.double.lb {
    bottom: 48px;
}

.scene-audio.double.rt {
    top: 20px;
}

.scene-audio.double.rb {
    bottom: 48px;
}

.scene-audio.double .scene-audio-pointer {
    width: 57px;
    height: 40px;
}

.scene-audio.double .scene-audio-disk {
    width: 62px;
    height: 62px;
}

.scene-audio.double.lt .scene-audio-pointer, .scene-audio.double.lb .scene-audio-pointer {
    left: -8px;
    top: 15px;
}

.scene-audio.double.rt .scene-audio-pointer, .scene-audio.double.rb .scene-audio-pointer {
    right: -64px;
    top: 11px;
}

.media-player {
    position: absolute;
    left: -100000px;
    top: -100000px;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.verion-bg {
    background: url(../image/verion-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.xuan-bg {
    background: url(../image/xuan-bg.png) no-repeat center -120px;
    background-size: 100%;
}