@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
}

body {
    margin: 0 auto;
    overflow-y: auto;
}

img {
    border: 0
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

ul li {
    list-style: none
}

textarea {
    resize: none;
}

.width_50{
    width: 50%;
}
.absolute_t50_l30{
    position: absolute;
    top: 50%;
    left: 30%;
}
.relative_left {
    position: relative;
    float: left;
}
.relative_right {
    position: relative;
    float: right!important;
}

.bb_line {
    border-bottom: #ccc solid 1px;
}

.click_obj {
	cursor: pointer;
}
.click_obj:HOVER {
	text-decoration: underline;
}

/*popup*/
.loading_content {
	display: none;
    position: fixed;
    top: 45%;
    left: 15%;
    right: 10%;
    height: 75%;
    padding: 0;
    z-index: 1004;
    overflow: hidden;
}
.loading_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}
.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.popup_content {
    display: none;
    position: fixed;
    top: 15%;
    left: 15%;
    right: 10%;
    height: 75%;
    padding: 0;
    border: 3px solid #1281C9;
    background-color: #fff;
    z-index: 1002;
    overflow: hidden;
    min-height:365px;
    min-width:620px;
}
.popup_content a.close {
    color: #1281C9 !important;
    text-align: center !important;
}
.popup_content table {
    vertical-align: top;
}
.popup_content table tr td {
    padding: 5px;
}
.popup_content .upload_desc {
    width: 100%;
    padding: 2%;
    text-align: left !important;
    font-size: 1em;
}
.popup_content .upload_desc table tr td {
    vertical-align: top;
}
.popup_content form#titleForm {
    height: 100%;
    width: 90%;
    float: left;
}
#imageBody {
    width: 150px;
    height: auto;
}
.popup{
    border: 1px solid #ccc;
    height: 100%;
    *height: 90%;
    width: 60%;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    *position: relative;
}
.popup_btn{
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.popup ul li{
    list-style: none;
    float: left;
    width: 96%;
    *height: 48px;
    padding: 1% 2% 1% 2%;
}
.popup ul li span{
    padding-left: 10%;
}
.popup ul li label {
    padding-left: 1%;
}
.popup ul li.sub {
    padding-left: 5%;
}
.popup table {
    width: 100%;
}
.popup table tr td {
    vertical-align: top;
}
.popup table tr td textarea {
    width: 100%;
    min-height: 200px;
}

.color_theme {
    background-color: #048ebc;
    color: #fff;
}
.color_red {
    background-color: #bd362f;
}
.font_theme {
    color: #1281C9;
}

.pd_5 {
    padding: 5px
}
.pd_10 {
    padding: 10px
}
.pd_15 {
    padding: 15px
}
.pd_20 {
    padding: 20px
}

.mt_5 {
    margin-top: 5px
}
.mt_10 {
    margin-top: 10px
}
.mt_15 {
    margin-top: 15px
}
.mt_20 {
    margin-top: 20px
}
.mt_25 {
    margin-top: 25px
}
.mt_30 {
    margin-top: 30px
}
.mt_35 {
    margin-top: 35px
}
.mt_40 {
    margin-top: 40px
}
.mt_50 {
    margin-top: 50px
}
.mb_10 {
    margin-bottom: 10px
}
.mb_20 {
    margin-bottom: 20px
}
.ml_5 {
    margin-left: 5px
}
.ml_10 {
    margin-left: 10px
}
.ml_15 {
    margin-left: 15px
}
.ml_20 {
    margin-left: 20px
}
.ml_30 {
    margin-left: 30px
}
.ml_40 {
    margin-left: 40px
}
.mg_5 {
    margin: 5px
}
.mg_10 {
    margin: 10px
}
.mg_15 {
    margin: 15px
}
.mg_20 {
    margin: 20px
}
.mg_30 {
    margin: 30px
}
.mg_40 {
    margin: 40px
}

.l {
    float: left !important;
    _display: inline;
}
.r {
    float: right !important;
    _display: inline;
}

.text_l {
    text-align: left;
}
.text_c {
    text-align: center;
}
.text_r {
    text-align: right;
}

.width_10 {
    width: 10% !important;
}
.width_20 {
    width: 20% !important;
}
.width_40 {
    width: 40% !important;
}
.width_50 {
    width: 50% !important;
}
.width_70 {
    width: 70% !important;
}
.width_80 {
    width: 80% !important;
}
.width_90 {
    width: 90% !important;
}
.width_100 {
    width: 100% !important;
}
.width150px {
    width: 150px !important;
}
.width160px {
    width: 160px !important;
}

.height {
    height: 100%
}
.height80 {
    height: 80%
}

.font_red {
    color: red
}

.list_bg {
    background-color: #f5fafe
}

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.cl, .clearfix {
    zoom: 1
}

table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}
table.table {
    margin: auto;
    width: 98%;
}
table.table tr {
    height: 40px;
}
table tr th {
    text-align: left;
    font-weight: normal;
}
/*带水平线*/
.table tr th {
    font-weight: bold
}
.table tr th, .table tr td {
    padding: 5px;
    line-height: 18px
}
.table tr td {
    text-align: left
}
.table tbody tr.success > td {
    background-color: #dff0d8
}
.table tbody tr.error > td {
    background-color: #f2dede
}
.table tbody tr.warning > td {
    background-color: #fcf8e3
}
.table tbody tr.info > td {
    background-color: #d9edf7
}
.table tbody + tbody {
    border-top: 1px solid #000
}
.table .table {
    background-color: #fff
}
/*带横向分割线*/
.table_border {
    border-top: 1px solid #ddd
}
.table_border thead, .table_border tbody {
    border: 1px solid #acdcff
}
/*th带背景*/
.table_bg thead th {
    font-size: 15px;
    letter-spacing: 4px;
}
/*带外边框*/
.table_bordered {
    border: 1px solid #acdcff;
    border-collapse: collapse;
    *border-collapse: collapse;
}
.table_bordered th, .table_bordered td {
    border: 1px solid #acdcff
}
.table_border_bottom th, .table_border_bottom td {
    border-bottom: 1px solid #000
}
/*奇数行背景设为浅灰色*/
.table_striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}
/*竖直方向padding缩减一半*/
.table_condensed th, .table-condensed td {
    padding: 4px 5px
}
/*鼠标悬停样式*/
.table_hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #dfe9ec
}
/*定义颜色*/
/*悬停在行*/
.table tbody tr.active, .table tbody tr.active > td, .table tbody tr.active > th, .table tbody tr .active {
    background-color: #F5F5F5 !important
}
/*成功或积极*/
.table tbody tr.success, .table tbody tr.success > td, .table tbody tr.success > th, .table tbody tr .success {
    background-color: #DFF0D8 !important
}
/*警告或出错*/
.table tbody tr.warning, .table tbody tr.warning > td, .table tbody tr.warning > th, .table tbody tr .warning {
    background-color: #FCF8E3 !important
}
/*危险*/
.table tbody tr.danger, .table tbody tr.danger > td, .table tbody tr.danger > th, .table tbody tr .danger {
    background-color: #F2DEDE !important
}
/*表格文字对齐方式，默认是居左对齐*/
.table .text_c th, .table .text_c td {
    text-align: center
}/*整行居中*/
.table .text_r th, .table .text_r td {
    text-align: right
}/*整行居右*/
.table th.text_l, .table tr td.text_l {
    text-align: left !important
}/*单独列居左*/
.table th.text_c, .table tr td.text_c {
    text-align: center !important
}/*单独列居中*/
.table th.text_r, .table tr td.text_r {
    text-align: right !important
}/*单独列居右*/

table#upload_table tbody tr td a img {
    max-width: 25px
}
table#upload_table tbody tr td:first-child {
    padding: 0 1%
}

/*start 地图模块*/
table .map_search {
    height: 50px;
    width: 100%;
    margin: 5px auto;
}
table .input_div{
    width: 120px;
    height: 50px;
    float: left;
}
table .input_div .input_text{
    float: right;
    margin: 5px 5px 5px 5px;
}
table .button_div{
    width: 135px;
    height: 50px;
    float: left;
}
table .button_div .btn_blue{
    margin: 5px 5px 5px 1px;
}
table .city_div{
    width: 200px;
    height: 50px;
    float: left;
}

#map_box {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 440px;
}
#map_box .map_container{
    width: 100%;
    height: 100%;
    border: 0 solid gray;
    border-radius: 2px;
    box-shadow: 5px 2px 3px #333;
    z-index: 1;
}
#map_box .map_search_body {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 200px;
	height: 32px;
	background: transparent;
	z-index: 1000;
	display: inline-table;
}
#map_box .map_search_body .map_search_keyword {
	padding: 4px;
    width: 360px;
    height: 20px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    position: relative;
    float: left;
}

/*地图模块 end*/

.input_text {
    padding: 4px;
    width: 200px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}
.input_text:hover {
}
.input_text.focus {
}
.input_text.disabled, .input_text.disabled.focus {
}
.long_text {
    width: 90% !important
}
.bg_btn_add {
    background: url(../images/btn_add.png) 100% no-repeat;
    cursor: pointer;
}

.input_select {
    padding: 4px;
    width: 200px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}
.input_select:hover {
}
.input_select.focus {
}
.input_select.disabled, .input_select.disabled.focus {
}

.input_select_short {
    padding: 4px;
    width: 75px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}
.input_select_short:hover {
}
.input_select_short.focus {
}
.input_select_short.disabled, .input_select_short.disabled.focus {
}

.input_date {
    text-align: center;
    border: solid 1px #ddd;
    padding: 4px;
    line-height: 20px;
    width: 35px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}
.input_date:hover {
    border: solid 1px #b3b3b3
}
.input_date.focus {
    border: solid 1px #33aaff \9;
    border-color: rgba(82,168,236,0.8);
}
.input_date.disabled, .input_date.disabled.focus {
    background-color: #ededed;
    cursor: default;
    border-color: #ddd;
}

.input_file {
    position: relative;
    display: inline-block;
    background: #1E88C7 !important;
    border: solid 1px #ddd;
    padding: 4px;
    line-height: 20px;
    width: 100px;
    color: #fff !important;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}
.input_file input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.input_file:hover {
    background: #1E88C7;
    border: solid 1px #ddd;
    color: #fff;
    text-decoration: none;
}

#randomImage, #refreshImage {
    vertical-align: middle
}

.popup .addRow {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.popup .addRow img {
    max-width: 26px
}
.popup ul li {
    position: relative
}
.popup ul li a.delRow {
    padding: 4px;
    line-height: 24px;
    display: inline-block;
    float: left;
    position: relative;
}
.popup ul li a.delRow img {
    max-width: 26px
}

/*login*/
.login_body {
    min-width: 980px;
    background-color: #5babea;
    background-image: url(../images/login_light.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}
.login_main {
    background: url(../images/login_background.png) no-repeat center center;
    width: 100%;
    min-height: 500px;
    max-height: 2000px;
    position: relative;
    margin: 0 auto;
}
.login_main iframe {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.login_box {
    width: 300px;
    background: #fff;
    height: 340px;
    border: 20px solid #fff;
    border-radius: 20px;
}
.login_box .login_box_head {
    width: 300px;
/*     background: url("../images/btn.png") ; */
    background-size: auto 100%;
    height: 70px;
    border-radius: 10px;
    color: #005f99;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    font-family: serif;
    position: relative;
}
.login_box .login_ul {
    position: relative;
    height: 300px;
    margin-left: 0;
    margin-top: -10px;
    background: #fff;
}
.login_box .login_ul li.login_title {
    width: 100%;
    float: left;
    list-style: none;
    margin-top: 5px;
    text-align: left;
    color: #FF0000;
}
.login_box .login_ul li {
    width: 100%;
    float: left;
    list-style: none;
    margin-top: 23px;
    text-align: center;
}
.login_box .login_ul li .login_code_body {
    width: 300px;
    text-align: left;
}
div.login_code_body a{
    position: relative;
    top: -2px;
}
.login_box .login_ul li .login_btn {
    float: right;
    margin-right: 20px;
}
.login_id {
    background: url(../images/login_user.png) no-repeat;
    width: 256px;
    height: 48px\0;
    *height: 48px;
    line-height: 48px;
    border: none;
    padding-left: 44px;
}
.login_pwd {
    background: url(../images/login_password.png) no-repeat;
    width: 256px;
    height: 48px\0;
    *height: 48px;
    line-height: 48px;
    border: none;
    padding-left: 44px;
}
.login_code {
    background: url(../images/login_checkcode.png) no-repeat;
    width: 100px;
    height: 48px\0;
    *height: 48px;
    line-height: 48px;
    border: none;
    padding-left: 44px;
    font-weight: bold;
}
.login_footer {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
/*work*/
.work_box {
    background: #fff;
    border: 20px solid #fff;
    border-radius: 20px;
}
.work_box .work_main {
    position: relative;
    margin-left: 0;
    background: #fff;
}
.work_box .work_main li {
    float: left;
    list-style: none;
    text-align: center;
}
.work_box .work_main li a {
    float: left;
    text-align: center;
    border-radius: 10px;
    margin: 15px;
}
.work_box .work_main li a.bg_c_y1 {
    border: 10px solid #fbfc59
}
.work_box .work_main li a.bg_c_g1 {
    border: 10px solid #9ed9a1
}
.work_box .work_main li a.bg_c_o1 {
    border: 10px solid #ea6427
}
.work_box .work_main li a.bg_c_b1 {
    border: 10px solid #155078
}
.work_box .work_main li a.inactive {
    color: #ddd
}
.work_box .work_main li a img {
    float: left;
    text-align: center;
}
.work_box .article_header {
    position:relative;
    height:50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 20px;
}
.work_box .article_header a {
    color: #000;
    font-size: 20px;
}
.work_box .article_header a.active {
    font-weight: bolder
}
.work_box .article_main {
    position: relative;
    margin-left: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
.work_box .article_foot {
    position: relative;
    height: 45px;
    line-height: 45px;
    margin-left: 0;
    background: #fff;
    overflow: hidden;
    text-align: right;
    font-size: 20px;
}
.work_box .article_foot em {
    padding-right: 5px;
    font-size: 20px;
}
.work_box .article_main li {
    width: 100%;
    height: 50px;
    float: left;
    list-style: none;
    text-align: left;
}
.work_box .article_main li.article_title {
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    border-bottom: 1px dashed #555;
    font-size: 26px;
}
.work_box .article_main li.article_title a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.work_box .article_main li.article_tail {
    height: 10px;
    border-bottom: 1px dashed #555;
}
.work_box .article_main li.article_content {
    text-indent: 2em;
    overflow-y: scroll;
}
.work_box .article_main li.article_content * {
    font-size: 20px;
}
.work_box .article_main li.article_content div.article_body {
    position: relative;
    float: left;
    padding-top: 10px;
}
.work_box .article_main li a {
    width: 100%;
    height: 39px;
    float: left;
    text-align: left;
    color: #000;
    border-bottom: 1px dashed #555;
}
.work_box .article_main li.article_title a {
    border-bottom: none
}
.work_box .article_main li a.loc {
    width: auto;
    height: 39px;
    float: right;
    color: #0a8db9;
    border-bottom: none;
    font-size: 12px;
}
.work_box .article_main li a b {
    font-size: 20px
}
.work_box .article_main li a label {
    width: 390px;
    height: 39px;
    line-height: 39px;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
}
.work_box .article_main li a label img {
    width: 29px;
    margin-top: 5px;
    float: left;
}
.work_box .article_main li a em {
    width: 160px;
    height: 39px;
    line-height: 39px;
    float: right;
    text-align: right;
    padding-right: 5px;
    font-size: 20px;
}

.work_box .func_main {
    position: relative;
    margin-left: 0;
    background: #fff;
    overflow: hidden;
}
.work_box .func_main li {
    float: left;
    list-style: none;
    text-align: left;
}
.work_box .func_main li a {
    float: left;
    text-align: center;
    border-radius: 10px;
    margin: 15px;
    font-size: 14px;
}
.work_box .func_main li a img {
    float: left;
    text-align: center;
}
.work_box .func_main li.func_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    border-bottom: 1px dashed #555;
    font-size: 26px;
}
.work_box .func_main li.func_column {
    width: 48%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px dashed #555;
    padding: 0 1%;
}
.work_box .func_main li.func_column *,.work_box .func_main li.func_reason * {
    font-size: 16px
}
.work_box .func_main li.func_column b,.work_box .func_main li.func_reason b {
    float: left;
    min-width: 155px;
    *width: 155px;
    text-align: right;
}
.work_box .func_main li.func_column label {
    float: right;
    width: 185px;
    text-align: left;
}
.work_box .func_main li.func_title a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin: 0;
}
.work_box .func_main li.func_reason {
    width: 98%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px dashed #555;
    padding: 0 1%;
}
.work_box .func_main li.func_reason label {
    float: right;
    width: 80%;
    height: 100%;
    text-align: left;
}
.work_box .func_main li.func_reason label textarea {
    border: solid 1px #ddd;
    padding: 4px;
    line-height: 20px;
    margin: 5px 0;
}
.work_box .article_main li.list_detail {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px #555 dashed;
}
.work_box .article_main li.list_detail b {
    float: left;
    text-align: left;
}
.work_box .article_main li.leave_detail {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px #555 dashed;
}
.work_box .article_main li.leave_detail b {
    float: left;
    text-align: left;
}
.work_box .func_main li.func_form {
    width: 98%;
    height: 340px;
    border-bottom: 1px dashed #555;
    padding: 0 1%;
    overflow-y: scroll;
}
#expFormBody table tbody tr td {
    border: 1px solid #000 !important
/* 	border: 1px solid #acdcff !important; */
}
.home_box {
    background: #fff;
    border: 20px solid #fff;
    border-radius: 20px;
}
.home_box .home_main {
    position: relative;
    margin-left: 0;
    background: #fff;
}
.home_box .home_main li {
    float: left;
    list-style: none;
    text-align: center;
}
.home_box .home_main li a {
    float: left;
    text-align: center;
    border-radius: 10px;
    margin: 15px;
}
.home_box .home_main li a img {
    float: left;
    text-align: center;
}
/*error*/
.error_body {
    background: #dfdfdf url(../images/bg_noise.jpg) repeat;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}
#error_main {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding-top: 8%;
    text-align: center;
}
#error_main #error_header h1 {
    position: relative;
    display: block;
    font-size: 80px;
    color: #0a8db9;
    text-align: center;
    font-weight: bold;
    height: 140px;
    line-height: 140px;
}
#error_main #error_header h1 .error_icon {
    position: relative;
    display: inline-block;
    right: 2%;
    margin: 30px auto;
    background: #0a8db9;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
}
#error_main #error_content {
    position: relative;
    width: 600px;
    background: white;
    border-radius: 5px;
    z-index: 5;
}
#error_main #error_content p {
    position: relative;
    padding: 40px;
    line-height: 1.3em;
}
#error_main #error_content .error_utilities {
    padding: 0
}

/*头部颜色*/
.control_header {
    height: 73px;
    width: 100%;
    position: absolute;
    z-index: 999;
/*     background: url("../images/bg_top_left.jpg") no-repeat; */
}
.control_header a.control_logo {
    width: 478px;
    height: 73px;
    cursor: pointer;
    position: relative;
    float: left;
}
.control_header a.control_logo img {
    position: relative;
    left: 15px;
    top: -8px;
    float: left;
    height: 82px;
    margin: 4px 4px;
}
.control_header a.control_logo img.name {
    position: relative;
    left: 15px;
    top: 11px;
    float: left;
    height: 32px;
}
.control_header a.control_logo img.name_bottom {
    position: absolute;
    left: 105px;
    top: 50px;
    float: left;
    height: 10px;
    width: 70px;
}
.control_header a.control_logo label {
    position: relative;
    font-size: 15px;
    font-weight: bolder;
    color: #004d95;
    top: 20px;
    margin-left: 5px;
}
.control_header a.control_logo span {
    position: relative;
    font-size: 5px;
    color: #004d95;
    margin-left: 5px;
    top: 15px;
    left: 20px;
}
.control_hello {
    height: 73px;
    position: relative;
    float: right;
    background-size: 100% 100%;
}
.control_hello span {
    height: 1px;
    line-height: 28px;
    position: relative;
    float: right;
    right: 15px;
}
.control_hello ul {
    text-align: center;
    height: 35px;
    position: relative;
    float: right;
    background-size: 100% 100%;
    padding-right: 15px;
    bottom: -10px;
}
.control_hello ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.control_hello ul li a {
    display: block;
    float: left;
    background-position: center 15px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
.control_hello ul li a img {
    width: 14px;
    margin: 12px 0;
    cursor: pointer;
}
.control_hello ul li a label {
    vertical-align: top;
    line-height: 36px;
    cursor: pointer;
}
.control_footer {
    background: url("../images/bg_top.jpg") repeat-x;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.control_footer label {
    position: relative;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 5px;
}
.control_footer span {
    position: relative;
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 5px;
}
.control_main {
    left: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 73px;
    bottom: 0;
}
.control_aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 195px;
    height: 100%;
    z-index: 999;
    overflow-y: hidden;
    background-image: url('../images/td_menuHeightDIVcentre.png');
    border-right: 1px solid #b9cad4;
    overflow-x: hidden;
}
.control_aside .control_top {
    width: 190px;
    height: 5px;
    background-image: url('../images/td_menuHeightDIVtop.png');
    background-repeat: no-repeat;
}
.control_aside .control_bottom {
    width: 190px;
    height: 5px;
    background-image: url('../images/td_menuHeightDIVbottom.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.control_aside .control_userinfo {
    width: 184px;
    height: 80px;
    background-image: url('../images/userDiv.png');
    background-repeat: no-repeat;
    cursor: hand;
    margin-left: 2px;
    float:left;
    position: relative;
}
.control_aside .control_userinfo table {
    width: 188px;
    height: 80px;
}
.control_aside .control_userinfo table tbody tr td #userImg {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 5px;
    padding: 5px;
}
.control_aside .control_userinfo table tbody tr td a {
    margin: 0 15px;
    position: relative;
    top: 3px;
}
.control_leftmenu {
    top: 5px;
    float: left;
    position: relative;
    width: 183px;
    height: 85%;
    margin-left: 3px;
    z-index: 2;
    overflow-y: auto;
    pverflow-x: hidden;
}
.control_leftmenu dl {
    margin-bottom: 0
}
.control_leftmenu dl dt {
    background: url("../images/menu1_bg.png") repeat-x;
    display: block;
    height: 40px;
    line-height: 43px;
    padding-left: 13px;
    cursor: pointer;
    position: relative;
}
.control_leftmenu dl.selected dt {
    background-position: 0 -40px
}
.control_leftmenu dl dt b {
    position: absolute;
    display: block;
    background: url(../images/dropIcon2.png) no-repeat;
    width: 14px;
    height: 14px;
    right: 11px;
    line-height: 0;
    overflow: hidden;
    top: 14px;
}
.control_leftmenu dl dt {
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
}
.control_leftmenu li a {
    color: #000;
    border-top: 1px solid #fff;
    font-size: 18px;
}
.control_leftmenu li a:hover, .control_leftmenu li.current a  {
    background: url("../images/menu1_bg_li_current.png") no-repeat;
    background-size: cover;
}
.control_leftmenu dl dd {
    background-color: #f8f9fe;
    display: none
}
.control_leftmenu dl.selected dt b {
    background-position: 0 -13px;
    _background-position: 0 -13px;
    height: 15px;
    top: 13px;
}
.control_leftmenu dl.selected dd {
    display: block;
    margin-left: 0
}
.control_leftmenu ul {
    padding: 0
}
.control_leftmenu li {
    overflow: hidden;
    zoom: 1
}
.control_leftmenu li a {
    padding-left: 5%;
    display: block;
    margin: 0
}
.control_leftmenu li a i {
    font-weight: normal
}
.control_leftmenu dd ul {
}
.control_leftmenu dd li a {
    line-height: 32px;
    border-bottom: none;
}
.control_leftmenu li a:hover {
    text-decoration: none
}
.control_lm_display {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 195px;
    width: 0;
    height: 100%;
    z-index: 10;
    background-color: #f1f6ff;
}
.control_lm_display a {
    position: absolute;
    display: block;
    width: 12px;
    height: 239px;
    background: url(../images/icon_arrow.png) no-repeat 0 center;
    outline: none;
    filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
    -moz-opacity: 1; /*Firefox私有，透明度50%*/
    opacity: 1;/*其他，透明度50%*/
}
.control_lm_display a.open {
    background-position: right center;
    filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
    -moz-opacity: 1; /*Firefox私有，透明度50%*/
    opacity: 1;/*其他，透明度50%*/
}
.control_lm_display a:hover {
    text-decoration: none;
    filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
    -moz-opacity: 1; /*Firefox私有，透明度50%*/
    opacity: 1;/*其他，透明度50%*/
}
.control_lm_display a.open:hover {
    background-position: right center
}
.control_box {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 195px;
    background: #fff;
}
.control_box_frame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #f1f6ff;
    border-bottom: 1px solid #61bef3;
    border-right: 1px solid #61bef3;
    border-top: 1px solid #61bef3;
}
.show_iframe iframe {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%
}
.loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 42px;
    height: 42px;
    display: none;
    z-index: 9999;
}
.control_box_users_switch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 0;
    height: 100%;
    z-index: 1000;
}
.control_box_users_switch a {
    display: block;
    width: 25px;
    height: 50px;
    background: url(../images/icon_employee.png) no-repeat 0 0;
    outline: none;
    z-index: 1000;
    filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
    -moz-opacity:0.8; /*Firefox私有，透明度50%*/
    opacity:0.8;/*其他，透明度50%*/
}
.control_box_users_switch a.open {
    background-position: 0 -50px;
    filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
    opacity: 0.8;/*其他，透明度50%*/
    position: absolute;
    right: -15px;
}
.control_box_users_switch a:hover {
    text-decoration: none;
    background-position: right 0;
    filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
    -moz-opacity: 1; /*Firefox私有，透明度50%*/
    opacity: 1;/*其他，透明度50%*/
}
.control_box_users_switch a.open:hover {
    background-position: 0 -50px
}
.control_box_users {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 195px;
    height: 99%;
    z-index: 999;
    overflow-y: auto;
    background-color: #f0f9fd;
    border-left: 3px solid #90c8f5;
}
.control_box_users .chat_body {
    position: absolute;
    width: 195px;
    height: 99%;
    overflow-x: hidden;
    right: 0;
    border-left: 3px solid #90c8f5;
}
.chat_body {
    padding: 1px;
    border-top: 2px solid #90c8f5;
    border-bottom: 2px solid #90c8f5;
}
.chat_body label, .chat_body dt {
    text-indent: 15px
}
.chat_body label {
}
.chat_header label {
    font-size: 18px;
}
.chat_body .chat_content {
    position: absolute;
    float: left;
    width: 300px;
    height: 99%;
    text-align: right;
}
.chat_body .chat_content .chat_header {
    position: relative;
    width: 96%;
    height: 50px;
    margin: 2%;
}
.chat_body .chat_content .chat_header img.head {
    height: 40px;
    margin: 5px;
    float: left;
    position: relative;
}
.chat_body .chat_content .chat_header label {
    color: #000;
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    float: left;
    position: relative;
}
.chat_body .chat_content .chat_main {
    position: relative;
    width: 98%;
    height: 50%;
    margin: 2%;
}
.chat_body .chat_content .chat_main .chat_detail {
    width: 96%;
    height: 100%;
    overflow-y: scroll;
    border: 1px solid #ccc;
    background: #fff;
}
.chat_body .chat_content .chat_main .chat_detail div label {
    background: #0a8db9;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    margin: 5px;
}
.chat_body .chat_content textarea.chat_input {
    width: 93%;
    height: 20%;
    margin: 2% 4% 0 0;
}
.chat_body .chat_content input[type="button"] {
    margin: 10px 25px;
    font-size: 16px;
    line-height: 30px;
}
.chat_body dl {
    margin-top: 4px;
    width: 195px;
}
.chat_body dl dt {
    background: url("../images/chat_body_bg_title.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 2.5%;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
}
.chat_body dl dd {
    background-color: #f8f9fe;
    display: none;
}
.chat_body dl.selected dd {
    display: block;
    margin-left: 0
}
.chat_body dl dd ul {
    padding: 0
}
.chat_body dl dd ul li {
    overflow: hidden;
    zoom: 1;
    line-height: 32px;
    background: url("../images/chat_body_bg_list.png") repeat-x;
    background-size: auto 100%;
}
div.chat_body dl dd ul li.current {
    background: url("../images/chat_body_bg_list_current.png") repeat-x;
    background-size: auto 100%;
}
div.chat_body dl dd ul li:hover {
    background: url("../images/chat_body_bg_list_current.png") repeat-x;
    background-size: auto 100%;
}
.chat_body dl dd ul li a {
    color: #000;
    display: block;
    margin: 0;
    height: 32px;
    line-height: 32px;
    border-bottom: none;
}
.chat_body dl dd ul li a label {
    color: #000;
    margin: 0;
    height: 32px;
    line-height: 32px;
    border-bottom: none;
    float: left;
    position: relative;
}
.chat_body dl dd ul li a img.head {
    height: 28px;
    margin: 2px;
    float: left;
    position: relative;
}
.chat_body dl dd ul li a:hover {
    color: #fff;
    background-color: #d4e6f0;
    text-decoration: none;
}
.chat_body dl dd ul li.current a {
    color: #fff;
    background: #d4e6f0;
}
.chat_body dl dd ul li a i {
    font-weight: normal
}

/* operation */
.oper_body {
    overflow-y: scroll !important;
    *overflow: hidden !important;
    *overflow-y: hidden !important;
}
.oper_body input[type="text"], .oper_body input[type="password"] {
    width: 90% !important
}

/*user*/
.user_breadcrumb {
    background: url(../images/m-t-bg.png) repeat-x;
    padding-left: 15px;
    color: #005f99;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #91b5d7;
    letter-spacing: 3px;
}
.user_breadcrumb span {
    padding: 0 5px;
    color: #808080;
}

.welcome {
    margin: 0 1%
}

/*cms*/
.cms_body {
    overflow-y: scroll !important;
    *overflow: hidden !important;
    *overflow-y: hidden !important;
}
#channelImage {
    width: 110px
}
.channel_approval_operation {
    display: inline-block;
    color: #000;
    font-size: 30px;
    line-height: 10px;
    font-weight: bold;
    text-align: center;
}

textarea.matter_depth_desc
{
    width: 100%;
    height: 100px;
}

/*button*/
.btn_blue {
    min-width: 70px;
    *width: 70px;
    height: 25px;
    line-height: 25px;
    line-height: 25px\9;
    border-radius: 2px;
    background: url("../images/btn_fg.png");
    font-size: 12px;
    color: #002864;
    cursor: pointer;
    border: 1px solid #91bdfe;
}
.btn_red {
    min-width: 72px;
    *width: 72px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #bd362f;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border:none;
}
.btn_green {
    min-width: 72px;
    *width: 72px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #51a351;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.btn_small {
    background-color: #2DA4DC;
    min-width: 50px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.btn_small:hover {
    background-color: #F7A74A
}

/*欢迎界面2016-8-13*/

.color1{
    color: #eb4f38!important
}
.color2{
    color: #f4c600!important
}
.color3{
    color: #ea8010!important
}
.color4{
    color: #9d55b8!important
}
.color5{
    color: #56abe4!important
}
.color6{
    color: #11cd6e!important
}
.color7{
    color: #e6e6e6!important
}
.mg_t10{
    margin-top: 10%
}
.info_html{
    overflow-y: scroll
}
.info_main{
    width: 100%;
    height: 100%;
    float: left;
}
.info_left{
    width: 65%;
    height: 100%;
    float: left;
    position: relative;
    margin-top: 3%;
    margin-left: 3%;
}
.info_right{
    width: 25%;
    height: 100%;
    float: right;
    position: relative;
    margin-top: 3%;
    margin-right: 3%;
}
ul.matter_list ,
ul.state_list{
    float: right;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    margin-bottom: 2%;
    position: relative;

}
ul.matter_list li ,
ul.state_list li{
    width: 33%;
    height: 90px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
    position: relative;
    overflow: hidden;
}

.info_main img {
    width: 32px;
    height: 32px;
    margin: 5%;
    float: left;
}
.info_matter{
    float: left;
    margin: 5%  auto;
    width: 50%;
    font-size: 0.8em;
}
.prompt_list{
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #666;
}

/*月历*/
.container {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
.calendar_month{
    position: relative;
    width: 450px;
}
.calendar_month header {
    background: #1281C9;
    color: #fff;
    padding: 3em 2em;
}
.month {
    font-size: 1.5em;
    line-height: 1em;
    text-transform: lowercase;
    text-align: center;
}
.calendar {
    width: 100%;
    background: #fff;
    color: #555;
    padding: 2em;
}
.calendar thead {
    color: #1281C9;
    font-weight: 700;
    text-transform: uppercase;
}
.DayIn {
    text-align: center
}

.prev_month,
.next_month {
    color: #cacaca
}
.perpetual_calendar {
    position: relative;
    float: left;
    margin: 1% 0 1% 3.5%;
}
.calendar_date {
    position: relative;
    width: 280px;
    *width: 100%;
    float: left;
    border: 0.1em solid #1281C9;
}
.calendar_date .header {
    background: #1281C9;
    color: #fff;
    padding: 0.5em 0.5em;
}
.calendar_year {
    width: 100%;
    background: #fff;
    color: #555;
    display: inline-block;
}
.calendar_year thead {
    font-weight: 100;
    text-transform: uppercase;
}
.calendar_year thead th {
    width: 40px;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.calendar_year tbody td {
    width: 40px;
    height: 40px;
    font-size: 0.8em;
    cursor: pointer;
    text-align: center;
}
.calendar_year tbody td label {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.calendar_year tbody td label.active {
    background: #1281C9;
    color: #ffffff;
    border-radius: 100%;
}
.calendar_year .saturday {
    color : #1281C9
}
.calendar_year .sunday {
    color : #ff0000
}
.calendar thead th {
    padding: 3.8%
}
#month_list li{
    *float: left;
    *width: 30%;
    *margin-bottom: 2%;
    *margin-left: 2%;
}
/*分页*/

.tcdPageCode {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
}

.tcdPageCode a {
    display: inline-block;
    color: #247db3;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #247db3;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #2a6ea2;
    background-color: #c1dff9;
    border: 1px solid #c1dff9;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

#page_navigation {
    padding: 15px 20px;
    color: #ccc;
    text-align: center;
}

#page_navigation a {
    display: inline-block;
    color: #428bca;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 1px;
    vertical-align: middle;
}

.active_page {
    background: #428bca;
    color: white !important;
}

.bg_c_y1 {
    background: #fbfc59;
    color: #000
}
.bg_c_g1 {
    background: #9ed9a1;
    color: #fff
}
.bg_c_o1 {
    background: #ea6427;
    color: #fff
}
.bg_c_b1 {
    background: #155078;
    color: #fff
}
.processcontainer{
    border: 1px solid #6C9C2C;
    height: 18px;
}

#processbar{
    background: #95CA0D;
    float: left;
    height: 100%;
    text-align: center;
    line-height: 150%;
}

/*任务*/
.mission_box {
    background: #fff;
    border: 20px solid #fff;
    border-radius: 20px;
}
.mission_box .mission_main {
    position: relative;
    margin-left: 0;
    background: #fff;
}
.mission_box .mission_main li {
    list-style: none;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5px;
    float: left;
}
.mission_box .mission_main li a {
    float: left;
    text-align: center;
    border-radius: 10px;
    margin: 15px;
}
.mission_box .mission_main li a.ms_l1
{
    background: #155078;
    border: 10px solid #155078;
    color: #fff;
}
.mission_box .mission_main li a.ms_l2
{
    background: #ea6427;
    border: 10px solid #ea6427;
    color: #fff;
}
.mission_box .mission_main li a.ms_l3
{
    background: #9ed9a1;
    border: 10px solid #9ed9a1;
    color: #fff;
}
.mission_box .mission_main li a img {
    width: 120px;
    height: 120px;
    margin: 20px 20px auto auto;
    float: left;
    text-align: center;
}
.mission_box .mission_main li a label
{
    font-size: 56px;
    color: white;
}
.mission_title
{
    text-align: center
}
.mission_title a{
    font-size: 34px
}
.mission_div{
    max-height: 1000px;
    width: 820px;
    text-align: center;
}
.table_div{
    padding: 20px 20px 20px 20px
}
.table_div table{
    border-collapse: collapse
}
.table_div table td{
    border: 2px solid blue
}
.table_div table .td1{
    width: 30%;
    font-size: 36px;
    font-weight: 500;
}
.table_div table .td2{
    font-size: 34px;
    font-weight: 500;
}
.table_div table .title td
{
    font-size: 34px;
    font-weight: 500;
}
.table_div table .ser_tr td
{
    font-size: 34px;
    font-weight: 500;
}
.detail_talbe{
    border: none;
    margin: 2px 2px 2px 2px;
}
.detail_talbe tr{
    border: none;
}
.detail_talbe tr td{
    border: none;
    font-size: 34px;
    font-weight: 500;
}

div.control_leftmenu dl dd ul li a {
    font-size: 13px;
}

li.popup_font {
    font-size: 15px;
    color: #69696a;
    text-indent: 15px;
    width: 100%;
}

div#light div table tr td input#upload {
    position: relative;
    left: 64px;
}
.btn_bg {
/*     background: url("../images/btn_bg.png") no-repeat; */
/*     background-size: 100% 100%; */
/*     border: 0; */
    width: 50px;
    height: 35px;
    border-radius:5px;
    position:relative; 
}
.btn_size_s {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.btn_size_m {
    width: 75px;
    height: 30px;
    font-size: 15px;
    padding: 0 5px;
}

table.table_interval_bg tr:nth-child(odd){
    background: #fdfdff
}
table.table_interval_bg tr:nth-child(even){
    background: #f9f9fb
}
table.table_border thead tr.text_c th {
    color: #247db3
}
table.table_border tbody tr td.text_c a.ml_5 {
    color: #0000ee;
    cursor: pointer;
}
.blockout {
    background-color: rgb(160, 160, 160);
    width: 2px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 4px;
}

table.table tr.bg_none {
    background: none
}
table.table tr td input[type="text"], table.table tr td select, table.table tr td textarea {
    background: tr13ansparent;
    border: 1px solid #ccc;
}

table.nest_table th{
    background: #e9f5ff
}
table.nest_table td {
    background: #fbfbfd
}
#userName span{
    font-family: serif;
}
#articleForm th input{
    margin-right: 6px;
}
#articleForm table td strong {
    font-size: 14px;

}
#attachList th {
}
.approval_view_center{
	width: 100%;
    text-align: center;
    margin-top: 10px;
}
.approval_pic_div{
    border: 1px solid #1281C9;
    height: 25px;
    width: 150px;
    line-height: 25px;
    text-align: center;
    background-color: azure;
    cursor: pointer;
}
.approval_pic_point{
    height: 25px;
    width: 150px;
    line-height:25px; 
    text-align: center;
}
.approval_view_main{
    display: inline-block;
}
.approval_view_div{
    border: 1px solid #1281C9;
    height: 150px;
    width: 70px;
    line-height: 25px;
    text-align: center;
    background-color: azure;
    cursor: pointer;
    position: relative;
    float:left;
    margin:10px 0;
}
.approval_view_div img{
    margin-top: 100px;
}
.approval_view_hf_div{
    width: 20px;
    line-height: 24px;
    position: absolute;
    top: 40%;
    left: 60%;
    margin: -15% 0 0 -25%;
}
.approval_view_m_div{
    width: 100%;
    position: absolute;
    top: 38%;
    left: 29%;
    margin: -15% 0 0 -25%;
}
.approval_view_point{
    height: 150px;
    width: 40px;
    line-height:25px; 
    text-align: center;
    float:left;
}
.approval_view_point img,.approval_view_center #beginDiv img{
    margin-top: 60px;
}
.chat_btn {
	position: fixed;
	float: right;
	top: 275px;
	right: 0px;
	width: 50px;
	height: 78px;
	background: url("../images/icon_app.png") top left no-repeat;
	z-index: 999;
	overflow: hidden;
	border: none;
}
.chat_box {
	position: fixed;
	float: right;
	top: 275px;
	right: -102px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	z-index: 999;
	border: 1px #bbb solid;
}
.chat_box span.chat_header {
	width: 168px;
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	background: #2c6cc3;
	color: #fff;
	padding: 6px;
}
.chat_box ul {
	width: 170px;
	position: relative;
	float: left;
	margin: 4px;
}
.chat_box ul li {
	list-style: none;
	height: 24px;
	text-align: left;
	position: relative;
	float: left;
	border: 1px #ccc solid;
	border-radius: 4px;
	margin: 2px 0;
	overflow: hidden;
	width: 100%;
}
.chat_box ul li a {
	position: relative;
	float: left;
	width: 126px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	overflow: hidden;
}
.chat_box ul li img {
	width: 20px;
	margin: 2px;
	position: relative;
	float: left;
}