﻿/* 政府公开详情
auther：tfx
date：2020-04-07 */



/* 子页面当前位置 */
.address {
    min-height: 50px;
    background-color: #f5f8fc;
    line-height: 24px;
    font-size: 16px;
    color: #999999;
    padding-top: 13px;
    padding-bottom: 13px;
}
.address-now{
	color: #4a83d2 !important;
}
.addresstx {
    display: inline-block;
    padding-left: 27px;
    background: url("../images/icon_location.png") left center no-repeat;
    font-size: 16px;
    color: #333333;
}

.address a {
    font-size: 16px;
    color: #333333;
}

/* .address a:hover, */
.address .em-cur {
    color: #4a83d2; 
}



.main {
    margin: 20px auto;
}

.mian-cont{
	margin: 0px 20px;
	font-size: 14pt;
    /*font-family: 宋体;*/
    min-height: 500px;
}

.main-tb {
    width: 100%;
}

.main-tb td {
    height: 39px;
    font-size: 16px;
    padding-left: 18px;
    border: 1px solid #d5dee6;
}

.main-tb .tb-th {
    width: 179px;
    padding-left: 0;
    text-align: center;
    color: #666;
    /*background: #ebf4fc;*/
    background-color: #015293;
    color: #FFF;
}

.main-line {
    margin-top: 31px;
    border-top: 1px solid #d5dee6;
}

.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;
    }
}

/*20201102*/
.share {
    margin: 24px 0px 0px 20px;
}

.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;
    cursor: pointer;
}

.print:hover {
    color: #fff;
    border-color: #4a83d2;
    background-image: url('../images/print_iconh.png');
    background-color: #4a83d2;
}

/*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;
}