.content {
	font-size:14px;
	line-height:22px;
	text-align: justify;
	word-break:break-all;
}

.store img {
    border:0px;
    width: 140px;
    height: 35px;
    content: url("../image/sc.png");
}

.store.active img {
    border: 0px;
    width: 140px;
    height: 35px;
    content: url("../image/ysc.png");
}
.contentBox{
    background: #fff;
    margin-top:10px;
    position: relative;
}
.leftOpt{
    position: absolute;
    left:-36px;
    top:0;
    display: flex;
    flex-direction: column;
}
.rightOpt{
    position: absolute;
    right:-36px;
    top:0;
    display: flex;
    flex-direction: column;
}
.leftBtn{
    position: relative;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 36px;
    height: max-content;
    padding: 30px 0;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    background: #ed1b24;
    text-decoration: none;
    border-radius: 0 4px 4px 0;
    letter-spacing: 4px;
}
.rightBtn{
    position: relative;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 36px;
    height: max-content;
    padding: 30px 0;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    background: #ed1b24;
    text-decoration: none;
    border-radius: 0 4px 4px 0;
    letter-spacing: 4px;
}
.leftBtn a:hover,.leftBtn:hover{
    text-decoration: none;
}
.leftBtn a{
    color:#fff;
}
.leftBtn::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 0;
    height: 0;
    border-top:solid 12px #eee;
    border-right:solid 18px transparent;
    border-bottom:solid 12px transparent;
    border-left:solid 18px #eee;
}
.leftBtn::after{
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height: 0;
    border-top:solid 12px transparent;
    border-right:solid 18px transparent;
    border-bottom:solid 12px #eee;
    border-left:solid 18px #eee;
}

.rightBtn a:hover,.rightBtn:hover{
    text-decoration: none;
}
.rightBtn a{
    color:#fff;
}
.rightBtn::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 0;
    height: 0;
    border-top:solid 12px #eee;
    border-right:solid 18px #eee;
    border-bottom:solid 12px transparent;
    border-left:solid 18px transparent;
}
.rightBtn::after{
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height: 0;
    border-top:solid 12px transparent;
    border-right:solid 18px #eee;
    border-bottom:solid 12px #eee;
    border-left:solid 18px transparent;
}
.contentContainer{
    width: 1002px;
    height: 780px;
    overflow: auto;
}
.opts{
    padding:0 20px;
    text-align: left;
}
.rightFun{
    float: right;
    display: flex;
    align-items: center;
}
.fontAd{
    border:solid 1px #eee;
    border-radius: 3px;
    margin:0 15px;
    overflow: hidden;
    display: flex;
}
.fontAd span{
    display: inline-block;
    padding:6px 15px;
}
.fontAd span:first-child{
    border-right: solid 1px #eee;
}
.fontAd span:last-child{
    border-left: solid 1px #eee;
}
.fontAd span:hover{
    text-decoration: none;
}
.fontAd span.active{
    background: #ed1b24;
    color: #fff;
}
.fontAd span.active a{
    color: #fff;
}
.fontAd span a:hover{
    text-decoration: none;
}
.artTime{
    margin-right: 25px;
}
#Span1{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    margin-left: 5px;
    border-radius: 50%;
}
#goTilePageSpan,#downPdf,#prePeriod,#nextPeriod{
    display: none!important;
}