/* 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;
}


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

.article .a_cnt{
    min-width: 800px;
    margin: 0 auto;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
}

.article .a_cnt .title{
    width: 760px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    color: #000000;

}

.article .a_cnt .cnt{
    padding: 20px 0;
    width: 760px;
    margin: 0 auto;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 25px;
}
.article .a_cnt .cnt img{
    max-width: 700px;
}
