/*=== 作者：Distantmemory - 时间：2018年11月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .hengbok-article-list-person { position: relative; padding: 0.64rem 0; background: #FFF url(../../../../resource/hengbok/images/background/tile.gif) repeat center; }

    .hengbok-article-list-person .uk-container { position: relative; z-index: 2; }

    .hengbok-article-list-person .box { position: relative; }
    .hengbok-article-list-person .box .image { margin: auto; width: 2rem; height: 2rem; border-radius: 50%; overflow: hidden; }
    .hengbok-article-list-person .box .text { padding: 0.16rem 0.08rem; min-height: 2rem; }
    .hengbok-article-list-person .box .text .name { line-height: 0.32rem; text-align: center; font-size: 0.24rem; color: #000; }
    .hengbok-article-list-person .box .text .summary { margin-top: 0.24rem; font-size: 0.14rem; color: #9E9E9E; overflow: hidden; }

    .hengbok-article-list-person .flower { position: absolute; top: 0.48rem; right: -2rem; z-index: 1; opacity: 0.1; }

    .hengbok-article-list-person .navigation-box { position: relative; text-align: center; z-index: 3; }
    .hengbok-article-list-person .navigation { display: inline-block; margin-top: 0.16rem; }

}

@media ( min-width : 360px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

    .hengbok-article-list-person .navigation { margin-top: 0; }

}

/*笔记本电脑*/
@media ( min-width : 960px) {

    .hengbok-article-list-person { position: relative; padding: 1.2rem 0; background: #FFF url(../../../../resource/hengbok/images/background/tile.gif) repeat center; }

    .hengbok-article-list-person .uk-container { position: relative; z-index: 1; }

    .hengbok-article-list-person .box { position: relative; padding: 0 2rem; }
    .hengbok-article-list-person .box .image { position: absolute; }
    .hengbok-article-list-person .box .text { padding: 0.16rem 0 0.16rem 2.48rem; }
    .hengbok-article-list-person .box .text .name { text-align: left; }
    .hengbok-article-list-person .box .text .summary { height: 0.96rem; }

    .hengbok-article-list-person .flower { top: 0.8rem; z-index: 2; opacity: 1; }

    .hengbok-article-list-person .navigation-box { text-align: left; z-index: 3; }
    .hengbok-article-list-person .navigation { display: block; position: absolute; bottom: -0.08rem; right: 2rem; margin-top: 0; }

} 

/*PC电脑*/
@media ( min-width : 1200px) { 

} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 

}

/*=== Style ===*/
.hengbok-article-list-person .navigation > div { float: left; width: 0.32rem; height: 0.32rem; border-radius: 50%; background: rgba(203,184,168,0.7); line-height: 0.32rem; font-size: 0.2rem; color: #FFF; cursor: pointer; }
.hengbok-article-list-person .navigation > div:hover { background: rgba(203,184,168,1); }
.hengbok-article-list-person .navigation .tm-banner-next { margin-left: 0.08rem; }