﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: arial,微软雅黑;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background-color: rgb(231, 231, 221);
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, button, select, textarea {
    outline: none;
    padding: 0px;
}

textarea {
    resize: none;
    overflow: hidden;
}

i, em, b {
    font-style: normal;
    font-weight: normal;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    zoom: 1;
}

a {
    text-decoration: none;
}

.m_footer {
    clear: both;
    overflow: hidden;
    background-color: #edf0f3;
    border-top: #c5ced8 1px solid;
    padding: 15px 0;
    color: #666;
    line-height: 24px;
    width: 100%;
}

.m_footer li {
    float: left;
    font-size: 16px;
    text-align: center;
    width: 23%;
}

.footerNav {
    clear: both;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
}

    .footerNav a {
        font-size: 12px;
        color: #666;
    }

.copyRight {
    text-align: center;
    font-size: 12px;
}

.hot {
    color: #fff;
    background: #f00;
    display: inline-block;
    padding: 0 4px;
    line-height: 16px;
    position: relative;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
}

    .hot:before {
        content: "◆";
        color: #f00;
        position: absolute;
        font-size: 16px;
        left: -5px;
    }

.page_nav {
    z-index: 1000;
    top: 0px;
    left: 0;
    height: 40px;
    border-bottom: 1px solid #d6d6d6;
    position: fixed;
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

    .page_nav .return {
        height: 40px;
        width: 50px;
        text-align: center;
        border-right: 1px solid #dbdbdb;
        box-shadow: 1px 0 1px #fff;
        display: block;
        position: absolute;
        left: 0;
    }

        .page_nav .return img {
            width: 24px;
            height: 24px;
            padding: 7px 0;
        }

    .page_nav .home {
        height: 40px;
        width: 50px;
        text-align: center;
        border-left: 1px solid #dbdbdb;
        box-shadow: -1px 0 1px #fff;
        display: block;
        position: absolute;
        right: 0;
    }

        .page_nav .home img {
            width: 24px;
            height: 24px;
            padding: 7px 0;
        }

.index_header {
    height: 40px;
    background: #a0d468;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

    .index_header .logo {
        width: 100px;
        margin-left: 20px;
        height: 40px;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

        .index_header .logo img {
            width: 100px;
            height: 40px;
        }

    .index_header .login {
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        background: url("images/user.jpg") left center no-repeat;
        padding-left: 25px;
    }

.index_nav {
    height: 14px;
    background-image: -moz-linear-gradient(top,#fff,#edf0f3);
    background-image: -webkit-linear-gradient(top,#fff,#edf0f3);
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 0;
}

    .index_nav a {
        text-align: center;
        color: #0c4c8e;
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        width: 20%;
        float: left;
        margin-left: -1px;
        border-left: 1px solid #d6d6d6;
    }

.index_search_box {
    padding: 10px 20px;
}

/*.index_search {
    width: 100%;
    position: relative;
    border: 1px solid #a0d468;
    border-radius: 5px;
}

    .index_search span {
        display: inline-block;
        float: left;
        width: 25px;
        padding: 3px 10px;
    }

        .index_search span img {
            height: 24px;
        }

    .index_search input[type=text] {
        height: 34px;
        border: none;
        width: 40%;
        float: left;
        display: inline-block;
    }

    .index_search input[type=submit] {
        height: 34px;
        border: none;
        width: 75px;
        float: right;
        background: #97cb5e;
        display: inline-block;
        border-radius: 0;
        color: #fff;
        font-size: 14px;
    }*/
/*search*/
.search{
	padding:10px 5px 0px 5px;
}

.search .key{
    height:30px;
	width:90%;
	line-height:30px; 
	border:0px;
	color:#999;
	text-indent:5px;
	font-size:16px;
}
.search .go{
    height:30px;
	width:35px; 
	border:0px; 
	background-color:transparent; 
	z-index:9999;
}
.search .type{

    background-color:#fff; 
		width:50px; 
	height:35px; 
	line-height:35px; 
	text-align:center; 
	font-weight:bold;
	color:#000;
}

.hot_link {
    padding: 0 20px;
    color: #0c4c8e;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

    .hot_link a {
        display: inline-block;
        color: #0c4c8e;
        margin-right: 10px;
    }

.index_tit {
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #8cc152;
    background: #a0d468;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

    .index_tit a {
        color: #fff;
        position: absolute;
        right: 20px;
        top: 0px;
    }

.index_list {
    margin-bottom: 10px;
    line-height: 34px;
}

    .index_list a {
        display: block;
        color: #0c4c8e;
        font-size: 14px;
        padding: 0 50px 0 20px;
        border-top: 1px dotted #d6d6d6;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .index_list a:after {
            content: ">";
            position: absolute;
            right: 30px;
            color: #999;
        }

        .index_list a .red {
            color: #f60;
        }

        .index_list a:first-child {
            border-top: 0px;
        }

        .index_list a span {
            display: inline-block;
            margin-right: 5px;
        }

    .index_list .ht_1 {
        border-top: 1px dotted #d6d6d6 !important;
    }

.index_main {
    margin: 40px 0 20px 0;
}

.index_list a b {
    position: relative;
    display: inline-block;
}

    .index_list a b i {
    }

.module_News {
    position: relative;
    width: 320px;
    overflow: hidden;
    margin: 0 auto;
}

.mw-mn {
    position: relative;
    width: 1600px;
    overflow: hidden;
}

    .mw-mn li {
        float: left;
        width: 320px;
        height: 200px;
    }

    .mw-mn a {
        position: relative;
        display: block;
        padding: 10px 10px 10px 138px;
    }

        .mw-mn a:hover {
            text-decoration: none;
        }

    .mw-mn img {
        position: absolute;
        left: 10px;
        top: 10px;
        border: 5px solid #d6d6d6;
        width: 108px;
        height: 140px;
    }

    .mw-mn div {
        padding: 5px 0;
        color: #0c4c8e;
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mw-mn p {
        line-height: 20px;
        color: #828282;
        max-height: 120px;
        overflow: hidden;
    }

.nw-icon {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .nw-icon span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        overflow: hidden;
        line-height: 10em;
        margin: 0 3px;
        background: rgba(0,0,0,.3);
    }

    .nw-icon .curIcon {
        background: #8cc152;
    }

.type_main {
    margin-top: 50px;
    margin-bottom: 100px;
}

.type_tit {
    padding: 0 10px;
    line-height: 40px;
}

    .type_tit span {
        height: 40px;
        border-left: 2px solid #999;
        padding-left: 5px;
        font-size: 16px;
    }

    .type_tit i {
        top: -2px;
    }

.type_main table {
    text-align: center;
    width: 100%;
    line-height: 40px;
}

    .type_main table td {
        border: 1px dotted #dbdbdb;
    }

    .type_main table a {
        color: #666;
    }

.list_main {
    margin-top: 50px;
    margin-bottom: 20px;
}

    .list_main a {
        padding: 20px;
        border-bottom: 1px solid #d6d6d6;
        border-top: 1px solid #fff;
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }

        .list_main a img {
            width: 80px;
            height: 100px;
            margin-right: 20px;
            display: inline-block;
        }

        .list_main a div {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            line-height: 20px;
        }

            .list_main a div i {
                font-size: 16px;
                color: #0c4c8e;
                font-weight: bold;
                margin: 5px 0;
                display: inline-block;
            }

            .list_main a div p {
                color: #666;
                text-indent: 28px;
                font-size: 14px;
            }

        .list_main a:hover {
            text-decoration: none;
        }

        .list_main a:nth-child(2n) {
            background: #f7f7f7;
        }

.listpage {
    text-align: center;
    line-height: 20px;
    color: #666;
    margin-bottom: 40px;
}

    .listpage a {
        line-height: 20px;
        padding: 3px;
        background: #8cc152;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin: 0 20px;
        border-radius: 5px;
    }

.content_main {
    margin-top: 50px;
    margin-bottom: 20px;
}

.content_top {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

    .content_top img {
        width: 120px;
        height: 150px;
        margin-right: 20px;
        display: inline-block;
    }

.content_top_c {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    line-height: 20px;
}

    .content_top_c .t {
        font-size: 16px;
        color: #0c4c8e;
        font-weight: bold;
        margin: 5px 0;
    }

    .content_top_c .l {
        font-size: 14px;
        color: #666;
    }

        .content_top_c .l i {
            display: inline-block;
            margin-left: 5px;
        }

        .content_top_c .l a {
            display: inline-block;
            margin-left: 5px;
            color: #ff4e00;
        }

.content_d1 {
    padding: 10px 20px 0;
    background: #f7f7f7;
    border-bottom: 1px dotted #d6d6d6;
    border-top: 1px dotted #d6d6d6;
}

    .content_d1 a {
        display: inline-block;
        margin-right: 15px;
        color: #fff;
        font-size: 16px;
        padding: 2px 10px;
        line-height: 30px;
        border-radius: 3px;
        margin-bottom: 10px;
    }

        .content_d1 a.read {
            background: #fc6e51;
        }

        .content_d1 a.catalog, .content_d1 a.collect {
            background: #8cc152;
        }

        .content_d1 a.collect {
            margin-right: 0px;
        }

.content_d2 {
    padding: 20px;
}

    .content_d2 p {
        color: #666;
        line-height: 22px;
        word-wrap: break-word;
    }

        .content_d2 p span {
            color: #333;
        }

    .content_d2 .p2 {
        display: none;
    }

    .content_d2 .showmore {
        float: right;
        color: #0c4c8e;
    }

.content_d4 {
    padding: 10px 20px;
    background: #f7f7f7;
    border-bottom: 1px dotted #d6d6d6;
    border-top: 1px dotted #d6d6d6;
}

    .content_d4 p {
        line-height: 24px;
        color: #666;
    }

        .content_d4 p a {
            display: inline-block;
            margin-left: 5px;
            color: #0c4c8e;
        }

        .content_d4 p i {
            display: inline-block;
            margin-left: 5px;
            color: #333;
        }

.content_d3 {
    padding: 20px;
}

    .content_d3 .t {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .content_d3 .c a {
        display: inline-block;
        width: 80px;
        margin-right: 20px;
        line-height: 20px;
        text-align: center;
        color: #666;
        margin-bottom: 10px;
    }

.list2_main {
    margin-top: 50px;
    margin-bottom: 20px;
}

.listpage {
    text-align: center;
    line-height: 20px;
    color: #666;
    margin-bottom: 40px;
}

    .listpage a {
        line-height: 20px;
        padding: 3px;
        background: #8cc152;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin: 0 20px;
        border-radius: 5px;
    }

    .listpage select {
        max-width: 180px;
    }

.list2_main .t {
    padding: 0 20px;
    border-bottom: 3px solid #8cc152;
    text-align: center;
}

    .list2_main .t a {
        display: inline-block;
        padding: 5px 15px;
        color: #666;
        background: #e7e7e7;
        border-radius: 5px 5px 0 0;
        margin: 0 10px;
        font-size: 18px;
    }

        .list2_main .t a.cnt {
            color: #fff;
            background: #8cc152;
        }

.list2_main .c a {
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px dotted #d6d6d6;
    position: relative;
    color: #4777a8;
    font-size: 14px;
    display: block;
}

    .list2_main .c a:after {
        content: ">";
        position: absolute;
        right: 30px;
        color: #999;
    }

    .list2_main .c a:nth-child(2n) {
        background: #f7f7f7;
    }

.read-mn {
    position: relative;
    margin-top: 41px;
    background: #ebf6fc;
}

    .read-mn p {
        line-height: 25px;
        color: #424242;
        padding: 0 10px;
    }

    .read-mn .read-tt {
        color: #0c4c8e;
        padding: 5px 10px 0;
        font-weight: bold;
    }

.otherPage {
    border: solid #c6ebfe;
    border-width: 1px 0;
    background: #e4f5fe;
    padding: 10px;
}

    .otherPage a {
        color: #424242;
        display: block;
        line-height: 20px;
    }

    .otherPage span {
        font-weight: bold;
        color: #0c4c8e;
        padding-right: 10px;
    }

.read-mn .x-listpage {
    margin: 0;
    padding: 10px 0;
}

.read-guide {
    text-align: center;
    color: #d6d6d6;
    font-weight: bold;
    padding: 13px 0 15px;
}

    .read-guide a {
        position: relative;
        top: 2px;
        color: #0c4c8e;
        padding: 0 10px;
    }

.read-pop {
    position: fixed;
    top: 80px;
    right: 15px;
    border: 1px solid #d6d6d6;
    background: #e5e5e5;
    padding: 3px;
}

    .read-pop a, .read-pop span {
        display: block;
        color: #333;
        border: solid #d6d6d6;
        border-width: 0 1px 1px 1px;
        background: #fff url(images/icon.png) no-repeat 0 0;
        padding: 12px 4px 12px 31px;
    }

    .read-pop .read-back {
        background-position: 5px 10px;
    }

    .read-pop .read-big {
        background-position: 7px -49px;
    }

    .read-pop .read-small {
        background-position: 7px -106px;
    }

.list2_main {
    margin-top: 50px;
    margin-bottom: 20px;
}

.listpage {
    text-align: center;
    line-height: 20px;
    color: #666;
    margin-bottom: 40px;
}

    .listpage a {
        line-height: 20px;
        padding: 3px;
        background: #8cc152;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin: 0 20px;
        border-radius: 5px;
    }

    .listpage select {
        max-width: 180px;
    }

.list2_main .t {
    padding: 0 20px;
    border-bottom: 3px solid #8cc152;
    text-align: center;
}

    .list2_main .t a {
        display: inline-block;
        padding: 5px 15px;
        color: #666;
        background: #e7e7e7;
        border-radius: 5px 5px 0 0;
        margin: 0 10px;
        font-size: 18px;
    }

        .list2_main .t a.cnt {
            color: #fff;
            background: #8cc152;
        }

.list2_main .c a {
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px dotted #d6d6d6;
    position: relative;
    color: #4777a8;
    font-size: 14px;
    display: block;
}

    .list2_main .c a:after {
        content: ">";
        position: absolute;
        right: 30px;
        color: #999;
    }

    .list2_main .c a:nth-child(2n) {
        background: #f7f7f7;
    }

.recently_main {
    margin-top: 50px;
    margin-bottom: 20px;
}

.listpage {
    text-align: center;
    line-height: 20px;
    color: #666;
    margin-bottom: 40px;
}

    .listpage a {
        line-height: 20px;
        padding: 3px;
        background: #8cc152;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin: 0 20px;
        border-radius: 5px;
    }

.recently_main li {
    padding: 20px 10px 20px 20px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

    .recently_main li img {
        width: 80px;
        height: 100px;
        margin-right: 10px;
    }

    .recently_main li div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
    }

    .recently_main li .del {
        width: 30px;
        border-left: 1px dotted #d6d6d6;
        display: inline-block;
        height: 70px;
        padding: 20px 0 10px 10px;
        color: #666;
    }

        .recently_main li .del img {
            width: 30px;
            height: 40px;
        }

    .recently_main li .t {
        font-size: 14px;
        color: #0c4c8e;
        font-weight: bold;
        margin: 5px 0;
        display: inline-block;
    }

    .recently_main li p {
        color: #666;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .recently_main li .c {
        color: #fff;
        background: #fc6e51;
        border-radius: 3px;
        line-height: 24px;
        padding: 4px 10px;
        display: inline-block;
    }

.member-wrap {
    text-align: center;
    margin-top: 41px;
}

.mb-w {
    width: 320px;
    margin: 0 auto;
}

.mb-hd {
    position: relative;
    padding: 56px 0 24px 95px;
    font-size: 22px;
    text-align: left;
    background: url(images/member_bg.jpg) no-repeat;
}

    .mb-hd img {
        position: absolute;
        top: 55px;
        left: 15px;
        width: 70px;
        height: 70px;
        border-radius: 8px;
    }

.mb-name {
    display: inline-block;
    color: #fff;
    line-height: 26px;
    padding-right: 30px;
    margin-bottom: 10px;
    background: url(images/icon.png) no-repeat bottom right;
}

.mb-info li {
    position: relative;
    left: -18px;
    float: left;
    padding: 0 22px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    border-right: 1px solid #fff;
}

.mb-info .noBorder {
    border: none;
}

.mb-info em {
    display: block;
    color: #fc6e51;
}

.mb-mn {
    width: 100%;
    margin: 15px 0;
}

    .mb-mn a {
        width: 106px;
        display: inline-block;
        padding: 85px 0 20px;
        background: url(images/member.png) no-repeat 0 0;
        color: #6a6868;
    }

    .mb-mn .mb-read {
        background-position: 15px 0px;
    }

    .mb-mn .mb-col {
        background-position: -135px 0px;
    }

    .mb-mn .mb-vip {
        background-position: -285px 0px;
    }

    .mb-mn .mb-line {
        background-position: 15px -152px;
    }

    .mb-mn .mb-record {
        background-position: -135px -152px;
    }

    .mb-mn .mb-buy {
        background-position: -285px -152px;
    }

.games_title {
    line-height: 10px;
    background: #b3cee9;
    padding: 10px;
    margin-top: 15px;
}

    .games_title a {
        color: #000;
    }

    .games_title .t {
        float: left;
    }

    .games_title .more {
        float: right;
    }

.games_target {
    background: #effbfe;
    border: 1px solid #b3cee9;
    margin-bottom: 10px;
}

    .games_target a {
        width: 25%;
        text-align: center;
        padding: 10px 0;
        float: left;
    }

        .games_target a img {
            width: 60px;
            height: 60px;
            margin-bottom: 5px;
        }

        .games_target a p {
            font-size: 12px;
        }

.comtent--right .game-box {
}

.p-title {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

    .p-title a {
        color: #000;
    }

    .p-title span {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #666;
        cursor: pointer;
    }

.playing_box {
    width: 250px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    display: none;
}

    .playing_box li {
        padding: 15px 0;
        overflow: hidden;
        position: relative;
        zoom: 1;
        border-bottom: 1px dotted #ddd;
    }

        .playing_box li em {
            width: 20px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            float: left;
            margin-left: 10px;
            border: 1px solid #E2E3E2;
        }

            .playing_box li em.three {
                background: #008fd5;
                color: #fff;
                border: 1px solid #008fd5;
            }

        .playing_box li img {
            display: block;
            height: 45px;
            width: 45px;
            margin: 0 15px;
            border-radius: 3px;
            float: left;
        }

        .playing_box li p {
            width: 122px;
            float: left;
            line-height: 100%;
        }

        .playing_box li span {
            display: block;
            color: #2191d5;
            font-weight: bold;
            font-size: 13px;
            margin-top: 2px;
        }

        .playing_box li .game-name {
            display: block;
            color: #2191d5;
            font-weight: bold;
            font-size: 13px;
            margin-top: 2px;
        }

            .playing_box li .game-name:hover {
                text-decoration: underline;
            }

        .playing_box li p .game-btn {
            display: block;
            height: 22px;
            line-height: 22px;
            border: 1px solid #ddd;
            border-radius: 3px;
            width: 60px;
            text-align: center;
            margin-top: 7px;
            color: #999;
            background: #f3f3f3;
        }

            .playing_box li p .game-btn:hover {
                text-decoration: none;
                color: #fff;
                background: #ffb022;
                border: 1px solid #e18800;
                border-radius: 3px;
                -webkit-box-shadow: inset 0 0 2px #fff;
                box-shadow: inset 0 0 2px #fff;
            }


.feed{margin:10px;display:block}
.feedBook .main{display:block;position:relative;padding:8px 10px 6px 65px;min-height:67px;background:#fafaf6;border:1px solid #dfdbce;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}
.feedBook .cover{position:absolute;top:10px;left:12px}
.feedBook .cover .img{width:45px;height:60px}
.feedBook .cover img{width:100%;height:100%}
.feedBook h4{padding-bottom:44px;font-size:14px;color:#555;line-height:22px}
.feedBook .desc,.feedBook .info{overflow:hidden;height:22px;line-height:22px;font-size:13px;color:#a4795f;text-overflow:ellipsis;white-space:nowrap}
.feedBook .info{position:absolute;bottom:29px;left:65px;right:10px}
.feedBook .desc{position:absolute;bottom:7px;left:65px;right:10px}

.block{
	text-indent:10px;
    margin-top:10px;
}
.block_img{height:auto;border:0px;overflow:hidden;padding-top:10px;padding-bottom:10px;float:left;}
.block_img2{height:auto;border: 1px solid #DEDEDE;overflow:hidden;padding-top:10px;padding-bottom:5px;padding-right:10px;float:left;}
.block_txt{border:0px;height:100px; overflow:hidden; line-height:20px;padding-top:8px;}
.block_txt2{border:0px;height:130px; overflow:hidden; line-height:20px;}

.block_txt h2, .block_txt2 h2{font-size:16px;height:auto;}
.block_txt p, .block_txt2 p{height:auto;font-size:14px;}
.block ul{}
.block li{
	line-height:35px;
	border-bottom: 1px solid #ECECEC;
}

.back{float:left;padding: 0 10px;height: 28px;margin: 10px 10px;line-height: 26px;font-size: 14px;background-color:#65bbec;border-radius:3px;width:30px;}
.back_r{float:right;padding: 0 10px;height: 28px;margin: 10px 10px;line-height: 26px;font-size: 14px;background-color:#65bbec;border-radius:3px;width:30px;}
.back a,.back_r a{color:#fff;}
.header {background-color:#a0d468;font-size: 20px;	color:#fff;    height:50px; 	line-height:50px;    text-align: center;	overflow:hidden;	display:block;}
.header h1 {font-size: 20px;display:inline-block;text-align:center;color:#fff;}
.header h1 a{color:#0C0;}

.ablum_read {
    height: auto;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}
.ablum_read1 {
    height: auto;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	background: orange;
	border-radius:3px;
	height:30px;
	line-height:30px;
	text-align:center;
	width: 100%;
}
.ablum_read1 a{
	color:#fff;
	display:block;
}
.ablum_read span{
    background:#a0d468;
	border-radius:3px;
	height:40px;
	line-height:40px;
	text-align:center;
	width: 49%;
	float: left;
}
.ablum_read span a{
    color:#fff;
	display:block;
}

.list-box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:10px;padding:10px;width:100%;border:1px solid #dcd8cc;border-radius:3px;background-color:#fafaf6;font-size:14px;color:#555;line-height:20px}
.list-box a{font-size:14px;color:#555;line-height:20px}
.list-box li{position:relative;margin:0 13px;height:35px;line-height:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e5e5e5}
.list-box li a{display:block;width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:35px}
.list-box li:last-child{border-bottom-width:0}
.list-box li.addon{padding-right:12px}
.list-box li.center{text-align:center}
.list-box li .aR{display:block;position:absolute;top:50%;right:0;margin-top:-6px;width:auto;height:auto;line-height:0}
.list-box li.t1{color:#a4795f}

.nr_title{padding:10px 5px;font-weight:bold;font-size:18px; text-align:center;color:#fff;position:relative;z-index:999;}
.nr_nr{margin:10px 5px;color:#CCC;}
#nr1{color:#000}
#nr_title{color:#000}
.nr_page{ margin:10px 5px;position:relative;z-index:999;}
.nr_page table{width:100%;}
.nr_page table td{ text-align:center}
.nr_page .prev{text-align:left;margin-left:7px;}
.nr_page .mulu{text-align:center;}
.nr_page .next{text-align:right;margin-right:7px;}
#nr1{color:#000}
#nr_title{color:#000}
 .content { font-family: monospace, "Helvetica Neue", Helvetica, STHeiTi, sans-serif; word-break: break-all; word-wrap: break-word; line-height: 33px; font-size: 20px; color: #302f2e; }
 .content p { margin-bottom: 16px; text-indent: 40px; font-size:18px}
 .content p:first-child { margin-top: 0; }
 .pageNum { width: 100%; line-height: 13px; font-size: 18px; color: #a4795f; text-align: center; }
 .content .cont { display: block;   top: 0; left: 0; width: 100%; height: 100%; }
 .content .cont .wrap { margin: 0 15px; }
 .content .cont .wrap .bf { text-indent: 0 !important; }
.font-size-20  .content { line-height: 33px !important; font-size: 20px !important; }
.font-size-20  .content p { text-indent: 40px !important; margin-bottom: 16px !important; }