.webtop{
    padding-top: 9rem;
    padding-bottom: 4rem;
    text-align: center;
}
/* 关于我们 */
.webtop1{
    background: url(../../static/images/webtop1.jpg) no-repeat top center /*  / cover fixed */;
}
/* 文化传承 */
.webtop2{
    background: url(../../static/images/webtop3.jpg) no-repeat top center /*  / cover fixed */;
}
/* 合作招商 */
.webtop3{
    background: url(../../static/images/webtop2.jpg) no-repeat top center /*  / cover fixed */;
}
/* 联系我们 */
.webtop4{
    background: url(../../static/images/webtop4.jpg) no-repeat top center /*  / cover fixed */;
}
/* 最新动态 */
.webtop5{
    background: url(../../static/images/webtop5.jpg) no-repeat top center /*  / cover fixed */;
}
/* 自由港资讯 */
.webtop6{
    background: url(../../static/images/webtop6.jpg) no-repeat top center /*  / cover fixed */;
}
/* 文创 */
.webtop7{
    background: url(../../static/images/webtop7.jpg) no-repeat top center /*  / cover fixed */;
}
/* 文旅 */
.webtop8{
    background: url(../../static/images/webtop8.jpg) no-repeat top center /*  / cover fixed */;
}
.webtop-title{
    color: #fff;
}
.webtop-title b{
    font-size: 2.4rem;
    color: #7B2322;
}
.webtop-title a{
    margin: 0 1rem;
    color: #fff;
}
.aos-about-text h2{
    font-size: 1.8rem;
    color: #7B2322;
    margin-bottom: 3rem;
}
.aos-gbook-text span{
    float: right;
}
.aos-gbook-text b{
    color: #7B2322;
    font-size: 1.4rem;
    font-weight:normal;
}
.aos-info-list li a{
    color: #333333;
}
.aos-info-list li a:hover{
    color: #7B2322;
}
/* 小屏样式 */
@media screen and (max-width: 768px) {
    .aos-about-text{
        color: #333333;
    }
    .webtop { padding-top:2rem;}
}
/* 大屏样式 */
@media screen and (min-width: 768px) {
    .aos-about-text{
        color: #333333;
        padding: 3rem 6rem;
        text-align: justify;
        min-height: 32rem;
    }
}

/* 文章详情 */
.contentBox .tit{margin:1.25rem auto 0;padding-bottom: 0.625rem; ;text-align: center;font-size: 1.75rem; ;font-weight: bold;line-height: 2.5rem; ;width: 100%;}
.contentBox .post_time{width: 100%;height: auto;padding: 6px 0;text-align: center;position: relative;}
.contentBox .post_time {line-height: 1.875rem;margin: 0 6px;color: #999; font-size: 0.875rem;}
.contentBox .post_time a{cursor: pointer; margin-left: 6px;}
.contentBox span{margin: 0 6px;}
.contentBox .article_txt{width: 100%; padding: 1.25rem 0.625rem;line-height: 30px;font-size: 1rem;height: auto;overflow: hidden;}
.contentBox .article_txt img{margin:10px 0;max-width:100%;}

/* 文创详情 */
.wc-box{
    padding: 0rem 10rem;
    /* 小屏样式 */
    @media screen and (max-width: 768px) {
        padding: 0rem;
    }
}
.wc-title{
    font-size: 1.8rem;
    color: #7B2322;
    margin: 2rem 0;

}
.wc-content{
    font-size: 1.2rem;
    color: #333333;
    line-height: 2.5rem;
    text-align: left;
    margin-bottom: 3rem;
}
.wc-content img{
    margin: 10px 0;
    max-width: 100%;
}