@import url(/static/cwc/css/global.css);


.main{
    margin-top: 25px;
    width:100%;
}

.breadCrumb{
    font-size: 12px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
}
#article {
    font-family: 'Î¢ÈíÑÅºÚ';
}
#article h1{
    font-size: 28px;
    font-weight: bold;
    margin: 2.5rem 0;
    text-align: center;
}

#article .info{
    text-align: center;
    font-size: 12px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
    color:#888888;
}

#article .setFont{
    border-radius: 5px;
    float:right;
    box-shadow: 0 0 1px 1px #ccc;
}

#article .setFont li{
    height:30px;
    line-height: 30px;
    width:30px;
    text-align: center;
    float:left;
    border-left:1px solid #ddd;
    cursor: pointer;
    font-size: 12px;
}

#article .setFont #f-big{
    border-radius: 5px 0 0 5px;
}

#article .setFont #f-small{
    border-radius:  0 5px 5px 0;
}


#article .setFont li:first-child{
    border-left:none
}

#article .setFont li.active{
    background-color: #0069df;
    color:#fff;
}

#article .content{
    font-size: 1rem;
    padding:1.5rem 0;
}

#article .content p{
    margin-top: 1.5rem;
    line-height: 1.5rem;
}

#article .content img{
    max-width: 100%;
}

#article .content table{
    border:1px solid #000;
    width:100%;
}

#article .content table td{
    border:1px solid #000;
    font-size: 12px;
}

.share{
    display: flex;
    justify-content:space-between;
    padding: 15px;
    background-color: #e2e2e2;
    font-size: 12px;
}

.bdsharebuttonbox{
    margin-top: 10px;
}

.fxd_close{
    display: flex;
}
.fxd_close .print_btn {
    display: block;
    width: 87px;
    height: 36px;
    line-height: 36px;
    background: url(http://cwc.gxzjy.com/static/cwc/images/print.gif) 0 10px no-repeat;
    padding-left: 22px;
    font-size: 12px;
}

.fxd_close .close_btn {
    display: block;
    width: 87px;
    height: 36px;
    line-height: 36px;
    background: url(http://cwc.gxzjy.com/static/cwc/images/close1.gif) 0 10px no-repeat;
    padding-left: 22px;
    font-size: 12px;
}

.wzbot{
    padding: 25px 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .main{
        border:1px solid #0069df;
        padding:30px;
    }

    #article .content{
        min-height: 500px;
    }

    #article .content p{
        text-indent: 2rem;
    }
}

@media (min-width: 1200px) {
    
}