﻿.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.warp .listpage .lmenu {
    width: 14%;
    min-height: 710px;
    float: left;
    /*border: solid 1px #e0e0e0;*/
    border-top: 0;
}

    .warp .listpage .lmenu h2 {
        height: 58px;
        line-height: 58px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        /*border: solid 1px #45acdd;*/
        background-color: rgb(15, 71, 146);
    }

    .warp .listpage .lmenu .menus li {
        list-style: none;
        /*border-bottom: solid 1px #e0e0e0;*/
        background-color: rgb(207, 237, 255);
        margin-bottom: 10px;
    }

    .warp .listpage .lmenu .menus .menulink:hover {
        border-left: solid 5px #45acdd;
        background-color: rgb(158, 218, 255);
        color: #666;
    }

    .warp .listpage .lmenu .menus .menulink.active {
        color: #f4781e;
    }

    .warp .listpage .lmenu .menus .menulink {
        display: block;
        height: 49px;
        line-height: 49px;
        padding-left: 10px;
        border-left: solid 5px rgb(158, 218, 255);
        color: #666;
    }

.warp .listpage .rcon {
    width: 84%;
    min-height: 696px;
    float: right;
    /*border: solid 1px #e0e0e0;*/
    /*border-top: solid 3px #45acdd;*/
    border-top: solid 1px #e0e0e0;
    padding: 0 10px 10px 10px;
}

    .warp .listpage .rcon .breadcrumb {
        height: 40px;
        line-height: 40px;
        padding-left: 36px;
        background: url(../images/icon-home.png) 10px center no-repeat;
        list-style: none;
        border-bottom: solid 1px #e0e0e0;
    }

        .warp .listpage .rcon .breadcrumb li {
            display: inline-block;
        }

        .warp .listpage .rcon .breadcrumb .active,
        .warp .listpage .rcon .breadcrumb a {
            color: #666;
            font-size: 14px;
        }

            .warp .listpage .rcon .breadcrumb a:hover {
                color: #333;
            }

    .warp .listpage .rcon .newslists {
        width: 100%;
        min-height: 616px;
    }

        .warp .listpage .rcon .newslists li {
            position: relative;
            height: 40px;
            width: 100%;
        }

        .warp .listpage .rcon .newslists .newsline {
            display: block;
            position: absolute;
            height: 40px;
            width: 690px;
            line-height: 40px;
            padding-left: 24px;
            background: url(../images/icon-list.png) 10px center no-repeat;
            font-size: 14px;
            color: #666;
            border-bottom: dashed 1px #e0e0e0;
            top: 0;
            left: 0;
        }

            .warp .listpage .rcon .newslists .newsline:hover,
            .warp .listpage .rcon .newslists .newsline.act {
                color: #f4781e;
            }

        .warp .listpage .rcon .newslists .newsdate {
            display: block;
            height: 40px;
            line-height: 40px;
            position: absolute;
            top: 0px;
            right: 0px;
        }

    .warp .listpage .rcon .newscon {
        padding: 15px;
    }

        .warp .listpage .rcon .newscon .news-tit {
            font-size: 22px;
            color: #666;
            text-align: center;
            padding: 5px 0;
        }

        .warp .listpage .rcon .newscon .news-remark {
            font-size: 12px;
            color: #666;
            text-align: center;
            padding: 10px 0;
            border-bottom: dashed 1px #e0e0e0;
            margin-bottom: 10px;
        }

        .warp .listpage .rcon .newscon .news-info {
            font-size: 14px;
            color: #666;
            text-align: left;
            text-indent: 2em;
            line-height: 1.8;
            margin-bottom: 10px;
        }

            .warp .listpage .rcon .newscon .news-info p {
                margin-bottom: 16px;
            }

            .warp .listpage .rcon .newscon .news-info .ptr {
                text-align: right;
                margin-bottom: 16px;
            }

            .warp .listpage .rcon .newscon .news-info .pmb30 {
                margin-bottom: 30px;
            }


/* 分页 */
.tcdPageCode {
    padding: 15px 20px;
    color: #ccc;
    text-align: center;
    margin-top: 40px;
    /*border-top: 1px dotted #0aa6d6;
    background: #e8edff;*/
}

    .tcdPageCode a {
        display: inline-block;
        color: #0aa6d6;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

        .tcdPageCode a:hover {
            text-decoration: none;
            /*border: 1px solid #0aa6d6;*/
            background-color: #0e3381;
            color: #fff;
        }

    .tcdPageCode span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #0aa6d6;
        border: 1px solid #0aa6d6;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }

.content-box1 {
    width: 930px;
    padding: 0 20px;
    float: right;
}

.content-box .content {
    padding: 0 0 20px 0;
    min-height: 600px;
}

    .content-box .content img, table, td {
        max-width: 100%;
    }

.content-box h1 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #0aa6d6;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.content-box .n-p-box {
    border-top: 1px dotted #0aa6d6;
    font-size: 14px;
}

    .content-box .n-p-box .prv {
        width: 47%;
        height: 50px;
        line-height: 50px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content-box .n-p-box .next {
        width: 47%;
        height: 50px;
        line-height: 50px;
        float: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.content-box li.text {
    height: 40px;
    padding-left: 15px;
    background: url('') left center no-repeat;
    background-image: url('');
    background-image: url('../../Img/home/li_ii.png');
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    margin: 5px 0;
    padding: 15px 0;
}

#detail2-box .content-box li.text a {
    width: 560px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.content-box li.text span {
    position: absolute;
    top: 10px;
    right: 0;
    color: #bbb;
    font-size: 15px;
}

.content-box h3 {
    line-height: 30px;
    text-align: center;
}

.content-box li.pic {
    width: 265px;
    margin-left: 10px;
    margin-bottom: 20px;
    float: left;
}

    .content-box li.pic .img-box {
        width: 203px;
        height: 140px;
        margin-right: 10px;
        padding: 10px;
        border: 1px solid #ccc;
    }

        .content-box li.pic .img-box img {
            width: 203px;
            height: 140px;
        }

.warp .rcon .content-box a {
    color: #666;
    text-decoration: none;
}

    .warp .rcon .content-box a:hover {
        color: #0aa6d6;
        text-decoration: underline;
    }

.ads img {
    height: 240px;
}

