/* 领导信箱 */
.lindaoxx{position: relative;}

.messageOperation{
        font-size:0;
	text-align: center;
	margin-bottom:20px;
	padding-top:20px;
}
.messageOperation .btn-put-message{
        display:inline-block;
	background: #B70D0D;
	color:#fff;
        font-size:16px;
}
.messageOperation .btn-myMessage{
	background: #E97E30;
	color:#fff;
        font-size:16px;
}
.messageOperation .btn-sec-message{
  background: #df2d2c;
  color:#fff;
  font-size:16px;
}
.pagingboxs{
	margin:10px 0;
}
.pagingboxs .paging{
	padding:2px 15px 2px 15px;
	border:1px solid #ccc;
	background:#EAEAEA;
}

.messageOperation a{display:inline-block;width:180px;line-height:35px;margin:5px;}

.messageOperation .lsxxcx{

background:#1571FA;
color:#fff;
font-size: 16px;
}

@media only screen and (max-width:800px){
.messageOperation a{width:46%;}
}


/* 设置 */
.setBtn {position: absolute;z-index: 9991;top:20px; right: -63px;width: 100px;}
.setBtn h3 { width: 100px;height: 38px;line-height: 38px;text-align: center;color: #fff; background: url(/eportal/fileDir/bjsdxqrmzf/resource/cms/2019/10/img_pc_site/arrow-up.png) no-repeat 75px center #eb7d30;
           font-size: 14px;letter-spacing: 1px;cursor: pointer; margin: 0;border-radius: 5px;}
.setBtn h3.active{background:url(/eportal/fileDir/bjsdxqrmzf/resource/cms/2019/10/img_pc_site/arrow-down.png) no-repeat 75px center #eb7d30;border-radius:5px 5px 0 0 ;transition: all 0.3s ease;}
.setBtn input{background:none;width:100%;height: 100%;border:none;color:#fff;cursor: pointer;}
.setBtn h3:hover{background-color:#f0690b}
.setBtn ul{width: 100%;overflow: hidden;background-color: #eb7d30;display: none;border-radius: 0 0 5px 5px;}
.setBtn li{height: 36px;line-height: 36px;overflow: hidden;text-align: center;}
.setBtn li a{color:#fff;font-size:14px;text-decoration:none;}
.setBtn li:hover{background-color:#f0690b}

/* 我要留言 */
.zxzx_meta {
    border: 1px dotted #ccc;
    padding: 12px;
    margin-bottom: 12px;
    text-indent: 2em;
    width: 90%;
    margin: 0 auto;
    margin-top:9px;
}
.zxzx_meta p {
    line-height: 27px;
}

@media only screen and (min-width: 100px) and (max-width: 1550px) {
.setBtn {right:0px;}

}


@media only screen and (min-width: 100px) and (max-width:960px) {
.setBtn {display:none;}
}



@media only screen and (min-width: 100px) and (max-width: 768px) {
.hidden-xs{display:none;}

}