@charset "utf-8";
/* css document */



#maincon {
    border: 1px solid #dedede;
    margin: 0 auto;
    width: 998px;
	border-top:none;
}

#maincon .mhd {
    border-bottom: 1px solid #dadada;
    border-top: 2px solid #2069b0;
    height: 50px;
    line-height: 50px;
}
.path {
    background: transparent  no-repeat scroll 2px 12px;
    font-family: "microsoft yahei";
    font-size: 14px;
    padding-left: 30px;
}

#maincon .mbd {
    min-height: 613px;
    padding: 10px;
    height: auto !important;
}

#maincon .articlecon {
    padding: 20px;
}

#maincon .articlecon .title {
    color: #333333;
    font-family: "microsoft yahei";
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
	font-weight:normal;
}

.property {
    border-top: 1px solid #dadada;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

#maincon .articlecon .contxt {
    overflow: hidden;
    line-height:280%;
    font-size: 16px;
}


#maincon .others {
    line-height: 24px;
}
#maincon .articlecon .propertyb {
    padding-right: 10px;
    text-align: right;
	display:block;
}
