*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[class^="bd_"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body {
    font-family: "lucida grande", helvetica, arial, "microsoft yahei", sans-serif
}

body {
    -webkit-text-size-adjust: 100% !important
}

.b-author {
    width: 9px;
    height: 9px;
    background:  0 -10px;
    display: block;
    margin-right: 5px;
    background-image: -webkit-image-set( 1x,  2x);
    background-image: -moz-image-set( 1x,  2x);
    background-image: -ms-image-set( 1x,  2x);
    background-image: -o-image-set( 1x,  2x)
}

.b-tag {
    width: 9px;
    height: 9px;
    background:  -10px -10px;
    display: block;
    margin-right: 5px;
    background-image: -webkit-image-set( 1x,  2x);
    background-image: -moz-image-set( 1x,  2x);
    background-image: -ms-image-set( 1x,  2x);
    background-image: -o-image-set( 1x,  2x)
}

.b-comment {
    width: 9px;
    height: 9px;
    background:  -20px -10px;
    display: block;
    margin-right: 5px;
    background-image: -webkit-image-set( 1x,  2x);
    background-image: -moz-image-set( 1x,  2x);
    background-image: -ms-image-set( 1x,  2x);
    background-image: -o-image-set( 1x,  2x)
}

.g-container {
    margin: 0 auto;
    background: #f4f4f4
}

.g-container .extend {
    position: relative
}

.g-container .extend-box {
    margin: -1rem auto 0;
    text-align: center;
    width: 142px;
    border: 1px solid #d8d8d8;
    border-radius: 18px;
    line-height: 32px;
    background: #f4f4f4;
    position: relative;
    z-index: 2
}

.g-container .extend-line {
    content: '';
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    height: 1px;
    position: absolute;
    left: 0;
    margin: 15px 0;
    z-index: 1
}

.g-container .arrow-down {
    width: 9px;
    height: 6px;
    background-image: url(/uploads/image/ratwdcimages/arrow-down.png);
    background-position: -18px 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px
}

.slider {
    height: 170px
}

.l-header {
    font-size: 1.4rem;
    overflow: hidden;
    height: 40px
}

.l-header .m-nav {
    height: 40px;
    overflow: hidden
}

.l-header .m-nav ul {
    margin: 0 auto;
    display: inline-block
}

.l-header .m-nav li {
    float: left
}

.l-header .m-nav li a {
    padding: 0 8px;
    color: #000;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: block;
    border-bottom: 1px solid #000;
    opacity: .4;
    filter: alpha(opacity=40)
}

.l-header .m-nav li a.curr {
    opacity: 1;
    filter: alpha(opacity=100)
}

.m-list {
    overflow: hidden
}

.m-list .section {
    overflow: hidden
}

.m-list .section .block {
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden
}

.m-list .section .block h3 {
    font-size: 1.6rem;
    color: #333;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-list .section .block .pic {
    width: 80px;
    margin-right: 15px
}

.m-list .section .block .description {
    font-size: 1.2rem;
    color: #999;
    line-height: 18px;
    max-height: 40px;
    overflow: hidden;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word
}

.m-list .section .loadmore {
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #d8d8d8;
    height: 40px;
    line-height: 38px;
    background-color: #eaeaea;
    color: #666;
    margin-top: 20px
}

.m-list .picture-sec .block .pic {
    width: 32%;
    margin-right: 2%;
    display: inline-block;
    height: 100px;
    height: -webkit-calc(100vw / 4.5);
    height: -moz-calc(100vw / 4.5);
    height: calc(100vw / 4.5);
    background: #eee  center/cover no-repeat;
    background-size: 100% 100%
}

.m-list .picture-sec .block .pic:last-child {
    margin-right: 0
}

.m-list .picture-sec .block .pic-thumb {
    width: 80px;
    height: 60px
}

.a-header {
    height: 240px;
    position: relative;
    zoom: 1
}

.a-header .title {
    padding: 160px 10px 10px 10px;
    position: absolute;
    z-index: 20
}

.a-header .title h3 {
    font-family: "simhei";
    font-size: 3rem;
    color: #fff
}

.a-header .title .detail {
    font-size: 1.6rem;
    color: #fff;
    font-size: 1.0rem;
    margin-top: 15px
}

.a-header .title .detail em {
    margin-top: 2px
}

.a-header .title .detail a {
    color: #fff
}

.a-header .title .detail .source, .a-header .title .detail .tag {
    margin-right: 10px
}

.article {
    margin: 10px auto;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow: hidden;
    text-align: justify
}

.article table td {
    border: 1px solid #ddd
}

.article p {
    word-break: break-word;
    text-align: justify;
    text-justify: inter-word;
    text-align: justify
}

.article p:first-of-type {
    margin-top: 0 !important
}

.article p:last-of-type {
    margin-bottom: 0 !important
}

.article h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: bold
}

.article h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: bold
}

.article h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bold
}

.article h4 {
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: bold
}

.article h5 {
    font-size: .83em;
    margin: 1.67em 0;
    font-weight: bold
}

.article h6 {
    font-size: .67em;
    margin: 2.33em 0;
    font-weight: bold
}

.article p img {
    max-width: 100% !important;
    height: auto;
    vertical-align: top
}

.article .player {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-bottom: 56%;
    top: 15px;
    margin-bottom: 2.5em
}

.article .player > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.article .description {
    font-size: 1.6rem;
    text-indent: 0;
    overflow: hidden
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.sharebox {
    margin: 20px auto;
    overflow: hidden;
    padding: 0 20px
}

.sharebox .digg, .sharebox .share {
    display: block;
    width: 70px;
    height: 30px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    margin-top: 4px
}

.sharebox .digg {
    border: 1px solid #cdcdcd;
    color: #cdcdcd;
    border-radius: 50px;
    text-align: center
}

.sharebox .digged {
    color: #5dc430;
    border-color: #5dc430;
    background: #e8fede
}

.footer {
    height: 140px;
    padding: 20px 10px 20px 10px;
    position: relative
}

.footer .recommand {
    border-top: 1px solid #fff;
    position: absolute;
    z-index: 20
}

.footer .recommand .tip {
    margin: 5px auto 0;
    font-size: .8rem;
    color: #fff;
    line-height: 16px
}

.footer .recommand h3 {
    font-size: 1.6rem;
    line-height: 32px;
    color: #fff
}

.footer .recommand .detail {
    font-size: 1.0rem;
    color: #fff;
    line-height: 16px;
    margin-top: 10px
}

.footer .recommand .detail em {
    margin-top: 4px
}

.footer .recommand .descrption {
    font-size: 1.0rem;
    color: #fff;
    line-height: 16px
}

.footer .recommand .detail .author {
    margin-right: 10px
}

.slider .m-nav {
    font-size: 1.4rem;
    height: 40px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    font-family: "黑体"
}

.slider .m-nav ul {
    zoom: 1;
    display: inline-block;
    *display: inline;
    margin: 0 auto
}

.slider .m-nav li {
    float: left
}

.slider .m-nav li a {
    padding: 0 6px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: block;
    border-bottom: 1px solid #fff;
    filter: alpha(opacity=40);
    opacity: .4
}

.slider .m-nav li a.curr {
    opacity: 1;
    filter: alpha(opacity=100)
}

.slider .m-nav li a.pl {
    padding-left: 24px
}

.slider .m-nav li a.pr {
    padding-right: 24px
}

.slider .m-nav li a.pl:hover, .slider .m-nav li a.pr:hover {
    border-bottom: 1px solid #eee;
    cursor: default
}

.pos-r {
    position: relative
}

.ov {
    overflow: hidden
}

.column {
    margin: 0 auto;
    width: 100%
}

.banner .imgs {
    height: 170px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    transition-property: -moz-transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.homebanner1 .item {
    position: relative;
    transition: left .6s ease-in-out 0
}

.banner li {
    list-style-type: none
}

.banner .nums {
    margin: 0 auto;
    position: absolute;
    width: 100px;
    z-index: 10;
    margin-top: -20px
}

.nums {
    overflow: hidden
}

.nums li {
    float: left;
    overflow: hidden
}

.nums li p {
    background:  no-repeat scroll -50px 0 transparent;
    cursor: pointer;
    display: inline;
    float: left;
    height: 13px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -999px;
    width: 13px
}

.nums li.curr p {
    background-position: -70px 0
}

.banner img {
    border-width: 0;
    vertical-align: top
}

.banner a {
    color: #333;
    text-decoration: none
}

.slider .title {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 90px;
    position: absolute;
    z-index: 8;
    margin-top: -160px;
    text-align: center
}

.slider .title li {
    display: none
}

.slider .title li h3 {
    font-size: 1.8rem;
    line-height: 18px;
    color: #fff;
    margin-bottom: 35px;
    font-family: "黑体"
}

.gallery {
    background: -webkit-radial-gradient(black 15%, transparent 16%) 0 0, -webkit-radial-gradient(black 15%, transparent 16%) 8px 8px, -webkit-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, -webkit-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 14px 14px;
    background: -webkit-radial-gradient(black 15%, transparent 16%) 0 0, -webkit-radial-gradient(black 15%, transparent 16%) 8px 8px, -webkit-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, -webkit-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 14px 14px
}

.gallery ul {
    height: 200px;
    overflow: hidden
}

.gallery a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.gallery .bullets {
    background-color: rgba(0, 0, 0, 0.5);
    height: 24px;
    line-height: 24px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 12px
}

.gallery .bullets > div {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.gallery img {
    height: 200px;
    margin: 0 auto
}

.bg {
    background: none repeat scroll 0 0 #000;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: .3;
    filter: alpha(opacity=30)
}

.a-header .bg {
    height: 240px
}

.footer .bg {
    height: 140px;
    left: 0;
    top: 0
}

.slider .bg {
    height: 170px;
    z-index: 5;
    left: 0;
    top: 0
}

.bgimg {
    position: absolute;
    overflow: hidden
}

.footer .bgimg {
    margin-top: -20px;
    margin-left: -10px;
    z-index: -1000
}

.category {
    position: absolute;
    z-index: 100;
    width: 100%;
    display: none;
    padding: 0 8px 0;
    background-color: #f4f4f4
}

.category ul {
    background: #fff
}

.category > ul {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5)
}

.category li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden
}

.category li a {
    color: #444;
    font-family: "黑体"
}

.category li.first {
    text-align: center;
    height: 40px;
    padding-top: 10px;
    font-size: 1.6rem
}

.category li.first a {
    padding-left: 10px
}

.category li.first .up {
    background:  no-repeat scroll 0 0 transparent;
    width: 24px;
    height: 24px;
    overflow: hidden;
    float: right;
    margin-right: 10px;
    margin-top: -2px
}

.category li h5 {
    height: 26px;
    line-height: 26px;
    font-size: 1.8rem;
    margin-top: 7px;
    text-indent: .8rem
}

.category li h5 a {
    color: #226fbb
}

.category li ul {
    margin: 0 0 8px 0
}

.category li ul li {
    border: 0
}

.category li ul span {
    height: 22px;
    line-height: 22px;
    font-size: 1.7rem;
    margin-top: 7px;
    margin-left: 12px;
    float: left;
    color: #666;
    border-left: 2px solid #226fbb;
    text-indent: 3px
}

.category li ul span a {
    display: inline-block;
    font-weight: bold
}

.category li ul div {
    overflow: hidden
}

.category li p {
    font-size: 1.5rem;
    height: 22px;
    line-height: 22px;
    margin-top: 7px;
    float: left;
    margin-left: 22px
}

.category li p a {
    color: #777;
    font-weight: bold
}

.category li p.catecurr {
    text-align: center;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: -11px
}

.category li p.catecurr .left {
    background:  no-repeat scroll center 0 transparent;
    width: 12px;
    overflow: hidden;
    height: 23px;
    float: left
}

.category li p.catecurr .right {
    background:  no-repeat scroll 0 0 transparent;
    width: 12px;
    overflow: hidden;
    height: 23px;
    float: left
}

.category li p.catecurr a {
    background: #666;
    color: #fff;
    float: left;
    height: 23px;
    padding-top: 2px
}

.category li p a:hover {
    color: #ccc
}

.category li h5.catecurr {
    height: 26px;
    line-height: 26px;
    text-indent: 0;
    margin-left: 3px
}

.category li h5.catecurr a {
    height: 26px;
    display: inline-block;
    text-align: center;
    text-indent: 0;
    padding: 0 6px;
    line-height: 26px;
    border-radius: 3px;
    background: #226fbb;
    color: #fff
}

.category li ul span.catecurr {
    margin: 7px 0 4px 12px
}

.category li ul span.catecurr a {
    background: #226fbb;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding-right: 3px;
    border-radius: 3px;
    margin-top: -3px
}

.m-menu .more a {
    position: relative;
    padding-right: 12px
}

.m-menu .arrow-down {
    position: absolute;
    display: block;
    width: 9px;
    height: 6px;
    background: ;
    background-position: -9px 0;
    right: 6px;
    top: 50%;
    margin-top: -3px
}

.m-menu .show-more .arrow-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.category .catearrow {
    background:  no-repeat scroll 0 0 transparent;
    float: right;
    height: 20px;
    margin-right: 10px;
    margin-top: -2px;
    overflow: hidden;
    width: 20px;
    display: none
}

.g-cloumn {
    text-align: center;
    width: 100%;
    margin-top: 10px
}

.g-cloumn div {
    margin-top: 5px
}

.g-cloumn .m-downclient {
    margin: 40px 0 20px;
    padding: 0 10px
}

.g-cloumn .m-downclient > a {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 40px;
    background: #4998e7;
    border-radius: 8px;
    line-height: 40px;
    font-size: 1.6rem
}

.last .loadmore {
    background: none repeat scroll 0 0 #fff;
    border-color: #ddd;
    border-radius: 3px;
    font-size: 1.5rem;
    height: 30px;
    left: 0;
    line-height: 30px;
    width: auto
}

.last:hover {
    cursor: pointer
}

.a-title {
    padding: 10px 15px 0
}

.a-title h1 {
    font-size: 2.2rem;
    line-height: 1.4;
    overflow: hidden;
    padding: 10px 0 15px
}

.a-author {
    display: block;
    font-size: 1.2rem;
    padding: 0 15px;
    color: #999
}

.a-author .copyright {
    display: inline-block;
    background: #c2c2c2;
    line-height: 20px;
    margin: 0 8px 0 0;
    padding: 0 5px;
    color: #fff;
    cursor: default
}

.a-author span a {
    color: #999
}

.m-top {
    height: 40px;
    background-color: #f4f4f4;
    position: relative;
    z-index: 102;
    border-bottom: 1px solid
}

.m-top .m-logo, .m-top .m-nav-status {
    line-height: 40px;
    font-size: 15px;
    position: relative;
    margin: 0 16px 0 8px
}

.m-top .m-logo img {
    height: 26px;
    vertical-align: middle;
    margin-top: -2px
}

.m-top .m-nav-status {
    padding: 0 12px;
    margin: 0;
    position: relative
}

.m-top .m-nav-status img {
    max-width: 24px;
    border-radius: 15px;
    vertical-align: middle;
    margin-top: -4px
}

.m-top .m-nav-status .drawer {
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    padding-top: 1px;
    width: 100%;
    background: #f4f4f4;
    z-index: 99999;
    text-align: center
}

.m-top .m-nav-status .drawer a {
    font-size: 15px
}

.m-nav-status .triup, .m-nav-status .tridown {
    display: inline-block;
    margin-left: 3px;
    border-style: solid;
    border-width: 5px;
    position: absolute
}

.m-nav-status .triup {
    border-color: transparent transparent #444;
    top: 33%
}

.m-nav-status .tridown {
    border-color: #444 transparent transparent;
    top: 45%
}

.m-menu {
    background-color: #3e86ce;
    font-size: 0;
    display: none;
    text-align: left;
    position: relative;
    z-index: 101
}

.m-menu ul {
    white-space: nowrap
}

.m-menu li {
    padding: 0;
    width: 23%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    white-space: nowrap;
    line-height: 40px;
    height: 40px
}

.m-menu li a {
    color: #fff;
    font-weight: bold;
    padding: 0;
    width: 90%;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: -3px
}

.m-menu li .curr {
    background: #226fbb;
    border-radius: 6px
}

.m-footer {
    background-color: #404a54;
    color: #95a0ac;
    font-size: 1rem;
    padding: 20px 0 20px;
    line-height: 20px
}

.m-footer a {
    color: #fff
}

.nodata {
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto
}

.ad {
    text-align: center;
    padding: 0 10px
}

#sohucs {
    font-size: 1.6rem
}

.video-thumb {
    position: relative;
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 15px
}

.video-thumb > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video-thumb > .play-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/uploads/image/ratwdcimages/play.png);
    top: 50%;
    margin: -10px 0 0 -10px;
    left: 50%
}

.attachments {
    width: 100%;
    margin: 20px auto;
    overflow: hidden
}

.attachments label {
    text-indent: 5px;
    font-weight: bold;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: block
}

.attachments ul {
    list-style: none;
    border: 1px solid #eee;
    padding: 0;
    background: #fff
}

.attachments ul li {
    border-bottom: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    padding: 0 20px
}

.attachments ul li:last-child {
    border-bottom: 0
}

.attachments .attach-item .attach-size {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    vertical-align: top
}

.attachments .attach-name {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 15px;
    width: 40%
}

.attachments .attach-download {
    float: right !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/uploads/image/ratwdcimages/download.png);
    background-size: contain;
    margin-top: 12px
}

.attachments .icon-filetype {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/uploads/image/ratwdcimages/filetype.png);
    float: left;
    margin-right: 10px;
    margin-top: 13px
}

.attachments .icon-filetype-excel {
    background-position: 0 0
}

.attachments .icon-filetype-other {
    background-position: -18px 0
}

.attachments .icon-filetype-img {
    background-position: -36px 0
}

.attachments .icon-filetype-ppt {
    background-position: -54px 0
}

.attachments .icon-filetype-word {
    background-position: -72px 0
}

.attachments .icon-filetype-zip {
    background-position: -90px 0
}

.attachments .icon-filetype-psd {
    background-position: -108px 0
}

.album {
    position: relative;
    width: 100%;
    color: #666;
    overflow: hidden;
    padding-top: 40px
}

.album .name {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem
}

.album .count {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem
}

.album .count:after {
    content: '';
    width: 5px;
    height: 10px;
    background: url(/uploads/image/ratwdcimages/arrow_hei.png);
    display: inline-block;
    margin-left: 6px
}

.album .list {
    white-space: nowrap;
    font-size: 0;
    position: relative
}

.album .item {
    margin-right: 10px;
    font-size: 1.2rem;
    width: calc(33.3vw - 16.7px);
    vertical-align: top;
    float: left
}

.album .thumb {
    width: calc(33.3vw - 16.7px)
}

.album .thumb img {
    width: 100%
}

.album .title {
    white-space: normal;
    max-height: 30px;
    line-height: 1.4;
    overflow: hidden
}

.relateread {
    position: relative;
    margin-top: -10px;
}

.relateread .relateread-heading {
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, #fda4a4 0%, rgba(251, 106, 106, 0) 100%);
    opacity: 0.19;
}

.relateread .relateread-title {
    font-size: 16px;
    padding-left: 10px;
    border-left: 4px solid #90332a;
    position: absolute;
    top: 12px;
    left: 17px;
}

.relateread .relateread-body li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: 104px;
    padding: 21px 16px;
}

.relateread .relateread-body .relateread-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 62px;
    padding-left: 10px;
}

.relateread .relateread-body .relateread-content .info {
    float: left;
    color: #969696;
}

.relateread .relateread-body .relateread-content .info > span:nth-child(2) {
    margin: 0 3px;
}

.relateread .relateread-body .relateread-img {
    display: inline-block;
    width: 112px;
    height: 62px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

.relateread .relateread-body .relateread-link {
    float: left;
    min-width: 60%;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 22px;
}

.relateread .relateread-body .text .relateread-link {
    width: 100%;
    margin-left: 0
}

.page {
    height: 70px;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-size: 12px
}

.page a {
    display: inline-block;
    padding: 0 12px;
    vertical-align: top;
    letter-spacing: normal;
    color: #fff;
    background: #bbb;
    margin: 0 2px
}

.page i {
    margin: 0 2px
}

.page a:hover {
    background: #666
}

.page .now {
    cursor: default;
    background: #666
}

.page .disable {
    cursor: default
}

.page .disable:hover {
    background: #bbb
}
