/* header */
.header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.header a{
    position: absolute;
    display: inline-block;
    width: .22rem;
    height: .41rem;
    top: .25rem;
    left: .28rem;
    background-image: url(../images/go_back.png);
    background-size: .22rem .41rem;
    vertical-align: middle;
}
.header span {
    color: #333;
    vertical-align: middle;
    text-align: center;
    display: block;
}

/* 内容 */
.box_wrap{
    padding-left: .3rem;
    padding-right: .3rem;
}

/* 标题 */
.box_wrap .con_title{
    display: inline-block;
    font-size: .33rem;
    font-weight: bold;
    margin-top: .25rem;
    margin-bottom: .16rem;
}

/* 日期 */
.box_wrap .con_data{
    color: #999999;
    font-size: 0px;
}
.box_wrap .con_data span{
    font-size: .22rem;
}
.box_wrap .con_data span:nth-child(2){
    margin-left: .35rem;
}

/* 内容 */
.box_wrap .con_info p{
    display: inline-block;
    line-height: .48rem;
    font-size: .26rem;
}
.box_wrap .con_info img{
    width: 100%;
}
.box_wrap .con_info table{
    width: 100%;
    border-top-left-radius: .06rem;
    border-top-right-radius: .06rem;
    margin-top: .25rem;
    overflow: hidden;
}
.box_wrap .con_info table thead th,
.box_wrap .con_info table tbody td{
    height: .58rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c7deff;
}
.box_wrap .con_info table thead th{
    border-bottom: 0px;
}
.box_wrap .con_info table thead th:nth-child(odd){
    background-color: #cde1ff;
}
.box_wrap .con_info table thead th:nth-child(even){
    background-color: #e1edfe;
}
.box_wrap .con_info table tbody td{
    background-color: #f5f8fd;
}
.box_wrap .con_info table tbody tr:nth-child(1) td{
    border-top: 0px;
}












