.articleTab {
    position: relative;
}
.articleTab li {
    float: left;
}
.articleTab li .active {
    color: #018fd9;
    background: #fff;
}
.articleTab li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 20px 15px;
    min-width: 75px;
}
.articleInfo{
    width: 928px;
    padding: 20px 21px 36px 20px;
    margin-bottom: 50px;
}
.articleInfo .category{
    margin: 0px 0px 19px 0px;
}
.articleInfo .source{
    margin: 0px 0px 19px 0px;
}
.articleInfo .source .note{
    font-size: 14px;
    color: #999999;
    margin-left: 27px;
}
.articleInfo .from{
    display: none;
    margin: 0px 0px 26px 0px;
}
.articleInfo .fromText{
    width: 274px;
    height: 26px;
    color: #333333;
	background-color: #ffffff;
	border: solid 1px #cccccc;
    margin-left: 20px;
    padding-left: 10px;
}
.articleInfo .title{
    width: 928px;
	height: 60px;
}
.articleInfo .titleInput{
    width: 910px;
    height: 60px;
    border: 1px solid #cccccc;
    line-height: 60px;
    color: #333333;
    float: left;
    background: #fff;
    padding-left: 18px;
    font-size: 20px;
    font-weight: 600;
}
.articleInfo .content{
    margin-top: 23px;
}
.articleInfo .channel{
    margin-top: 16px;
    user-select: none;
}
/* .articleInfo .channel .law{
    width: 16px;
	height: 16px;
	border-radius: 4px;
	border: solid 1px #cccccc;
} */
.law {
	display: none;
}
.law + label {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 4px;
	display: inline-block;
    position: relative;
    margin-bottom: -5px;
}
.disabled{
    background-color: #e1e1e1 !important;
}
.law + label:active, law + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.law:checked + label {
	background-color: #ffffff;
	border: 1px solid #5c92ff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #5c92ff;
}

.law:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #5c92ff;
}
.articleInfo .operation{
    text-align: center;
    margin-top: 22px;
    overflow: hidden;
}
.articleInfo .operation a{
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
.articleInfo .operation .publish{
    width: 96px;
    background-color: #5c92ff;   
    margin-right: 16px; 
}
.articleInfo .operation .publish:hover{
    background-color: #5182e7;
}
.articleInfo .operation .cancel{
    width: 68px;
	background-color: #cccccc;	
}
.articleInfo .operation .cancel:hover{
    background-color: #bdbdbd;
}
.articleInfo .operation .draft{
    float: right;
    color: #5c92ff;
}
.articleInfo .operation .draft:hover{
    text-decoration: underline;
}
.articleInfo .operation .preview{
    float: right;
    margin-right: 15px;
    color: #5c92ff;
}
.articleInfo .operation .preview:hover{
    text-decoration: underline;
}
.articleInfo .recommendStandard{
    float: left;
}
.articleInfo .recommendStandard a{
    text-decoration: underline;
	font-size: 14px;
	color: #38adff;
}
.ztCategory{
    display: inline-block;
    width: 200px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}
dl dt{
    flex-shrink: 0;
    margin-right: 15px;
    text-align: right;
    font-size: 14px;
}
dl dd .select-i:not(:last-of-type) {
    margin-right: 30px;
}
#category3{
    display: none;
}
.select-i{
    position: relative;
    width: 111px;
	height: 21px;
	background-color: #ffffff;
	border: solid 1px #5c92ff;
}
.select-i .input-txt{
    display: inline-block;
    padding-left: 9px;
    padding-right: 5px;
    width: 88px;
    height: 21px;
    line-height: 21px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.jt{
    position: absolute;
    top:0px;
    right: 0px;    
    width: 23px;
	height: 21px;
	background-color: #5c92ff;
}
.triangle_border_down {
    cursor: pointer;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 8px;
    right: 7px;
}
.ul-select{    
    position: absolute;
    z-index: 100;
    width: 88px;
	background-color: #ffffff;
	box-shadow: 0px 3px 4px 0px 
		rgba(3, 0, 0, 0.11);
	border: solid 1px #dcdddd;
}
.ul-select.un-fold{
    display: none;
}
.ul-select li:last-child{
    border-bottom: none;
}
.ul-select li{
    position: relative;
    display: inline-block;
    width: 48px;
    height: 12px;
    line-height: 12px;
    padding: 3px 30px 3px 10px;
    font-size: 12px;
    color: #454545;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-select li:hover{
    color: #5c92ff;
}
.articleList{
    margin: 20px 0px 30px 0px;
    padding-left: 15px;
}
.articleList .offline{
    background-color: #e1e1e1;
	border: solid 1px #e5e5e5;
    opacity: 0.67;
    cursor: pointer;
}
.articleList .offline .operation .btns>div{
    cursor: inherit;
}
.article {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 18px;
}
.article:last-child{
    border: none;
}
.article .offlinePic{
    position: absolute;
    top: 22px;
    right: 18px;
    cursor: pointer;
}
.article h2 .time{
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    position: absolute;
    right: 0px;
}
.article .desc{
    font-size: 16px;
	line-height: 30px;
    color: #333333;
    margin-top: 20px;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.article .pic{
    display: inline-block;
    width: 410px;
}
.article .pic li {
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 6px;
    margin-bottom: 5px;
}
.article .pic li img{
    width: 100%;
    height: 100%;
}
.article .praise{
    clear: both;
    background: url(/img/website/grzx_wddt_dianzan.png) no-repeat 20px center;
    padding: 10px 45px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 18px;
    margin-bottom: 30px;
    background-color: #F7F8FA;
}
.article .operation{
    height: 22px;
    margin: 20px auto;
}
.article .operation .read{
    height: 20px;
    padding-left: 27px;
    background: url(/img/website/grzx_wddt_yuedu.png) 0 center no-repeat;
    float: left;
}
.article .operation .publishDate{
    float: right;
    font-size: 16px;
    color: #999999;
}
#operation1>a{
    display: inline-block;
}
#operation2 .btns{
    float: left;
}
#operation2>a{
    display: block;
    float: left;
    margin-right: 20px;
    font-weight: bold;
}
.article .operation .btns{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article .operation .btns>div{
    display: inline-block;
    width: 22px;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
}
.article .operation .btns>div:last-child{
    margin-right: 0px;
    line-height: 24px;
}
.article .operation .like{
    background: url(/img/website/grzx_wddt_weidianzan.png) no-repeat;
}
.article .operation .liked{
    background: url(/img/website/grzx_wddt_dianzan.png) no-repeat;
}
.article .operation .comment{
    background: url(/img/website/grzx_wddt_pinglun.png) no-repeat center center;
    width: 2px;
}
.article .operation .commented{
    padding-left: 20px;
}
.article .operation .share{
    background: url(/img/website/grzx_wddt_fenxiang.png) no-repeat;
    position: relative;  
}
.article .operation .heart{
    background: url(/img/website/grzx_wddt_weishoucang.png) no-repeat;
}
.article .operation .hearted{
    background: url(/img/website/grzx_wddt_yishoucang.png) no-repeat;
}
.article .operation .write{
    background: url(/img/website/grzx_wddt_bianji.png) no-repeat;
}
.article .operation .delete{
    background: url(/img/website/grzx_wddt_shanchu.png) no-repeat;
}
.nodata{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
    width: 100%;
	height: 551px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px 
		rgba(4, 0, 0, 0.08);
	border: solid 1px #dddddd;
}
.nodata .noDataInfo{
    text-align: center;
}
.nodata img{
    display: inline;
}
.nodata p{
    font-size: 18px;
    color: #5f7583;
    margin-top: 42px;
}
.share_con {
    display: none;
    left: -35px;
    padding: 3px 0 4px;
    top: 25px;
    width: 90px;
}
.Js_download{
    padding-top: 100px;
}
.Js_download div{
    margin-top: 100px;
}
.Js_download img{
    display: block;
    margin: 0 auto;
}
.Js_download span{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.uploadButton{
    width: 142px;
    height: 31px;
    line-height: 31px;
	background-color: #5c92ff;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
}
.wordUpload{
    margin-top: 15px;
    margin-bottom: 16px;
    position: relative;
}
.wordUpload span{
    font-size: 14px;
	color: #5c92ff;
}
.cateNav{
    background-color: #f9f9f9;
    padding: 19px 19px 1px 19px;
}
.file1{
    position: absolute;
    left: 0;
    top: 0;    
    opacity: 0;
    width: 142px;
    height: 31px;
    cursor: pointer;
}
.rsa h3{
    font-size: 17px;
    color: #38adff;
    text-align: center;
}
.rsa .rules{
    font-size: 15px;
	line-height: 29px;
    color: #666666;
    margin: 27px 0px 20px 0px;
}
.rsa .addition{
    font-size: 14px;
	color: #999999;
}