.ZXMlistT {
    display: block;
    width: 755px;
    height: 30px;
    line-height: 30px;
    background: #eee;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0 10px;
    margin: 0 auto;
}

.ZXlistBox {
    width: 100%;
    height: auto;
    border-top: dotted 1px #ddd9d9;
    padding: 20px 0;
}

.ZXlistBox-notop {
    border-top: none;
    padding-top: 10px;
}

    .ZXlistBox-notop a {
        color: #333;
    }

.ZXlistBox dt {
    width: 236px;
    height: 126px;
    float: left;
    overflow: hidden;
}

.ZXlistBox dd {
    width: 430px;
    height: 126px;
    overflow: hidden;
    float: right;
}

.box2 .ZXlistBox dd {
    width: auto;
    height: auto;
    float: none;
    padding: 10px;
}

.ZXlistBox dd h4 {
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ZXlistBox dd p {
    width: 100%;
    height: 116px;
    line-height: 30px;
    font-size: 14px;
    color: #414141;
    overflow: hidden;
}

.box2 .ZXlistBox dd p {
    height: 60px;
    overflow: hidden;
}

.tag {
    width: 100%;
    font-size: 14px;
    color: #828181;
    overflow: hidden;
}

    .tag span {
        padding-right: 27px;
    }

.ZXMlist {
    width: 100%;
    height: auto;
    float: left;
}

    .ZXMlist a {
        color: #333;
    }

.barLeft {
    width: 131px;
}

.Lmenu {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

    .Lmenu a {
        color: #333;
    }

    .Lmenu dt {
        background: #eee;
        display: block;
        height: 36px;
        line-height: 36px;
        padding-left: 25px;
        font-size: 16px;
        font-weight: 600;
        border-left: 5px solid #0e418c;
        margin-bottom: 5px;
    }

        .Lmenu dt:hover {
            background: #0e418c;
            display: block;
            height: 36px;
            line-height: 36px;
            padding-left: 25px;
            font-size: 16px;
            font-weight: 600;
            border-left: 5px solid #0e418c;
            margin-bottom: 5px;
            color: #fff;
        }

    .Lmenu .check {
        background: #00327b;
        display: block;
        height: 36px;
        line-height: 36px;
        padding-left: 25px;
        font-size: 16px;
        font-weight: 600;
        border-left: 5px solid #0e418c;
        margin-bottom: 5px;
        color: #fff;
    }

    .Lmenu dt a {
        color: #444;
    }

        .Lmenu dt a:hover {
            color: #fff;
        }

    .Lmenu dt .click {
        color: #fff;
    }

    .Lmenu dd {
        background: #f9f9f9;
        padding-left: 30px;
        height: 30px;
        line-height: 30px;
        color: #999;
        font-size: 14px;
        font-weight: 600;
    }

        .Lmenu dd a, .Lmenu dd a:active, .Lmenu dd a:link, .Lmenu dd a:visited {
            color: #999;
            text-decoration: none;
        }

            .Lmenu dd a.act, .Lmenu dd a:hover {
                color: #0e418c;
                text-decoration: none;
            }

.ZXMContent {
    width: 676px;
    height: auto;
    float: left;
    margin-left: 10px;
    border: solid 1px #e4e4e4;
    padding: 10px 20px 30px;
    font-size: 14px;
}

.Ttext {
    border-bottom: dotted 1px #e4e4e4;
    padding-bottom: 10px;
}

    .Ttext h1 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        text-align: center;
        padding:10px 0;
    }

    .Ttext span {
        margin: 0 15px;
        font-size: 12px;
        color: #a0a0a0;
    }

    .Ttext samp {
        margin-right: 20px;
        font-size: 12px;
        color: #a0a0a0;
    }

    .Ttext p {
        width: 100%;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
    }

    .Ttext samp a, .Ttext samp a:active, .Ttext samp a:link, .Ttext samp a:visited {
        color: #5dadff;
        text-decoration: none;
    }

.abstract {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    background: #f8f8f8;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #414141;
}

#bcontent {
    line-height: 24px;
    min-height: 200px;
    padding: 10px;
    margin-bottom: 30px;
}

    #bcontent img {
        /*max-width: 500px;*/
        overflow: hidden;
    }

    #bcontent .bcont_img {
        text-align: center;
    }

        #bcontent .bcont_img img {
            max-width: 675px;
        }

    #bcontent p.text {
        color: #333;
        text-indent: 2em;
    }

#cont {
    margin-top: 20px;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 10px;
}

    #cont a {
        color: #333;
    }


    #cont h2 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #333;
        background: #ddd;
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        border-radius: 10px;
    }

    #cont .cc {
    }

        #cont .cc .tit {
            width: 50%;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            float: left;
            overflow: hidden;
        }
