/*html, body{*/
    /*overflow-x: auto;*/
    /*background:#265d3a;*/
    /*background-image: url("../bg_00104%20copy%202.png");*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*height: 100%;*/
/*}*/
img {
    max-width: 100% !important;
}
a{
    color:#333;
    cursor: pointer;
}

::-webkit-scrollbar{
    display:none;
}

#title{
    border-left: 4px solid #666666;
    padding-left: 10px;
    margin-top: 30px;
}

#title a{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
}

#return{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 16px;
    cursor: pointer;
}

.returnPrev{
    float: right;
    margin-top: -20px;
}

.Line{
    margin-top: 20px;
    height: 1px;
    background: #FFFFFF;
}

#articlecontent{
    background:rgba(255,255,255,0.8);
    position: relative;
}

.textDiv{
    background:rgba(0,0,0,0.1);
    min-height: 91px;
    text-align: center;
}

.textTitle{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 60px;
}

.textInfo span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1.4px;
    line-height: 20px;
}


.textContent{
    font-family: 宋体;
    width: 80%;
    margin-left: 10%;
}


.footerImg{
    text-align: center;
    top: 850px;
}

.articlePaging{
    border-top: 1px solid rgba(153,153,153,0.5);
    height: 40px;
    background:rgba(255,255,255,0.8);
}

.upper{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1.4px;
    line-height: 20px;
}

.upper:hover{
    color: #f60;
}

.lower{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1.4px;
    line-height: 20px;
}

.lower:hover{
    color: #f60;
}
