html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}

.content {
    position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#header #friendlyBlogroll {
    width: 100%;
    height: 31px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
}

#header #friendlyBlogroll .logoPublic {
    position: relative;
    float: left;
    height: 30px;
    width: 128px;
    line-height: 30px;
    font-size: 13px;
    color: #6f6f6f;
    cursor: pointer;
    padding-left: 34px;
}

#header #friendlyBlogroll .logoPublic .qr_code {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 128px;
    height: 138px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 3px 7px 0 rgba(37, 38, 84, 0.15);
}

#header #friendlyBlogroll .logoPublic .qr_code img {
    margin: 11.5px 0 0 11.5px;
    width: 105px;
    height: 105px;
}

#header #friendlyBlogroll .logoPublic .qr_code .qr_text {
    width: 100%;
    text-align: center;
    color: #6f6f6f;
    line-height: 15px;
    font-size: 13px;
}

#header #friendlyBlogroll .logoPublic:hover {
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(37, 38, 84, 0.15);
}

#header #friendlyBlogroll .logoPublic:hover .qr_code {
    display: block;
}

#header #friendlyBlogroll .wx_logo .wx_logo_img {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 16px;
    height: 13px;
}

#header #friendlyBlogroll .wx_logo .line {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
}

#header #friendlyBlogroll .xl_logo .xl_logo_img {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 17px;
    height: 13px;
}

#header #friendlyBlogroll .tril {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 8px;
    height: 4px;
}

#header #friendlyBlogroll .xl_logo .tril {
    right: 25px;
}

#header #friendlyBlogroll .tril img {
    width: 100%;
    height: 100%;
}

#header #logo {
    position: relative;
    height: 90px;
}

#header #logo #dby_logo img {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 204px;
    height: 64px;
}

#header #logo .line {
    position: absolute;
    left: 240px;
    top: 15px;
    width: 1px;
    height: 61px;
    background-color: #d5d5dd;
}

#header #logo #dby_slogan {
    position: relative;
    left: 262px;
}

#header #logo #dby_slogan img {
    width: 239px;
    height: 20px;
    position: absolute;
    top: 36px;
}

#header #logo #search {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500px;
    height: 100%;
}

#header #logo #search span {
    float: left;
    display: inline-block;
}

#header #logo #search span a {
    line-height: 90px;
    font-size: 14px;
    color: #686fe0;
}

#header #logo #search .search_input {
    position: absolute;
    right: 80px;
    top: 25px;
    width: 350px;
    height: 40px;
    border: 1px solid #d7d7da;
}

#header #logo #search .search_input input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #acacac;
    background-color: #f2f2f2;
}

#header #logo #search .search_input ::-webkit-input-placeholder {
    color: #acacac;
    font-size: 15px;
}

#header #logo #search .search_button {
    position: absolute;
    right: 0px;
    top: 25px;
    width: 80px;
    height: 40px;
    background-color: #686fe0;
    border: 1px solid #5960c4;
    cursor: pointer;
}

#header #logo #search .search_button img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 21px;
    height: 21px;
}

#nav {
    background-color: #686fe0;
    height: 48px;
    border-top: 1px solid #5960c4;
    border-bottom: 1px solid #5960c4;
}

#nav .nav_li {
    width: 130px;
    height: 48px;
    float: left;
}

#nav .nav_li a {
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

#nav .high_light {
    background-color: #555bb5;
}

#crumbs {
    height: 45px;
    padding-left: 10px;
    background-color: #f5f5fa;
}

#crumbs .crumbs_li:last-child span {
    display: none;
}

#crumbs .crumbs_li {
    position: relative;
    display: inline-block;
    float: left;
    height: 45px;
    padding-right: 26px;
}

#crumbs .crumbs_li a {
    height: 100%;
    line-height: 45px;
    font-size: 13px;
    color: #676767;
}

#crumbs .crumbs_li span {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 13px;
}

#crumbs .crumbs_li span img {
    width: 6px;
    height: 10px;
}

#crumbs .high_light a {
    color: #686fe0;
}

#main {
    position: relative;
    background-color: #f5f5fa;
    padding-bottom: 50px;
    background-color: #fff;
}

#main #article {
    position: relative;
    width: 840px;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 112px;
}

#main #article .article_name {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: #222;
}

#main #article .article_time {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 13px;
}

#main #article .article_time a {
    font-size: 13px;
    display: inline-block;
    color: #222;
}

#main #article .article_content {
    font-size: 16px;
    line-height: 28px;
    color: #222;
    word-wrap: break-word;
    padding-bottom: 500px;
}

#main #article .article_content p {
    margin: 16px 0;
}

#main #article .article_content a {
    display: inline-block;
    width: auto;
    color: #686fe0;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

#main #article .copyright {
    padding: 10px;
    background-color: #EDEDED;
    font-size: 14px;
    position: absolute;
    bottom: 146px;
    color: #666;
}

#main #article .share {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 450px;
    color: #666;
}

.bsTop {
    width: 100% !important;
}

.bsFrameDiv {
    height: 210px !important;
}

#main #article .share .bshare-custom {
    margin-top: 10px;
}

#main #article .share img {
    position: absolute;
    left: 0;
    width: 760px;
}

#main #article .label_ul {
    position: absolute;
    bottom: 540px;
    left: 40px;
    height: 30px;
}

#main #article .label_ul .label_li {
    display: inline-block;
    float: left;
    width: auto;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    background-color: #f5f5fa;
}

#main #article .label_ul .label_li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 23px;
    font-size: 14px;
    color: #676767;
}

#main #article .article_footer {
    position: absolute;
    width: 100%;
    padding: 0 40px;
    border-top: 1px dashed #e2e2ec;
    height: 112px;
    bottom: 0;
    left: 0;
}

#main #article .article_footer div {
    font-size: 14px;
    color: #313131;
    line-height: 112px;
}

#main #article .article_footer div a {
    display: inline-block;
    color: #686fe0;
}

#main #article .article_footer .previous_page {
    float: left;
}

#main #article .article_footer .previous_page a {
    margin-right: 14px;
}

#main #article .article_footer .next_page {
    float: right;
}

#main #article .article_footer .next_page span a {
    margin-left: 0;
    color: #313131;
}

#main #article .article_footer .next_page a {
    margin-left: 10px;
}

#main #article .article_footer a img {
    width: 5px;
    height: 9px;
    margin: 0px 4px;
}

#main #article .article_li_num {
    position: absolute;
    bottom: 90px;
    right: 40px;
    width: 74px;
    height: 74px;
    text-align: center;
    border-radius: 74px;
    background-color: #f8f8f8;
}

#main #article .article_li_num .num {
    position: absolute;
    top: 8px;
    width: 100%;
    font-size: 20px;
    color: #676767;
    line-height: 36px;
}

#main #article .article_li_num .text {
    position: absolute;
    bottom: 6px;
    width: 100%;
    font-size: 12px;
    color: #676767;
    line-height: 36px;
}

#main #article .article_li_tip {
    padding-right: 110px;
    font-size: 14px;
    color: #676767;
    line-height: 37px;
}

#main #article .footer {
    width: 100%;
    padding-left: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#main #article .footer .article_li_time {
    position: absolute;
    right: 150px;
    font-size: 14px;
    color: #979797;
}

#main #article .footer .label_li {
    display: inline-block;
    float: left;
    width: auto;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    background-color: #f5f5fa;
}

#main #article .footer .label_li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 23px;
    font-size: 14px;
    color: #676767;
}

#main #mainFooter {
    margin-top: 10px;
    position: relative;
    width: 840px;
    height: 680px;
    background-color: #fff;
    padding: 0 40px 0 40px;
}

#main #mainFooter .mainFooter_li:nth-child(2n+1) {
    padding-right: 60px;
}

#main #mainFooter .mainFooter_li:nth-child(2n+2) {
    padding-left: 60px;
}

#main #mainFooter .mainFooter_li {
    width: 380px;
    float: left;
    margin-top: 50px;
    margin-bottom: 10px;
}

#main #mainFooter .mainFooter_li .mainFooter_li_name {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #313131;
    border-bottom: 3px solid #c7c9d8;
    margin-bottom: 18px;
}

#main #mainFooter .mainFooter_li .mainFooter_li_name span {
    font-size: 18px;
    line-height: 36px;
    color: #979797;
}

#main #mainFooter .mainFooter_li .mainFooter_li_name .more {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 16px;
    color: #686fe0;
    padding-right: 23px;
}

#main #mainFooter .mainFooter_li .mainFooter_li_name .more a {
    font-size: 16px;
    color: #686fe0;
}

#main #mainFooter .mainFooter_li .mainFooter_li_name .more img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 16px;
    height: 16px;
}

#main #mainFooter .mainFooter_li .mainFooter_ul_li a {
    font-size: 14px;
    line-height: 36px;
    color: #313131;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main #aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: auto;
}

#main #aside .aside_li {
    margin-bottom: 10px;
}

#main #aside .paraphrase {
    width: 340px;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
}

#main #aside .paraphrase .paraphrase_name {
    font-size: 22px;
    line-height: 36px;
    color: #313131;
    margin-bottom: 20px;
}

#main #aside .paraphrase .paraphrase_li {
    position: relative;
    width: 300px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
}

#main #aside .paraphrase .paraphrase_li .paraphrase_li_name {
    font-size: 18px;
    color: #313131;
}

#main #aside .paraphrase .paraphrase_li .paraphrase_li_tip {
    position: absolute;
    right: 17px;
    top: 8px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 36px;
    color: #686fe0;
}

#main #aside .paraphrase .paraphrase_li .paraphrase_li_tip img {
    position: absolute;
    top: 11px;
    right: 0;
    width: 16px;
    height: 16px;
}

#main #aside .paraphrase .paraphrase_li:nth-child(4n+2) {
    background-color: #dceefa;
}

#main #aside .paraphrase .paraphrase_li:nth-child(4n+3) {
    background-color: #f8e1e1;
}

#main #aside .paraphrase .paraphrase_li:nth-child(4n+4) {
    background-color: #fcf7d4;
}

#main #aside .paraphrase .paraphrase_li:nth-child(4n+5) {
    background-color: #e6fcd4;
}

#main #aside .appraisal .appraisal_li {
    position: relative;
    width: 340px;
    height: 238px;
    margin-bottom: 10px;
}

#main #aside .appraisal .appraisal_li .topImg {
    position: relative;
    width: 340px;
    height: 210px;
}

#main #aside .appraisal .appraisal_li .topImg img {
    width: 100%;
    height: 100%;
}

#main #aside .appraisal .appraisal_li .topImg .img_shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#main #aside .appraisal .appraisal_li .topImg .img_shade .shade_name {
    margin-top: 15px;
    margin-left: 15px;
    width: 310px;
    height: 148px;
    border: 3px solid #fff;
    line-height: 140px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

#main #aside .appraisal .appraisal_li .appraisal_footer {
    position: absolute;
    padding-left: 15px;
    bottom: 0;
    width: 340px;
    line-height: 60px;
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    color: #313131;
}

#main #aside .appraisal .appraisal_li .appraisal_footer span {
    font-size: 20px;
    color: #fa7352;
}

#main #aside .appraisal .appraisal_li .appraisal_footer a {
    display: inline-block;
    font-size: 20px;
    color: #313131;
}

#main #aside .appraisal .appraisal_li .appraisal_footer img {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 10px;
    height: 16px;
}

#main #aside .label {
    position: relative;
    width: 340px;
    height: auto;
    background-color: #fff;
    padding: 20px;
}

#main #aside .label .label_title {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 23px;
    color: #313131;
    font-weight: bold;
}

#main #aside .label .more {
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 16px;
    color: #686fe0;
    padding-right: 23px;
}

#main #aside .label .more a {
    font-size: 16px;
    color: #686fe0;
}

#main #aside .label .more img {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
}

#main #aside .label .label_ul {
    padding-top: 78px;
}

#main #aside .label .label_ul .label_li {
    display: inline-block;
    float: left;
    width: auto;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    background-color: #f5f5fa;
}

#main #aside .label .label_ul .label_li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 23px;
    font-size: 14px;
    color: #676767;
}

#footer {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    line-height: 36px;
    border-top: 1px solid #dcdff0;
    font-size: 16px;
    color: #808080;
    text-align: center;
    padding-top: 75px;
}

#footer span {
    display: inline-block;
    margin: 0 10px;
}