/*common style*/

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.content,.header{
    width: 1210px;
    margin:0 auto;
}

.content{
    overflow: hidden;
    padding-top: 20px;
}
/* 左侧 */
.content-left{
    float: left;
    width: 910px;
}
.content-left .left-nav{
    height: 14px;
    overflow: hidden;
}
/*上方导航*/
.left-nav p{
    float: left;
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
}
.left-nav p a{
    color: #4d4d4d;
    cursor: pointer;
}
.left-nav p a:hover{
    text-decoration: underline;
}
.left-nav .nav-arrow{
    float: left;
    padding: 1px 10px 1px 0;
    width: 6px;
    height: 12px;
}
.left-nav  .nav-arrow img{
    float: left;
    width: 6px;
    height: 12px;
}
/* 文章标题 */
.content-left .headline{
    width: 870px;
    padding-top: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.headline h1{
    font-size: 30px;
    line-height: 30px;
    color: #222;
}
.headline p{
    padding: 26px 0 12px 0;
    font-size: 14px;
    line-height: 14px;
}
.headline span{
    float: left;
    padding-right: 36px;
}
.headline i{
    color: #c6c6c6;
}
/* 文章 */
.left-article{
    padding: 8px 0 56px 0;
    width: 870px;
    font-size: 16px;
    line-height: 30px;
}
/* 关键词 */
.content-left .keywords{
    height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.keywords strong{
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-right: 7px;
}
.keywords ul{
    height: 20px;
}
.keywords ul li{
    float: left;
    margin-right: 7px;
}
.keywords ul li a{
    display: inline-block;
    height: 14px;
    padding: 1px 12px;
    border: 1px solid #efefef;
}
.keywords ul li span{
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
/*分享 */
.shareLink strong{
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-right: 7px;
}
.shareLink .bdsharebuttonbox{
    height: 24px;
}
.shareLink .bdsharebuttonbox div{
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: -10px;
}
/*上一页  下一页 */
.content-left .moreInformation{
    margin-top: 46px;
    height: 16px;
    font-size: 14px;
    color: #666;
    line-height: 16px;
}
.content-left .moreInformation p {
    line-height: 16px;
    height: 16px;
}
.content-left .moreInformation p a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 80%;
    color: #666;
    cursor: pointer;
}
.content-left .moreInformation p a:hover{
    text-decoration: underline;
}
.content-left .moreInformation .prevPage a{
    padding-left: 60px;
}
.content-left .moreInformation .nextPage a{
   float: right;
}
.content-left .moreInformation p a:focus,
.content-left .moreInformation p a:hover {
    text-decoration: underline;
}
.moreInformation .prevPage{
    float: left;
    display: inline-block;
    width: 455px;
    position: relative;
}
.moreInformation .prevPage .page-txt {
    position: absolute;
    left: 0;
}
.moreInformation .nextPage{
    text-align: right;
    display: inline-block;
    width: 455px;
    position: relative;
}
.moreInformation .nextPage .page-txt {
    float: right;
}
.content-left .comment{
    width: 910px;
    height: 40px;
    background: #f2f2f2;
    margin-top: 44px;
}
.content-left .comment p{
    font-size: 16px;
    line-height: 40px;
    text-indent: 34px;
}
/* 右侧的侧边栏 */
.content-right{
    float: right;
    width: 300px;
    position: relative;
}
.right-img{
    width: 300px;
    height: 300px;
}
.right-img img{
    width: 300px;
    height: 300px;
}
.right-text{
    padding-top: 32px;
}
.right-text h2{
    font-size: 26px;
    line-height: 26px;
    background: url("../images/rightside_h3_bg.png") no-repeat 0 1px;
    padding:  0 0 23px 14px;
}
.right-text ul li{
    font-size: 14px;
    line-height: 34px;
    background: url("../images/rightSide_li_bg.png") no-repeat 0 18px;
    text-indent: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right-text ul li a{
    color: #222;
    cursor: pointer;
}
.right-text ul li a:hover{
    text-decoration: underline;
}
