*{
    margin: 0;
    padding: 0;

}
html, body {
    height: 100%;
    background: rgb(255, 255, 255);;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}
.wrap{
    height: 100%;
    display: flex;
    background: #FFF;
}
.wrap-left{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    width: 50%;
    padding: 10px 2%;
    box-sizing: border-box;
    border-right: 1px solid rgb(221, 221, 221);
}
.wrap-right{
    height: 100%;
    width: 50%;
    padding: 10px 20px;
    padding-top: 16px;
    box-sizing: border-box;
    border-left: 0px solid rgb(221, 221, 221);
}
.itswTitle {
    display: block;
    font-weight: bold;
    margin: 5px 20px 12px 0px;
    color: #00599C;
    font-size: 16px;
    font-weight: 600;
}
.itswTitleLine {
    width: 96%;
    height: 1px;
    margin: 0 auto;
    background-color: #e7eaec;
}
.edition-itme {
    width: 100%;
    margin: 0px 0px 32px 0px;
    padding: 25px 20px;
    box-sizing: border-box;
    line-height: 30px;
    font-weight: bold;
    color: #666;
    background-color: #fcf8e3;
    border-radius: 4px;
    border:1px solid #faebcc;
    padding-top: 18px;
}
.edition-itme-tittle{
    font-weight:600;
    font-size: 16px;
    line-height:16px;
    color:#8a6d3b;
}
#moreEdtion{
    font-size:13px;
    float: right;
    color: #096ac6;
    cursor: pointer;
}
#moreEdtion:hover{
    color: #23527c;
}

.edition-itme-date{
    font-size: 14px;
    line-height:14px;
    display:inline-block;
    margin-top:16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #927E59;
    opacity: 0.8;
}
.edition-itme-content{
    font-size: 13px;
    line-height:22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    float: left;
	color: #333333;
    margin-top: 18px;
	width: 78%;
}
.edition-itme-data{
	float: right;
	margin-top: 18px;
	font-size: 13px;
	line-height:20px;
}
.iframe-wrap{
    height: inherit
}
ul{
    width:100%;
}
li{
    padding: 4px 20px 3px 0px;
    line-height: 40px;
    height: 40px;
    list-style: none;
    border-bottom: 1px dashed rgb(221, 221, 221);
}
li .nitoc-content{
    font-size:13px;
    float: left;
    width:78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: #333;
}
li .nitoc-content:hover{
    color: #63a4ec;
}
li .nitoc-date{
    font-size:13px;
    float: right;
    color: #666;
}
.super{
    color: #ed7d31 !important;
    font-weight: 700 !important;
}