/*common*/
body {
    min-width: 1080px;
    background: #f4f4f4;
}
.banner {
    height: 560px;
    background: url(../images/banner.jpg) top center no-repeat;
}
.hide {
	display: none;
}
.block {
    display: block;
}
.mt-100 {
    margin-top: 100px;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.container {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.fc-orange {
    color: #eb6100;
}
.wrap {
    background: #fff;
    padding-bottom: 30px;
}
.wrap-top {
    line-height: 60px;
    background: #0f89ba;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.form {
    width: 800px;
    margin: 30px auto 0;
    border: 8px solid #0f89ba;
    border-radius: 30px;
}
.form form {
    padding: 40px 50px;
    border: 8px solid #89e0ff;
    border-radius: 20px;
}
.u-input {
    display: block;
    height: 38px;
    width: 350px;
    border: 1px solid #cccccc;
    font-size: 16px;
    text-indent: 10px;
    margin-top: 8px;
    outline: 0;
    padding: 0;
}
.u-textarea {
    display: block;
    width: 662px;
    margin-top: 8px;
    outline: 0;
    font-size: 16px;
    padding: 10px;
    line-height: 2;
    border: 1px solid #cccccc;
}
.u-code {
    width: 250px;
    float: left;
    margin-top: 0;
}
.code-img {
    height: 40px;
    margin-left: 5px;
    float: left;
}
.btn {
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}
.btn-orange {
    background: #ff8300;
}
.btn-blue {
    background: #0f89ba;
}
.list {
    padding: 20px 20px;
}
.list li {
    float: left;
    width: 500px;
    background: #e7eced;
    margin: 10px 10px;
    border-radius: 20px;
    text-align: justify;
}
.list li a {
    display: block;
    padding: 20px 30px;
}
.list li .u-txt{
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 2;
}
.list li .avater{
    text-align: right;
    margin-top: 10px;
}
.list li .avater img {
    margin-left: 5px;
    height: 42px;
}
.content {
    padding: 40px;
    line-height: 2;
    font-size: 18px;
}
.content .avater {
    margin-bottom: 20px;
    font-weight: 600;
}
.content .avater img {
    margin-right: 5px;
    height: 50px;
}