﻿/* 公开指南
auther:tfx
date:2020-04-03 */
.ewb-m8{
    margin: 8px 0;
}
.ewb-mt15{
    margin-top: 15px;
}
.wrap-right{
    padding: 6px 0 30px 0;
}
.right-hd{
    line-height: 92px;
    font-size: 32px;
    font-weight: bold;
    color: #126cb7;
    text-align: center;
}
.guide-cont{
    min-height: 750px;
    padding: 0 30px;
    margin-right: 19px;
}
.ewb-article-content{
    line-height: 29px;
    text-indent: 2em;
}
.ewb-article-content table{
    line-height: 29px;
    text-indent: 0em;
}

.guide-h1{
    line-height: 51px;
    font-size: 21px;
    font-weight: bold;
}
.guide-h2{
    line-height: 48px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
.p-hd{
    font-size: 16px;
    font-weight: bold;
}
.file-list-a {
    margin-right: 120px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/***豆腐***/
.label-cont {
    border-bottom: 1px solid #e6e6e6;
}
.label-cont>h1 {
    line-height: 35px;
    width: 328px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #126cb7;
}
.file-more {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    color: #126cb7;
    background: #f4f8fc;
}

/**分页***/
.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-info {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    vertical-align: top;
}

.ewb-page-btn {
    cursor: pointer;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 6px;
}

.ewb-page-li.active>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

/*分页*/

.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #085dce;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #085dce;
    border-color: #085dce;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 10px;
    color: #666;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-right {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-wd1 {
        width: auto;
    }
    .ewb-wd2 {
        width: 22%;
    }
    .ewb-wd3 {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .ewb-info-table {
        width: 480px;
    }
}

.ewb-source {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dashed #e8e8e8;
    text-align: center;
    line-height: 24px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-source p {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 12px;
    color: #999;
	line-height: 24px;
}
.ewb-source p a{
	color:#999;
}

.ewb-source {
	-moz-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; /*IE10*/
	-khtml-user-select:none; 
	user-select:none;
}

.ewb-share a {
    margin: 4px 4px 4px 0 !important;
}
