@charset "UTF-8";
.right-con .txt{
    position: relative;
    width: 100%;
    margin: 10px 0 15px;
}

.right-con .form-edit{
    position: relative;
    width: 100%;
}

.form-edit .form-item{
    position: relative;
    display: block;
    clear: both;
}

.right-con .form-edit label{
    display: block;
    font-weight: bold;
}

.right-con .form-edit input,
.right-con .form-edit textarea{
    display: block;
    margin: 10px 0;
    line-height: 25px;
    background-color: #e6e6e6;
    border: 1px solid #7d7b7b;
    border-radius: 2px;
}

.right-con .form-edit input{
    padding: 0 12px;
    height: 25px;
    width: 285px;
}

.right-con .form-edit textarea{
    padding: 10px 12px;
    height: 175px;
    width: 658px;
    resize: none;
}

.right-con .form-edit .btn-group{
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 20px 0 0;
}

.right-con .form-edit .btn-group .btn{
    display: inline-block;
    width: 127px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.btn-group .btn.submit{
    background-color: #c91277;
    margin-right: 5px;
}

.btn-group .btn.cancel{
    background-color: #5c5a5a;
}

.right-con .form-edit .btn-group .btn:hover{
    border: 1px solid #c91277;
    background-color: #fff;
    color: #c91277;
}

.right-con .wrap-title{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 35px;
    border-bottom: 1px solid #333;
}

.right-con .question-list .item{
    position: relative;
    width: 100%;
    line-height: 25px;
    margin: 10px 0 20px;
    font-size: 15px;
}

.about-us-wrap .txt{
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.about-us-wrap .advantage{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 25px 0 80px;
}

.activity-list{
    position: relative;
    width: 840px;
}

.activity-list .activity-item{
    padding: 10px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #555;
}

.activity-list .activity-item:last-child{
    border-bottom: 0;
}

.activity-item .time{
    font-size: 12px;
    color: #999;
}

.activity-item .caption{
    font-size: 24px;
    color: #333;
    padding: 12px 0 18px;
    border-bottom: 1px dashed #bbb;
}

.activity-item .con{
    padding: 10px 0;
    font-size: 16px;
    line-height: 2.5;
    text-align: justify;
    color: #333;
}

.activity-item .fig-wrap{
    display: block;
    width: 100%;
    max-height: 280px;
    margin-bottom: 25px;
}

.activity-item .fig-wrap img{
    max-height: 100%;
    max-width: 100%;
}