/*整体布局样式*/
.qqBox{
	width: 800px;
	height: 500px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -o-box-orient: vertical;
    box-orient: vertical;
}
/*头部样式*/
.boxHead{
	width: 100%;
	height: 32px;
	background: #e0e1e3;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
	-webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
}
.boxHead .internetName{
	width: auto;
	height: 32px;
	line-height: 32px;
    margin-left: 15px;
	color: #000;
}
.boxHead .headName{
	width: 740px;
    color: #000;
    padding-left:330px;
	line-height: 32px;
	font-size: 15px;

}
/*主要内容*/
.context{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
	-webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    overflow-y:hidden;
}
/* 主要内容-左边部分 */
.conLeft{
	width: 200px;
	overflow: hidden;
	background: #fafafa;
}
.conLeft::-webkit-scrollbar{
	width: 0;
}
/*左边部分-搜索框*/
.conLeft .wrapper {
    height: 26px;
    border: 1px solid #6a6a6a;
    border-radius: 4px;
}
.conLeft #search {
    width: 155px;
    height: 24px;
    border: none;
    padding: 0;
    margin-left: 3px;
}
button,input:focus {
    outline: none;
}
.search_btn {
    width: 40px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
}
/* 左边部分-对话列表 */
.conLeft #user1{
	list-style: none;
	margin: 0;
	padding: 0;
}
.conLeft #user1 li{
	width: 100%;
	height: 52px;
	line-height:52px;
	color:#000;
	padding-left:20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
	-webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    overflow: hidden;
}
.conLeft .liRight {
	margin-left:20px;
}
.conLeft .intername {
	color:#000;
}
.liRight span{
	display:block;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.liRight span:last-child{
	font-size: 12px;
	color: #767676;
	line-height:15px;
	overflow: hidden;
}
/* 右边部分-对话详细 */
.conRight{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
	background:#fff;
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
}
/* 更多消息 */
.rightCont{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
	overflow: hidden;
}
.rightCont::-webkit-scrollbar{
	width: 15px;
}
.rightCont ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.rightCont li{
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
/* 回复消息样式 */
.nesHead{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-left:15px ;
	float: right;
	margin-right:10px;
}
.nesHead img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.news{
	width: auto;
	height:auto;
	background: #9eea6a;
	padding:5px 15px;
	margin: 4px;
	line-height:30px;
	font-size: 14px;
	border-radius:10px;
	position: relative;
	float: right;
	color: white;
}
.news .jiao{
	position: absolute;
	right: -8px;
	top: 10px;
}
 .news .Expr{
	width: 30px;
	height: 30px;
	margin: 5px;
}
/* 聊天对象样式 */
.answerHead{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin:0 10px ;
	float: left;
}
.answerHead img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.answers{
	width: auto;
	height: auto;
	background: #eeeeee;
	padding:5px 15px;
	margin: 4px;
	line-height: 30px;
	font-size: 14px;
	border-radius:10px;
	position: relative;
	color: #000;
	float: left;
}
.answers .jiao{
	position: absolute;
	left: -8px;
	top: 10px;
}
/* 消息输入框 */
.rightFoot{
	width: 100%;
	height: 118px;
	border-top: 1px solid #ccc;
	position: relative;
}
.footTop{
	width: 100%;
	height: 21px;
	background:#fff;
}
.footTop #pic{
	height: 100%;
	line-height:21px;
	margin: 0px 10px;
}
#dope {
	width: 100%;
	height: 75px; 
	border: none;
	outline: none;
	resize: none;
}
.sendBtn{
	width: 68px;
	height: 25px;
	background: #0188fb;
	border: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: white;
}
.bg{
	background: #ebebec;
}
.chatRecord{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: deepskyblue;
	cursor: pointer;
	display: none;
}

/* ---------------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", "宋体", "PingFang SC";
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* color: #fff; */
}

a {
    text-decoration: none;
    color: #fff;
}
#menu-wrap a:focus{
	color:#fff!important;
}
/*头部样式设置*/
#menu-wrap {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0px;
    z-index: 999;
}

#menu-wrap ul li {
    padding: 0 10px;
    text-align: center;
}

#menu-wrap ul li > a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

#menu-wrap ul li > a:hover {
    color: #fff;
    text-decoration: none;
}

/*浮动导航左面部分*/
#menu-left {
    height: 50px;
    float: left;
}

#menu-left li:first-child {
    float: left;
    width: 36px;
    padding: 0;
    text-align: center;
}

#menu-left .logo-area {
    float: left;
    color: #fff;
    padding: 0 4px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor:pointer;
}

/*浮动导航右面部分*/
#menu-right {
    height: 50px;
    float: right;
}

#menu-right > li {
    float: left;
    position: relative;
}

#area,#year,#books {
    display: none;
}
#year1{
	padding-bottom:0!important;
}
#year1>li{
	height:40px!important;
	line-height:40px!important;
}

#books1{
	padding-bottom:0!important;
	height:40pximportant;
	line-height:40px!important;
	white-space:nowrap;
	width:240px!important;
}
#books1>li{
	height:40px!important;
	line-height:40px!important;
}


/*卡片部分*/
#menu-right ul {
    width: 170px;
    opacity: 0;
    padding: 0 15px;
    visibility: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
}
.drop-year{
	/* margin-left:3px; */
}
#menu-right li > ul {
    max-height:450px;
}
#menu-right li:hover > ul {
    opacity: 1;
    visibility: visible;
    max-height:450px;
    overflow-y:auto;
    overflow-x:hidden;
}

.user-info:hover #xl{
	display:none;
}

#menu-right ul li {
    margin: 0;
    padding: 0;
    width: 100%;
 
    text-align: left;
    line-height: 40px;
    position: relative;
}


.dropdown-menu>li>a{
	color:#000;
}


.menu-news {
   /*  width: 50px; */
}

.menu-handle {
    width: 80px;
}

/*消息卡片内容设置*/
#clear {
    float: right;
    cursor: pointer;
}

#menu-right .new-more {
    text-align: center;
}

/*我的单据内容设置*/
#num1, #num2 {
    float: right;
}

/*定位消息、单据的右上角数字及鼠标滑过文本变红*/
.menu-news, .menu-handle {
    position: relative;
}

.num {
    height: 12px;
    padding: 0px 2px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    border-radius: 4px;
    background: #FD4042;
}
.menu-news .num {
    position: absolute;
    top: 10px;
    left: 35px;
}
.menu-handle .num {
    position: absolute;
    top: 10px;
    left: 64px;
}
/*电话图标内容信息*/
#menu-right .code-img {
    height: 120px;
    text-align: center;
}

.code-img img {
    margin-top: 10px;
    width: 100px;
}

/*我的内容信息*/
#menu-right .user-info ul{
    width: 360px;
    color: #fff;
}

#menu-right .user-info label {
    float: right;
    margin-bottom: 0px;
}

#menu-right .user-info label input {
	padding: 0;
	margin-bottom: 7px;
    vertical-align:middle;
}

#menu-right .financial-year, #menu-right .financial {
    border: none;
}

#menu-right .skin-btn {
    width: 25px;
    height: 16px;
    margin-left: 15px;
    cursor: pointer;
    vertical-align:middle;
    border: 1px solid #fff;
}


#menu-right .skin-btn:hover {
    border: 1px solid #FD4042;
}

#menu-right .sign-out {
    text-align: center;
}

#menu-right .sign-out a{
	width:50%;
	display:inline; 
	margin:0 50px;   
}

/*防止下拉菜单被container内容遮挡*/
.menu-news,.menu-handle,.help,.user-info{
    position: relative;
    z-index:999;
}


/*模拟下拉框*/
.drop-box {
    width: 100px;
    margin-left: 4px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    /*background: #F8453D;*/
}
/*年度下拉框*/
.drop-box .books-year {
    /* width: 100px; */
    /* height: 20px; */
    line-height: 20px;
    color: #000;
    text-indent: 6px;
    cursor: pointer;
    background: #fff;
}

.drop-box .books-year span {
	float:right;
}

.drop-box .item-wrap {
    width: 100px;
    background: #fff;
    line-height: 20px;
    display: none;
    position: absolute;
    z-index: 99;
}

#menu-right .drop-box .item-wrap li {
    color: #000;
    text-indent: 6px;
    line-height: 20px;
    cursor: pointer;
    border: none;
}
.user-info .item-wrap>li{
	border:1px solid #cecece!important;
}
                               
#menu-right li:hover{
	background:#808080;
}

/* 我的资料下拉箭头 */
.drop-box .glyphicon-menu-down {
	position:absolute;
	top:4px;
	right:4px;
	color:#000;
	cursor: pointer;
}

/*导航年度下拉样式*/
#menu-right #year,#menu-right #books {padding: 0;margin: 0;line-height:0;}
#menu-right #year .drop-box{
    height: 50px;
    width: 70px;
    line-height: 50px;
    text-align: left;
    margin: 0;
    padding: 0;
}
#menu-right #books .drop-box {
    height: 50px;
    width: 75px;
    line-height: 50px;
    text-align: left;
    margin: 0;
    padding: 0;
    position:relative;
}
#year .books-year,#books .books-year {
    width: 70px;
    height:50px;
    line-height: 50px;
    cursor: pointer;
    margin: 0;
    color: #fff;
    padding-left:10px;
}
#books .drop-box .books-year {
    width: 75px;
}
#year .item-wrap,#books .item-wrap {
    width: 90px;
    color: #fff;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}


#year .drop-box .item-wrap li,#books .drop-box .item-wrap li {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    color: #fff;
    text-align: left;
}

/* 导航栏的下拉箭头 */
#year .glyphicon-menu-down,#books .glyphicon-menu-down {
	position:absolute;
	top:18px;
	right:10px;
	color:#fff;
	cursor: pointer;
}

.user-info>ul>li{
	 height:40px; 
}

.user-info ul li.roles{
	height:initial;
	overflow:hidden;
}
.roles .user_name,.roles #user_role{
	float:left;
}
.roles #user_role{
	width:200px;
	line-height:40px;
	/* overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block; */
}
#xl,#xl1{
	width:100px;
	box-sizing:border-box;
	display:none;
	z-index:999;
	position:absolute;
	border:1px solid #cecece;
    background: #fff;
}
#xl>div,#xl1>div{
	box-sizing:border-box;
	border-bottom:1px solid #cecece;
	padding-left: 25px;
    padding-right: 3px;
    text-indent:-2em;
}
#xl>div:hover,#xl1>div:hover{
	background:#cecece;
}
#zt2{
	width:56px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.cpass{
	border:1px solid #fc4317;
	color:#fc4317;
	float:right;
	margin:0;
	padding:0;
	height:20px;
	line-height:20px;
	cursor:pointer;
	margin-top:10px;
	padding:0 5px;
}

/* 消息公告样式 */
.panel-body.panel-body-noborder {
    overflow:auto;
}
#news_detail h2 {
	text-align:center;
	margin-top:10px;
}
#release {
	text-align:center;
}
#release span {
	margin-left:10px;
}
#annex {
	width:96%;
	margin:0 10px;
	/* height:320px; */
	position:absolute;
	bottom:52px;
}
#detail {
	width:100%;
	height:85%;
	resize: none;
	border:0px;
	outline: none;
	position:absolute;
	top:0px;
}
#annex-li {
	margin-top:10px;
	position:absolute;
	bottom:0px;
}
#annex-li ul {
	margin-left:30px;
	list-style:decimal;
}
#annex-li ul a {
    text-decoration: none;
    color:#23527c;
}

#btn_list,#btn_home,#btn_portal {
	width:96%;
	margin:0 10px;
	display:none;
	position:absolute;
	bottom:6px;
	border-top:1px solid #B1B6B6;
}

#btn_list a,#btn_home a,#btn_portal a {
	color:#B1B6B6;
	display:block;
	margin-top:4px;
}

#btn_list a:hover,#btn_home a:hover,#btn_portal a:hover { 
	color: #4BA0FB; 
}
#btn_list a:active,#btn_home a:active,#btn_portal a:active {
	text-decoration: none;
} 
#btn_list span,#btn_home span,#btn_portal span {
	width:600px;
	vertical-align:middle;
	display:inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* 密钥部分 */
.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 999;
}
.model_popup {
	width: 470px;
	background-color: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	padding-bottom: 10px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-left: -226px;
	margin-top: -140px;
	overflow: hidden;
}
.model_popup .popup-text {
	padding: 25px 10px 30px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-top: 1px solid #99bafa;
}
.model_popup .popup-prompt {
	text-align: left;
	margin-left: 10px;
}
.popup-btn {
	overflow: hidden;
	float: right;
}
.popup-btn .sure{
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #3475f5;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
	margin-right: 20px;
}
.popup-btn .cancel {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #3475f5;
	color: #3475f5;
	margin-right: 20px;
}

