.content-container,.footer-container {
    width: 1000px
}

.content {
    padding: 0;
    background: #fff;
}
.nav .nav-list .nav-list-inner a {
    padding: 0 10px
}
.main-mate {
    position: absolute;
    left: 30px;
    top: 20px;
    height: 28px
}

.main-mate a, .main-mate span {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    background: rgba(0,0,0,.6);
    padding: 0 10px;
    display: inline-block;
    margin-right: 5px
}
.article-view{
  padding: 40px 0 90px;
}
.article-header {
    padding: 10px 30px;
    text-align: center;
}

.article-header .title {
    color: #141414;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.article-header .summary {
    font-size: 16px;
    color: #6b6a6a;
    line-height: 25px;
    padding: 6px 0
}

.article-header  .info {
    overflow: hidden;
    padding-bottom: 5px
}

.article-header  .info p {
    position: relative;
    padding: 0;
    line-height: 29px
}
.article-header .info span{
    margin-right: 5px;
}
.article-header .info .author {
    color: #000;
    margin-right: 0;
}

.article-header .info .comment-num a,
.article-header .info .date {
    color: #333
}
.article-header .info .jm-collection.clicked span{
    color: #F12B35;
}
.article-header .info .comment-num {
    color: #bbb;
    margin-left: 5px;
    cursor: pointer
}

.article-header .info .jm-icon {
    width: 16px;
    vertical-align: -5px;
    height: 16px
}
.article-img {
    padding-bottom: 15px
}

.article-img img {
    max-width: 100%;
    margin: 0 auto
}

.article-img p {
    text-align: right;
    color: #aaa;
    line-height: 20px;
    padding-top: 15px
}

.article-main {
    padding-top: 15px
}

.article-main .article-content {
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 24px
}

.article-main .article-content blockquote, .article-main .article-content h3, .article-main .article-content h4, .article-main .article-content ol, .article-main .article-content p, .article-main .article-content ul {
    width: 700px;
    margin: 0 auto 30px
}

.article-main .article-content ul {
    list-style: disc
}

.article-main .article-content ol {
    list-style: decimal
}

.article-main .article-content li {
    font-size: 15px;
    line-height: 30px;
    margin-left: 20px
}

.article-main .article-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #0e0e0e
}

.article-main .article-content iframe {
    height: 600px;
    width: 800px
}

.article-main .article-content em, .article-main .article-content i {
    font-style: italic
}

.article-main .article-content p a {
    color: #6c899d
}

.article-main .article-content img {
    max-width: 100%;
    margin: 0 auto
}

.article-main .article-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.article-main .article-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.article-main .article-content blockquote p {
    color: #252525;
    margin: 0;
    width: auto;
    border-left: 5px solid #8d8d8d;
    font-size: 16px;
    padding-left: 20px
}

.content-text-focus {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

.content-text-focus .content-text-caption {
    padding: 20px
}

.content-text-focus .content-text-caption p {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    width: 100%
}

.content-text-focus.align-left .content-text-caption {
    float: left
}

.content-text-focus.align-right .content-text-caption {
    float: right
}

.content-img-focus {
    margin: 0 auto 15px;
}

.align-center .content-img-focus img {
    display: block;
    height: auto;
    max-width: 100%
}

.content-img-focus figcaption {
   text-align: center;
    font-weight: 400;
    clear: both;
    color: #666;
    font-size: 14px;
    display: block;
    padding: 10px;
    line-height: 20px;
}

.content-img-focus.align-left,
.content-img-focus.align-right {
    max-width: 1000px
}

.content-img-focus.align-left figcaption,
.content-img-focus.align-right figcaption {
    text-align: right;
    max-width:500px;
}
.content-img-focus.align-left {
    float: left
}
.content-img-focus.align-right,.content-img-focus.align-right figcaption{
    float: right
}


.article-main .article-source {
    width: 700px;
    margin: 0 auto;
    padding: 15px 0
}

.article-main .article-source p {
    color: #666;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0
}

.article-main .article-source em {
    font-style: italic;
    color: #AAA;
    line-height: 20px;
    font-size: 12px
}
.article-btn{
    text-align: center;
    padding-bottom: 20px;
}
.article-btn .zan-btn{
    background: url("../image/praise.png") no-repeat 0 0;
    width: 73px;
    height: 20px;
    padding:  60px 10px 13px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.article-btn .zan-btn i{
    font-style: normal;
    color: #fff;
}
.article-btn .zan-btn.active{
    background-position: -93px 0;
    cursor: default;
}
.article-btn .zan-btn .num{
    color: #faad05;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 93px;
    text-align: center;
    margin-top: -93px;
}
.article-footer {
    width: 700px;
    margin: 0 auto;
    padding: 10px;
    background-color: #f7f7f7
}

.article-footer .article-author {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.article-footer .article-author.item-1 {
    border-top: 1px solid #ddd;
    padding-top: 10px
}

.article-footer .article-author .author-avatar {
    float: left;
    width: 60px;
    height: 60px
}

.article-footer .article-author .author-main {
    margin-left: 70px
}

.article-footer .article-author .author-main .author-name {
    color: #141414;
    line-height: 18px;
    display: inline-block
}

.article-footer .article-author .author-main .author-mate {
    color: #141414;
    line-height: 18px
}

.article-footer .article-author .author-main p {
    color: #757575;
    line-height: 20px;
    margin-top: 5px;
    padding-right: 10px
}

.article-footer .article-author .follow-set {
    color: #333;
    position: absolute;
    right: 10px;
    top: 0
}

.article-footer .article-author .follow-set a, .article-footer .article-author .follow-set span {
    display: inline-block;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    line-height: 20px;
    padding: 0 5px;
    background: #fff;
    margin: 0 3px
}

.article-footer .article-author .follow-set a .jm-icon, .article-footer .article-author .follow-set span .jm-icon {
    margin-right: 2px
}

.article-footer .article-author .follow-set a:hover {
    background: #f3473a;
    color: #fff
}

.article-footer .article-author .follow-set a:hover .icon-pm {
    background-position: -103px -43px
}

.article-footer .article-author .follow-set a:hover .icon-rss {
    background-position: -103px -63px
}

.article-footer .article-author .author-main .comment {
    display: inline-block
}

.article-footer .article-author .author-main .comment .ui-icon {
    background-position: -106px -293px
}

.article-footer .article-author .author-main .collect {
    display: inline-block
}

.article-footer .article-author .author-main .collect .ui-icon {
    background-position: -126px -293px
}



.re-article {
    margin: 10px auto 0;
    padding-bottom: 10px;
    overflow: hidden
}

.re-article .title-view {
    border-bottom: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    color: grey;
    font-size: 13px;
    margin-bottom: 10px
}

.re-article .title-view .title-box {
    width: 150px;
    line-height: 28px;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 700
}



.re-article .news-view {
    width: 320px;
    float: left;
    margin-right: 20px
}
.re-article .news-view.item-2{
  margin-right: 0;
}

.re-article .news-view .news-img img {
    width: 100%
}

.re-article .news-view .news-header {
    padding: 9px 5px
}

.re-article .news-view .news-header a {
    font-size: 13px;
    line-height: 18px;
    color: #252525
}

.re-article .news-view .news-footer {
    padding: 9px 5px;
    height: 16px
}

.re-article .news-view .news-footer p {
    line-height: 16px;
    position: relative
}

.wb-comment {
    padding-top: 50px;
    width: 700px;
    margin: 0 auto;'
}

.wb-comment h3 {
    line-height: 24px;
    height: 24px;
    color: #333
}

.wb-comment h3 .title-box {
    width: 150px;
    line-height: 24px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    position: absolute
}
.comment-view{
    width: 700px;
    margin: 0 auto;
}
.comment-view h3 {
    line-height: 24px;
    height: 24px;
    color: #333
}

.comment-view h3 .title-box {
    width: 150px;
    line-height: 24px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    position: absolute
}

.pl-box {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.pl-box textarea {
    border: 1px solid #dcdcdc;
    width: 682px;
    padding: 3px 8px 5px;
    height: 64px;
    margin-bottom: 8px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .04);
    line-height: 20px;
    font-size: 13px;
    resize: none
}

.pl-box .result-tips {
    float: left;
    color: grey
}

.pl-box .result-tips span {
    font-weight: 700;
    font-size: 22px;
    font-style: italic;
    font-family: Constantia, Georgia
}

.pl-box .result-tips span.error-tips {
    color: #e44443
}

.pl-box button {
    width: 48px;
    height: 21px;
    color: #FFF;
    background: #f3473a;
    float: right
}

.pl-box button.locked {
    background: #e8e8e8;
    color: #666
}

.pl-box button.locked:hover {
    color: #FFF;
    background: #f3473a
}

.report-view {
    margin: 10px 0 10px 80px;
    border-radius: 3px;
    padding: 10px 20px 0;
    position: relative;
    display: none;
    background: #f5f5f5
}

.report-view .report-arrow {
    position: absolute;
    right: 0;
    z-index: 0;
    margin: -18px 0 0;
    width: 22px;
    cursor: default
}

.comment-body .comment-footer .comment, .comment-body .report, .ju-bao {
    position: relative
}

.report-view .report-arrow em, .report-view .report-arrow span {
    font-family: SimSun;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.231;
    display: block;
    height: 12px;
    color: #f5f5f5
}

.report-view .report-arrow span {
    margin: -11px 0 0;
    color: #f5f5f5
}

.report-box {
    overflow: hidden;
    padding-bottom: 10px
}

.report-box textarea {
    resize: none;
    overflow: hidden;
    margin: 0 0 5px;
    padding: 5px 0 0 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
    word-wrap: break-word;
    outline: 0;
    height: 24px;
    line-height: 18px;
    min-height: 24px;
    width: 99%;
    vertical-align: middle;
    color: #000;
    -webkit-box-shadow: 0 1px 1px 0 #eaeaea inset;
    -moz-box-shadow: 0 1px 1px 0 #eaeaea inset;
    box-shadow: 0 1px 1px 0 #eaeaea inset
}

.report-box button {
    width: 48px;
    height: 21px;
    color: #FFF;
    background: #f3473a;
    float: right
}

.loading {
    text-align: center;
    line-height: 50px
}

.loading img {
    display: block;
    vertical-align: middle;
    width: 32px;
    margin: 0 auto
}

.jm-comments dt {
    font-size: 14px;
    color: #231815;
    line-height: 30px;
    padding: 0 20px
}

.jm-comments .comment-post02 {
    border-top: 1px dashed #d7d7d7;
    margin-bottom: 10px
}

.jm-comments .comment-post02:first-of-type {
    border: 0
}

.jm-comments .comment-post {
    border-top: 1px solid #d7d7d7
}

.jm-comments dd .more-comments {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    background: #4b0100;
    margin: 20px auto
}

.jm-avatar, .jm-avatar img {
    width: 60px;
    height: 60px
}

.post-self {
    padding: 18px 0 0
}

.jm-avatar {
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #252525
}

.comment-body {
    margin-left: 80px
}

.comment-body .comment-header a {
    color: #4b0100;
    line-height: 24px;
    font-size: 14px
}

.comment-body .comment-main {
    padding: 5px 0
}

.comment-body .comment-main p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    word-wrap: break-word
}

.comment-body .comment-footer {
    line-height: 30px;
    height: 30px
}

.comment-body .comment-footer span {
    float: right;
    color: #595757;
    margin-left: 10px;
    position: relative;
    cursor: pointer
}

.comment-body .comment-footer .hide-arrow, .comment-body .comment-footer .show-arrow {
    padding-top: 2px
}

.comment-body .comment-footer .show-arrow .icon-arrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../image/jiantou.png) -11px 0 no-repeat
}

.comment-body .comment-footer .hide-arrow .icon-arrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../image/jiantou.png) no-repeat
}

.comment-body .comment-footer .more-reply {
    width: 20px;
    height: 21px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAE+SURBVDiNrZMvSwRBGIefHVZPDIrhsFsNBwdiMBkELcsEo8HoJcXmBzHeJ7iw745gEc4imAyGi6JBi2jx/6kwBvdkmLvT3fEemPD+Znj4DbsTWWsJwYhUgedE6xc3V4GyWaAFzPh7cWCzQ6AOvPn7pRoakQpwkMuugW6w0IhMAAIs5tET8BkkNCKTQAasOrFNtO67cmStxYgoYAWoDHFuAWtedgPsAO/5fJFo3YmyNB0HmsBGkba/0AV2FbAwAhl8325fAWMjkP0QA/5T2QOOSjiaQM0V+pwmWp8VtRmRO7+hz6YRqQ3IhzH3pzBfQQwS3gOvJRxVnP93kLCRaN0qajMiJ8BSb1b0f+XHEu0APtwhytJ0GWg7WQe4LSGsA9O9IQamvAPz+QpCAefAZajA41glWl8B28DDP2VtYP0LXMVRslPFGs0AAAAASUVORK5CYII=) no-repeat;
    display: inline-block
}

.comment-body .comment-footer span a {
    color: #595757
}

.comment-body .comment-footer span a:hover {
    color: #ae2b04
}

.comment-body .comment-footer .date {
    float: left;
    color: #999;
    margin: 0
}

.comment-body .author-name, .comment-body .user-name {
    color: #09F
}

.comment-body .reply-to {
    margin: 0 5px;
    color: #CCC
}

.comment-body .delete, .comment-body .report {
    display: none
}

.comment-body:hover .delete, .comment-body:hover .report {
    display: inline-block
}

.jm-comments .comment-post ul .jm-avatar, .jm-comments .comment-post ul .jm-avatar img {
    width: 40px;
    height: 40px
}

.jm-comments .comment-post ul .comment-body {
    margin-left: 0
}

.jm-comments .comment-post ul .show-all {
    width: 80px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    cursor: pointer;
    color: #f35b41
}

.btn-view .delete, .ju-bao {
    margin-right: 10px;
    display: none
}

.jm-comments .comment-post ul li {
    padding: 0
}

.jm-comments .comment-post ul li .report-box {
    margin: 0 0 0 50px
}

.jm-comments .comment-post ul li:last-of-type {
    border-bottom: 0
}

.btn-view .delete {
    cursor: pointer
}

.ju-bao-box {
    border: 1px solid #dad9da;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    padding: 20px;
    background: #f5f1ee;
    z-index: 99;
    display: none
}

.ju-bao-box .pull-left {
    padding-top: 4px;
    margin-right: 10px
}

.ju-bao-box .input-group .radio {
    float: left;
    margin: 0 5px 0 0;
    padding-top: 4px
}

.ju-bao-box .input-group .radio input {
    margin-top: 2px
}

.ju-bao-box .input-group button {
    display: block;
    margin: 0 auto
}

.main-right-side {
    width: 260px;
    margin-left: 716px;
    padding-top: 20px
}

.main-right-side .tj-mate {
    position: relative;
    width: 143px;
    height: 28px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0
}

.main-right-side .tj-mate a, .main-right-side .tj-mate span {
    color: #000;
    font-size: 16px
}

.main-right-side .news-view {
    padding-bottom: 16px;
    margin-bottom: 14px
}

.main-right-side .news-view:hover {
    background: #f4f3f0
}

.main-right-side .news-view .news-img img {
    width: 100%
}

.main-right-side .news-view .news-header {
    padding: 11px 5px 9px
}

.main-right-side .news-view .news-header a {
    font-size: 18px;
    line-height: 24px;
    color: #141414;
    font-weight: 700
}

.main-right-side .news-view .news-main {
    padding: 2px 0 25px
}

.main-right-side .news-view .news-main p {
    font-size: 13px;
    line-height: 20px;
    color: #595757
}

.main-right-side .news-view .news-footer {
    height: 16px
}

.main-right-side .news-view .news-footer p {
    position: relative;
    line-height: 15px
}

.main-right-side .news-view .news-footer .date {
    color: #bbb
}

.tagdk-top10 {
    overflow: hidden;
    padding: 25px 0
}

.tagdk-top10 ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.tagdk-top10 ul li {
    margin: 0 auto;
    padding: 8px 0 11px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #e3e3e3;
    color: #fff
}

.tagdk-top10 ul li:last-of-type {
    border: 0
}

.tagdk-top10 ul li a {
    color: #252525
}

.tagdk-top10-title {
    margin: 0 auto 30px
}

.tagdk-top10-title-left {
    width: 160px;
    float: left;
    position: relative
}

.tagdk-top10-title-left .after {
    right: -8px;
    border-color: #f3473a transparent transparent;
    border-width: 28px 28px 0 0
}

.tagdk-top10-title-left-box {
    width: 140px;
    height: 28px;
    background: #f3473a;
    float: left;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 16px
}

.tag-top10-title-date {
    float: right
}

.summary-info-date {
    color: #b1afaf;
    line-height: 30px
}

.active-set {
    text-align: center;
    margin-bottom: 10px
}

.active-set .share-view {
    position: static;
    width: 100%
}

.active-set .share-view a {
    margin: 0 7px 10px
}

.share-view {
    width: 40px;
    position: absolute;
    left: -80px;
    top: 0;
    z-index: 9;
    background: 0;
    font-family: "Microsoft YaHei";

}

.share-view .share-title {
    width: 30px;
    height: 30px;
    padding: 5px;
    color: #fff;
    border-radius: 50%
}

.share-view .share-title .ui-icon {
    width: 30px;
    height: 30px;
    background-image: url(../image/share.png);
    background-repeat: no-repeat;
    background-position: -181px 0
}

.share-view a {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 5px;
    background: #727171;
    margin-bottom: 7px;
    border-radius: 50%;
    vertical-align: middle
}

.share-view a span {
    display: none;
    color: #FFF;
    font-family: Constantia, Georgia;
    text-align: center;
    line-height: 30px
}

.share-view a:hover span {
    display: inline-block
}

.share-view .jm-collection:hover i, .share-view .jm_like:hover i, .share-view .jm_unlike:hover i {
    display: none
}

.share-view a .ui-icon {
    width: 30px;
    height: 30px;
    background-image: url(../image/share.png);
    background-repeat: no-repeat
}

.share-view a .ui-weibo {
    background-position: 2px -1px
}

.share-view a .ui-qq {
    background-position: -55px 0
}

.share-view a .ui-tencent-weibo {
    background-position: -27px 0
}

.share-view a .ui-qzone {
    background-position: -114px -1px
}

.share-view a .ui-weixin {
    background-position: -82px 0
}

.share-view a .ui-collection {
    background-position: -141px 1px
}

.share-view a .ui-unlike {
    background-position: -264px 1px
}

.share-view a .ui-like {
    background-position: -227px 0
}

.share-view .jm-collection:active, .share-view .jm-collection:hover {
    background: #666
}

.share-view .jm_sina:hover {
    background-color: #d52b2a
}

.share-view .ui-qq:hover {
    background-color: #3572c3
}

.share-view .jm_qq_weibo:hover {
    background-color: #71c5f2
}

.share-view .jm_qzone:hover {
    background-color: #ffa709
}

.share-view .jm_weixin:hover {
    background-color: #55a947
}

.share-view .jm_like:hover, .share-view .jm_unlike:hover {
    background: #666
}

.share-view a.clicked {
    background: #de3226;
    cursor: default
}

.img-focus.align-left {
    /*margin-left: -230px;*/
    padding-right: 20px
}

.collect-input, .collect-main {
    width: 550px;
    margin-left: 100px
}

.img-focus.align-right {
    /*margin-right: -230px;*/
    padding-left: 20px
}

.collect-view {
    position: relative;
    padding-bottom: 200px
}

.collect-header {
    background: url(../image/r-1_02.png) no-repeat;
    width: 397px;
    height: 160px;
    position: relative;
    left: -100px;
    top: -20px;
    padding: 40px 235px 0
}

.collect-header h3 {
    font-size: 32px;
    color: #FFF;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 700
}

.collect-header p {
    font-size: 13px;
    line-height: 30px;
    color: #f5f5f5;
    font-weight: 700
}

.collect-input p, .collect-main p {
    line-height: 24px;
    color: #666
}

.collect-main p {
    font-size: 14px;
    margin-bottom: 25px
}

.collect-input h3 {
    line-height: 30px
}

.collect-input textarea {
    width: 538px;
    border: 1px solid #d8d8d8;
    height: 108px;
    resize: vertical;
    padding: 5px
}

.collect-input button {
    background: #ff9000;
    border: 1px solid #ff9000;
    color: #FFF;
    width: 110px;
    height: 40px;
    margin: 20px auto;
    display: block
}

.collect-view .f-bg {
    position: absolute;
    width: 330px;
    height: 110px;
    bottom: -30px;
    right: -73px;
    background: url(../image/r-1_02.png) 0 -278px no-repeat
}

.collect-view .logo-fix {
    position: absolute;
    right: -213px;
    top: 0;
    width: 160px;
    height: 110px;
    background: url(../image/r-1_02.png) -357px -279px no-repeat
}

.vote-views {
    width: 580px;
    margin: 0 auto;
}
.vote-views input{
    display: none;
}
.vote-views .vote-header,
.vote-views .vote-title{
    /*margin:  0 60px;*/
}
.vote-views .vote-title{
    padding: 20px 0;
}
.vote-views .vote-header p {
    font-size: 14px;
    color: #000;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 3px;
}
.vote-views .vote-title p{
    font-size: 16px;
    line-height: 30px;
}
.vote-selected{
    /*padding: 0 50px;*/
    overflow: hidden;
}
.vote-selected ul{
    overflow: hidden;
    padding-bottom: 40px;
}
.vote-selected li{
    border: 1px solid #dcdcdc;
    margin:0 20px 20px 0;
    cursor: pointer;
    position: relative;

}

.vote-selected li .selected-text-icon{
    position: absolute;
    right: 10px;
    top: 0;
    width:40px;
    height: 40px;
    background-image: url("../image/vote/check.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: none;
}
.vote-selected li.selected .selected-text-icon{
    display: block;
}
.vote-selected li .pic{
    position: relative;
}
.vote-selected li .pic .selected-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    background-image: url("../image/vote/right.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.vote-selected .selected{
    border-color: #aaa;
    box-shadow: 0 0 3px rgba(0,0,0,.6);
}
.vote-selected .selected .pic .selected-icon{
    display: block;
}
.vote-selected li img{
    width: 100%;
}
.vote-selected li .text{
    padding: 10px 60px 10px 10px;


}
.vote-selected li .text span{
    display: block;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    height: 100%;
}
.vote-selected button{
    display: block;
    color:#fff;
    background: #f15a11;
    width:590px;
    margin:0 auto 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
}
.vote-selected .button-group{
    overflow: hidden;
}
.vote-selected .button-group button{
    width: 285px;
    float: left;
}
.vote-selected .button-group .result-btn{
    margin-right: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #d1d1d1;
}
.vote-selected .vote-tips{
    font-size: 14px;
    margin: 10px;
}
.vote-selected.default li{
    margin-right: 0;
}
.vote-selected.default li .text{
    padding: 10px;
}
.vote-selected.row li{
    width: 278px;
    float: left;
}
.vote-selected.row li:nth-of-type(2n+2){
    margin-right: 0;
}
.vote-selected.row li .text{
    padding: 10px;
    height: 60px;
}
.vote-selected.grid li{
    width: 178px;
    float: left;
}
.vote-selected.grid li:nth-of-type(3n+3){
    margin-right: 0;
}
.vote-selected.grid li .text{
    height: 60px;
    padding: 10px;
}
.vote-selected.result{
    padding-bottom: 40px;
}
.vote-selected.result li{
    border: none;
    float: left;
    width: 234px;
    padding:0 40px 40px 15px;
    margin: 0;

}
.vote-selected.result .selected{
    box-shadow: none;
}
.vote-selected.result li:nth-child(2n+1){
    border-right: 1px solid #dcdcdc;
}
.vote-selected.result .date-pie{
    float: left;
    width: 80px;
}
.vote-selected.result .date-main{
    margin-left: 100px;
}
.vote-selected.result .date-main p{
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}
.vote-selected.result .date-main span{
    font-size: 30px;
}

.article-vote{
    overflow: hidden;
    text-align: center;
}

.article-vote .article-num{
    font-size: 14px;
    color: #000;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 3px;
}



.vote-times-t {
    float: right;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    line-height: 26px
}

.vote-times-t .vote-times-c {
    display: inline-block;
    padding: 0 2px;
    font-size: 16px;
    font-weight: bold;
    color: #f15a11
}

.t-ad {
    width: 1000px;
    margin: 0 auto
}

.ad-view iframe {
    padding-bottom: 10px
}


