﻿body {
    max-width: 7.5rem;
    margin: 0 auto;
}
#Article-list
{

}
#Article-list .Article-list
{
}
.Article-list ul
{
    width: 7.1rem;
    padding:0 0.2rem;
}
.Article-list li
{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    /* margin-bottom: 10px; */
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    overflow: hidden;
    display: block;
    position:relative;
}
.Article-list li a
{
    display: block;
}
.Article-list li .Article-img
{
    width: 2.4rem;
    height: 1.58rem;
    float:right;
    margin: 0 0.2rem 0 0;
    display: inline;
    overflow: hidden;
}
.Article-list li img
{
    width: 100%;
    
    float: left;
}
.Article-list li h2
{
    color: #2f2f2f;
    font-weight: normal;
    height: 100%;
    padding: 0;
    overflow: hidden;
    font-size: 0.32rem;
    height: 0.85rem;
    line-height: 0.42rem;
    text-overflow: inherit;
    white-space: inherit !important;
    width:4.2rem;
}
.Article-list li p
{
    display: block;
    font-size: 0.24rem;
    color: #9C9C9C;
    line-height: 0.3rem;
    font-weight: normal;
    margin-top: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2px;
}
.Article-list li p.onlyheight
{
    height: 16px;
    display:none;
}
#Page_wrap .pnav-body
{
    text-align: center;
    font-size: 14px;
}
#Page_wrap .pnav-body .p-content
{
    display: inline-block;
    margin: 20px auto;
    position:relative;
        min-height: 60px;
}
#Page_wrap .pnav-body .p-content .p-main-content a
{
    color: #999;
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#fefefe),to(#e8e8e8));
    background-image: -webkit-linear-gradient(#fefefe,#e8e8e8);
    background-image: -moz-linear-gradient(#fefefe,#e8e8e8);
    background-image: -ms-linear-gradient(#fefefe,#e8e8e8);
    background-image: -o-linear-gradient(#fefefe,#e8e8e8);
    background-image: linear-gradient(#fefefe,#e8e8e8);
    border: 1px #D5D5D5 solid;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-left: 1px #d5d5d5 solid;
    border-right: 1px #d5d5d5 solid;
}
.search-box .seach_icon
{
    display: none;
}
.Article-list .read
{
    padding-top:2px;
}
.loadmore {
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.62rem;
    background: #eeeeee;
    padding: 0;
    border-radius: 0.6rem;
    color: #898989;
    font-size: 0.26rem;
    text-align: center;
    display: block;
    margin: 0.3rem auto;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, STHeiTi,Arial, sans-serif;
}
.position-bar {
    /*background-color:#6C0707;*/
    height: 0.6rem;
    color: #666;
    line-height: 0.6rem;
    text-indent: 1em;
    position: relative;
    margin: 0.15rem auto;
    border-bottom: 1px solid #c2c2c2;
}

.position-bar a {
    color: #666;
    font-size: 0.24rem;
}

.position-bar .home-btn {
    position: absolute;
    left: 0.3rem;
    top: 0.1rem;
    width: 0.08rem;
    height: 0.4rem;
    background-color: #bd1a21;
    /*border-right:1px solid #502121;*/
    display: inline-block;
    /*background:url(../images/home-ico.png) no-repeat;*/
    background-size: 20px;
    background-position: center center;
}

.position-bar strong {
    display: block;
    font-size: 0.24rem;
    /* width: 100%; */
    height: 0.6rem;
    overflow: hidden;
    padding-left: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}