
.detail_header {
    font-size:0.24rem;
    letter-spacing: 1px;
    text-align: center;
    color: #42494e;
    overflow:hidden;
    /*font-family:fzqk,hwst;*/
}
.hs_Notice_bg{
    background: url(../images/svg/bg_illustration_tree.svg) no-repeat right 0 / 20%,
                url(../images/svg/bg_illustration_swordsman.svg)no-repeat 0 bottom /20%;
    
}
.detail_sub_header {
    /*font-family:fzqk,hwst;*/
    opacity: 0.7;
    font-size:0.14rem;
    text-align: center;
    color: #212121;
}

.center {
    margin: 0 auto;
}
.ggtz_box .notice_cmt{
	width:70%;
	float: left;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.detail {
	
    max-width: 1100px;
    padding:0 0.3rem;
    margin: auto;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 1px;
    text-align: justify;
    color: #42494e;
    /*font-family: PingFangSC;*/
}

.detail p {
    font-size:0.14rem;
    font-weight: 300;
    line-height:0.32rem;
    letter-spacing: 1px;
    text-align: justify;
    color: #42494e;
    /*text-indent: 2.5em;*/
}

.lzy_share{
	float: right;
	padding-right: 0.5rem;
}
.lzy_share *{float: left;}
.lzy_share p{
	line-height: 0.48rem;
	font-size: 0.14rem;
	text-align: left;
	color: #212121;
}
.lzy_share i{
	width:0.47rem;
	height: 0.47rem;
    padding: 0.01rem;
	border-radius: 50%;
	border: 1px solid #42494e;
	margin: 0 0.1rem;
}
.lzy_share .i1{
	background: url(../images/icon_float_wechat_black.png)  no-repeat center;
	background-size: 70%;
}
.lzy_share .i2{
	background: url(../images/icon_float_weibo_black.png) no-repeat center;
	background-size: 70%;
}
/*公告*/
.lzy_fenye{
    /*width: 4.05rem;*/

    /*弹性布局 居中*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;

    margin:0.4rem auto 0.2rem;
    overflow: hidden;
}
.lzy_fenye *{
    float: left;
}
.lzy_fenye li{
    width: 0.25rem;
    height:0.35rem;
    font-size: 0.18rem;
    letter-spacing: 0.8px;
    color: #a0a4a6;
    margin: 0px 0.1rem;
    line-height:0.35rem;
    text-align: center;
    /*font-family:Gotham;*/
}
.lzy_fenye i{
    display: inline-block;
    width: 0.25rem;
    height: 0.35rem;
    background: red;
    margin: 0px 0.1rem;
}
.lzy_fenye .i1{
    background: url(../images/black_left.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.lzy_fenye .i2{
    background: url(../images/black_right.png) 0 0 no-repeat;
     background-size: 100% 100%;
}
.lzy_fenye li:hover{
    background: #42494e;
    color: #ffffff;
    cursor: pointer;
}
.lzy_fenye i:hover{
    opacity: .9;
    cursor: pointer;
}
.lzy_fenye .lzy_fenye_active{
    background: #42494e;
    color: #ffffff;
    cursor: pointer;
}


.ggtz_box>a>li {
    padding:0.2rem 0;
    border-bottom: solid 1px #ececec;
    overflow: hidden;
    font-size:0.14rem;
    line-height:0.26rem;
}

.dropload-down{
    display: none;
}
@media screen and (max-width: 1200px) {
    .hs_Notice_bg{
        background: none;
    }
    .lzy_allAttr_title{
        display: none;
    }
    .notice_cmt{
        padding-left: 0;
    }
    .tq_bg1,.tq_bg2,.tq_bg3{
        margin-right: 0;
    }
    .ggtz_box i{
        float: left;
        padding: 0 0.2rem;
    }
    .ggtz_box .notice_cmt{
        float: left;
        width: 60%;
    }
    #hs_content .notice_cmt{
        padding-left: 0.2rem;
    }
    .notice_tabs li:nth-child(2){
        margin-left: 0.2rem;
    }
    /*10/18*/
    .notice_tabs li:nth-child(3){
        margin-left: 0.2rem;
    }
    /*end*/

    .dropload-down{
        padding: 0.2rem 0;
        /*font-family: PingFangSC;*/
        font-size: 0.18rem;
        font-weight: 300;
        text-align: center;
        color: #a0a4a6;
        /*display: none;*/
    }
    .dropload-down{
        display: block;
    }
}