ul.loanProductList{
    font-size: 0;
    padding-top: 10px;
}

.loanList{
    display: inline-block;
    width: 24.2%;
    margin-left: 1%;
    border: 1px solid #f1f1f1;
    transition: all 0.2s ease-in-out;
}
.loanList:first-child+li+li+li+li,
.loanList:first-child{
    margin-left: 0;
}
.loanList a{
    display: block;
    padding: 10px;
}
.loanList a .logoImg{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.loanList a .logoImg .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center;
    background-color: #f3f5f7;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}
.loanList a .logoImg::before{
    content: "";
    display: block;
    padding-top: 60%;
}
.loanList a  h2{
    font-size: 16px;
    color: #222222;
    padding: 5px 0;
}
.loanList a p{
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
}
.loanList:hover{
    border-color:#4f85ef;
}
.loanList a:hover .logoImg .img{
    transform: scale(1.12);
}
.loanList a:hover h2{
    color: #4f85ef;
}
.loanList .btnApplication i{
    font-size: 18px;
    margin-right: 8px;
}
.loanList .btnApplication{
    display: block;
    width: 40%;
    padding: 5px 0;
    text-align: center;
    /* background-color: #4f85ef; */
    border:1px solid #4f85ef;
    border-radius: 20px;
    color: #4f85ef;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}
.loanList:hover .btnApplication{
    background-color: #4f85ef;
    color: #ffffff;
}
.DataNumber{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
}
.DataNumber span{
    border: 1px solid #4f85ef;
    padding: 5px 5px;
    border-radius: 20px;
    color: #4f85ef;
    font-size: 17px;
    margin: 0 2px;
}
.layui-colla-title{
    color: #666;
    background-color: #f3f5f7; /*#E7EFF7;*/
}
.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea{
    border-color: #e7eff7!important;
}
.object_detail_left .column {
    margin-bottom: 20px;
}
.object_detail_left .column .column_title {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    border-radius: 3px 3px 0px 0px;
    font-size: 18px;
    text-indent: 20px;
    position: relative;
}
.object_detail_left .orange .column_title {
    background-color: #ffefda;
    border-color: #f2cdad;
}
.c-btn {
    display: inline-block;
    margin-left: 100px;
    position: absolute;
    top: 0%;
    right: 11px;
}
.call_btn, .favorate_btn {
    width: 135px;
    height: 48px;
    display: inline-block;
    background: url(/images/btn135.png) no-repeat;
    text-align: center;
    color: #fff!important;
    line-height: 48px;
    font-size: 14px;
}
.call_btn {
    background-position: left -96px;
}
.call_btn:hover, .favorate_btn:hover {
        text-decoration:none;
    opacity:0.8;
}
.call_btn span, .favorate_btn span {
    vertical-align:middle;
    margin-left:10px;
}

.object_detail_left .orange .column_title {
    background-color:#ffefda;
    border-color:#f2cdad;
}
.object_detail_left .orange .column_content {
        border-color:#f2cdad;
}
.object_detail_left .green .column_title {
    background-color:#ddffd1;
    border-color:#b7e1a9;
}
.object_detail_left .green .column_content {
        border-color:#b7e1a9;
}
.object_detail_left .red .column_title {
    background-color:#ffe9e9;
    border-color:#f8c4c4;
}
.object_detail_left .red .column_content {
        border-color:#f8c4c4;
}

.object_detail_left .column .column_content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 16px;
    border-radius: 0px 0px 3px 3px;
    font-size: 14px;
    line-height: 160%;
}
.c-list {
    margin-bottom: 0.6em;
}
.c-list .c-title {
    font-size: 15px;
    font-weight: bold;
}
.c-list .c-title:before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 10px;
    background-color: #000;
    margin-right: 10px;
}
.c-list p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 160%;
}