﻿/****其它字页面****/
/****button****/
.button {display:inline-block;zoom:1;/* zoom and *display = ie7 hack for display:inline-block */
 *display:inline;vertical-align:baseline;margin:0 2px;outline:none;cursor:pointer;text-align:center;text-decoration:none;font:14px/100% Arial,Helvetica,sans-serif;padding:.5em 2em .55em;text-shadow:0 1px 1px rgba(0,0,0,.3);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);}
.button1 {zoom:1;/* zoom and *display = ie7 hack for display:inline-block */
 vertical-align:middle;height:20px;line-height:20px;cursor:pointer;text-align:center;font:10px;padding:.0em .3em .0em;text-shadow:0 1px 1px rgba(0,0,0,.3);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);}
/* green */
.green {color:#e8f0de;border:solid 1px #538312;background:#64991e;background:-webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));background:-moz-linear-gradient(top,#7db72f,#4e7d0e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');}
.green:hover {background:#538018;background:-webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));background:-moz-linear-gradient(top,#6b9d28,#436b0c);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');}
/* gray */
.gray {color:#e9e9e9;border:solid 1px #555;background:#6e6e6e;background:-webkit-gradient(linear,left top,left bottom,from(#888),to(#575757));background:-moz-linear-gradient(top,#888,#575757);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888',endColorstr='#575757');}
.gray:hover {background:#616161;background:-webkit-gradient(linear,left top,left bottom,from(#757575),to(#4b4b4b));background:-moz-linear-gradient(top,#757575,#4b4b4b);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575',endColorstr='#4b4b4b');}
/****录入框 和选择 ****/
.input {width:170px;height:24px;line-height:14px;border:1px solid #DADADA;color:#888;outline:0 none;padding:0px 0px 0px 3px;font-size:14px;box-shadow:inset 0px 1px 4px #ECECEC;-moz-box-shadow:inset 0px 1px 4px #ECECEC;-webkit-box-shadow:inset 0px 1px 4px #ECECEC;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em;}
.select {width:175px;height:26px;line-height:14px;border:1px solid #DADADA;color:#888;outline:0 none;padding:0px 0px 0px 3px;/*上右下左*/
 font-size:14px;box-shadow:inset 0px 1px 4px #ECECEC;-moz-box-shadow:inset 0px 1px 4px #ECECEC;-webkit-box-shadow:inset 0px 1px 4px #ECECEC;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em;}
/****位置提示****/
.Prompt {width:100%;height:71px;border-bottom:1px solid #D2AB80;border-top:1px solid #D2AB80;background-image:url(imagesBGTop2.png);background-repeat:no-repeat;background-size:100% 63px;background-position:100% 50%;}
.Prompt_left {float:left;}
.Prompt_left img {margin-top:15px;margin-left:3px;}
.Prompt_right {float:right;height:33px;width:240px;line-height:33px;font-size:15px;margin-top:15px;color:#672413;text-indent:28px;background-image:url(imageshome.png);background-repeat:no-repeat;background-position:0px 50%;}
.Prompt_right a {cursor:pointer;color:#672413;text-decoration:none;}
.div_content {width:100%;height:572px;margin-top:14px;margin-bottom:14px;border:0px solid #ff0000;padding:1px 0px 1px 0px;}
/****左边查询条件****/
.div_sel_where {width:268px;height:100%;float:left;background-color:#F8F8F8;border:1px #D6D6D6 solid;}
.div_sel_where table {width:100%;border-collapse:collapse;border-spacing:0;}
.div_sel_where table td {height:42px;line-height:42px;vertical-align:middle;font-size:14px;}
.div_sel_where_td_border {border-bottom:1px solid #D6D6D6;}
.sel_where_img {height:76px;}
.sel_where_img img {margin-top:8px;margin-left:8px;}
.sel_where_mc {text-align:right;font-size:14px;color:#838383;width:80px;}
.sel_where_input {text-align:left;font-size:14px;width:188px;}
/****右边数据表格****/
.div_sel_table {width:780px;height:570px;float:right;border:1px #D5B28A solid;position:relative;overflow:auto;}
.sel_table {width:100%;border-collapse:collapse;border-spacing:0;}
.sel_table thead {color:#6E6C6D;font-size:14px;font-weight:bold;}
.sel_table thead td {background-image:url(imagesGD.png);background-repeat:no-repeat;background-position:10px 50%;border-bottom:2px solid #B60000;text-align:left;line-height:34px;text-indent:20px;}
.table_trcss {cursor:pointer;}
.sel_table tbody tr:hover {background-color:#DADADA;}
.table_trcss:nth-child(2n+1) /* 奇数行 */
 {}
.table_trcss:nth-child(2n+0) /* 偶数行 */
 {background-color:#ececec;}
.table_trcss td {height:30px;padding-left:10px;border-bottom:1px dashed #d7d7d7;}
/****表格分页****/
.pages {width:90%;position:absolute;right:10px;bottom:10px;height:20px;font-size:14px;color:#6E6E6E;float:right;border:0px dashed #000;text-align:right;}
.pages a {text-decoration:none;cursor:pointer;padding:.0em .3em .0em;}
.pages span {padding:.0em .3em .0em;}
.pages a:hover {color:#f74343;}
/******** 详情显示 ***************/
.content_tit {text-align:center;margin-top:50px;}
.content_tit h2 {font-size:28px;line-height:30px;text-align:center;color:#d4160c;margin:10px auto 30px;}
.content_data {text-align:right;margin-top:20px;}
.content_Author {text-align:right;padding:10px 10px 10px 10px;line-height:26px;font-size:14px;font-weight:bold;}
.info_hr {display:block;-webkit-margin-before:0.5em;-webkit-margin-after:0.5em;-webkit-margin-start:auto;-webkit-margin-end:auto;border-style:inset;border-width:1px;}
.textcontent {font-size:14px;color:#000;font-size:14px;line-height:28px;padding:0px 6px 0px 6px;/*上右下左*/
}
.textcontent img {padding-left:0 !important;padding-right:0 !important;margin-left:auto !important;margin-right:auto !important;max-width:99% !important;}
/******** 便民服务 ***************/
#enterprise {line-height:30px;width:100%;height:auto;border-collapse:collapse;border-spacing:0;}
.tdRight {text-align:right;vertical-align:top;}
.tdLeft {max-width:468px;line-height:20px;}
.tdLeft span {display:block;width:100%;word-wrap:break-word;margin:5px 0;}
.article {padding:20px 10px;background-color:#fff;overflow:hidden;}
/******** 写信 ***************/
.sub-form {background-color:#fff;overflow:hidden;padding-top:20px;font-size:14px;height:470px;}
.sub-form li {width:100%;height:30px;margin-bottom:10px;line-height:28px;}
.sub-form .label {width:80px;float:left;text-align:right;}
.sub-form li input[type="text"] {height:18px;line-height:18px;padding:4px 5px;width:270px;border:1px solid #c9c9c9;float:left;}
.sub-form li input[type="radio"] {margin-right:5px;}
.sub-form li select {height:30px;line-height:30px;width:280px;border:1px solid #c9c9c9;float:left;}
.list-con {padding:15px 30px; margin:0 auto; position:absolute; bottom:200px; }
.sub-form span {display:inline-block;}
.sub-form span.red {padding:0px 3px;}
.sub-form span.yzm-btn {display:inline-block;height:28px;line-height:28px;padding:0px 17px;color:#fff;font-size:12px;background-color:#d4160c;border-radius:3px;cursor:pointer;}
.sub-form .m-r-20 {margin-left:20px;}
.sub-form input[type="text"].yzm {width:80px;float:left;}
.sub-form .yzm-img {width:80px;height:24px;float:left;margin-right:12px;text-align:center;border:1px solid #c9c9c9;line-height:24px;}
.sub-form .resh {height:26px;line-height:26px;padding:0px 15px;font-size:14px;color:#fff;background-color:#ee9c6b;float:left;cursor:pointer;}
.sub-form .textarea {height:72px;}
.sub-form .textarea textarea {height:64px;width:400px;padding:3px 5px;border:1px solid #c9c9c9;}
.sub-form .sub-btn {background-color:#d4160c;height:30px;line-height:30px;padding:0px 35px;margin-top:30px;margin-bottom:10px;border:none;margin-left:215px;display:inline-block;color:#fff;}
.sub-form .reset-btn {background-color:#d2d2d2;height:30px;line-height:30px;padding:0px 35px;margin-top:30px;margin-bottom:10px;border:none;margin-left:58px;display:inline-block;color:#fff;}
/******** 来电查询 ***************/
#searchdiv {font-size:14px;font-family:宋体;}
#searchdiv table {width:300px;}
#searchdiv table tr {line-height:30px;}
#searchdiv table tr td:first-child {width:100px;text-align:right;}
#searchdiv table tr td:last-child {text-align:left;}
#searchdiv table tr:last-child td {text-align:center;}
#searchdiv input[type=text],#searchdiv input[type=password] {border:1px solid #ececec;width:180px;height:18px;line-height:18px;padding:5px 5px;float:left;ime-mode:disabled;}
.resh {display:inline-block;color:blue;height:30px;line-height:30px;cursor:pointer;font-size:14px;font-family:宋体;margin-top:-10px;vertical-align:middle;}
/***********表格样式**************/
#detailinfo {width:100%;margin-top:10px;border-collapse:collapse;}
#detailinfo tr td {line-height:34px;border:1px solid #672413;}
#detailinfo tr td:first-child {width:120px;text-align:center;*text-align:center;}
#detailinfo tr td:nth-child(3) {width:120px;text-align:center;*text-align:center;}
.tr-text-align {text-align:center;*text-align:center;}
/***********12333**************/
.MR_Menu{text-decoration:none;font-family:微软雅黑;margin:8px 6px;height:30px;line-height:30px;padding-left:63px;border-radius:3px;border:1px solid #672413;background-color:#C44542;color:white;cursor:pointer;}