/*=== 作者：Distantmemory - 时间：2018年11月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .hengbok-links { padding: 0.48rem 0; background: #F0ECE9; }

    .hengbok-links .title { text-align: center; z-index: 2; }

}

@media ( min-width : 360px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

    .hengbok-links { padding: 0.96rem 0; }

    .hengbok-links .title { position: absolute; left: 0; width: 2.4rem; height: 100%; border-right: 0.04rem solid #CBB8A8; text-align: left; z-index: 2; }
    
    .hengbok-links .content { padding-left: 3.04rem; }

} 

/*PC电脑*/
@media ( min-width : 1200px) { 

} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 

}

/*=== Style ===*/
.hengbok-links .box { position: relative; z-index: 4; }

.hengbok-links .title .en { line-height: 0.48rem; text-transform: uppercase; font-family: "Times New Roman"; font-size: 0.4rem; color: #CBB8A8; }
.hengbok-links .title .cn { line-height: 0.32rem; font-size: 0.24rem; font-weight: 100; color: #505050; }

.hengbok-links .content .swiper-slide { width: auto; }
.hengbok-links .content .box { padding: 0.32rem 0; }
.hengbok-links .content a { display: block; border: 0.01rem solid #CBB8A8; }
.hengbok-links .content a img { width: 100%; }
