.gyhd-title{
    height: 100px;
    background: url("../images/gyhd/xian.png") no-repeat left 55%;
}
.gyhd-title h2{
    font-size: 30px;
    font-weight: normal;
}
.gyhd-title h2 i{
    font-style: normal;
    color: #0080FF;
}
.gyhd-title h3{
    font-size: 24px;
    color: #0080FF;
    padding:  6px 0px 0px 87px;
}
.gyhd-content-title{
    font-size: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gyhd-content-text{
    line-height: 28px;
}
.gyhd-content-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gyhd-right{
    border-left: 1px solid #ddd;
}
.gyhd-right-title{
    width: 100%;
    height: 40px;
    color: #0080FF;
}
.gyhd-right-title h3{
    left: 105px;
    top: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}
.gyhd-right-con{
    padding: 20px;
    line-height: 26px;
    text-indent: 2rem;
}
.banner{
    width: 100%;
    height: 290px;
    background: url("../images/gyhd/salon_banner.jpg") no-repeat center;
    background-size: 100%;
    margin-top: 0;
}
.bg-blue{
    background: url(../images/gyhd/blue.png) no-repeat center top;
}
.white {
    background: #fff;
}
.left{
    float: left;
}

.right{
    float: right;
}
.list{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list a{
    color: #333333;
}
.list a:hover{
    color: #1e77bd;
    text-decoration: none;
}
.gyhd-content{
    margin-bottom: 50px;
}