#banner {
    width: 100%;
    padding-top: 78px;
    height: 500px;
    background: #d7a389;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide a img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}


/*轮播图下 四个微信号码介绍*/

#tips {
    width: 1000px;
    margin: 0 auto;
}

#tips ul {
    height: 260px;
    padding-top: 30px;
    box-sizing: border-box;
}

#tips li {
    position: relative;
    float: left;
    width: 250px;
    text-align: center;
    cursor: pointer;
}


/* 分隔线 */

#tips li i {
    position: absolute;
    top: 40px;
    right: 0;
    display: inline-block;
    height: 90px;
    border-left: 1px solid #f6f6f6;
}

#tips li .show-logo {
    opacity: 1;
    /*padding-top: 20px;*/
    width: 100%;
    height: 100%;
    /*background: #0d0;*/
}

#tips li .show-logo img {
    display: inline-block;
    width: 144px;
    /*height: auto;*/
    height: 190px;
}


/*#tips li .show-logo p{
    font-size: 16px;
    color: #333;
    padding-top: 30px;
}*/

#tips li .under img {
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    width: 146px;
    height: 190px;
}

#tips li .under {
    position: absolute;
    top: 0px;
    left: 52px;
}


/* 翻转动画 */

#tips li .tu {
    visibility: visible \9;
    transform: rotateY(0deg);
    opacity: 1;
    transition: all 1s;
}

#tips li .under {
    visibility: hidden \9;
    transform: rotateY(-180deg);
    opacity: 0;
    transition: all 1s;
}

#tips li:hover .tu {
    visibility: hidden \9;
    transform: rotateY(180deg);
    opacity: 0;
}

#tips li:hover .under {
    visibility: visible \9;
    transform: rotateY(0deg);
    opacity: 1;
}


/* circle */

#circle {
    width: 100%;
    height: 700px;
    background: #f8f8f8;
}

#circle .bg {
    position: relative;
    top: -25px;
    width: 100%;
    height: 25px;
    background: url("../images/bg_menu.png") bottom center no-repeat;
}

.menu_box {
    width: 1000px;
    margin: 0 auto;
    padding-top: 1px;
    box-sizing: border-box;
    position: relative;
    top: -20px;
}

.menu_box .five-circle {
    width: 720px;
    height: 720px;
    margin: 99px auto 0;
    border: 1px solid #d3b58a;
    border-right: 1px solid #d3b58a;
    border-top: 1px solid #d3b58a;
    border-right: 1px solid #d3b58a;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: transparent \9;
    border-width: 0 \9;
    -o-background-size: 720px;
    -moz-background-size: 720px;
    -webkit-background-size: 720px;
    -ms-background-size: 720px;
    background-size: 720px;
    position: relative;
}

.menu_box .circle_box {
    height: 600px;
    overflow: hidden;
}

.menu_box .across {
    width: 666px;
    border-top: 1px solid #d3b58a;
    margin: 0 auto;
}

.menu_box .five-circle p {
    width: 116px;
    height: 116px;
    line-height: 116px;
    position: absolute;
    color: #d87424;
}

.menu_box .circle1 {
    background: url("../images/read_idx_circle1.png") no-repeat;
    background-size: 110px 110px;
    top: 302px;
    left: -58px;
}

.menu_box .circle2 {
    background: url("../images/read_idx_circle2.png") no-repeat;
    background-size: 110px 110px;
    top: 50px;
    left: 50px;
}

.menu_box .circle3 {
    background: url("../images/read_idx_circle3.png") no-repeat;
    background-size: 110px 110px;
    top: -58px;
    left: 302px;
}

.menu_box .circle4 {
    background: url("../images/read_idx_circle4.png") no-repeat;
    background-size: 110px 110px;
    top: 50px;
    right: 50px;
}

.menu_box .circle5 {
    background: url("../images/read_idx_circle5.png") no-repeat;
    background-size: 110px 110px;
    top: 302px;
    right: -58px;
}

.menu_box .five-circle p span {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 25px;
    top: 116px;
}

.menu_box .five-circle .circle5 span,
.menu_box .five-circle .circle4 span {
    width: 80px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 116px;
}

.menu_box .five-circle .circle3 span {
    width: 116px;
    text-align: center;
    left: 0;
    bottom: 0;
}

.semi-circle-wrapper {
    position: absolute;
    left: 250px;
    top: 320px;
    height: 320px;
    overflow: hidden;
}

.menu_box .semi-circle {
    width: 500px;
    height: 500px;
    padding-top: 20px;
    border-radius: 50%;
    background: #d87424;
    box-sizing: border-box;
}

.menu_box .semi-circle .edge {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding: 5px;
    box-sizing: border-box;
}

.menu_box .semi-circle .edge p {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url("../images/read_idx_circle_title.png") center center no-repeat #fff;
    background-size: 100px auto;
    background-color: transparent \9;
    background-image: none \9;
    cursor: pointer;
}

.menu_box .semi-circle h3 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.menu_box .active .circle1 {
    animation: one 1.5s infinite linear;
    -webkit-animation: one 1.5s infinite linear;
    -o-animation: one 1.5s infinite linear;
    top: 302px;
    left: -58px;
}

.menu_box .active .circle2 {
    animation: two 1.5s infinite linear;
    -webkit-animation: two 1.5s infinite linear;
    -o-animation: two 1.5s infinite linear;
    top: 50px;
    left: 50px;
}

.menu_box .active .circle3 {
    animation: three 1.5s infinite linear;
    -webkit-animation: three 1.5s infinite linear;
    -o-animation: three 1.5s infinite linear;
    top: -58px;
    left: 302px;
}

.menu_box .active .circle4 {
    animation: four 1.5s infinite linear;
    -webkit-animation: four 1.5s infinite linear;
    -o-animation: four 1.5s infinite linear;
    top: 50px;
    right: 50px;
}

.menu_box .active .circle5 {
    animation: five 1.5s infinite linear;
    -webkit-animation: five 1.5s infinite linear;
    -o-animation: five 1.5s infinite linear;
    top: 302px;
    right: -58px;
}

@keyframes one {
    0% {
        top: 302px;
        left: -58px;
    }
    25% {
        top: 299px;
        left: -61px;
    }
    50% {
        top: 302px;
        left: -58px;
    }
    75% {
        top: 305px;
        left: -55px;
    }
    100% {
        top: 302px;
        left: -58px;
    }
}

@keyframes two {
    0% {
        top: 50px;
        left: 50px;
    }
    25% {
        top: 47px;
        left: 53px;
    }
    50% {
        top: 50px;
        left: 50px;
    }
    75% {
        top: 53px;
        left: 47px;
    }
    100% {
        top: 50px;
        left: 50px;
    }
}

@keyframes three {
    0% {
        top: -58px;
        left: 302px;
    }
    25% {
        top: -55px;
        left: 299px;
    }
    50% {
        top: -58px;
        left: 302px;
    }
    75% {
        top: -61px;
        left: 305px;
    }
    100% {
        top: -58px;
        left: 302px;
    }
}

@keyframes four {
    0% {
        top: 50px;
        right: 50px;
    }
    25% {
        top: 47px;
        right: 53px;
    }
    50% {
        top: 50px;
        right: 50px;
    }
    75% {
        top: 53px;
        right: 47px;
    }
    100% {
        top: 50px;
        right: 50px;
    }
}

@keyframes five {
    0% {
        top: 302px;
        right: -58px;
    }
    25% {
        top: 305px;
        right: -61px;
    }
    50% {
        top: 302px;
        right: -58px;
    }
    75% {
        top: 299px;
        right: -55px;
    }
    100% {
        top: 302px;
        right: -58px;
    }
}


/* 首页页面的content */

#content {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}


/*本周共读*/

#content .topic {
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
    color: #1b1b1b;
    border-left: 5px solid #d87424;
}

#content .topic a {
    float: right;
    font-size: 14px;
    color: #a0a0a0;
}

#content .intro {
    padding: 30px 0;
    overflow: hidden;
}

#content .intro img {
    width: 100px;
    height: auto;
    min-height: 100px;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
}

#content .intro_text_box {
    width: 860px;
}

#content .intro_text_box .intro_text {
    width: 860px;
}

#content .intro_text_box h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    /*font-weight: bold;*/
    color: #1b1b1b;
}

#content .intro_text_box h1 b {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    float: right;
    color: #999;
}

#content .intro_text_box .intro_text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #999;
    position: relative;
    max-height: 144px;
    overflow: hidden;
}

#content .intro_text_box .intro_text::after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px 0 25px;
    background: url(../images/dot.png) repeat-y;
}


/* period */

#content .period table {
    width: 1000px;
    table-layout: fixed;
}

#content .period table .td_1 {
    /*width: 200px;*/
    width: 340px;
    /*padding-right: 20px;*/
}

#content .period table .td_2 {
    /*width: 660px;*/
    width: 520px;
}

#content .period table .td_3 {
    width: 140px;
}

#content .period table td {
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content .period table .td_1 h2 {
    /*font-size: 16px;*/
    font-size: 0;
    line-height: 20px;
    /*padding-left: 20px;*/
    position: relative;
}

#content .period table .td_1 h2 i {
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #d87424;
    position: absolute;
    left: 0;
    top: 6px;
}

#content .period .td_1 h2 span {
    font-weight: normal;
    display: inline-block;
}

#content .period .td_1 h2 span.dtitle {
    width: 260px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    vertical-align: top;
}

#content .period .td_1 h2 span.date {
    width: 60px;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
}


/*主页的文本也用的样式*/

#content .period table .td_2 h2 {
    /*width: 340px;*/
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    /*font-weight: bold;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #313131;
}

#content .period table .td_3 p {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #a0a0a0;
}


/*comment用户评论*/

#comment {
    background: #f8f8f8;
    padding: 30px 0 20px;
}

#comment .evaluate {
    width: 1000px;
    margin: 0 auto;
}

#comment .topic {
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
    color: #1b1b1b;
    border-left: 5px solid #d87424;
    margin-bottom: 15px;
}

#comment .user {
    overflow: auto;
    zoom: 1;
}


/* user_img */

.user_img {
    width: 76px;
    height: 76px;
    /*padding: 3px;*/
    margin: 30px 30px 0;
    box-sizing: border-box;
    position: relative;
}

.user_img img {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 74px;
    height: 74px;
}

.user_img .m_tou {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 76px;
    background: url("../images/mask_tou.png") center center no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}

.user_text {
    width: 864px;
    border-top: 1px solid #eee;
    padding: 30px 0 15px;
}

.evaluate p+div .user_text {
    border: none;
}


/*.user_one .user_text{
    border:none;
}
*/

.user_text .nick {
    padding-bottom: 20px;
}

.user_text .nick a {
    font-size: 16px;
    line-height: 20px;
    color: #51b5e9;
}

.user_text .nick img {
    display: inline-block;
    height: 16px;
    line-height: 20px;
    width: auto;
    vertical-align: top;
    margin-left: 20px;
}

.user_text .nick span {
    font-size: 13px;
    float: right;
    color: #666;
}

.eval_text {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

#weekread {
    width: 1000px;
    margin: 0 auto;
    padding-top: 78px;
    height: 64px;
    line-height: 64px;
    color: #d87424;
}


/*共读计划页面的css*/

#week-content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


/*  menu */

.list {
    width: 1px;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 140px;
    z-index: 10;
}

.list .list_box {
    width: 276px;
    background: #fff;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    position: absolute;
    left: 224px;
    top: 0;
    height: 450px;
    box-sizing: border-box;
    overflow: auto;
}

#week-content .menu_main .menu_sub_box .menu_sub.active {
    background: #eee;
}

#week-content .menu_main .menu_title {
    border-top: 1px solid #e5e5e5;
    padding: 15px 26px;
    box-sizing: border-box;
    cursor: pointer;
}

.menu_one .menu_title {
    border: none;
}

.menu .menu_title span {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#week-content .menu_main .menu_sub_box {
    display: none;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

#week-content .menu_main .menu_sub a {
    display: inline-block;
    width: 215px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 20px;
    padding-left: 15px;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    box-sizing: border-box;
    border-top: 1px dashed #e5e5e5;
    color: #666;
}

#week-content .menu_main .menu_sub:first-child a {
    border: none;
}

#week-content .menu .menu_main .menu_title b {
    float: right;
    width: 10px;
    height: 6px;
    background: url("../images/up.png") center center no-repeat;
    background-size: 10px 6px;
    position: relative;
    top: 12px;
    z-index: 0;
}

#week-content .menu_main.active .menu_title b {
    background: url("../images/xia.png") center center no-repeat;
    background-size: 10px 6px;
}

#week-content .active .menu_title {
    border-left: 5px solid #d87424;
}

#week-content .active .menu_sub_box {
    display: block;
}

#week-content .active .menu_sub_box .menu_sub.active {
    background: #eee;
}


/* side */

.side {
    width: 700px;
    margin-bottom: 30px;
}

.side .period {
    padding: 1px;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.side .period .topic {
    height: 58px;
    font-size: 24px;
    line-height: 58px;
    padding-left: 30px;
    color: #1b1b1b;
    background: #f1ede9;
    position: relative;
}

.side .period .topic b {
    font-size: 14px;
    line-height: 58px;
    padding-right: 30px;
    color: #a0a0a0;
}

.period .topic span b {
    position: absolute;
    top: -90px;
    left: 0;
}


/* period_text */

.period_text {
    padding: 30px;
}

.period_text .intro {
    width: 640px;
    box-sizing: border-box;
    padding-bottom: 30px;
    overflow: hidden;
}

.period_text .intro img {
    width: 100px;
    height: auto;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
}

.intro_text_box {
    width: 520px;
}

.intro_text_box h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #1b1b1b;
}

.intro_text_box h1 b {
    font-size: 14px;
    line-height: 24px;
    float: right;
    color: #999;
}

.intro_text_box .intro_text {
    width: 520px;
    max-height: 144px;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.period_intro table {
    width: 640px;
    table-layout: fixed;
    border-collapse: collapse;
}

.period_intro table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*读书计划*/

.period_intro table .td_1 {
    width: 220px;
}

.period_intro table .td_2 {
    width: 340px;
}

.period_intro table .td_3 {
    width: 80px;
}

.period_intro table td {
    height: 88px;
}

.period_intro table .td_1 h2 {
    font-size: 0;
    line-height: 20px;
    position: relative;
    color: #313131;
}

.period_intro table .td_1 h2 i {
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: #d87424;
    position: absolute;
    left: 0;
    top: 6px;
}

#week-content .period_intro .td_1 h2 span {
    font-weight: normal;
    display: inline-block;
}

#week-content .period_intro .td_1 h2 span.dtitle {
    width: 140px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #313131;
    vertical-align: top;
}

#week-content .period_intro .td_1 h2 span.date {
    width: 60px;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
}

#week-content .period_intro table .td_2 h2 {
    font-size: 16px;
    line-height: 20px;
    color: #313131;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    width: 100%;
    /*
    display: -webkit-box;
    display: -moz-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}

.period_intro table .td_2 p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px;
    color: #a0a0a0;
}

.period_intro table .td_3 p {
    width: 70px;
    height: 70px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.period_intro table .td_3 img {
    width: auto;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    display: inline-block;
    vertical-align: top;
}

.period_intro table tr td {
    height: 80px;
    /*padding-top: 5px;*/
    /*box-sizing: border-box;*/
}

.period_intro table tr .td_1 {
    /*padding-left: 20px;*/
}

.period_intro table tr .td_3 {
    /*padding-right: 5px;*/
}


/* tr hover */

.period_intro table .td_3 img {
    -webkit-transition: ease .2s;
    transition: ease .2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.period_intro table tr:hover {
    background: #eee;
}

.period_intro table tr:hover .td_3 img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* down */

#week-content .container .down {
    width: 680px;
    padding: 20px 0 130px;
}

#week-content .container .down p {
    width: 280px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    background: #449657;
    color: #fff;
}


/*共读文章详细页面*/

#article .text-box {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -ms-pre-wrap;
    white-space: -wibkit-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}


/*修改传递过来的标签样式*/

#article .text-box p {
    text-align: justify;
    margin: 15px 3.33%;
    line-height: 3;
}

#article .text-box p img {
    max-width: 100%;
    margin: 15px 0;
}

#article .text-box p b {
    font-weight: bold;
}

#article .menu_sub.active {
    background: #eee;
}

#article {
    padding-top: 100px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


/*  menu */

#article .side {
    width: 1px;
    height: 1px;
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 10;
}

#article .menu {
    width: 276px;
    background: #fff;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    position: absolute;
    left: 224px;
    top: 0;
}

#article .menu_main .menu_title {
    padding: 15px 26px;
    box-sizing: border-box;
    cursor: pointer;
    border-left: 5px solid #d87424;
}

#article .menu .menu_title span {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
}

#article .menu_main .menu_sub_box {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    max-height: 540px;
    overflow: auto;
}

#article .menu_main .menu_sub a {
    display: inline-block;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 20px;
    padding-left: 15px;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    box-sizing: border-box;
    border-top: 1px dashed #e5e5e5;
    color: #666;
}

#article .menu_main .menu_sub:first-child a {
    border: none;
}


/* container */

#article .container {
    width: 680px;
}

#article .container .topic {
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

#article .container .topic h1 {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #1b1b1b;
}

#article .container .topic p span {
    font-size: 14px;
    line-height: 30px;
    color: #a0a0a0;
    margin-right: 30px;
}

#article .container .topic p .yan {
    display: inline-block;
    background: url("../images/yan.png")center left no-repeat;
    padding-left: 26px;
    height: 30px;
}

#article .container .topic p .xin {
    display: inline-block;
    background: url("../images/xin.png")center left no-repeat;
    padding-left: 26px;
    height: 30px;
}


/* audio  */

#article .container .audio {
    padding: 30px 30px 30px 15px;
    box-sizing: border-box;
    height: 150px;
}

#article .container .audio p.fl {
    height: 90px;
    line-height: 90px;
    cursor: pointer;
}


/* */

#article audio {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#article .container .audio p.fl .ss {
    box-shadow: none;
    outline: none;
    display: inline-block;
    /*background: url("../images/audio_bg.png") center no-repeat;
    background-size:40px;*/
    background: #d87424;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    top: 25px;
    left: 0;
    box-sizing: border-box;
}

#article .container .audio p.fl .ss b {
    display: block;
    background: url("../images/play.png") center no-repeat;
    background-size: auto 15px;
    width: 36px;
    height: 36px;
    position: relative;
    box-sizing: border-box;
}

#article .container .audio p.fl .ss.active b {
    display: block;
    background: url("../images/pause.png") center no-repeat;
    background-size: auto 15px;
    width: 36px;
    height: 36px;
    position: relative;
    box-sizing: border-box;
}

#article .container .audio div.fr {
    width: 560px;
}

#article .container .audio div.fr .tiao {
    width: 450px;
    height: 4px;
    background: #eee;
    border-radius: 2px;
    position: relative;
    top: 20px;
}

#article .container .audio div.fr .tiao p {
    max-width: 450px;
    height: 4px;
    border-radius: 2px;
    background: #d87424;
}

#article .container .audio div.fr .tiao p .dian {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    background: #fff;
    box-sizing: border-box;
}

#article .container .audio div.fr .tiao p .dian i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d87424;
    position: absolute;
    top: 3px;
    left: 3px;
}

#article .container .audio div.fr .time {
    position: relative;
    top: 8px;
    right: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #dcdcdc;
}

#article .container .audio div.fr h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

#article .container .audio div.fr h2 span {
    font-size: 14px;
    line-height: 30px;
    padding-left: 30px;
    color: #a0a0a0;
}


/* btn */

#article .container .btn {
    padding: 36px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}
#article .container .btn a {
    display: block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
    background: #d87424;
    color: #fff;
}

#article .container .btn p,
#article .container .btn h2 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
    color: #333;
    /*width: 240px;*/
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#article .container .btn .fr a {
    float: right;
}

#article .container .btn .fr {
    width: 240px;
}

#article .container .btn .fr p,
#article .container .btn .fr h2 {
    float: right;
    text-align: right;
}

#article .container .btn a.active {
    color: #999;
    background: #eee;
}


/* 热门评论 */

#article .container .hot .title {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #666;
}

#article .container .disc {
    border-bottom: 1px dashed #eee;
    padding-bottom: 36px;
    margin-bottom: 36px;
    overflow: hidden;
}

#article .container .disc_img {
    width: 74px;
    height: 74px;
}

#article .container .disc_img img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

#article .container .disc_text {
    width: 600px;
    height: 74px;
}

#article .container .disc_text h2 {
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

#article .container .disc_text p {
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

#article .container .disc_text p .xin {
    background: url("../images/xin.png") left center no-repeat;
    display: inline-block;
    width: 26px;
    height: 30px;
    padding-left: 26px;
}

#article .container .disc_text p .zan {
    background: url("../images/zan.png") left center no-repeat;
    display: inline-block;
    width: 26px;
    height: 30px;
    padding-left: 26px;
}

#article .container .disc_cont {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}


/* down */

#article .container .down {
    width: 680px;
    padding: 20px 0 130px;
}

#article .container .down p {
    width: 280px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    background: #d87424;
    color: #fff;
}


/*新闻内容页面*/

#news {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 60px;
    overflow: hidden;
}

#news .intro {
    overflow: hidden;
}

#news .intro .img_box {
    width: 310px;
    height: 210px;
    margin: 15px 0;
    overflow: hidden;
    font-size: 0;
}

#news .intro img {
    width: 330px;
    /*height: auto;*/
    height: 216px;
    max-height: 100%;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#news .intro img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#news .intro_text_box {
    width: 630px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

#news a:first-child .intro_text_box {
    border-top: none;
}

#news .intro_text_box h2 {
    padding: 15px 0;
    font-weight: bold;
    color: #333;
}

#news .intro_text_box h2 span {
    display: inline-block;
    width: 500px;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

#news .intro_text_box .intro_text {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #999;
}

#news .intro_text_box .intro_link {
    font-size: 14px;
    line-height: 24px;
    color: #8ac4e9;
}

#news .news_time {
    font-size: 14px;
    line-height: 28px;
    padding-right: 30px;
    color: #a0a0a0;
    float: right;
}


/*共读项目介绍*/

#introduce {
    width: 1000px;
    margin: 0 auto;
    padding: 79px 0 40px 0;
}


/*.about-guoguan{
    width: 1000px;
    border-radius: 10px;
    text-align: center;
    line-height: 2;
}
.about-guoguan .item-same{
    width:767px;
    margin: 60px auto;
    padding-top: 1px;
}
.about-guoguan .item-same p{
    font-size: 18px;
}
.about-guoguan .item1{
    height:102px;
    background: url(../images/introduce_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.about-guoguan .item2{
    height:201px;
    background: url(../images/introduce_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.about-guoguan .item1 p{
    margin-top: 10px;
}

.about-guoguan .item2 h2{
    margin-bottom: 10px;
}

.about-guoguan .item2 p{
    line-height: 2.5;
}
.about-guoguan h2{
    font-size: 24px;
    color: rgb(219, 116, 36);
    margin-top: -22px;
}
*/

#introduce .item {
    margin: 40px 0;
}

#introduce .item h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-weight: bold;
    position: relative;
    background: #eee;
}

#introduce .item h2 i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #aaa;
    background: #d87424;
    position: absolute;
    top: 11px;
    left: -6px;
}

#introduce .item p {
    text-indent: 32px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 30px;
    color: #333;
    padding: 12px;
    margin-top: 30px;
}

#introduce .item p.qrcode {
    margin-top: 30px;
    padding: 0;
}

#introduce .item p.qrcode img {
    display: inline-block;
    max-width: 144px;
}

#introduce .item p b {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
