/*
    注意：主要用于列表页、详细页、等，
		不要放其它的,写样式请写上说明
*/
/******/
/*帮助信息按钮*/
.a_help { display: block; float: left; height: 24px; line-height: 24px; background: url(image/help.gif) center left no-repeat; padding-left: 20px; color: Green; text-decoration: underline; cursor: pointer; font-weight: bold; padding-top: 2px; margin: 0px 10px; }

.a_help:hover { color: Red; text-decoration: underline; }

/*公共*/
body, html, form { margin: 0px; padding: 0px; font-size: 9pt; scrollbar-face-color: #E4F2FF; scrollbar-track-color: #F5FAFE; scrollbar-highlight-color: #67CCFF; scrollbar-shadow-color: #67CCFF; scrollbar-arrow-color: #67CCFF; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; }

html{ min-height:100%;}

table { border-collapse: collapse; }

ul, li { list-style: none; list-style-type: none; }


a{cursor:pointer;}
/*必填项的*号*/
tt { color: Red; margin-left: 1px; }

.iconfont,img,input,button { vertical-align: middle; }


.u{ text-decoration:underline !important; }

.g { color: Green; }

.gb { font-weight: bold; color: Green; }

.rb { font-weight: bold; color: red; }
/*屏蔽输入法 强制半角*/
.noCH { ime-mode: disabled; }
/*body去水平滚动条*/
.nox { overflow-x: hidden; }

.nw { white-space: nowrap; }
/*加粗红边框（文本框提示用）*/
input.rrb { border: 2px solid #FF0000 !important; }

select.rrb { border: 2px solid #FF0000 !important; }
/*内容对齐方式*/
.t_l { text-align: left; }

.t_l_t { text-align: left; line-height: 24px; }

.t_r { text-align: right; }

.t_c { text-align: center; }

.t_bg { background-color: #c3fff244; }

/*div浮动*/
.f_l { float: left; }

.f_r { float: right; }

.td_fileList { background: url(image/load2.gif) center center no-repeat; }
/*去掉继承的边框*/
.noborder { border: none !important; }
.noborder td { border: none !important; }

.t_table { margin-top: 0px; }
.t_table tr td { padding: 5px; }

.dm { border: 1px solid #DDDDDD; padding: 2px; }
.dm_wait { background: url(image/wait37.gif) center center no-repeat; }
.dm_t, .dm_t2, .dm_dbsx { font-weight: bold; color: #FFFFFF; height: 30px; line-height: 30px; padding-left: 30px; letter-spacing: 2px; position: relative; }
.dm_t { background: #50C1E9 url(image/note_pad.png) 10px center no-repeat; }
.dm_t2 { background: #A0D468 url(image/box.png) 10px center no-repeat; }
.dm_dbsx { background: #69C78A url(image/ts_d.gif) 10px center no-repeat; }
.dm_t a { display: block; position: absolute; right: 10px; top: 5px; color: #FFFFFF; border: 1px solid #F1F1F1; background: #A0D468; height: 20px; line-height: 20px; padding: 0px 18px; }

.uu { padding: 3px; }
.uu li { color: #666666; line-height: 20px; background: #FAFAFA url(image/star_full.png) 4px center no-repeat; padding: 6px 10px 6px 25px; margin: 4px auto; }
.uu li:hover { background-color: #F1F1F1; }
.uu li b { margin: 0px 3px; color: Green; }
.uu li b.r { color: red; }
.uu li.s { color: #666666; padding-left: 40px; background: #F9F9F9 url(image/arrow_small_right.png) 24px center no-repeat; }
.uu li.s:hover { background-color: #F1F1F1; }

.uu_dbsx { padding: 3px; }
.uu_dbsx li { white-space: nowrap; color: #666666; line-height: 24px; background: #F4F4F4 url(image/doc_sent.png) 4px center no-repeat; padding: 6px 10px 6px 25px; margin: 4px auto; }
.uu_dbsx li b { margin: 0px 3px; color: red; }
.uu_dbsx li a { display: inline-block; height: 22px; line-height: 22px; padding: 0px 13px; margin: 0px 6px; color: #FFFFFF; background: #A8DD7D; border: 1px solid #DDDDDD; }
.uu_dbsx li a:hover { color: White; background: #FF9800; }
.uu_dbsx li.s { color: #666666; padding-left: 40px; background: #F9F9F9 url(image/arrow_small_right.png) 24px center no-repeat; }

/*文章列表*/
.u_xw { padding: 3px; }
.u_xw li { white-space: nowrap; color: #666666; line-height: 20px; height: 20px; background: #F4F4F4 url(image/volume_quiet.png) 10px center no-repeat; padding: 6px 10px 6px 28px; margin: 4px auto; }
.u_xw li a { height: 20px; line-height: 20px; display: block; float: left; margin: 0px 3px; color: #3199ce; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.u_xw li a:hover { color: #FF0000; text-decoration: underline; }
.u_xw li tt { height: 20px; line-height: 20px; display: block; float: right; padding-right: 10px; color: #666666; }

/*项目列表*/
.u_xm { padding: 3px; }
.u_xm li { white-space: nowrap; color: #666666; line-height: 20px; height: 20px; background: #F4F4F4 url(image/arrow_small_right.png) 10px center no-repeat; padding: 6px 10px 6px 28px; margin: 4px auto; }
.u_xm li a { height: 20px; line-height: 20px; display: block; float: left; margin: 0px 3px; color: #3199ce; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.u_xm li a:hover { color: #FF0000; text-decoration: underline; }
.u_xm li tt { height: 20px; line-height: 20px; display: block; float: right; padding-right: 10px; color: #666666; }

/***查看申报资料表的样式***/
.q_table { margin-top: 5px; }
.q_table tr th { font-size: 24px; line-height: 40px; font-weight: bold; padding-top: 20px; text-align: center; }
.q_table tr td { font-size: 12px; height: 30px; border: 1px solid #000000; padding: 2px; }
.l_h { line-height: 28px; }
.q_table td a { color: #017DC3; text-decoration: none; cursor: pointer; }
.q_table td a:hover { color: #FF0000; }
.q_btn_show { border: none; padding: 0px 10px; line-height: 22px; background: #2fa2db; color: #FFFFFF; cursor: pointer; }
.q_btn_show:hover { background: #F9AE44; }
.q_Grid { border: solid 1px #000000; font-size: 12px; margin-top: 4px; }
.q_Grid tr td, .q_Grid tr th { font-size: 12px; border: 1px solid #000000; padding-left: 2px; padding-right: 2px; }
.q_Grid td { line-height: 18px; }
.q_Grid_h { height: 32px; text-align: center; font-size: 12px; color: #000000; }
.q_Grid_i { height: 30px; font-size: 12px; color: #000000; text-align: center; }
/******/

/*贴子详细内容样式**/
.disp_table { border: #CDCDCD 1px solid; }
.disp_table a { color: #065EFE; }
.disp_boder { border-top: #CDCDCD 1px solid; }
.disp_table tr th { background: #E5ECF2; border-right: 1px solid #CDCDCD; text-align: left; font-weight: normal; }
.disp_line_l { height: 4px; line-height: 4px; font-size: 0px; background: #C2D5E3; border-right: 1px solid #CDCDCD; }
.disp_line_r { height: 4px; line-height: 4px; font-size: 0px; background: #E5ECF2; }
.disp_dashed { border-bottom: 1px dashed #CDCDCD; }



/*树形菜单左边的小图标*/
.tree_img_b { display: block; background: url(image/tree_img01.gif) center left no-repeat; padding-left: 16px; margin-left: 3px; font-weight: normal; }

/*登录*/
.login_body { background: #FAFAFA; min-height: 420px; min-width: 600px; height: 100%; margin: 0px auto; }

/*登录*/
.login_body_admin { min-height: 420px; min-width: 600px; height: 100%; margin: 0px auto; }
.login_body_admin form { background: #FAFAFA url(image/login_bjadmin.png) no-repeat center center; min-height: 420px; min-width: 600px; height: 100%; margin: 0px auto; }

.login_back_out { background: #47a692; width: 600px; height: 420px; position: absolute; top: 10%; margin-left: -300px; left: 50%; border-radius: 5px; }
.login_back { width: 600px; height: 420px; margin: 0px auto; position: relative; border-radius: 5px; box-shadow: 0px 0px 10px #666; }
.login_logo {  text-align: center; color: #FFF; font-size: 28px; line-height: 42px; height: 50px; padding-left: 20px; position: absolute; left: 20px; top: 20px; }

.login_main { width: 380px; height: auto; overflow: hidden; margin: 0px auto; position: absolute; top: 85px; left: 110px; background: #FFF; border-radius: 5px; box-shadow: 0px 0px 5px #CCC; }
/*登录选项卡*/
.login_tab { height: auto; overflow: hidden; padding: 4px 10px; margin-left: 50px; }

.login_tab > ul { height: auto; overflow: hidden; }

.login_tab > ul > li { height: 40px; text-align: center; line-height: 40px; font-size: 22px; color: #727272; float: left; font-weight: bold; cursor: pointer; margin: 0px 5px; }

.login_tab > ul > li.h { color: #47a692; }
/*登录输入表单*/
.login_table { width: 95%; margin: 5px auto; }
.login_table td { height: 56px; padding: 0px 3px; font-size: 14px; color: #333; }
.login_table td input.txt { height: 36px; border: 2px solid #EFEFEF;outline:none; padding: 0px 10px; font-size: 14px; border-radius: 3px; outline: none; }
.login_table td input.txt:hover { border: solid 2px #47a692; background-color: #FFFFFF; outline: none; }
.login_table td input.txt:focus { border: solid 2px #47a692; background-color: #FFFFFF; box-shadow: 0px 0px 8px #888888; outline: none; }
.login_table td input.btn { height: 36px; border: 2px solid #47a692; border-radius: 3px; margin-right: 15px; cursor: pointer; padding: 0px 35px; background: #47a692; font-size: 14px; color: #FFF; }
.login_table td input.btn:hover { box-shadow: 0px 0px 8px #888888; }
.login_table td input.btnreg { height: 36px; border: 2px solid #F7B500; border-radius: 3px; margin-right: 15px; cursor: pointer; padding: 0px 35px; background: #F7B500; font-size: 14px; color: #FFF; }
.login_table td input.btnreg:hover { box-shadow: 0px 0px 8px #888888; }

/*二维码登录*/
.login_ewm { height: auto; overflow: hidden; padding: 4px; }
.login_ewm_img { width: 180px; height: 180px; text-align: center; position: relative; }
.login_ewm_img > img { width: 180px; height: 180px; }
/*二维码失效*/
.login_ewm_timeout { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.login_ewm_timeout > div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #333; filter: Alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; }
.login_ewm_timeout > p { position: absolute; top: 0px; left: 0px; right: 0px; text-align: center; color: #FFF; padding: 50px 0px 20px 0px; }
.login_ewm_timeout > a { position: absolute; cursor: pointer; top: 90px; left: 45px; display: block; color: #FFF; text-align: center; width: 90px; height: 30px; line-height: 30px; background: #e4393c; }
.login_ewm_timeout > a:hover { color: #FFF; }
/*二维码登录提示文字*/
.login_ewm_text { height: auto; overflow: hidden; padding: 4px; }
.login_ewm_text > p { padding: 5px; line-height: 25px; font-size: 15px; color: #0172aa; }
.login_ewm_text > p.t { color: orangered; font-size: 12px; }

/*底部文字*/
.login_footer { width: 100%; position: absolute; bottom: 10px; margin: 0px auto; text-align: center; color: #CCC; }
.login_footer a { color: #c8d5ab; }

/*底部说明*/
.login_footer_llq { width: 95%; position: absolute; top: 550px; margin: 0px auto; text-align: center; color: #CCC; }
.login_footer_llq a { color: #c8d5ab; }

/*----左边框架-----*/
.l_table { margin-left: 2px; width: 182px; }
.l_top { border-left: solid 1px #67CDFE; border-right: solid 1px #67CDFE; background: url(image/left_top.jpg) no-repeat; line-height: 31px; height: 31px; width: 182px; color: #005FC0; font-weight: bold; padding-left: 40px; font-size: 14px; }
.l_top span { width: 125px; display: block; height: 31px; line-height: 31px; font-size: 14px; font-weight: bold; color: #005FC0; filter: Dropshadow(offx=0,offy=1,color=#FFFFFF) Dropshadow(offx=1,offy=0,color=#FFFFFF); text-shadow: 0px 2px 1px #FFFFFF,2px 2px 1px #FFFFFF; }
.l_top a { color: #ffffff; }
.l_main { border-left: solid 1px #67CDFE; border-right: solid 1px #67CDFE; background: url(image/left_main.jpg) right repeat-y; }

/*隐藏左边的按钮*/
.l_hide { width: 14px; height: 31px; background: url(image/left_get.gif) 0px 9px no-repeat; cursor: pointer; }
.l_show { width: 14px; height: 30px; background: url(image/left_show.gif) 0px 8px no-repeat; cursor: pointer; }
.l_showtop { background: url(image/left_top.jpg) right center no-repeat; height: 30px; width: 17px; border-bottom: solid 1px #67CDFE; }
.l_showmain { width: 2px; border-right: solid 1px #67CDFE; background: url(image/left_main.jpg) right repeat-y; }
/*隐藏左边的按钮2*/
#getLeft { background: url("image/whowleft.gif") no-repeat scroll center center #C4D6EC; border-right: 1px solid #5FBEFE; cursor: pointer; }
#showLeft { background: url("image/hideleft.gif") no-repeat scroll center center #C4D6EC; border-right: 1px solid #5FBEFE; cursor: pointer; }


/*企业(人员)首页左边菜单*/
.l_menu { margin: 4px auto 0px auto; }
.l_m_a { display: block; height: 36px; padding-left: 40px; background: url(image/left_btn01.gif) no-repeat; line-height: 36px; color: #005EBE; text-align: left; outline: none; margin: 0 auto; font-weight: bold; width: 120px;  }
.l_m_a:hover { background: url(image/left_btn02.gif) no-repeat; }
.l_m_h_a { display: block; height: 36px; padding-left: 40px; background: url(image/left_btn02.gif) no-repeat; line-height: 36px; color: #FF0000; text-align: left; outline: none; margin: 0 auto; font-weight: bold; width: 120px;   }
.l_m_a_s { display: block; height: 36px; padding-left: 40px; background: url(image/left_btn03.gif) no-repeat; line-height: 36px; color: #005EBE; text-align: left; outline: none; margin: 0 auto; font-weight: bold; width: 120px;  }
.l_m_a_h_s { display: block; height: 36px; padding-left: 40px; background: url(image/left_btn04.gif) no-repeat; line-height: 36px; color: #005EBE; text-align: left; outline: none; margin: 0 auto; font-weight: bold; width: 120px;  }

/*子菜单*/
.l_smenu { margin: auto; padding-bottom: 4px; background: url(image/left_btn05.gif) center bottom no-repeat; }
.l_smenu_a { display: block; height: 26px; padding-left: 45px; background: url(image/left_btn07.gif) no-repeat; line-height: 26px; color: #005EBE; text-align: left; margin: 0 auto; outline: none; width: 115px;  }
.l_smenu_a:hover { background: url(image/left_btn06.gif) no-repeat; }
.l_smenu_a_h { display: block; height: 26px; padding-left: 45px; background: url(image/left_btn06.gif) no-repeat; line-height: 26px; color: #FF0000; text-align: left; outline: none; margin: 0 auto; width: 115px; }



/*----底边框架-----*/
.bot_b { height: 29px; background: url(image/bot_b.jpg); text-align: center; line-height: 29px; color: #252928; font-size: 10pt; font-family: Arial; }
.bot_b a { color: #252928; text-decoration: none; }
.bot_b a:hover { color: #FF0000; text-decoration: underline; }
/*-----------------*/


/*----上面的标题行(th)，可有搜索栏-----*/
.m_title { border: 1px solid #16ac8c57; font-size: 12px; margin-top: 5px;  }
.m_title th {background-color:#FFF;  height: 34px; padding-left: 28px; color: #16ac8c; line-height: 30px; font-weight: bold; text-align: left; position: relative; }
.m_title th:first-child::after { content: ''; display: block; position: absolute; left: 5px; top: 8px;bottom:8px; width: 4px; background: #47a692; }
.m_title td { height: 38px; padding: 3px; border: 1px solid #16ac8c57;}
.m_title p.btn { position: absolute; right: 0px; top: 4px; }
.m_title th div.bar {height:100%;display:flex;align-items:center;}
.m_title th div.bar > div {padding:0 5px;}
.m_title th div.flex_between {justify-content:space-between;}
.m_title th div.flex_end {justify-content:flex-end;}

/*----常用表格table样式-----*/
.m_table { border: 1px solid #16ac8c57;   color: #555; font-size: 12px; margin-top: 5px; }
.m_table td { height: 38px; padding: 3px; border: 1px solid #16ac8c57; }


/*------列表样式1-----*/
.m_dg1 { border: solid 1px #DDDDDD; font-size: 12px; margin-top: 5px;  }
.m_dg1 td, .m_dg1 th { font-size: 12px; border: solid 1px #DDDDDD; padding-left: 2px; padding-right: 2px; }
.m_dg1 td { line-height: 20px; padding: 3px; }
.m_dg1 a img { border: none; }
.m_dg1_h { font-weight: bold; text-align: center; font-size: 12px; }
.m_dg1_h th { background: #77d6c1; height: 38px; font-weight: bold; text-align: center; font-size: 12px; color: #FFF; }
.m_dg1_h th:first-child::after { display:none; }
.m_dg1_i { height: 40px; font-size: 12px; background-color: #ffffff; color: #272727; text-align: center; }
.m_dg1_i:hover td{ background-color: #fffbdd; }
/* 偶数行 */
.m_dg1 .m_dg1_i:nth-child(even){background: #f8fffc;}
/*---------------------*/
/*表格边框阴影*/
.m_title ,.m_table ,.m_dg1 { box-shadow:0 0 5px #EFEFEF; }
/*.m_title ,.m_table  { background-color: #fffde1ab; }*/

/*表格里的a标记*/
.m_title a,.m_table a,.m_dg1 a{ color: #279981; text-decoration: none; cursor: pointer;}
.m_title a:hover,.m_table a:hover,.m_dg1 a:hover { color: #ff0000; text-decoration: underline; }


/*------工具按钮行-----*/
.m_bar { margin-top: 5px; border:1px solid #16ac8c57; background-color: #f8fffc66; box-shadow:0 0 5px #EFEFEF; }
.m_bar td { padding: 0px 5px; height: 44px;  }
/*---------------------*/



/*------文本框-----*/
.m_txt { height: 30px; line-height: 1.3;border: solid 1px #CCC; margin:0px 4px; padding:0px 5px; transition:all .3s; border-width: 1px; border-style: solid; background-color: #fff; color:#444444;border-radius: 2px; }
.m_txt:hover { border-color: #16b777 !important;  }
.m_txt:focus { border-color: #16b777 !important;  box-shadow: 0 0 0 3px rgba(22,183,119,.08); outline: none; }
textarea.m_txt{padding:3px 5px;}
select.m_txt{width:158px;height: 30px;}


/*----常用按钮---*/
.m_btn,.m_btn_green,.m_btn_orange
{
    display: inline-block; border-radius: 2px;
    border: none 0px; background: #16baaa;
    height: 30px; line-height: 28px; padding: 0px 16px;
    color: #FFFFFF !important; font-size: 12px; text-align: center;
    cursor: pointer; margin:0px 5px;
}
/*按钮指向时的样式*/
.m_btn:hover { background: #07aa9b; box-shadow:0 0 4px #AAA; }

.m_btn_green { background: #16baaa !important; }
.m_btn_green:hover { background: #07e1ca; box-shadow:0 0 4px #AAA; }
.m_btn_orange { background: #ff9f00 !important; }
.m_btn_orange:hover { background: #ffb33d; box-shadow:0 0 4px #AAA;  }


/**左边自带指定小图标的 按钮**/
.m_btn_comeback,.m_btn_add,.m_btn_del,.m_btn_remove,.m_btn_refresh,.m_btn_save,.m_btn_zlz,.m_btn_fill
{
    border: none; vertical-align:middle;
    box-sizing: border-box;
    height: 30px; line-height: 28px; border-radius: 2px;
    padding: 0px 15px 0px 30px;
    font-size: 12px; text-align: center; cursor: pointer; margin: 0px 5px;
}

.layui-btn{margin: 0px 5px;}


/*返回按钮*/
.m_btn_comeback { border: 1px solid #16baaa; background: #FFFF url(image/comeback.png) 10px center no-repeat; color: #16baaa;  }
.m_btn_comeback:hover {  box-shadow:0 0 4px #AAA;  }

/*新增按钮*/
.m_btn_add { background: #16baaa url(image/add.png) 10px center no-repeat; color: #FFF; }
.m_btn_add:hover {  box-shadow:0 0 4px #AAA;  }

/*删除按钮*/
.m_btn_del { background: #ff5a5a url(image/del.png) 10px center no-repeat; color: #FFF; }
.m_btn_del:hover { box-shadow:0 0 4px #AAA; }

/*移除按钮*/
.m_btn_remove { background: #ffb55a url(image/remove.png) 10px center no-repeat; color: #FFF; }
.m_btn_remove:hover {   box-shadow:0 0 4px #AAA; }


/*刷新按钮*/
.m_btn_refresh { background: #16baaa url(image/refresh.png) 10px center no-repeat; color: #FFF; }
.m_btn_refresh:hover { box-shadow:0 0 4px #AAA;  }

/*保存按钮*/
.m_btn_save { background: #16baaa url(image/save.png) 10px center no-repeat; color: #FFF; }
.m_btn_save:hover { box-shadow:0 0 4px #AAA;  }

/*整理中按钮*/
.m_btn_zlz { background: #16baaa url(image/fill.png) 10px center no-repeat; color: #FFF;}
.m_btn_zlz:hover { box-shadow:0 0 4px #AAA; }

/*编辑填写按钮*/
.m_btn_fill { background: #16baaa url(image/fill.png) 10px center no-repeat; color: #FFF;}
.m_btn_fill:hover { box-shadow:0 0 4px #AAA;  }

/*---------------------*/

/*隐藏式附件上传*/
.divfileup { border-radius: 4px; position: relative; width: 35px; background: #2e97ea url(image/upload.png) 6px center no-repeat; padding-left: 25px; height: 26px; margin: 2px auto; cursor: pointer; }
.divfileup input.up { position: absolute; z-index: 2; width: 100%; height: 26px; left: 0px; top: 0px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
.divfileup a { position: absolute; color: #FFF !important; height: 24px; line-height: 26px; left: 25px; top: 0px; right: 5px; z-index: 1; display: block; text-align: center; }
.divfileup:hover { background-color: #076dbf; }







/*----温馨提示-----*/
.wxts_top { background: url(image/wxts_b.gif) repeat-x; height: 4px; font-size: 0px; line-height: 0px; }
.wxts_bot { background: url(image/wxts_b.gif) bottom repeat-x; height: 4px; font-size: 0px; line-height: 0px; }
.wxts_l { background: url(image/wxts_b.gif) repeat-y; }
.wxts_r { background: url(image/wxts_b.gif) right repeat-y; }
.wxts_top_l { width: 5px; height: 4px; background: url(image/wxts_j.gif) 0px 0px no-repeat; font-size: 0px; line-height: 0px; }
.wxts_top_r { width: 5px; height: 4px; background: url(image/wxts_j.gif) right 0px no-repeat; font-size: 0px; line-height: 0px; }
.wxts_bot_l { width: 5px; height: 4px; background: url(image/wxts_j.gif) 0px bottom no-repeat; font-size: 0px; line-height: 0px; }
.wxts_bot_r { width: 5px; height: 4px; background: url(image/wxts_j.gif) right bottom no-repeat; font-size: 0px; line-height: 0px; }
.wxts_m { padding-top: 15px; padding-bottom: 15px; padding-right: 20px; padding-left: 20px; vertical-align: top; background: url(image/wxts_rImg.jpg) right 20px no-repeat; }
.wxts_m_noimg { padding-top: 15px; padding-bottom: 15px; padding-right: 20px; padding-left: 20px; vertical-align: top; }
/*----
.wxts_title { background: url(image/img01.gif) 4px 5px no-repeat; }
.wxts_msg { background: url(image/ts.gif) 4px 4px no-repeat; }
.wxts_Ts { background: url(image/title_img.gif) 4px 4px no-repeat; }
-----*/

/*----温馨提示 title-----*/
.wxts_title { background: #F8FCFF; width: 98%; height: 34px; border: 1px solid #C5E6FF; line-height: 34px; color: #3399CA; font-weight: bold; font-size: 13px; margin: 4px auto 0px auto; }
.wxts_title b { background: url(image/tt_bb2.gif) 5px 3px no-repeat; display: block; padding-left: 28px; height: 38px; line-height: 38px; }
.wxts_title s { background: url(image/tt_bb.gif) 5px 3px no-repeat; display: block; padding-left: 28px; height: 38px; line-height: 38px; text-decoration: none; }

/*----温馨提示 列表等等-----*/
.wxts_Ts { background: url(image/tt_b.gif); width: 98%; height: 28px; line-height: 28px; color: #3399CA; font-weight: bold; font-size: 13px; margin: 8px auto 0px auto; }
.wxts_Ts b { background: url(image/tt_bb.gif) 5px 3px no-repeat; display: block; padding-left: 28px; height: 28px; line-height: 28px; }
.wxts_msg { background: url(image/tt_b.gif); width: 98%; height: 28px; border: 1px solid #dddddd; line-height: 28px; color: #3399CA; font-weight: bold; font-size: 13px; margin: 4px auto 0px auto; }
.wxts_msg b { background: url(image/tt_bb.gif) 5px 3px no-repeat; display: block; padding-left: 28px; height: 28px; line-height: 28px; }
.wxts_title div, .wxts_Ts div { margin: 0px 5px; padding-top: 3px; line-height: 26px; vertical-align: top; }
/*-----------------------*/






/*********************OA*******************/


/*选项卡*/
.tabBar { height: 39px; background: url(image/app_tab02.gif) repeat-x; margin: 4px auto 0px auto; }
.tab_btn { display: block; height: 39px; float: left; line-height: 39px; color: #353334; padding-left: 9px; background: url(image/app_tab03.gif) no-repeat; cursor: pointer; margin-left: 10px; width: auto; text-decoration: none; _width: 30px; white-space: nowrap; }
.tab_btn strong { display: block; height: 39px; line-height: 39px; color: #353334; text-align: center; padding-right: 9px; background: url(image/app_tab04.gif) right no-repeat; }
.tab_btn1 { display: block; height: 39px; text-decoration: none; float: left; line-height: 39px; color: #FFFFFF; padding-left: 9px; background: url(image/app_tab06.gif) no-repeat; cursor: pointer; margin-left: 10px; _width: 30px; white-space: nowrap; }
.tab_btn1 strong { display: block; text-align: center; height: 39px; line-height: 39px; color: #FFFFFF; padding-right: 9px; background: url(image/app_tab05.gif) right no-repeat; }
.tabBar_l { display: block; float: left; height: 39px; width: 9px; background: url(image/app_tab01.gif) no-repeat; }
.tabBar_r { display: block; float: right; height: 39px; width: 9px; background: url(image/app_tab01.gif) right no-repeat; }

/*div 自动换行*/
.wrap { table-layout: fixed; word-break: break-all; overflow: hidden; width: 100%; height: 100%; }



/*********提示tip********/
#tip_tt { position: absolute; display: block; background: url(image/tt_left.gif) top left no-repeat; }
#tip_tttop { display: block; height: 5px; margin-left: 5px; background: url(image/tt_top.gif) top right no-repeat; overflow: hidden; }
#tip_ttcont { display: block; padding: 2px 12px 3px 7px; margin-left: 5px; background: #666; color: #FFF; }
#tip_ttbot { display: block; height: 5px; margin-left: 5px; background: url(image/tt_bottom.gif) top right no-repeat; overflow: hidden; }
/*****************/



/*****************Linq分页控件样式 start ******************/
.pages_div { padding: 6px 0px; width: 96%; margin: 0px auto; font-family: Arial; font-size: 14px; }
.pages { margin-top: 1px; vertical-align: middle; margin: 4px auto; }
.pages a, .pages .cpb { height: 24px; line-height: 24px; padding: 0px 8px; text-decoration: none; display: inline-block; border: 1px solid #DDDDDD; background: #f5f5f5; margin: 1px; font-size: 12px; color: #4b4b4b; text-align: center; min-width: 16px; vertical-align: middle; }
.pages .cpb, .pages a:hover { font-weight: bold; color: #FFFFFF; background: #1a87df; border: 1px solid #1a87df; display: inline-block; }
.pages span { display: inline-block; }
.pagescount { color: #242323; line-height: 24px; }
.pagescount b { font-weight: normal; font-size: 14px; color: #4b4b4b; }
.pages input { border: solid 1px #AAAAAA; height: 20px; line-height: 20px; font-size: 12px; text-align: center; padding: 0px 1px; }

#Pager1_btn { border: 1px solid #ddd; background: #ffff; height: 24px; background-color: Transparent; border: none 0px; text-align: center; cursor: pointer; color: #154790; margin-left: 8px; }
/*****************Linq分页控件样式 end ******************/

/*黄色提示框*/
.ts {font-size:12px; margin: 5px auto 0px auto; border: 1px dashed #FAB90A; margin-top: 4px; line-height: 18px; padding: 2px; text-indent: 2em; color: red; background: #FCEFBF; }

/**新闻列表**/
.l_k_bo { margin-left: 6px; margin-right: 6px; padding-top: 6px; zoom: 1; }
.l_k_bo li { display: block; border-bottom: dotted 1px #969696; height: 27px; line-height: 27px; overflow: hidden; }
.l_k_bo i { float: left; display: block; height: 27px; line-height: 27px; width: 20px; padding-left: 0px; background: url(image/img6.gif) 6px center no-repeat; }
.l_k_bo s { float: left; display: block; height: 27px; line-height: 27px; width: 20px; padding-left: 0px; background: url(image/biao_1.jpg) 6px center no-repeat; }
.l_k_bo b { float: left; display: block; height: 27px; line-height: 27px; width: 20px; padding-left: 0px; background: url(image/img5.gif) 6px center no-repeat; }
.l_k_bo a { display: block; float: left; font-size: 12px; color: #373737; height: 27px; line-height: 27px; cursor: pointer; text-decoration: none; }
.l_k_bo a tt { color: #FF0000; }
.l_k_bo a:hover { color: Red; text-decoration: underline; }
.l_k_bo span { display: block; float: left; font-size: 12px; color: #AAAAAA; height: 27px; line-height: 27px; margin-left: 4px; }


/*隐藏按钮*/
.cHidden { display: none; }


.q_btn_show { overflow: visible; border: none; padding: 0px 10px; line-height: 22px; background: #2fa2db; color: #FFFFFF; cursor: pointer; }
.q_btn_show:hover { background: #F9AE44; }



/*基本信息中的选项卡*/
.i_main_tab { padding: 2px 0px 0px 0px; width: 98%; margin: 3px auto 0px auto; overflow: hidden; height: auto; background: #FFFFFF; }
.i_main_tab ul { display: block; height: auto; overflow: hidden; margin: 0px auto; background: #FFFFFF; border-bottom: 1px solid #076dbf; padding: 0px 15px; position: relative; }
.i_main_tab ul li { display: block; height: 30px; float: left; padding: 14px 7px 0px 7px; }
.i_main_tab ul li a { display: inline-block; cursor: pointer; height: 30px; line-height: 28px; background: #EEEFF4; font-size: 14px; padding: 0px 18px; color: #666666; text-decoration: none; border-top: 1px solid #E1E1EB; border-left: 1px solid #E1E1EB; border-right: 1px solid #E1E1EB; }
.i_main_tab ul li a:hover { color: Red; }
.i_main_tab ul li a.h { background: #076dbf; color: #FFF; font-weight: bold; height: 38px; line-height: 38px; margin-top: -8px; border-left: 1px solid #076dbf; border-right: 1px solid #076dbf; border-top: 1px solid #076dbf; }
.i_main_tab ul li.btn { display: block; height: 30px; position: absolute; right: 10px; top: 0px; }
.i_main_tab_div { padding-top: 40px; }

/*文件附件*/
.ufile { height: auto; overflow: hidden; padding: 0px; margin: 0px; }
.ufile li { height: auto; overflow: hidden; border-bottom: 1px dashed #E1E1E1; background: #FAFAFA; }
.ufile li:hover { background: #F1F1F1; }
.ufile li p { float: left; height: auto; overflow: hidden; padding: 6px 2px; margin: 0px; line-height: 20px; color: #616161; }
.ufile li p a.d { color: Red; font-weight: bold; }
.ufile li p a:hover { text-decoration: underline; }


/*图片附件*/
.uimgfile { height: auto; overflow: hidden; padding-top: 5px; padding-left: 5px; margin: 0px; }
.uimgfile li { height: auto; overflow: hidden; padding: 4px; text-align: center; float: left; border: 1px solid #EAEAEA; margin-right: 5px; margin-bottom: 5px; }
.uimgfile li div.img { position: relative; height: 100px; width: 100px; }
.uimgfile li div.img a { display: block; height: 100px; overflow: hidden; display:flex;align-items:center;justify-content:center; }
.uimgfile li div.img a img { max-height: 100px; max-width: 100px; border: none; vertical-align:middle;}
.uimgfile li div input.txt { height: 24px; line-height: 24px; padding: 0px 4px; text-align: center; border: 1px solid #CCC; }
.uimgfile li div.img input.del { position: absolute; right: -4px; top: -4px; height: 24px; width: 24px; background: url(image/del2.png) no-repeat center center; border: none; cursor: pointer; }
.uimgfile li div.order,.uimgfile li div.name {width:100px;height: 36px;display:flex;align-items:center;justify-content:center;  }
.uimgfile li div.order>input,.uimgfile li div.name>input{ flex:1;width:90px; }
.uimgfile li div.filename {width:100px;word-wrap: break-word; word-break: keep-all;line-height:1.2em;  }



.zt { padding: 5px; }
.zt li { padding: 3px 0px; }
.zt li a { display: block; cursor: pointer; border: 1px solid #DEDEDE; padding: 7px 30px; text-align: left; font-size: 12px; color: #444; font-weight: bold; background: #EFEFEF url(../../image/star.png) 5px center no-repeat; }
.zt li a.cur { border: 1px solid #FDD08E; background-color: #FDEDCB; color: #000; }



/******全新系统头部样式***start***/

.topn_back { height: 68px; background: #47a692; position: relative; }
/*logo*/
.topn_logo { position: absolute; left: 0px; top: 0px; width: 100%; height: 65px; background-repeat: no-repeat; background-position: left center; z-index: 2; }


/*手写式头部logo*/
.logo_txt { height: 66px; padding-left: 10px; float: left; cursor: pointer; }
    .logo_txt i {
        display: block;
        float: left;
        height: 65px;
        width: 50px;
        background: url(image/gh.png) center center no-repeat;
    }
.logo_txt b { display: block; float: left; height: 65px; line-height: 62px; font-size: 26px; font-family: '微软雅黑'; color: #FFFFFF; }

/*头部右边内容*/
.topn_r { position: absolute; right: 60px; top: 1px; height: 66px; z-index: 5; }


/*菜单*/
.topn_menu { height: auto; overflow: hidden; float: left; padding: 5px 10px 0px 10px; }
.topn_menu ul { height: auto; overflow: hidden; }
.topn_menu ul li { float: left; height: auto; overflow: hidden; margin: 0px 3px; }
.topn_menu ul li a { display: block; height: auto; overflow: hidden; padding: 5px 8px 2px 8px; text-align: center; cursor: pointer; text-decoration: none; }
.topn_menu ul li a img { width: 28px; height: 28px; border: 0px; }
.topn_menu ul li a i { display: block; height: 20px; line-height: 20px; font-style: normal; color: #FFFFFF; }
.topn_menu ul li:hover, .topn_menu ul li.h { background: #009876; border-bottom: 3px solid #fcbd2f; font-weight: bold; }

/*用户信息*/
.topn_info { float: left; height: 66px; color: #FFFFFF; }
.topn_info div.user { float: left; height: 56px; overflow: hidden; line-height: 24px; background: #009876 url(image/user.png) 10px center no-repeat; padding: 10px 20px 0px 50px; color: #FFFFFF; font-size: 16px; }
.topn_info div.user u { color: #94edd3; text-decoration: none; font-size: 12px; line-height: 14px; }

/*退出按钮*/
.topn_exit { margin-left: 1px; float: left; height: 66px; width: 46px; background: #009876 url(image/exit.png) 12px center no-repeat; cursor: pointer; }

/******全新系统头部样式***end***/


/******全新系统左则菜单***start***/
.m_back /*菜单背景*/ { border-right: 1px solid #e6e6e9;padding:1px 0px; overflow: auto; position: relative; }

/*第一级*/
.m_dl1 { height: auto; overflow: hidden; }
.m_dl1>dd { padding-bottom: 1px; }
.m_dl1>dd>p { border: 1px solid #e6e6e9;border-left: 1px solid #eefff586; border-right: 2px solid #eefff586; background: #eefff586;height: 40px; padding:0px 8px; cursor: pointer; display:flex;align-items:center;justify-content:flex-start; }
.m_dl1>dd>p>img { height: 20px; width: 20px; border: 0px;  }
.m_dl1>dd>p>b { display: block; height: 40px; display:flex; align-items:center; justify-content:flex-start;flex:1; font-size: 12px; color: #666666; padding-left: 8px; }
.m_dl1>dd>p>i { display: block; width: 12px; height: 8px; font-size: 1px; background: url(image/mm_k.png) -24px 0px no-repeat; }
.m_dl1>dd>p>i.h { background: url(image/mm_k.png) -12px 0px no-repeat; }
.m_dl1>dd>p.h, .m_dl1>dd>p:hover { border-right: 2px solid #47a692; background: #d7e6df; }
.m_dl1>dd>p:hover>b, .m_dl1>dd>p.h>b { color: #40a991; }

/*第二级*/
.m_dl2  { height: auto; overflow: hidden; border-bottom: 1px solid #FFF; }
.m_dl2>dd { padding: 1px; }
.m_dl2>dd>p { height: auto; line-height: 22px; padding: 5px; position: relative; cursor: pointer; border-bottom: 0px; background: #FFF; border-left: 2px solid #FFF; border-right: 2px solid #FFF; }
.m_dl2>dd>p>img { height: 18px; width: 18px; border: 0px; position: absolute; top: 6px; left: 14px; }
.m_dl2>dd>p>s { position: absolute; top: 14px; left: 20px; font-size: 1px; height: 9px; width: 9px; border: 0px; background: url(image/li2.gif) 0px 0px no-repeat; }
.m_dl2>dd>p>b { height: auto; display: block; line-height: 1.3em; font-size: 12px; color: #666666; padding:4px 10px 4px 40px; font-weight: normal; }
.m_dl2>dd>p>i { display: block; position: absolute; width: 12px; height: 8px; top: 14px; right: 14px; font-size: 1px; background: url(image/mm_k.png) -24px 0px no-repeat; }
.m_dl2>dd>p i.h { background: url(image/mm_k.png) -12px 0px no-repeat; }
.m_dl2>dd p:hover, .m_dl2>dd p.h { background: #d7e6df; border-left: 2px solid #d7e6df; border-right: 2px solid #47a692; }
.m_dl2>dd p:hover>b, .m_dl2>dd p.h>b {color: #40a991; }

/*第三级*/
.m_dl3  { height: auto; overflow: hidden; border-bottom: 0px; }
.m_dl3 dd p { height: 30px; position: relative; cursor: pointer; border-bottom: 0px; background: #FFF; border-left: 6px solid #FFFFFF; }
.m_dl3 dd p img { height: 14px; width: 14px; border: 0px; position: absolute; top: 8px; left: 25px; }
.m_dl3 dd p s { font-size: 1px; height: 2px; width: 2px; border: 0px; position: absolute; top: 14px; left: 30px; background: #5b6684; }
.m_dl3 dd p b { display: block; height: 30px; line-height: 30px; font-size: 12px; color: #666666; padding-left: 45px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.m_dl3 dd p:hover, .m_dl3 dd p.h { background: #d7e6df; border-left: 2px solid #47a692; }
.m_dl3 dd p:hover b, .m_dl3 dd p.h b { color: #40a991; }

/*菜单显示隐藏功能*/
.d_menu_hide, .d_menu_show { position: fixed; width: 14px; height: 44px; cursor: pointer; top: 50%; margin-top: -22px; z-index: 100; }
.d_menu_hide { background: url(image/index.png) right center no-repeat; right: 0px; }
.d_menu_show { background: url(image/index2.png) left center no-repeat; left: 0px; }
/******全新系统左则菜单***end***/


/******全新系统底部样式***start***/
.bbb { height: 25px; line-height: 25px; background: #d7e6df; text-align: center; color: #555555; font-size:13px;}
.bbb a { color: #40a991; text-decoration: none; }
.bbb a:hover { color: #fcbd2f; text-decoration: underline !important;}
/******全新系统底部样式***end***/


/*头部内容等固定位置*/
.top_fixed { position: fixed; width: 100%; top: 0px; z-index: 999999; background: #FFFFFF; box-shadow: 0px 0px 3px #666666; }
/*底部按钮、分页控件等固定位置*/
.bottom_fixed { position: fixed; width: 100%; bottom: 0px; z-index: 999999; background: #FFFFFF; box-shadow: 0px 0px 3px #666666; }


/*我的桌面可移动板块*/
.mttl { padding: 0px 15px !important; height: 24px !important; color: #FFFFFF; background: #1a87df; border: 1px solid #1a87df !important; }

/*多余内容隐藏，点击展开*/
.autocontent { cursor: pointer; border: 1px solid #F1F1F1; padding: 0px 4px; background: #FFF; }
.autocontent:hover { border: 1px solid #ffdcc4; }
.autocontent_h { height: 4em; overflow: hidden; position: relative; }
.autocontent_h s { display: block; position: absolute; bottom: 0px; width: 100%; text-align: left; color: #ffb400; height: 12px; line-height: 12px; text-decoration: none; background: #FFF; cursor: pointer; }


/*大按钮卡片式*/
.ulcardbtn { display: table; width: 100%; background: #FFFFFF; padding: 6px 0px 0px 0px; position: relative; }
.ulcardbtn li { list-style-type: none; height: auto; overflow: hidden; width: 31.333% !important; display: table-cell; margin: 0px; padding: 6px 1% 6px 1%; }
.ulcardbtn li a { display: block; height: 120px; overflow: hidden; background: #F1F1F1; border-radius: 5px; cursor: pointer; position: relative; }
.ulcardbtn li a img { position: absolute; left: 0px; top: 0px; border: none; height: 120px; width: 120px; }
.ulcardbtn li a p { height: 120px; padding-left: 120px; }
.ulcardbtn li a p span { display: block; padding: 22px 0px 12px 0px; line-height: 18px; overflow: hidden; text-align: center; color: #666666; font-size: 16px; font-weight: bold; }
.ulcardbtn li a p b { display: block; padding: 15px 0px; line-height: 22px; overflow: hidden; text-align: center; color: #076dbf; font-size: 17px; }
.ulcardbtn li a:hover { box-shadow: 0px 0px 4px #AAA; }





/*登录导航 */

.loginnav_bg { height: 100%; min-width: 900px; min-height: 750px; background: #3d7fff url(image/loginnav/loginnav_bg.png) center top no-repeat; }
.loginnav_main { width: 830px; height: 600px; margin: 0px auto; padding-top: 60px; }
.loginnav_main div.logo { height: 65px; background-repeat: no-repeat; background-position: left center; z-index: 2; }

/*手写式头部logo*/
.loginnav_main div.logo div._txt { height: 65px; padding-left: 45px; }
.loginnav_main div.logo div._txt i { display: block; float: left; height: 65px; width: 65px; background: url(image/gh.png) center center no-repeat; }
.loginnav_main div.logo div._txt b { display: block; float: left; height: 65px; line-height: 62px; font-size: 38px; font-family: '微软雅黑'; color: #FFFFFF; }

.curuser { height: 40px; padding: 0px 40px; }
.curuser div.userinfo { float: right; height: 40px; line-height: 40px; color: #FFF; font-size: 18px; }
.curuser div.userinfo a { color: #d7d7d7; font-size: 18px; margin-left: 10px; cursor: pointer; text-decoration: none; }
.curuser div.userinfo a:hover { color: Red; }

.loginnav_main div.btns { height: auto; padding-top: 30px; }
.loginnav_main div.btns > ul { height: auto; overflow: hidden; width: 680px; margin: 0px auto; }
.loginnav_main div.btns > ul > li { float: left; height: 220px; width: 50%; }
.loginnav_main div.btns > ul > li > a { display: block; height: 184px; width: 300px; margin: 15px auto; cursor: pointer; transition: .2s; text-decoration: none; border-radius: 10px; box-shadow: 0px 0px 4px #666666; }
.loginnav_main div.btns > ul > li > a b { display: block; padding-top: 120px; height: 30px; line-height: 30px; color: #FFF; font-size: 24px; text-align: center; }
.loginnav_main div.btns > ul > li > a:hover { height: 200px; width: 320px; margin: 7px auto; cursor: pointer; transition: .3s; }



.loginnav_main div.btns > ul > li > a.a1 { background: #ffbe3d url(image/loginnav/i3.png) center 20px no-repeat; }
.loginnav_main div.btns > ul > li > a.a2 { background: #31b2cc url(image/loginnav/i2.png) center 20px no-repeat; }
.loginnav_main div.btns > ul > li > a.a3 { background: #f06442 url(image/loginnav/i2.png) center 20px no-repeat; }
.loginnav_main div.btns > ul > li > a.a4 { background: #b2cc31 url(image/loginnav/i4.png) center 20px no-repeat; }
.loginnav_main div.footer { height: auto; line-height: 50px; padding-top: 20px; text-align: center; color: #FFFFFF; }
.loginnav_main div.footer a { color: #FFFFFF; }



.edata { position: absolute; z-index: 10; }
.edata:hover { background: #BBBBBBAA; cursor: pointer; }


.myscroll::-webkit-scrollbar { width: 8px; height: 8px; }
.myscroll::-webkit-scrollbar-track { background-color: #DDDDDD33; cursor: pointer; border-radius: 4px; }
.myscroll::-webkit-scrollbar-thumb { background: #DDDDDD66; border-radius: 4px; }
.myscroll::-webkit-scrollbar-thumb:hover { background-color: #DDDDDDEE; }
.myscroll::-webkit-scrollbar-button { height: 12px; background-color: #DDDDDD33; border-radius: 4px; }
.myscroll::-webkit-scrollbar-button:hover { background-color: #DDDDDDEE; }

.myscroll2::-webkit-scrollbar { width: 8px; height: 8px; }
.myscroll2::-webkit-scrollbar-track { background-color: #88888833; cursor: pointer; border-radius: 4px; }
.myscroll2::-webkit-scrollbar-thumb { background: #88888866; border-radius: 4px; }
.myscroll2::-webkit-scrollbar-thumb:hover { background-color: #888888EE; }
.myscroll2::-webkit-scrollbar-button { height: 12px; background-color: #88888833; border-radius: 4px; }
.myscroll2::-webkit-scrollbar-button:hover { background-color: #888888EE; }


/**wangeditor**/
#editor—wrapper { border: 1px solid #ccc; z-index: 100; /* 按需定义 */ }
#toolbar-container { border-bottom: 1px solid #ccc; }
#editor-container, .w-e-text-container [data-slate-editor] { min-height: 300px !important; }


/**复选框list**/
.div_checkbox{padding:5px; display: flex; flex-wrap: wrap;}
.div_checkbox>div{padding:0px 5px;display:flex;justify-content:flex-start;align-items:center; height:2em; }
.div_checkbox>div>input{  vertical-align:middle;cursor:pointer;}
.div_checkbox>div>label{ cursor:pointer;}


/**面板**/
.my-card{border:1px solid #eaeaea;margin:8px auto;border-radius:5px;box-shadow:0px 3px 5px #EEE;}
.my-card>.my-card-header{border-bottom:1px solid #eaeaea; min-height:30px; padding:5px 10px;display:flex;justify-content:space-between;align-items:center;}
.my-card>.my-card-header>.title {font-size:14px;display:flex;justify-content:flex-start;align-items:center;color:#444;min-height: 30px;}
.my-card>.my-card-header>.title>span {margin:0px 5px;}
.my-card>.my-card-header>.more {padding:0px 10px;font-size:12px;display:flex;justify-content:flex-start;align-items:center}
.my-card>.my-card-header>.more>div { display:flex;justify-content:flex-start;align-items:center}
.my-card>.my-card-header>.more span { padding:0px 5px; }
.my-card>.my-card-body{padding:5px;margin:5px;border:1px solid #eaeaea;}
.my-card>.my-card-body>p{padding:5px;}
.my-card>.my-card-content{margin:5px;}


/**带标题 多个链接或指标值**/
.my-panel{color:#5f5f5f;margin: 5px;padding: 10px;line-height: 1.4;border-left: 4px solid #16baaa;border-radius: 0 2px 2px 0;background-color: #fafafa;}
.my-panel>span,.my-panel>b{margin:0px 5px;}



/**意见填写，可选项控件专用**/
.txt_idea {display:inline-block; position:relative;padding:4px; }
.txt_idea > textarea.m_txt { padding-right:30px;  vertical-align:middle; }
.txt_idea > div.btn {width:24px; position:absolute;right:10px;top:6px;bottom:6px;cursor:pointer;background-color:#16b77714;display:flex;justify-content:center;align-items:center; }
.txt_idea > div.btn > .iconfont { font-size:18px; color:#16b777;}
.txt_idea > div.btn:hover { background-color:#16b77733; }


/*列表空*/
.empty{ min-height: 90px;display: flex;flex-direction: column;justify-content: center;align-items: center;color: #16b77780;}
.empty::before { font-family: "iconfont" !important; content: "\e869"; font-size:32px;margin-bottom: 6px; }


/*审核申请信息详情页面*/
.div_parent{display:flex;height:100vh;flex-direction:column; }
.div_header{padding:1px 5px;min-height:32px; background-color:#fff9e6; display:flex;align-items:center;border-bottom:1px solid #ffe87a; box-shadow:0px 0px 5px #DDDDDD;z-index:199;}
.div_header>.title{font-size:14px;color:#16ac8c; padding:0px 10px;line-height:1.2em; flex:1;}
.div_header>.more{font-size:12px;color:#666666; padding:0px 10px;line-height:1.2em; display:flex;align-items:center;}
.div_header>.more textarea.m_txt { width:280px; height:40px; }
.div_main{ padding:10px; overflow:auto; flex:1; background-color:#F1F1F1; }
.div_main>.page{  background-color:#FFFFFF; width:96%;box-shadow:0px 0px 8px #555; margin:10px auto; padding:5px 20px;}
.appcentent table td{ border:1px solid #333;padding:5px;}
.appcentent p{ margin:10px;}
.d1{ font-weight:bold; font-size: 18px; padding:15px 0em; }
.d2{ font-weight:bold; font-size: 16px; padding:15px 2em; }
.d3{ font-weight:bold; font-size: 14px; padding:15px 4em; }
.d4{ font-weight:bold; font-size: 12px; padding:15px 6em; }
.d5{ font-weight:bold; font-size: 10px; padding:15px 8em; }
.d6{ font-weight:bold; font-size: 8px; padding:15px 10em; }

