/*!

 * uu-editor v1.0.2
 * Copyright 2014 www.docswf.com
 * Licensed under GPL
 */.uu-editor-html {
	border: 1px solid #ccc;
	min-height: 100px;
	min-width: 100px
}

.uu-editor-toolbar {
	clear: both;
	padding-top: 4px;
	height: 24px;
	background-color: #fff
}

.uu-editor-toolbar a,.uu-editor-toolbar span {
	display: block;
	margin: 0 4px;
	padding: 0;
	height: 22px;
	width: 22px;
	float: left;
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url(ui-editor.png);
	background-repeat: no-repeat;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer
}

.uu-editor-toolbar .sp {
	width: 0;
	border-left: 1px solid #ccc
}

.uu-editor-hover {
	border: 1px solid #ccc !important;
	background-color: #eee !important
}

.uu-editor-barsp {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc
}

.uu-editor-undo {
	background-position: -155px -36px
}

.uu-editor-redo {
	background-position: -185px -36px
}

.uu-editor-bold {
	background-position: -4px -5px
}

.uu-editor-italic {
	background-position: -35px -5px
}

.uu-editor-underline {
	background-position: -65px -5px
}

.uu-editor-strikethrough {
	background-position: -96px -5px
}

.uu-editor-forecolor {
	background-position: -125px -5px
}

.uu-editor-backcolor {
	background-position: -157px -6px
}

.uu-editor-justifyleft {
	background-position: -186px -5px
}

.uu-editor-justifycenter {
	background-position: -216px -4px
}

.uu-editor-justifyright {
	background-position: -246px -5px
}

.uu-editor-justifyfull {
	background-position: -276px -5px
}

.uu-editor-insertunorderedlist {
	background-position: -306px -5px
}

.uu-editor-insertorderedlist {
	background-position: -336px -6px
}

.uu-editor-indent {
	background-position: -396px -5px
}

.uu-editor-outdent {
	background-position: -366px -5px
}

.uu-editor-subscript {
	background-position: -425px -5px
}

.uu-editor-superscript {
	background-position: -455px -5px
}

.uu-editor-createLink {
	background-position: -7px -36px
}

.uu-editor-unLink {
	background-position: -36px -36px
}

.uu-editor-insertImage {
	background-position: -66px -35px
}

.uu-editor-table {
	background-position: -96px -35px
}

.uu-editor-insertHorizontalRule {
	background-position: -126px -36px
}

.uu-editor-copy {
	background-position: -366px -36px
}

.uu-editor-Cut {
	background-position: -396px -36px
}

.uu-editor-Paste {
	background-position: -426px -36px
}

.uu-editor-source {
	background-position: -457px -35px
}

.uu-editor-simple {
	background-position: -214px -34px;
	float: right !important
}

.uu-editor-full {
	background-position: -276px -36px;
	float: right !important
}

.uu-editor-font,.uu-editor-size {
	background-position: 69px -64px;
	border: 1px solid #ccc !important;
	width: 96px !important;
	position: relative
}

.uu-editor-font h7,.uu-editor-size h7 {
	border-right: 1px solid #ccc;
	background-color: #fff !important;
	width: 72px;
	height: 22px;
	line-height: 22px;
	padding-left: 2px;
	font-size: 14px;
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.uu-editor-arrowbtn i {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	position: absolute;
	top: 8px;
	left: 5px
}

.uu-editor-font ul,.uu-editor-size ul {
	list-style-type: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background-color: #fff;
	margin: 0;
	padding: 5px 0;
	min-width: 91px;
	position: absolute;
	top: 23px;
	left: -1px;
	display: none
}

.uu-editor-font ul li,.uu-editor-size ul li {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 20px;
	cursor: pointer
}

.uu-editor-forecolor,.uu-editor-backcolor {
	position: relative
}

.uu-editor-backcolor table,.uu-editor-forecolor table {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background-color: #fff;
	width: 165px;
	height: 105px;
	position: absolute;
	top: 23px;
	left: -1px;
	display: none
}

.uu-editor-backcolor table td,.uu-editor-forecolor table td {
	border: 1px solid #ccc;
	cursor: pointer
}

.uu-editor-conver {
	_position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	display: none
}

.uu-editor-box {
	_position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 350px;
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	border-radius: 6px;
	display: none
}

.uu-editor-boxhead {
	height: 40px;
	border-bottom: 1px solid #ccc
}

.uu-editor-boxtitle {
	float: left;
	padding: 12px;
	font-size: 14px
}

.uu-editor-boxclose {
	float: right;
	padding: 12px;
	font-size: 14px;
	cursor: pointer
}

.uu-editor-boxbody {
	text-align: center;
	padding: 30px
}

.uu-editor-boxbody label {
	font-size: 14px;
	color: #555
}

.uu-editor-boxfoot {
	border-top: 1px solid #ccc
}

.uu-editor-boxok,.uu-editor-boxcancel {
	line-height: 20px;
	padding: 4px 15px;
	float: right;
	margin: 5px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #ccc;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.uu-editor-boxok {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.uu-editor-boxcancel:hover {
	background-color: #e6e6e6;
	border-color: #adadad
}

.uu-editor-boxok:hover {
	background-color: #3071a9;
	border-color: #285e8e
}

.uu-editor-boxbody input {
	width: 215px;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.uu-editor-boxbody input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.uu-editor-boxbody table td {
	padding: 7px 2px
}

#uu-editor-iframe {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff
}

#uu-editor-text {
	display: none;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff
}

#uu-editor-text:focus {
	border: 0
}

.article{
    padding: 10px 30px;
    font-size: 14px;
    height: 20px;
    background-color: #fff;
}
.article a{
    color: #1E90FF;
}
.article1{
    float: left;
}
.article2{
    float: right;
}
.article3{
    border-top: 1px solid #eee;
    padding:10px 30px;
    height: 200px;
    background-color: #fff;
}
.article3 li{
    float: left;
    list-style: disc;
    width: 394px;
    margin: 4px 13px;
}
.article3 a:hover{
    color:#63B8FF;
}
.article4{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.article4 span {
    padding: 10px 0;
    border-bottom: 3px solid #000;
}