/* validate code */

.dialog-content form .check-tel,
.dialog-content form .re-check-tel {
	vertical-align: top;
}

.dialog-content form .check-tel{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	vertical-align: top;
	outline: 0;
	color: #fff;
    background-color: #5cb85c;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin-left: 10px;
}
.dialog-content form .re-check-tel{
    vertical-align: middle;
    display: none;
    background-color: #aaa;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 10px;
    margin-left: 10px;
}
.dialog-content form .re-check-tel:before{
    content:"重新获得验证码";
    padding-right: 5px;
}
.dialog-content form .re-check-tel:after{
    content:"秒";
    padding-left: 5px;
}
.dialog-content form .check-tel:hover{
    background-color: #449d44;
}

/* end validate code */

.all_news .news-content{
	margin:30px 50px;
}
.all_news .news-datetime{
	text-align:center;
	font-size: 14px;
	color: #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px solid #e9e9e9;
}
.all_news .news-content h1{
	text-align:center;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #565656;
}
.all_news .news-content p{
	color: #2f2f2f;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* temp */

.special_temp .main .pic {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    bottom: 0.8em;
    left: 0.8em;
    background-color: white;
    background-image:url('/platform/resources/common/demo/coming_soon.png');
    background-repeat:no-repeat;
    background-position:center;
}

/* end temp */

.login-pic {width: 658px;height: 365px;}

/* short message */

.send-short-msg .units div {
	margin-top: 0.6em;
	line-height: 2.5em;
	background-color: #eee;
}

.send-short-msg .units div.include {
	background-color: #fdd283;
}

.send-short-msg .units div .name {
	display: inline-block;
	width: 80%;
	padding-left: 1em;
}

.send-short-msg .units button {
	outline: none;
	background-color: transparent;
	border-width: 0;
	color: #065fb9;
}	

.send-short-msg .buttons {
	padding: 1em;
	text-align: center;
}

.short-msg-content {
	padding: 2em;
	line-height: 1.5em;
}

.short-msg-send-items .count {
	margin: 1em 0.6em;
}


/* end short message */

