#content .content-container {
	margin-top: 60px;
}

#content .content-list {
	margin: 0 auto;
}

#content .content-list .list-title {
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

#content .content-list .list-title font {
	font-weight: bold;
	color: red;
}

#content .content-list table {
	width: 100%;
	font-size: 14px;
}

#content .content-list table tr,
#content .content-list table th,
#content .content-list table td {
	border: 1px solid #ccc;
}

#content .content-list table .header {
	background-color: #effff2;
}

#content .content-list table th {
	height: 40px;
}

#content .content-list table td {
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .content-list table th,
#content .content-list table td {
	text-align: center;
}

#content .content-list table .name {
	max-width: 97px;
}

#content .content-list table .name a {
	color: #3ba354;
}

#content .content-list table .name a:hover {
	color: #ff9933;
}

#content .content-list table .addr,
#content .content-list table .exp {
	max-width: 97px;
}

#content .content-list table .status {
	max-width: 228px;
	text-align: left;
	text-indent: 10px;
}

#content .content-list table .loc {
	max-width: 165px;
}

#content .content-list table .job {
	max-width: 219px;
	padding-left: 10px;
	text-align: left;
}
/*一键注册样式*/
.notlogged-dialog{
	border:0 !important;
	width:430px !important;
	height:540px !important;
	background:#f6feea;
}
.notlogged-dialog .PLG-dialogBox-content {
	padding: 25px 0 65px 0;
}

.notlogged-dialog .PLG-dialogBox-content span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}

.notlogged-dialog .PLG-dialogBox-content span.login {
	margin-top: 15px;
}

.notlogged-dialog .PLG-dialogBox-content span a {
	color: #3ba354;
	text-decoration: underline;
	padding: 0 5px;
}

.notlogged-dialog .PLG-dialogBox-content span.login a {
	color: #ff9933;
}

.notlogged-dialog .PLG-dialogBox-buttonset {
	height: 40px;
}
.notlogged-dialog .PLG-dialogBox-title,.notlogged-dialog .PLG-draggable{
	text-align: center;
	height:79px;
	background:#3ba354;
	margin-left:0;
	line-height:79px;
	color:#fff;
	font-size:18px;
}
.notlogged-dialog .PLG-iconfont,.notlogged-dialog .PLG-dialogBox-buttonset{
	display:none;
}
.js-notlogged-dialog-content{
	margin-top:15px;
}
.register_content {
	padding:0 0 0 65px;
}
.register_info{
	width:300px;
	/*padding:0 0 0 65px;*/
	position:relative;
}
.register_info input{
	width:298px;
	height:40px;
	line-height:40px;
	border:1px solid #ddd;
	margin-bottom: 9px;
	text-indent: 1.25em;
	color:#333;
}
.register_info input:hover{
    border: 1px solid #8dcb96;
    box-shadow: 0px 0px 5px #8dcb96;
}
.register_info label{
	margin:13px 0 0 15px
}
.js-notlogged-dialog-content .register_info_last input{
	width:168px;
	margin-bottom:0;
}
.register_info_last a{
	position:absolute;
	width:121px;
	height:40px;
	border:1px solid #b8ebc0;
	background:#dafcdf;
	color:#3ba354;
	text-align: center;
	line-height: 40px;
	margin-left:7px;
}
.register_info_last a:hover{
	cursor: pointer;
}
.js-notlogged-dialog-content .agreement{
	width:300px;
}
.js-notlogged-dialog-content .agreement label{
	float:left;
	margin-top:36px;
	line-height:16px;
	margin-left: 0;
}
.js-notlogged-dialog-content .agreement .checkAgree{
	width:13px !important;
	height:13px !important;
	margin:2px 7px 0 0;
}
.js-notlogged-dialog-content .agreement a{
	color: #3ba354;
	float:left;
	margin-top:36px;
	line-height:16px;
	width:156px;
}
.js-notlogged-dialog-content .submit{
	width: 300px;
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #3ba354;
    border: none;
    border-radius: 3.5px;
    cursor: pointer;
}
.register_info:after{
	clear: both;
    overflow: hidden;
}
.register_info:before{
	content: "";
    display: table;
}
.register_bottom{
	padding-top: 25px
}
.bottom_text{
	width:90px;
	float:left;
}
.bottom_login{
	float:left;
    color: #ff9933;
}
.PLG-tooltipbox-box{
	z-index:110 !important;
}
.close{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    padding: 8px;
    background: url(../img2/icon/icon-close-2.png) no-repeat center;
}


.hint{
	position:absolute;
	top:-41px;
	left:0px;
	padding-right: 10px;
    color: red;
    height:30px;
    /*display:none;*/
    line-height:30px;
    text-indent: 30px;
    border: 1px solid #e6d893;
    border-radius: 3.5px;
    background: #fff7e9 url(../img2/tooltip-icon.png) no-repeat 10px center;
}
.base{
	position: absolute;
    top:-10px;
    left: 9px;
    width: 18px;
    height: 10px;
    background: url(../img2/tooltip-arrow.png) no-repeat center;

}
.bg{
	position:fixed;
	width:100%;
	height:100%;
	background: #999;
	opacity: 0.7;
	z-index: 200;
	filter:alpha(opacity=70); 
}
.bounced{
	position:fixed;
	z-index: 201;
	top:50%;
	left:50%;
	width:400px;
	height:auto;
	border: 5px solid #666;
    background-color: #fff;	
    margin-left: -200px;
    margin-top:-100px;
	font-size:14px;
}
.bounced_header{
	height:40px;
	line-height:40px;
	background:#f1f1f1;
	padding-left:10px;
}
.bounced_main{
	height:100px;
	line-height:100px;
	text-align: center;
}
.bounced_footer{
	height:35px;
	padding:15px 0;
	background:#f1f1f1;
	text-align: center;
}
.bounced_footer a{
    width: 130px;
    height: 35px;
    line-height:35px;
    display:block;
    font-size: 14px;
    color: #fff;
    margin:0 auto;
    cursor: pointer;
    border-radius: 3.5px;
    border-style: none;
    border: 1px solid transparent;
    background-color: #3ba354;
}