	.dzq{
		height:120px;
		line-height:23px !important; 
		display: block;
		border:1px solid #ccc;
		border-radius: 1px;
		text-indent: 0px;
		font-size: 17px;
		color:#3a3a3a;
		padding: 5px 15px;
		overflow-y: scroll;
		line-height: normal;
		word-wrap:break-word;
		border-top: 0px;
		border-bottom: 0px;
	}
	.dzq>span{
		font-size: 17px;
		line-height:23px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.gdq{
		resize: none;
		height:120px;
		line-height:23px;
		overflow-y: scroll; 
		border-radius: 1px;
		width:100%;
		border:1px solid #ccc;
		font-size: 17px;
		padding: 5px 15px;
	}
	.typetool-title{
		border:1px solid #ccc;
		border-bottom: none;
		height:28px;
		line-height: 28px;
		padding-left: 12px;
		color:green;
		font-weight: bold;
	}

	.typetool-data{
		height:30px;
		border:1px solid #ccc;
	}
	.typetool-data>ul{
		padding:0px;
		margin: 0px !important;
		width:100%;
	}
	.typetool-data>ul>li{
		float:left;
		width:52px;
		height:29px;
		line-height: 29px !important;
		text-align: center;
		margin-left: 0px;
		color:white;
		font-size: 14px;
	}
	.typetool-data>ul>li:nth-of-type(1){
		background-color:#00B050;
		width:54px;
	}
	.typetool-data>ul>li:nth-of-type(2){
		background-color:#5E5CA6;
	}
	.typetool-data>ul>li:nth-of-type(3){
		background-color:#1AA1E1;
	}
	.typetool-data>ul>li:nth-of-type(4){
		background-color:#B3C833;
	}
	.typetool-data>ul>li:nth-of-type(5){
		background-color:#008080;
	}
	.typetool-data>ul>li:nth-of-type(6){
		background-color:#CC0099;
	}
	.typetool-data>ul>li:nth-of-type(7){
		background-color:#888;
		width:54px;
	}
	.typetool-progress{
		height:5px;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.progress-bar{
		height:4px;
		width:0%;
		background-color:#82CA2F;
	}

	.article-tab{
		height:370px;
	}
	.tran-div-oper{
		height:30px;
	}
	.tran-div-oper>ul{
		padding:0px;
		margin:0px !important;
	}
	.tran-div-oper>ul>li{
		float:left;
		width:100px;
		text-align: center;
		color:#333;
	}
	.tran-div-oper>ul>li:hover{
		cursor: pointer;
	}
	.selected-li-tab{
		border:1px solid #ccc;
		border-bottom: none;
		height:30px;
		line-height: 30px !important;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.unselected-li-tab{
		background-color:#ccc;
		height:24px;
		line-height: 24px !important;
		margin-top: 6px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
	}
	.line-div{
		clear:both;
		border-top:1px solid #ccc;
		height:1px;width:300px;
		width:40px;
		margin-left: 200px;
	}
	.the-tab-div{
		border:1px solid #ccc;
		height: 100%;
		border-top: none;
	}
	.the-tab-div:last-of-type{
		display: none;
	}
	.article-ul{
		border:1px solid #ccc;
		height:96%;
		overflow-y: scroll;
		margin:14px !important;
		border-radius: 3px;
	}
	.article-ul>li{
		color:#333;
		height:24px;
		line-height:24px !important;
		font-size:14px;
	}
	.article-ul>li>.article_title{
		margin-left: 10px;
	}
	.article-ul>li:hover{
		cursor: pointer;
		background-color: #ADCE89;
	}
	.type-text-div{
		padding: 14px;
	}
