﻿section {
    width: 100%;
}
#wrap_box {
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    width: 100%;
	margin:10px 0px;
}
#wrap_box li{
    border-bottom: 1px solid #f5f5f5;
    color: #a4a4a4;
    float: left;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    width: 50%;
}
#wrap_box li a,#wrap_box li a:hover,#wrap_box li a:visited{
    font-size: 1.3rem;
    height: 100%;
    width: 100%;
	display:block;
}
.left_li {
    background: url("../../images/wap/gray_span.png") no-repeat right center;
    background-size: 1px 1.5625rem;
}
.header_choice {
    line-height: 3.2rem;
    display: table;
    width: 100%;
}
.header_choice a,.header_choice a:hover,.header_choice a:visited{
    display: table-cell;
    text-align: center;
    color: #888;
    font-size: 1.2rem;
    width: 33%;
}
.hot, .new, .over, .hot.current, .new.current, .over.current {
    background-size: 1.2rem 1.2rem;

}
.hot.current {
    border-bottom: .1rem solid #83A685;
    color: #83A685;
}


.pictext {
    padding: 1rem 1rem;
    border-top: 1px solid #f5f5f5;
}
.pictext a, .pictext a:hover, .pictext a:visited {
    display: block;
    overflow: hidden;
    position: relative;
}
.pictext a {
    color: #777;
    line-height: 18px;
}
.pictext .left_img {
    background-color: #f7f7f7;
    position: absolute;
}
.pictext img {
    box-shadow: 1px 1px 1px 1px #ccc;
    width: 80px;
    height: 100px;
}
.right_info {
    overflow: hidden;
    margin-left: 90px;
}
.info_title {
    color: #333;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 1rem;
    font-weight: bold;
}
.author_intro {
    color: #888;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.8rem;
    font-family: Helvetica,Lantinghei SC,Open Sans,Arial,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
}
.info_description {
    height: 4rem;
    overflow: hidden;
}