/* version:2.0 build:20161103 shenj */
@charset "UTF-8";
* {margin:0; padding:0; border:0;}

*, :after, :before {
    -webkit-box-sizing:border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    box-sizing:border-box;
    text-size-adjust:100%;
}

textarea, input[type=password], input[type=text] {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff;
    overflow: scroll;
}

audio {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:0;
    left:0;
}

body, html {
    width:100%;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-box-align:center;
}

body {
    background-image: url("../images/headb.jpg");
    background-repeat: repeat-x;
    margin: 0;
}

body.fadein {
    /*-webkit-transition: opacity 600ms ease-in;*/
    opacity: 1;
}

a{color:#666;}

.list{
    width: 978px;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 0 auto;
}

.list .bread{
    height: 24px;
    width: 800px;
    margin: 0 auto;
    clear: both;
}
.list .bread p{
    float: right;
    color: rgb(164, 0, 0);
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 30px;
}


.list .l_cnt{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border: 1px solid rgb(204, 204, 204);
    clear: both;
    padding: 10px;
}
.list .cnt{
    height: 530px;
}

.list .l_cnt p{
    height: 27px;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
}
.list .l_cnt p a{
    color: #000000;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    text-decoration: none;
    float: left;
}

.list .l_cnt .name{
    display: inline-block;
    float: left;
    clear: both;
    cursor:pointer;
}
.list .l_cnt .time{
    display: inline-block;
    margin-left: 25px;
    float: left;
}
.list .l_cnt .read{
    display: inline-block;
    width: 90px;
    text-align: left;
    float: right;
}


.pager{
    height: 70px;
    clear: both;
}
