@charset "utf-8";

/*合作*/
.coopt {
    background: url(/Public/themes/default/images/coop-bg.png);
    background-position: center;
    background-repeat: repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}

.position {
    position: relative;
}

.brand-intro {
    position: absolute;
    right: 20%;
    bottom: 18%;
    background-color: #5cb85c;
    padding: 6px 12px;
    border-radius: 2px;
    text-align: center;
}

@media (max-width: 768px) {
    .brand-intro {
        bottom: 8%;
    }
}

.brand-intro a {
    color: #fff;
}

.content-type-tit {
    height: 40px;
    line-height: 40px;
    border: 1px solid #eae7e7;
    border-bottom: 0;
}

.content-type-tit .type-more {
    float: right;
    margin-right: 7px;
}

.content-type-tit h4 {
    border-bottom: 2px solid #009983;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 600;
}

.content-type-tit .type-more a {
    color: #999;
    font-size: 12px;
}

.heal-view {
    display: block;
    overflow: hidden;
}

.mes-box {
    border: 1px solid #eae7e7;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 240px;
    height: auto;
    width: 100%;
}

.mes-box h4 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eae7e7;
    font-size: initial;
}

.mes-box h4 b {
    border-bottom: 2px solid #009983;
    height: 38px;
    line-height: 38px;
    margin-left: 12px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 600;
}

.mes-box-c {
    padding: 10px;
}

.mes-box-c li b {
    font-weight: 700;
}

.mes-box-c li {
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mes-box-c li a:hover {
    color: #009983;
    text-decoration: underline;
}
