.matter2 {
    position: absolute;
    bottom: 10px;
    padding: 10px 0 0 5px;
    background-color: rgba(0, 0, 0, .6);
    height: 40px;
    width: 295px;
}

.matter2 span {
    font-size: 16px;
    font-weight: bold;
    color: white;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-case2 {
    height: 133px;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.img-case2 > img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slash:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.slash {
    display: inline-block;
}

.section {
    margin-top: 12px;
}

section {
    min-height: 500px;
    margin-top: 0px;
    padding-bottom: 50px;
}

.padding {
    padding: 10px;
}

.magin {
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.padding:hover {
    border: 1px solid #ccc;
}

/* --- search --- */
.search-main {
    margin-top: 10px;
    min-height: 500px;
}

.search-main .hdBot {
    background-color: #fff;
}

.hdBox {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.hdBox a:hover .span1 {
    color: #c49c52;
    text-decoration: none;
}

.hdBox .imgBox {
    margin-top: 12px;
    height: 130px;
    overflow: hidden;
    position: relative;
    background-color: #fff;

}

.hdBox .imgBox img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.hdBot {
    width: 100%;
    height: 112px;
    background-color: #f7f8fa;
    margin-bottom: 12px;
    padding: 10px;
    -moz-transition: all .2s ease; /* Firefox 4 */
    -webkit-transition: all .2s ease; /* Safari 和 Chrome */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}

.hdBot .span1 {
    display: block;
    height: 40px;
    color: #333;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hdBot .span2 {
    display: inline-block;
    font-size: 12px;
    background-color: #c49c52;
    line-height: 20px;
    padding: 0 5px;
    color: #fff;
    border-radius: 4px;
}

.hdBot .span3 {
    font-size: 16px;
    /*color: #333;*/
    line-height: 40px;
}

.hdBot > p {
    display: block;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 5px 0 3px 0;
}

.hdBox:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #bbb;
}

.hdBox:hover .hdBot {
    background-color: #f7f8fa;
}

/* --- 详情 --- */

.breadcrumb {
    padding-left: 0;
    background-color: #f7f8fa;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb a:hover {
    color: #c49c52;
}

.topBox {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.topBox img {
    width: 90%;
}

.topBox .col-xs-6 {
    max-height: 320px;
    overflow: hidden;
}

.topBox .col-xs-6 h4 {
    padding: 0 5%;
    line-height: 1.3;
}

.topBox p {
    font-size: 16px;
    color: #595959;
}

.topBox button {
    font-size: 16px;
    padding: 6px 20px;
}

.topBox .btn1 {
    margin-right: 20px;
}

/* --- 左边 --- */
.content {
    padding: 10px 35px;
    padding-botton: 50px;
    background-color: #fff;
}


/* -- 右边 -- */
.widget {
    background: #fff;
    padding: 21px 30px;
    margin-bottom: 12px;
}

.widget .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}

.widget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c49c52;
    position: absolute;
    left: 0;
    bottom: -1px;
}

#step {
    padding: 10px 0 12px 0 !important;
    margin-bottom: 20px;
    margin-top: 10px;
}

#actInfo img {
    max-width: 100%;
}
