.sd-content{
	min-height:664px;
}
h2 {
	color: #ff515f;
	font-weight: 700;
}

.sd-ul {
	width: 900px;
	float: left;
	overflow: hidden;
}

.btn {
	width: inherit;
	line-height: 40px;
	background-color: #CC0000 !important;
}

cite {
	margin-left: 10px;
}

label {
	width: 100px;
	text-align: right;
	display: inline-block;
}

.sd-ul li {
	line-height: 19px;
	margin: 20px 0;
}

.sd-ul li div {
	margin-right: 20px;
	display: inline-block;
}

.sd-ul li div:last-child {
	vertical-align: top;
}

.sd-ul li div:last-child img:hover {
	cursor: pointer;
}

.sd-ul li div a {
	width: 100%;
	display: block;
	text-align: center;
	color: #57b9fd;
	text-decoration: underline;
	font-size: 16px;
}

.sd-input {
	width: 70%;
	background-color: #fff;
	border: 1px solid #ddd;
}

.sd-textarea {
	width: 70%;
	border: 1px solid #ddd;
	min-height: 150px;
	border-radius: 4px;
}

.sd-li- i,
.sd-li- label {
	vertical-align: top;
}

.t-ellipsis {
	width: 780px;
	display: inline-block;
}

* {
	color: #526675;
}

#tdxq img {
	max-width: 800px;
	width: expression(this.width > 800 ? "800px": this.width);
	max-height: 600px;
	height: expression(this.height > 800 ? "800px": this.height);
}

.ds-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 342px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
}