﻿#DemondCorpList .demondCorpList-Title{
    height: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#DemondCorpList .demondCorpList-Title span{
    color: #333;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    padding: 2px 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 6px;
}

#DemondCorpList .demondCorpList-Title p.xu-xian{
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px dashed #B8B8B8;
    top: 20px;
    position: absolute;
}

#DemondCorpList .demondCorpList-Home {
    padding-top: 20px;
}

#DemondCorpList .demondCorpList-Home .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

#DemondCorpList .demondCorpList-Home .row {
    margin-bottom: 10px;
}

#DemondCorpList .demondCorpList-Home .item {
    border: 1px solid #F0F0F0;
    padding: 10px;
    position: relative;
}

#DemondCorpList .demondCorpList-Home .item:hover {
    border-color: #368EE0;
}

#DemondCorpList .demondCorpList-Home .item:hover .item-contact{
    background-color: #ff6825;
    color: #fff;
}

#DemondCorpList .demondCorpList-Home .item:hover .item-title{
    text-decoration: underline;
}

#DemondCorpList .demondCorpList-Home .item .item-title {
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

#DemondCorpList .demondCorpList-Home .item .item-price {
    color: #ff6825;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
}

#DemondCorpList .demondCorpList-Home .item .item-corp {
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}

#DemondCorpList .demondCorpList-Home .item .item-contact {
    position: absolute;
    padding: 1px 6px;
    background-color: #fff;
    border: 1px solid #ff6825;
    color: #ff6825;
    cursor: pointer;
    right: 10px;
    bottom: 40px;
}