.images_index{
    margin-top: 20px;
    overflow: hidden;
}
.images_index li{
    width: 218px;
    height: 150px;
    margin-right: 26px;
}
.images_index li:last-child{
    margin-right: 0px;
}
.images_index li img {
    width: 100%;
    height: 100%;
}
.content_index h1{
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 20px;
    background: url(../img/about/about_icon.png) center left no-repeat;
    color: #37699c;
}
.content_index h5{
    font-size: 15px;
    line-height: 30px;
    color: #333;
}
.main-right .no_indent{
    text-indent: 0;
}
.images img{
    float: left;
    width: 150px;
    height: 110px;
}
.images ul{
    width: 100%;
}
.images li{
    border: solid 1px #eae2e2;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.right_content{
    float: left;
    padding-left:15px;
}
.right_content p{
    text-indent: 0px;
}
.right_content .star{
    width: 80px;
    background: url(../img/special/star.png) no-repeat;
    height: 20px;
    background-size: 100%;
    float: left;
}
.right_content span{
    float: left;
    padding: 0 10px;
}
.right_content em{
    color:#e8e8e8;
    float: left;
    padding-left: 10px;
}
.button_wrap{
    float: right;
    padding-top: 27px;
}
.button_wrap button{
    background: #c5d0da;
    padding: 5px 10px;
    border: solid 1px #aaa;
    border-radius: 6px;
    
}
.button_wrap .special{
    background: #5b88b7;
    color: #fff;
}
.button_wrap .special:active{
    background: #346798;
}
.special_detail{
    margin-top: 20px;
}
.special_detail h5{
    font-size: 18px;
    color: #37699c;
    line-height: 40px;
}
.special_detail input{
    border: solid 1px #aaa;
    height: 30px;
    border-radius: 4px;
}
.special_detail p{
    font-size: 20px;
    line-height: 40px;
}
.top_detail{
    padding: 10px 0;
}
.top_detail input{
    width:50px;
}
.top_detail span{
    margin-right: 20px;
    font-size: 15px;
}
.top_detail .red{
    color: #fb1111;
}
.top_detail em{
    min-width: 20px;
    display: inline-block;
}
.center_detail{
    padding: 10px 0;
    font-size: 14px;
}
.center_detail label{
    width: 100px;
    display: inline-block;
}
.center_detail input{
    width: 200px;
}
.special_detail .long input{
    width: 350px;
}    
.special_detail .short input{
    width:85px;
}
.special_detail .submit{
    text-align: center;
    margin-top: 20px;
}
.special_detail .submit button{
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    background: #37699c;
}
