/**!
 * 徐州市人民政府
 * author: gl
 * date:2020-04-23
 */
/* article */

.ewb-article {
    padding-top: 35px;
}

.ewb-article h3 {
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.ewb-article-sources {
    line-height: 26px;
    padding: 7px 0;
    text-align: center;
    margin-top: 20px;
    background-color: #f5faff;
}

.ewb-article-sources p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    margin: 0 10px;
}

.ewb-article-sources a {
    color: #333;
}

.ewb-article-info {
    padding-top: 16px;
    /*word-break: break-all;*/
	font-size: 14pt;
	font-family: 宋体;
	word-wrap: break-word;
    word-break: normal;
}

.ewb-article-p {
    line-height: 40px;
    font-size: 16px;
    text-indent: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-article-img {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 100%;
}

/*1200分辨率以下*/

@media (max-width: 1199px) {
    .ewb-article h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

/*手机端*/

@media (max-width: 767px) {
    .ewb-article {
        padding-top: 25px;
    }

    /* 解决用户自己发表格手机端横向滚动条 */
    .ewb-article {
        overflow: hidden;
    }

    table,
    tbody,
    tr,
    td {
        display: block;
        height: auto;
    }

}

.cont-hd {
    /*width: 736px;*/
    line-height: 47px;
    font-size: 32px;
    text-align: center;
    margin: 25px auto 16px;
	font-family: "Microsoft YaHei";
}

.cont-p {
    line-height: 39px;
    /* font-size: 16px; */
    text-indent: 2em;
		font-family: 宋体;
	font-size: 14pt;
}

.cont-load {
    min-height: 61px;
    /*line-height: 72px;*/
    margin-top: 29px;
    padding:20px 27px;
    font-size: 16px;
    background: #f5faff;
    border: 1px solid #ebf3fa;
    line-height: 40px;
}

.cont-load>a {
    /*display: inline-block;*/
    /* margin-left: 70px; */
    /* margin-left: 10px; */
    /* width: 80%; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.cont-load>a>i {
    display: inline-block;
    width: 17px;
    height: 19px;
    vertical-align: top;
    margin: 26px 8px 0 0;
    background: url("/images/icon_word.png") center center no-repeat;
}*/

.cont-load>a>span {
    font-size: 16px;
    color: #395fda;
}

.ewb-attach,.ewb-video,.ewb-assinfo{
    display: none;
}

.bgwhite{
    background-color: #FFF !important;
    border: 1px solid #f7f7f7;
}

.fujian,.guanlian{
    display: block;
    float: left;
    line-height: 40px;
}
	
/* 小屏幕 */
@media (max-width: 1279px) {}


/* pad */
@media (max-width:979px) {
    .cont-hd {
        width: 100%;
    }
}


/* phone */
@media (max-width:767px) {
    
    .main-tb .tb-th{
        width: 60px;
    }
    .main-tb td{
        padding-left: 5px;
        font-size: 12px;
    }
    .main-line{
        margin-top: 19px;
    }
    .cont-hd{
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        margin: 10px auto 5px;
    }
    .cont-p{
        line-height: 25px;
        font-size: 14px;
    }
    .cont-load{
        height: auto;
        line-height: 31px;
    }
    .cont-load>a{
        display: block;
        margin-left: 0;
		    width: fit-content;
    }
    .cont-load>a>i{
        margin-top: 6px;
    }
}

/*20201211*/
.ewb-attach{
    font-family: "Microsoft YaHei";
}

.ewb-attach>a{
    display: block;
    margin-left: 85px;
    line-height: 40px;
}

#wenjian>a{
    display: block;
    margin-left: 85px;
    line-height: 40px;
}

.ewb-attach>a:hover,#wenjian>a:hover
{
    color: #2e63cf;
}

/* 分享 */
.share {
    margin-top: 24px;
}

.share-l {
    float: left;
}

.share-l>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.share-icon {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.share-icon>img {
    display: inline-block;
    vertical-align: middle;
}

.print {
    float: right;
    width: 79px;
    height: 30px;
    line-height: 29px;
    color: #4a83d2;
    padding-left: 34px;
    border: 1px solid #c0c6cc;
    background: url('/images/print_icon.png') no-repeat 12px center;
}

.print:hover {
    color: #fff;
    border-color: #4a83d2;
    background-image: url('/images/print_iconh.png');
    background-color: #4a83d2;
}

/* 手机端 */
@media(max-width:767px) {
    .down>p {
        float: none;
    }

    .down-r {
        margin: 10px 0 0 10px;
    }
}