@charset "utf-8";
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
* {
    margin: 0;
    padding: 0;
}

/* 修正IE5.x和IE6的斜体溢出bug */
* html body {
    overflow: visible;
}

* html iframe, * html frame {
    overflow: auto;
}

* html frameset {
    overflow: hidden;
}

/* 定义H系列标签，覆盖H系列标签默认属性 */
h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.right {
    float: right
}

.left {
    float: left
}

.link li {
    list-style: none;
    float: left;
}

.single_edit {
    float: right;
    padding-top: 10px;
}

/*page*/
.pagenavi {
    background: #FFF;
    padding: 20px 0;
}

.pagenavi a,
.pagenavi span,
.pagenavi .page_number {
    height: 31px;
    padding: 0 10px;
    line-height: 31px;
    font-size: 16px;
    display: table-cell;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 6px;
    font-family: Microsoft YaHei;
    color: #c1c1c1;
    border-radius: 31px;
    font-size: 18px;
    text-align: center;
}

.pagenavi a:hover {
    background: #c1c1c1;
    color: #FFF;
    text-decoration: none;
}

.pagenavi a.hover {
    background: #f4604b;
    color: #FFF;
    text-decoration: none;
}

.pagenavi span {
    color: #c1c1c1;
    line-height: 24px;
    padding: 0 3px;
}

.pagenavi a {
    background: #FFF;
}

.pagenavi .pgup,
.pagenavi .pgup:hover {
    font-family: "宋体";
    font-weight: bold;
    width: 31px;
    padding: 0;
    line-height: 34px;
    overflow: hidden;
}

.page .pgdn,
.page .pgdn:hover {
    font-family: "宋体";
    font-weight: bold;
    width: 31px;
    padding: 0;
    line-height: 34px;
    overflow: hidden;
}

.empty{
    padding-top: 15px;
    padding-bottom:15px;
    margin: 0 auto;
    text-align: center;
    font-size:20px;
}

.newline{
    height: 30px;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.mg20{
    margin: 20px;
}

.pub_edit{
    line-height: 30px;
    height: 30px;
    float: right;

}

#menu1 .menu {
    background: url(../images/icon_all.png) no-repeat right -534px;
}
.ask-detail-text p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

#content iframe {
    width:803px;
}


