* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    font-size: 36px;
}
A:link{text-decoration:none;}
button{
    border:none;
}
/*公共部分*/
html,
body {
    position: relative;
    width: 100%;
}
.container {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-family: 'Arial', 'Helvetica', 'Microsoft YaHei', 'sans-serif';
    color: #333333;
}
header{
    position:relative;
    width:100%;
    height:88px;
    background:#e23c3c;
}
.textContent {
    padding: 0 4%;
    line-height: 1.1em;
    font-size: 30px;
    /*text-indent: 2em;*/
}
.textContent p{
    text-indent: 2em;
    color: #222222;
    font-family: SimSun;
    margin-bottom: 5px;
}

.textContent p img{
    display: table-cell;
    margin: 16px auto;
    width:85%;
}

.text p img{
    display: table-cell;
    margin: 20px auto;
    /*width:85%;*/
}
.container h1{
    font-size:40px;
    font-weight: bold;
    color: #000;
    /*text-align:center;*/
    line-height:80px;
}
header .back{
    display:block;
    position:absolute;
    top:0px;
    left:3.5%;
    width:23px;
    height:88px;
    background:url(../images/icon_back.png) no-repeat center center;
}
header .back{
    display:block;
    position:absolute;
    top:0px;
    left:3.5%;
    width:23px;
    height:88px;
    background:url(../images/icon_back.png) no-repeat center center;
}
header .collection{
    display:block;
    position:absolute;
    top:0px;
    right:calc(3.5% + 80px);
    width:44px;
    height:88px;
    background:url(../images/icon_collection.png) no-repeat center center;
}
header .collection.active{
    background:url(../images/icon_collection1.png) no-repeat center center;
}
header .share{
    display:block;
    position:absolute;
    top:0px;
    right:3.5%;
    width:50px;
    height:88px;
    background:url(../images/icon_share.png) no-repeat center center;
}
article{
    padding:0 3.5%;
}
article h1{
    margin:25px 0 0;
    font-size:40px;
    line-height:68px;
    color:#222;
    font-weight:normal;
}
article .people{
    width:100%;
    height:40px;
}
article .people .avatar{
    float:left;
    width:72px;
    height:72px;
    border-radius:50%;
    overflow:hidden;
}
.date{
    line-height: 40px;
    font-size: 30px;
    margin: 25px 0;
    /*float:right;*/
    /*width:calc(100% - 30px);*/
}

article p{
    font-size:25px;
    color:#222;
    line-height:25px;
}
.tab{
    margin-top:10px;
    width:100%;
}
.tab span{
    padding:0 10px;
    display:inline-block;
    /*background:#f4f5f7;*/
    color:#666;
    font-size:30px;
}
.getMore{
    display:block;
    margin:0px 0 10px;
    width:100%;
    height:70px;
    background:#e23c3c;
    border-radius:4px;
    line-height:70px;
    text-align:center;
    font-size:28px;
    color:#fff;
    text-decoration:none;
}
aside{
    width:100%;
}
aside h1{
    margin-top:22px;
    padding-left:3.5%;
    color:#f87070;
    font-size:34px;
    font-weight:normal;
    line-height:74px;
}
aside ul{
    width:100%;
}
aside ul li{
    padding:10px 3.5%;
    width:93%;
    overflow:hidden;
    border-top:#e8e8e8 1px solid;
}
aside ul li .text{
    float:left;
    width:100%;
}
aside ul li.haveImg .text{
    width:calc(100% - 270px);
}
aside ul li .text h2{
    font-size:30px;
    color:#222222;
    font-weight:normal;
}
aside ul li .text h2{
    overflow:hidden;
}
aside ul li .text p{
    font-size:22px;
    color:#666;
}
aside ul li .text p span{
    padding-right:48px;
    font-size: 14px;
}
aside ul li.haveImg .img{
    float:right;
    width:224px;
    height:148px;
    overflow:hidden;
}
aside ul li.haveImg .img img{
    width:100%;
    height:100%;
}



/*body {*/
/*    margin: 0 auto;*/
/*    font-family: "Microsoft YaHei", arial, sans-serif;*/
/*    color: rgba(68,68,68,0.93);*/
/*    line-height: 1;*/
/*    padding: 10px;*/
/*}*/
.textContent{
    line-height: 2em;
}
.textContent h1, .textContent h2, .textContent h3, .textContent h4 {
    color: #111111;
    font-weight: 400;
    margin-top: 1em;
}

.textContent strong {
    font-weight: normal;
}

.textContent h1, .textContent h2, .textContent h3, .textContent h4, .textContent h5 {
    font-family: Georgia, Palatino, serif;
}

.textContent h1, .textContent h2, .textContent h3,.textContent h4,.textContent h5,.textContent p,.textContent dl {
    margin-bottom: 16px;
    padding: 0;
}

.textContent h1 {
    font-size: 48px;
    line-height: 54px;
}

.textContent h2 {
    font-size: 36px;
    line-height: 42px;
}

.textContent h1,.textContent h2 {
    border-bottom: 1px solid #EFEAEA;
    padding-bottom: 10px;
}

.textContent h3 {
    font-size: 24px;
    line-height: 30px;
}

.textContent h4 {
    font-size: 21px;
    line-height: 26px;
}

.textContent h5 {
    font-size: 18px;
    list-style: 23px;
}

.textContent a {
    color: #0099ff;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.textContent a:hover {
    text-decoration: none;
    color: #ff6600;
}

.textContent a:visited {
    /*color: purple;*/
}

.textContent ul, .textContent ol {
    padding: 0;
    padding-left: 24px;
    margin: 0;
}

.textContent li {
    line-height: 24px;
}

.textContent p,.textContent ul,.textContent ol {

}

.textContent ol ol,.textContent ul ol {
    list-style-type: lower-roman;
}


.textContent code,.textContent pre {
    border-radius: 3px;
    background-color: #f7f7f7;
    color: inherit;
}

.textContent code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    margin: 0 2px;
}

.textContent pre {
    line-height: 1.7em;
    overflow: auto;
    padding: 6px 10px;
    border-left: 5px solid #6CE26C;
}

.textContent pre > code {
    border: 0;
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    font-size: .85em;
    white-space: pre;
    background: 0 0;

}

.textContent code {
    color: #666555;
}


.textContent img {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 85%;
}

.textContent aside {
    display: block;
    float: right;
    width: 390px;
}

.textContent blockquote {
    border-left: .5em solid #eee;
    padding: 0 0 0 2em;
    margin-left: 0;
}

.textContent blockquote cite {
    font-size: 14px;
    line-height: 20px;
    color: #bfbfbf;
}

.textContent blockquote cite:before {
    content: '\2014 \00A0';
}

.textContent blockquote p {
    color: #666;
}

.textContent hr {
    text-align: left;
    color: #999;
    height: 2px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
}

.textContent dl {
    padding: 0;
}

.textContent dl dt {
    padding: 10px 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

.textContent dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

.textContent dd {
    margin-left: 0;
}





