@charset "utf-8";
/*!
 * huaao page CSS
 * author:kevin xiao
 * mail:w5233@163.com
**/

/***************************
 * 公共
***************************/
.banner{
    margin: 0 auto;
    width: 1000px;
}

.footer{margin-top: 1px;}
.main{
    border-top: 1px solid #fff;
    background: url(../images/side-bg.png) repeat-y;
    min-height: 300px;
}

.side{
    float: left;
    width: 190px;
}
.content{
    position: relative;
    float: right;
    width: 810px;
}
.entry{
	padding: 20px 30px;
	line-height: 35px;
	font-size: 16px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}


/* 面包屑 */
.crumbs{
    padding: 0 30px;
    height: 40px;
    background: #fff;
    font-size: 12px;
    text-align: right;
    line-height: 40px;
}
.crumbs i{
    font-style: normal;
    margin: 0 5px;
    color: #ccc;
}
.crumbs span{color: #5993fe;}


/* 页面标题 */
.page-title{
    position: absolute;
    top: 0;left: 30px;
    padding-bottom: 4px;
    height: 40px;
    background: url(../images/page-title-arrow.png) no-repeat 20px bottom;
}
.page-title h3{
    padding: 0 20px;
    background: #e9ac06;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}

/* 单页 */
.single{
    background-image: none;
    background-color: #eee;
}
.single .content{
    float: none;
    width: auto;
}

/* 侧栏标题 */
.side-title{
    padding: 0 1px;
    height: 40px;
    background: url(../images/side-title.png);
}
.side-title h3{
    padding: 3px 15px 0;
    height: 34px;
    background: #b3cdfe;
    font-size: 15px;
    font-weight: 400;
    color: #1e4998;
}
.side-title span{
    display: block;
    padding-left: 18px;
    height: 34px;
    background: url(../images/ponit.png) no-repeat 0 center;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

/* 侧栏菜单 */
.menu{padding-top: 15px;}
.menu li{width: 100%;}
.menu li a{
    display: block;
    padding: 15px 10px 15px 45px;
    background: url(../images/menu-arrow.png) no-repeat 24px 20px;
    line-height: 18px;
    font-size: 15px;
    color: #1885b7;
}
.menu .current a{
    color: #e68719;
    font-weight: 700;
}

/* 文章列表 */
.news-list .item{
    position: relative;
    border-bottom: 1px dotted #ccc;
}
.news-list span{
    display: block;
    position: absolute;
    left: 0;top: 0;
    width: 105px;
    text-align: center;
    line-height: 78px;
}
.news-list a{
    display: block;
    padding: 15px 10px 15px 115px;
    line-height: 24px;
}
.news-list a:hover{
    text-decoration: none;
    background: #eee;
}
.news-list a h3,
.news-list a p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
    .news-list a h3{
        font-size: 15px;
        color: #000074;
        font-weight: 400;
    }
    .news-list a p{
        font-size: 12px;
        color: #333;
    }

/* 列表分页 */
.pagenav{
    padding: 30px 0;
    text-align: center;
    font-size: 0;
}
.pagenav a,
.pagenav .item{
    display: inline-block;
    padding: 0 12px;
    margin-right: -1px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}
.pagenav span{
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}
.pagenav .item:hover{
    background-color: #fff;
    text-decoration: none;
}
    .pagenav .prev{
        padding-left: 20px;
        margin-right: 10px;
        background-image: url(../images/pagenav-prev.png);
        background-repeat: no-repeat;
        background-position: 0 center;
    }
    .pagenav .next{
        padding-right: 20px;
        margin-right: 25px;
        background-image: url(../images/pagenav-next.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    .pagenav .ellipsis{
        border: none;
        line-height: 36px;
    }
    .pagenav .ellipsis:hover{
        background: none;
        text-decoration: underline;
    }
    .pagenav .current,
    .pagenav .current:hover{
        background-color: #b3cdff;
        color: #fff;
    }
    .pagenav .disable,
    .pagenav .disable:hover{
        background-color: #f3f3f3;
        color: #ccc;
        cursor: default;
    }
    
    .pagenav select{
        position: relative;
        top: -2px;
        padding: 1px 1px 1px 3px;
    }
    

/* 文章详情 */
.article{padding-bottom: 20px;}
.article-title{
    margin: 0 30px;
    padding: 15px 0;
    border-bottom: 1px dotted #cdcdcd;
    text-align: center;
}
.article-title h3{
    margin-bottom: 10px;
    font-size: 16px;
    color: #000072;
    line-height: 24px;
}
.article-detail{
    padding: 20px 30px;
    line-height: 30px;
}

.article-nav{
    margin: 0 30px;
    padding-top: 10px;
    height: 30px;
    border-top: 1px dotted #cdcdcd;
}
.article-nav div{
    width: 45%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-nav .prev{
    float: left;
}
.article-nav .next{
    float: right;
    text-align: right;
}

/* 查询中心 */
.search{margin-bottom: 10px;}
.search li{
    float: left;
    margin-right: 10px;
    height: 42px;
}
.search input[type="text"]{
    width: 360px;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.search-res{margin-bottom: 10px;}
.search-res th,
.search-res td{border: 1px solid #ccc;}
.search-res th{background: #e5e5e5;}
.search-res td{background: #f5f5f5;}

.search-res-tab th,
.search-res-tab td{
    padding: 6px 10px;
}
.search-res-tab th{text-align: right;}

.search-res-lis td{text-align: center;}

.print{
    height: 42px;
    text-align: center;
}
.print .btn{width: 100px;}








