body {
  color: #333;
  font: 12px/1.5 "Microsoft Yahei", sans-serif;
  background-color: #FFFFFF;
  min-width: 1000px;
  margin: 0 auto;
}

a:link,a:visited,a:hover,a:active {
  color: #426AB3;
  text-decoration: none;
}

#container {
  width: 1000px;
  margin: 0 auto;
}
#container .h5_p_title{
  margin: 0 0 15px 0;
}
#qrcode{
  float:left;
  width:200px;
  height:200px;
}
#container .clipboard_pic{
  margin: -18px 0 0 150px;
}
#header {
  position: relative;
  font-size: 12px;
}

#header a {
  color: #426ab3;;
  text-decoration: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

* {
  margin: 0;
  padding: 0;
}

.fsize18 {
  font-size: 18px;
}

#footer {
  color: #261f1f;
  text-shadow: none;
  text-align: center;
  clear: both;
  width:1000px;
  margin:0 auto;
}

#footer p {
  margin: 0;
  padding-top: 150px;
  vertical-align: bottom;
}

#wrapper {
  margin: 0 auto;
  min-height: 510px;
}

.pagination {
  height: 50px;
  padding-top: 10px;
  float: right;
  margin-right: 5px;
}

.pagination a {
  text-decoration: none;
}

.pagination a,.pagination span {
  border: 1px solid #c3c4ba;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  padding: 2px 5px;
  min-width: 15px;
  text-align: center;
  background: #FEFEFE;
  color: #333;
  float: left;
}

.pagination a:active {
  outline: none;
}

.pagination a:hover {
  border: 1px solid #818171;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.pagination em {
  font-weight: bold;
}

.pagination span.current {
  background: #FBF5D9;
  color: #261f1f;
  border: 1px solid #261f1f;
}

#box {
  width: 500px;
  margin: 50px auto;
  width: 340px;
}

#box .block {
  margin-bottom: 20px;
  background: white;
  text-shadow: 0 1px 0 white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#box .block .content {
  padding: 10px 20px;
}

#box .block h2 {
  padding: 10px 15px;
  margin: 0;
  background: #001637;
  color: white;
  text-shadow: none;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

#main {
  width: 858px;
  margin-top: 5px;
  margin-left: 20px;
  float: left;
}

#main .block {
  padding-top: 0px;
  background-color: white;
  border-collapse: collapse;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  overflow: auto;
}

.table .checkbox {
  margin-left: 10px;
}

.table td {
  padding: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.table td.last {
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table th {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background: #eaeaea;
  color: #222222;
  font-weight: normal;
}

.table th.first {
  width: 30px;
}

.table th.last {
  width: 200px;
  min-width: 90px;
}

.table tr.even {
  background: #f8f8f8;
}

.db-time {
  width: 80px;
  text-align: center;
}

.table_stat {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  white-space: nowrap;
}

#searchRow input,#searchRow select {
  width: 100%;
}

.table_stat td {
  border: 1px solid #eaeaea;
}

.red {
  color: #F00;
}

.question_box {
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bcbcbc;
}

.question {
  font-size: 14px;
  margin-bottom: 10px
}

.option {
  margin: 4px;
}

.survey {
  margin: 0px auto;
  width: 700px
}

.survey table {
  width: 100%
}

.problem table,.statistic_row table {
  border: 1px solid black;
  word-break: break-word;
  margin: 20px 20px;
  text-align: center;
  font-size: 16px;
  border-collapse: collapse;
}

.problem td,.statistic_row td {
  border: 1px solid black;
  font-size: 11px;
  padding: 1px 10px
}

.problem th,.statistic_row th {
  border: 1px solid black;
  padding: 1px 10px;
  white-space: nowrap;
}

.problem,.statistic_row {
  float: left;
  margin: 10px auto;
  background-color: #f8f8f8;
  width: 100%;
  border-radius: 8px
}

.problem .question {
  font-size: 16px
}

.problem .left {
  padding: 20px 0 0 60px;
  float: left;
  max-width: 300px;
  word-break: break-word;
}

.statistic_row .left {
  padding: 20px 0 0 20px;
  float: left;
  max-width: 300px;
  word-break: break-word;
}

.problem .right {
  float: right;
  padding-right: 50px
}

.statistic_row .right {
  float: right;
}

.problem td:FIRST-CHILD,.statistic_row td:FIRST-CHILD {
  text-align: left
}

.chart {
  height: 320px;
  margin: 10px auto
}

.inputTable td:FIRST-CHILD {
  vertical-align: top
}

.mailWidth,.smsWidth,.faxWidth {
  width: 776px;
}

.tip {
  font-size: 12px;
  color: #666;
}

.searchTable {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px
}

.searchTable td {
  border: 1px solid #ccc;
  padding: 2px
}

.searchTable .buttonRow input {
  margin-left: 30px;
}

#mailContent {
  height: 400px;
  width: 776px
}

.clear {
  clear: both;
  height: 0;
}

#main .block .content {
  padding-top: 1px;
}

#main .block .content .inner {
  padding: 0 0px 0px;
  overflow-y: hidden;
}

#main .block .content h2 {
  margin-left: 15px;
  font-size: 22px;
  text-transform: normal;
  letter-spacing: -1px;
  line-height: 1.2em;
}

#main .block .content p {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.45em;
}

#main .main p.first {
  margin-top: 0;
}

#main-navigation {
  width: 100%;
  padding-top: 30px;
  width: auto;
}

#main-navigation ul li {
  margin-right: 5px;
  padding-left: 20px;
  margin-right: 0;
}

#main-navigation ul li a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 8px 15px;
}

#main-navigation ul li a:link,#main-navigation ul li a:visited,#main-navigation ul li a:hover,#main-navigation ul li a:a
ctive {
  padding: 8px 0;
  text-decoration: none;
  color: #696969;
}

#user-navigation {
  position: absolute;
  top: 0px;
  right: 20px;
  top: 33px;
  right: 10px;
  color: #696969;
  font-size: 14px;
}

#user-navigation ul li {
  padding: 5px 10px;
}

#user-navigation ul li a:active img {
  margin-top: 1px;
}

#user-navigation ul li a:link,#user-navigation ul li a:visited,#user-navigation ul li a:hover,#user-navigation ul li a:a
ctive {
  text-decoration: none;
  color: #696969;
}

#user-navigation ul li,#main-navigation ul li,.secondary-navigation ul li {
  float: left;
}

#user-navigation ul li,.secondary-navigation ul li {
  float: left;
}

#user-navigation ul,#main-navigation ul,.secondary-navigation ul,#sidebar ul.navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

*:first-child+html button.button[type] {
  padding: 4px 10px 3px 7px;
}

.actions-bar {
  padding: 10px 1px;
}

.actions-bar .actions {
  float: left;
}

.center {
  text-align: center;
}

.checkbox_col {
  width: 35px;
}

.chooseProgram {
  font-size: 14px;
}

.chooseProgram a:VISITED,.chooseProgram a:HOVER,.chooseProgram a:FOCUS,.chooseProgram a:LINK {
  text-decoration: none;
}

.chooseProgram div {
  margin: 30px;
  display: inline-block;
  background: #aaa;
  border: 1px solid #ccc;
  position: relative;
  float: left;
  padding: 5px 10px;
  margin: 15px;
  background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#fff), to(#fff), color-stop(.1, #f3f3f3) );
  background: -webkit-linear-gradient(0% 0%, #fff, #f3f3f3 10%, #fff);
  background: -moz-linear-gradient(0% 0%, #fff, #f3f3f3 10%, #fff);
  background: -o-linear-gradient(0% 0%, #fff, #f3f3f3 10%, #fff);
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
  border-radius: 15px;
}

.columns .left {
  float: left;
  width: 85%;
}

.columns .right {
  float: right;
}

.control {
  float: right;
  margin-right: 9px;
  margin-top: 11px;
}

.error {
  color: red;
}

input.error,textarea.error{
	border:1px solid red !important;
}

.flash {
  border-radius: 6px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.flash .error,.flash .error-list {
  border: 1px solid #993624;
  background: #fe9d01 center;
}

.flash .error-list {
  text-align: left;
}

.flash .error-list h2 {
  font-size: 16px;
  text-align: center;
}

.flash .error-list ul {
  padding-left: 22px;
  line-height: 18px;
  list-style-type: square;
  margin-bottom: 15px;
}

.flash .message {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto 15px;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.flash .message p {
  margin: 8px;
}

.flash .notice {
  color: #28485e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border: 1px solid #8a9daa;
  background: #72cfD7 10px center;
  border-radius: 6px;
}

.flash .warning {
  border: 1px solid #bb9004;
  background: #f9c006 center;
}

.form .description {
  font-style: italic;
  color: #8c8c8c;
  font-size: 0.9em;
}

.form .fieldWithErrors .error {
  color: red;
}

.form .group {
  margin-bottom: 15px;
}

.form .navform a {
  color: #cc0000;
}

.form div.fieldWithErrors label.label {
  display: inline;
}

.form div.left {
  width: 10%;
  float: left;
}

.form div.right {
  width: 85%;
  float: right;
}

.form input.checkbox,.form input.radio {
  margin-right: 5px;
}

.form input.text_field,.form textarea.text_area {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  width: 150px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form label.checkbox,.form label.radio {
  line-height: 1.5em;
}

.form label.label {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  font-weight: normal;
  color: #666666;
}

.form label.label,.form input.text_field,.form textarea.text_area {
  font-size: 1.2em;
  padding: 1px 0;
  margin: 0;
}

.form label.right {
  text-align: right;
}

.left {
  text-align: left;
}

.link_button {
  cursor: pointer;
}

.login div.left,.signup div div.left {
  width: 21%;
  float: left;
}

.login div.right,.signup div div.right {
  width: 74%;
  float: right;
}

.logo {
  font-family: "Microsoft Yahei";
  font-size: 18px;
  line-height: 34px;
  color: #696969;
  text-decoration: none;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 5) ), to(rgba(0, 0, 0, 0.7) ) );
}

.logo a:link,.logo h1 a:active,.logo h1 a:hover,.logo h1 a:visited {
  text-decoration: none;
}

.mail_input {
  min-width: 680px;
}

.mail_title {
  width: 80px;
}

.new_user {
  width: 80px;
  text-align: justify;
}

.operation_col {
  width: 160px;
}

.red {
  color: red;
}

.gray {
  color: gray;
}

.right {
  float: right;
  text-align: right;
}

.scroll {
  overflow: scroll;
}

.serial_col {
  width: 45px;
}

.shortPageText {
  width: 20px;
}

.shortText40 {
  width: 40px;
}

.status_col {
  width: 88px;
}

.subject_col {
  width: 200px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  overflow: auto;
}

.table .checkbox {
  margin-left: 10px;
}

.table td {
  padding: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}

.table td.last {
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table th {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background: #eaeaea;
  color: #222222;
  font-weight: normal;
}

.table th.first {
  width: 30px;
}

.table th.last {
  width: 200px;
  min-width: 90px;
}

.table tr.even {
  background: #f8f8f8;
}

.task_col {
  width: 80px;
}

.text_button_padding {
  color: #222222;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 2em;
  margin: 0 7px 0 0;
  padding: 5px 0 6px 7px;
  text-decoration: none;
}

.time {
  width: 120px;
}

.time_col {
  width: 135px;
}

.to_col {
  width: 90px;
}

.user_manage_select {
  width: 100px;
}

.wat-cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

a {
  -moz-outline: none;
}

a img {
  border: none;
}

input.short {
  width: 70px;
}

span.search {
  background: url(../img/search.png) -156px -39px transparent;
  height: 18px;
  width: 39px;
  display: inline-block;
}

tr.search {
  text-align: center;
}

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.list li {
  clear: left;
  padding-bottom: 5px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

ul.list li .item {
  margin-left: 80px;
}

ul.list li .item .avatar {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
}

ul.list li .left {
  float: left;
}

ul.list li .left .avatar {
  width: 50px;
  height: 50px;
}

/* newStyle */
#nav-1 {
  height:30px;
  margin: 0 auto;
  padding: 0px 5px;
  background-color: #A0C910;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#nav-1 li {
  position: relative;
  float: left;
  margin-left: 10px;
  list-style: none;
}

#nav-1 a:hover {
  background: url(../img/button_11.png) no-repeat 0 0;
}

#nav-1 li a {
  top: 0;
  left: 0;
  display: block;
  width: 89px;
  margin: 3px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  text-align: center;
  white-space: pre;
  text-decoration: none;
  background: url("../img/button_03.png") no-repeat 0 0;
}

#nav-1 .active {
  background: url("../img/button_11.png") no-repeat 0 0;
}

#nav-2 .bd {
  background: url("../img/background.png") repeat-x 0 0;
  height: 40px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
#nav-2 .bd a{
  color:#333;
}

#nav-2 {
  position: relative;
  width: 120px;
  float: left;
  margin-top: 5px;
  padding-bottom: 15px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #EAEAEA;
}

#nav-2 ul {
  list-style: none;
}

#nav-2 h2 {
  margin: 0 auto;
  width: 89px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  background: url("../img/button_11.png") no-repeat 0 8px;
  background: url("../img/button_11.png") no-repeat 0 8px;
}

#nav-2 li {
  position: relative;
  list-style: none;
}

#nav-2 li a {
  display: block;
  top: 0;
  left: 0;
  width: 120px;
  height: 22px;
  font: 12px/22px "microsoft yahei";
  color: #333;
  text-decoration: none;
  text-indent: 30px;
  overflow: hidden;
  background: url("../img/button_07.png") no-repeat center 0;
  border-bottom: 1px solid #EAEAEA;
  text-decoration: none;
}

#nav-2 li a.active,#nav-2 li a:hover {
  color: #A0C910;
  font-weight: bold;
  background: url("../img/button_12.png") no-repeat center 0;
}

.box-btn {
  padding:0px 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: url("../img/background.png") repeat-x 0 0;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.view_search{
	float:right;
}
.condition_select{
 	height:24px;
 	line-height:24px;
 }
 #activityType{
 	height:24px;
 	line-height:24px;
 }
 .toggleStcbox input{
 	height:20px;
 	line-height:20px;
 }
.conditionSearch .toggleStcbox {
    display: none;
    float: left;
    margin-left:390px;
}
.view_b{
    cursor: pointer;
    width: 30px;
    height: 20px;
    text-align: center;
    float: left;
    margin-right: 5px;
}
.btnAddSearch .search_icon {
    cursor: pointer;
    width: 30px;
    height: 28px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #a9aeb6;
    background: #f3f3f3;
    float: left;
}
}
.view_a{
	cursor: pointer;
    text-align: center;
    float: left;
    margin-right: 5px;
    padding-top: 10px;
}
.btnAddSearch {
    width: 58px;
    height: 30px;
    float: left;
    position: relative;
    display: none;
    margin-right: 5px;
    padding-top: 10px;
}
.view_a img{
	float:right;
	width:20px;
	height:20px;
	cursor: pointer;
    text-align: center;
    padding-top: 10px;
}
.view_c img{
	float:right;
	width:20px;
	height:20px;
	cursor: pointer;
}
#onTaff{
	width: 30px;
    height: 28px;
    right: -5px;
    position: absolute;
    top: 0px;
    line-height: 28px;   
    border-left: none;
    padding-top: 10px;
}
#onTaff:before {
    
}
.box-btn .h3 {
  font-size: 14px;
  font-weight: bold;
}

.box-btn .buttons{
	float:right;
}

.box-btn .buttons a {
  margin-left: 5px;
  margin-top: 10px;
  color: #333;
  display: inline-block;
}

.btn {
  height: 19px;
  text-align: center;
  color: #333;
  line-height: 19px;
  border: 1px solid #ccc;
/*   background: url("../img/button_17.png") repeat-x 0 0; */
  background:#F0D07D;
  background:linear-gradient(#fff, #F0D07D);
  border-radius:5px;
  cursor: pointer;
  padding:0 15px;
}
.btn1 {
  width: 80px;
  background: url("../img/button_19.png") repeat-x 0 0;
}

.btn-m {
  width: 77px;
  height: 21px;
  text-align: center;
  color: #333;
  line-height: 21px;
  border: 0;
  cursor: pointer;
  background: url("../img/button_18.png") repeat-x 0 0;
}

.box-content {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
}

.box-content .box-search {
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #EAEAEA;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  background: url("../img/background.png") repeat-x 0 0;
}

.box-content .box-data{
	padding:10px;
}

.box-content .box-data .tb-list{
	table-layout: fixed;
}

.box-content .box-bottom {
  height: 52px;
  background-color: #F0F0EE;
}

.box-content .box-bottom input[type="submit"] {
  margin-left: 140px;
  margin-top: 15px;
}

.tb-list {
  border-collapse: collapse;
  margin: 10px;
  width: 836px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.tb-list .first {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
}

.tb-list .last {
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}

.tb-list th {
  padding: 0 2px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #333;
  line-height: 40px;
  background: url("../img/background.png") repeat-x 0 0;
}

.tb-list td {
  padding: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  word-wrap: break-word;
/*   white-space:nowrap; */
}

.tb-list tbody tr{
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
}

.tb-list tbody tr:nth-child(even) {
  background-color: #F2F6F9;
}

.tb-list tr.select,.tb-list tr:hover {
  background-color: #FBF5D9 !important;
}

.tb-list input {
  width: 100%
}

.box-content .box-data .tb-list,.box-content .box-data .tb-input, .box-content .box-data .tb-view{
	margin:0;
	width:100%;
}

.errorMessage {
  list-style: none;
  color: #F00;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.box-msg {
  margin-top: 5px;
  width: 100%;
  height: 40px;
  color: #A0C910;
  list-style: none;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background: url("../img/background.png") repeat-x 0 0;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.actionMessage {
  list-style: none;
}

.tb-input {
  margin: 10px;
  border: 1px solid #EAEAEA;
  border-collapse: collapse;
  width: 836px;
}

.tb-input td {
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px;
}
/*
.tb-input td:FIRST-CHILD {
  width: 100px
}*/

.tb-input td.field,.tb-view td.field{
  width:100px;
}

.tb-input td.text1,.tb-view td.text1{
  width:278px;
}

.tb-input td.text3,.tb-view td.text3{
  width:696px;
}
.tb-input td.title,.tb-view td.title{
  font-weight: bold;
}
.tb-input textarea,.tb-input input[type=text],.tb-input textarea,.tb-input input[type=password] {
  width: 100%;
  padding:3px 0;
  border-radius:5px;
  border:1px solid #EAEAEA;
}
.tb-input textarea{
	resize:vertical;
}

.tb-input select{
	padding:3px 0;
  border-radius:5px;
  border:1px solid #EAEAEA;
}

.tb-view {
  margin: 10px;
  width: 836px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-collapse: collapse;
}

.tb-view td {
  text-overflow: ellipsis;
  overflow: hidden;
/*   white-space:pre-wrap; */
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px;
}

.tb-column {
	
}

.tb-column input[type=number],.tb-column input[type=text] {
	width:60px;
}

.tb-column th {
	padding:10px;
}

.tb-column td {
	padding:3px;
	border: none;
}

.tb-fixed{
	table-layout: fixed;
	word-break: break-word;
}

.long_text {
  width: 100%
}

#image_display img {
  max-width: 100%
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
/*以下是会刊表单的样式   以b开头*/
.bmain{
	width:856px;
	border: 1px solid #eaeaea;
	margin-left: 20px;
    margin-top: 5px;
    border-radius:5px;
    float:left;
}

.btop {
	background: url("../img/background.png") repeat-x;
	height:39px;
	line-height: 39px;
	padding: 0px 10px;
	border-bottom: 1px solid #eaeaea;
}
.btop .span1 {
	background: url("../img/button_16.png");
	line-height: 20px;
	display: block;
	float: left;
	margin-top: 10px;
	width: 89px;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
}
.btop .span2 {
	margin-left: 15px;
	font-weight: bold;
}
.btop > a {
	color:#333;
	float:right;
	margin-top: 10px;
}
.bmiddle{
	padding:15px;
}
.bmiddle .outer {
	margin-top:15px;
	border: 1px solid #eaeaea;
	border-radius:5px; 
}
.bmiddle h3 {
	background-color: #B6EC50;
	height: 40px;
	line-height: 40px;
	font-size:12px;
	font-weight:normal;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bmiddle h3 span{
	margin-left: 20px;
}

.bmiddle .inner {
	padding:15px;
}
.inner .table3 {
	width:794px;
}
.inner .table3 tr{
	display: block;
	margin-top: 10px;
}
.inner .table3 .td1{
	width: 144px;
}

.inner .table3 tr td{
	margin-top: 10px;
}
.inner .table3 textarea {
	width:652px;
}
.inner .table1 {
	width:794px;
}
.inner .table1 .td1{
	width:140px;
}
.inner .table2 {
	background-color: #797979;
	width: 794px;
}
.inner .table2 td{
	background-color: #ffffff;
}
.inner .table2 .td1{
	width: 140px;
	background-color: #f7f7f7;
}
.inner .table2 .td1 span{
/* 	margin: 0 auto; */
}
.inner .table2 .td2{
	width: 100px;
}
.inner .table2 .td3{
	width:510px;
	padding: 5px 10px 5px 10px;
}
.inner .table2 .td4{
	padding: 5px;
}
.category1 {
	width: 100px;
	display: block;
	float:left;
/* 	margin-bottom: 5px; */
}
.inner .table2 .align {
	font-size: 12px;
}
.inner .table2 .td2 span,.inner .table2 .td3 .category1 span{
/* 	margin-left: 5px; */
}
.inner .innerDiv1{
	margin-top: 10px;
}
.bbottom {
	background-color: #F0F0FE;
	height: 50px;
	line-height: 50px;
}
.bbottom a {
	float:left;
	margin-top: 15px;
	color:#333;
}
.bbottom .btnfloat1 {
	margin-left: 320px;
}
.bbottom .btnfloat2 {
	margin-left: 20px;
}
.input1 {
	width: 200px;
	height: 24px;
}
.input2 {
	width: 450px;
	height: 24px;
}
.input3 {
	width: 525px;
	height: 24px;
}
.comp_width {
	width:128px;
}
/*以下是参展申请*/
.btop select{
	width: 120px;
}
.inner .table4 {
	width: 650px;
}

.inner .table4 td {
	padding:5px;
}
.inner .table4 .td1 {
	width: 80px;
}
.inner .table4 textarea {
	width:534px;
}
.table4 .innertable1 {
	background-color: #eaeaea;
	width: 534px;
}
.table4 .innertable1 td{
	background-color: #ffffff;
}
.table4 .innertable1 .td1{
	padding-left: 10px;
}
.table4 .innertable1 .td2{
		width:417px;
		padding: 5px 10px 5px 10px;
}
.table4 .div1 {
	width:472px;
	padding: 15px 30px;
	border: 1px solid #eaeaea;
}

.div1 input[type="text"] {
	margin-left: 10px;
}
.inner .table5 {
	width:720px;
}
.inner .table5 td{
	padding: 5px;
}
.inner .table5 .td1{
	width:100px;
}
/*选择标签样式*/
.table6 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	overflow: auto;
}
.table6 td {
	padding: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #EAEAEA;
}
/*页面搜索样式*/
.tb-search {
	 border: 1px solid #eaeaea;
	 margin: 10px;
	 width: 836px; 
	 border-collapse: collapse;
}
.tb-search td {
	border-bottom: 1px solid #eaeaea;
	padding: 3px 20px;
}
.tb-search tbody td input,.tb-search tbody td select {
	width:135px;
}
.tb-search td a {
	color:#333;
}

#main-full{
	margin-top: 5px;
}

.register-process {
	margin-top: 100px;
}
.register-process .item {
	float: left;
	width: 127px;
	height: 53px;
	background: url(../img/icon-arrow1.png) 122px center no-repeat;
	background-color: #CACACA;
	border-radius: 5px;
	line-height: 53px;
	padding-left: 32px;
	margin-right: 8px;
	margin-top: 66px;
}
.register-process-table {
	margin: 0 auto;
}

.register-process .detail-item {
	width: 196px;
	height: 183px;
	background-color: #F5F5F5;
	float: left;
	margin-left: 5px;
	border-radius: 5px;
}
.register-process .detail-item .item2 {
	float: left;
	width: 104px;
	height: 53px;
	background: url(../img/icon-arrow2.png) 10px center no-repeat;
	background-color: #CACACA;
	border-radius: 5px;
	line-height: 53px;
	padding-left: 48px;
	margin-left: 27px;
	margin-top: 19px;
}
.register-process .finish {
	background-color: #A0CA10 !important;
}
.register-process .ing {
	background-color: #FFCE0E !important;
}
.btn:active, .btn.active{outline:none;}
.btn:active, .btn.active:active{box-shadow:none;}
.btn:active, .btn.active:focus{outline:none;}
/*信件管理*/
.reply_letter{
	padding:20px;
}
.reply_letter .letter_input{
	height:40px;
	line-height:40px;
}
.reply_letter .letter_input .letter_title{
	width:70px;
	display:inline-block;
}
.layui-layer{
	background:#fafaf8;
}
.reply_letter .letter_input input{
	width:200px;
	height:30px;
	border:none;
	background:#fafaf8;
}
.reply_letter .letter_textarea .letter_title{
	width:70px;
	display:inline-block;
	margin-top:-30px;
}