body
{
    padding-bottom: 5rem;
}
.footer-container 
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top:0;
}
.footer-container .footer-copyright
{
    margin-top:0;
}
.downloadsArae
{
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-direction: row;
    
    justify-content: stretch;
}
.navArea
{
    flex: 2;
    padding-bottom: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #f0f0f0;
}
.navArea .am-nav-header
{
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px dotted #e0e0e0;
}
.navArea .am-nav li
{
    text-align: center;
}
.navArea .am-nav li a
{
    font-size: 1.3rem;
}
.listArea
{
    flex: 10;
    padding-left: 1rem;
}
.searchResultArae
{
    flex: 1;
}
.searchNavigation
{
    padding: 1rem auto;
    border-bottom: 1px dotted #e9e9e9;
}
.searchNavigation * {
    font-size: 1.6rem;
}
.am-breadcrumb
{
    margin-bottom: 0;
    padding: 1rem .5rem;
}
.conditionArea
{
    margin-bottom: 1rem;
    padding: 0 1rem 0 1rem;
    border: 1px solid #3bf;
}
.condition
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #999;
}
.conditionArea .condition:last-child
{
    border-bottom-width: 0
}
.conditionHead
{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
}
.conditionBody
{
    line-height: 2.4rem;
}
.conditionBody a
{
    font-size: 1.4rem;
}

.listHeader
{
    background-color: #f0f0f0;
}
.listPageSetting
{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items:center;
    height: 4rem;
}
.listPageSetting .am-form-group
{
    margin-bottom: 0rem;
}
.listPagination
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 4rem;
    padding-right: 1rem;
}
.listHeader .am-pagination
{
    margin: 0rem;
}
.listPagination .am-pagination>li>a, .listPagination .am-pagination>li>span
{
    margin-bottom: 0;
    margin-right: 0;
}
.listBody
{
    padding:0 ;
    /*position: relative;*/
}
.listBody .product
{
    font-size: 1.4rem;
    background-color: #f0f0f0;
    height: auto;
    border: 1px solid transparent;
    /*border-bottom: 1px dotted #b3b3b3;*/
}
.listBody .product:nth-child(odd)
{
    background-color: #fff;
}
.listBody .product:nth-child(even)
{
    background-color: #f5f5f5;
}
.listBody .product:hover 
{
    border: 1px solid #09f;
}

/*.listBody .product:last-child
{
    border-bottom-color: transparent;
}
.listBody .product:last-child:hover
{
    border: 1px solid #09f;
}*/
/**
 * @Description: 文章列表标题 
 * @Author:      alvin
 * @DateTime:    2017-09-03 17:01:55
 */
    .listBody .product .title
    {
        font-size: 1.4rem;
        color: #09f;
        background-color: #e0f0ff;
        padding: .5rem;
        width: 100%;
    }
    .listBody .product .title a
    {
        font-size: 1.8rem;
        color :#09f;
        border-bottom: 1px dotted transparent;
    }
    .listBody .product .title a:hover
    {
        font-size: 1.8rem;
        color :#333;
        border-bottom: 1px dotted #666;
    }
/**
 * @Description: 文章列表属性
 * @Author:      alvin
 * @DateTime:    2017-09-03 17:02:05
 */
    .listBody .product .prop
    {
        display: flex;
        -o-display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        height: auto;
        width: 100%;
    }
    /**
     * @Description: 分类及文件属性 
     * @Author:      alvin
     * @DateTime:    2017-09-03 17:02:49
     */

        .listBody .product .prop .categories
        {
            flex: 10;
            height: 10rem;
            display: flex;
            flex-direction: column;
            padding: 1rem;
        }
        .listBody .product .prop .categories .cate,
        .listBody .product .prop .categories .stuff
        {
            flex: 1;
        }
        .listBody .product .prop .categories .stuff .divided
        {
            margin-right: 2rem;
            font-size: 1.4rem;
        }
        .listBody .product .prop .categories .stuff .divided [class*=am-icon-]
        {
            color: #f3b;
        }

    /**
     * @Description: 文章图片
     * @Author:      alvin
     * @DateTime:    2017-09-03 17:03:45
     */
        .listBody .product .prop .photo
        {
            flex: 2;
            /*height: 100%;*/
            padding: 1rem;
            height: 10rem;
        }
        .listBody .product .prop .photo .photoBox
        {
            display: block;
            width: 100%;
            height: 100%;
            background:transparent url("/shellext/images/image.png") top left no-repeat;
            background-size: 100% 100%;
            background-position: 100% 50%;
            border-radius: .5rem;
        }