img {
    width:100%;
    height:100%;
}
li {
    list-style:none;
}
.lins {
    width:100%;
    height:1rem;
    background:#f0f0f0;
}
.listit {
    width:100%;
    height:3rem;
    border-bottom:1px solid #e1e1e1;
}
.litcon {
    width:92%;
    height:1.8rem;
    margin:0 auto;
    padding:0.6rem 0;
}
.litcon p.name {
    font-size:0.6rem;
    color:#000;
    line-height:1rem;
}
.litcon p.adds {
    font-size:0.5rem;
    color:#adadad;
    line-height:0.8rem;
}
.cons {
    width:94%;
    height:auto;
    margin:0.8rem auto 1rem;
    font-size:0.5rem;
}
.cons img {
    width:100%!important;
    height:100%!important;
    margin-top:0.7rem;
}
.cons p {
    font-size:0.5rem!important;
    width:98%;
    line-height:0.9rem!important;
    text-align:justify;
    margin:0 auto!important;
    background-color:#fff!important;
}
.cons span {
    width:96%;
    font-size:0.5rem!important;
    line-height:0.9rem!important;
    text-align:justify;
    margin:0 auto!important;
    background-color:#fff!important;
}
.cons .cont_news {
    width:100%!important;
    height:auto!important;
}
.bots {
    height:1.2rem;
    border-top:1px solid #e1e1e1;
    padding:1rem 3%;
    position:relative;
}
.bots p {
    display:inline-block;
    position:absolute;
    line-height:1.2rem;
    color:#4f4f4f;
    font-size:0.5rem;
}
.bots p a {
    color:#4f4f4f;
    font-size:0.5rem;
}
.bots p.prev {
    left:3%;
}
.bots p.next {
    right:3%;
}
.bots p span {
    height:1rem;
    line-height:1rem;
    padding:0 0.3rem;
    background:#e4aa0d;
    margin-right:0.2rem;
    display:inline-block;
}