/* 通用标题 begin */
.homeTit {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    height: 12vw;
    line-height: 12vw;
    border-bottom: 1px solid #e6ddcc;
}
.homeTit > h3 {
    font-size: 5.3vw;
    font-weight: normal;
    color: #fd3300;
    margin-left: 2vw;
}
.homeTit > a {
    margin-right: 2vw;
}
/* 通用标题 end */

/* 关于我们 begin */
.about {
    text-indent: 8vw;
    text-align: justify;
    line-height: 8vw;
    margin-top: 2vw;
}
/* 关于我们 end */

/* 企业文化 begin */
.enterprisePic {
    height: 69.5vw;
    overflow: hidden;
    margin-top: 2vw;
}
.enterprisePic img { width: 100%; }

.enterpriseList, .news {
    margin-top: 2vw;
}
.enterpriseList > li, .news > li {
    line-height: 8vw;
}
.enterpriseList > li > a, .news > li > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 2vw;
}
.enterpriseList > li > a::before, .news > li > a::before {
    content: "";
    position: absolute;
    left: 0; top: 46%;
    width: 3px; height: 3px;
    border-radius: 100%;
    background-color: #333;
}
.enterpriseList > li > a > p, .news > li > a > p {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 企业文化 end */

/* 酒城文化剪影 begin */
.scrollPic {
    position: relative;
    overflow: hidden;
    margin-top: 2vw;
}
/* 酒城文化剪影 end */

/* 社会关注与热点 begin */
.news {
    margin-bottom: 4vw;
}
/* 社会关注与热点 end */


/* 点击访问电脑版 begin */
.pc {
    text-align: center;
    width: 40vw;
    margin: 3vw auto;
    line-height: 9vw;
    background: #09f;
    border-radius: 5px;
    box-shadow: 0px 0 4px #979797;
}
.pc > a {
    display: block;
    color: #fff;
}
/* 点击访问电脑版 end */