@charset "utf-8";

/*
 *button and line
 */

.long-button,
.short-button,
.middle-button,
.photo-button,
.reply-button {
  display: block;
  height: 30px;

  line-height: 30px;
  text-align: center;
  color: #fff;

  border: 0;
  background-color: #2c9ed5;
}

.button-no {
  display: block;
  height: 28px;

  color: #717171;
  text-align: center;

  border: 1px solid #bbb;
  background-color: #efefef;
}

.long-button { width: 100%;}

.short-button { width: 80px;border-radius: 4px; cursor: pointer;}

.middle-button {
  width: 250px;
  /*width: 500px;*/
  margin: 0 auto;
}

.photo-button {
  position: relative;
  width: 115px;
  color: #717171;
  border: 1px solid #bbb;
  background-color: #2c9ed5;
}

.reply-button {
  width: 115px;
  float: right;
}

.input-text {
  width: 318px;
  height: 30px;
  padding-left: 7px;
  margin-bottom: 7px;

  line-height: 30px;
  color: #363636;

  border: 1px solid #bbb;
}

.select-type {
  width: 100px;
  height: 30px;
  float: left;
  margin: 0;
  margin-right: 15px;
  margin-bottom: 7px;
}

.line { border-top: 1px solid #dddedf;}

.file{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}

.position-r { position: relative;}

/*
 *Component of the main right content
 *
 *title of the main right content
 */

.right-content-box {
  width: 87%;
  border-left: 4px solid #deecf4;
}

.sub-right-content-box {
  background-color: #fff;
  border-left: 4px solid #deecf4;
}

.right-content {
  position: absolute;
  left: 0;

  width: 66%;
  min-width: 427px;
  min-height: 98%;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 63px;
  margin: 10px;
  padding-bottom: 20px;

  background-color: #f3f4f7;
}

.sub-right-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 63px;
}

.right-content-title {
  width: 100%;
  text-align: left;
  text-indent: 10px;
  border-bottom: 1px solid #bbb;
}

.right-content-title h3 {
  display: block;
  height: 40px;
  float: left;

  text-align: left;
  line-height: 40px;
  color: #939393;
}

.right-content-title .title-tab {
  display: block;
  width: 100px;
  height: 40px;
  float: left;

  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #bbb;

  background-color: #efefef;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

.right-content-title .title-tab-first { margin-left: 5px;}

.right-content-title .title-tab-last { border-right: 1px solid #bbb;}

.right-content-title .tab-selected {
  margin-bottom: -1px;

  color: #2c9ed5;

  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.search {
  width: 245px;
  height: 30px;
  text-align: right;

  background-color: #fff;
  border: 1px solid #bbb;
}

.search input {
  width: 215px;
  height: 30px;

  line-height: 30px;

  border: 0;
}

.search-ico {
  display: block;
  width: 19px;
  height: 19px;
  float: left;
  margin-top: 6px;
  margin-left: 10px;

  background: url(img/search.png);
}

.search-right { float: right;}

.search-left {
  float: left;
  margin-left: 20px;
}

.right-content-title select {
  width: 128px;
  height: 30px;
  margin-right: 5px;

  line-height: 30px;
}

.right-operate { float: right;}

/*
 *footer of the main right content
 *
 *page box of the main right content
 */

.right-content-footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 100px;
}
.page { margin: 0 auto;}

.page a {
  display: block;
  height: 20px;
  float: left;

  line-height: 20px;
  color: #4f4f4f;
}

.page a:hover {
  text-decoration: none;
  color: #fff;

  background-color: #2c9ed5;
}

.page li {
  width: 20px;
  float: left;
  margin-right: 5px;
}

.page li a { width: 20px;}

.page-box {
  width: 311px;
  margin: 0 auto;
}

.page .page-first {
  width: 38px;
  margin-right: 10px;

  color: #fff;

  background-color: #2c9ed5;
}

.page .page-end {
  width: 38px;
  margin-left: 5px;

  color: #fff;

  background-color: #2c9ed5;
}
/*
.page { margin: 0 auto;}

.page a {
  display: block;
  height: 20px;
  float: left;

  line-height: 20px;
  color: #4f4f4f;
}

.page a:hover {
  text-decoration: none;
  color: #fff;

  background-color: #2c9ed5;
}

.page li {
  width: 20px;
  float: left;
  margin-right: 5px;
}

.page li a { width: 20px;}

.page-box {
  width: 311px;
  margin: 0 auto;
}

.page .page-first {
  width: 38px;
  margin-right: 10px;

  color: #fff;

  background-color: #2c9ed5;
}

.page .page-end {
  width: 38px;
  margin-left: 5px;

  color: #fff;

  background-color: #2c9ed5;
}

.footer-button-two {
  width: 298px;
  margin: 0 auto;
}

.footer-button-two a {
  float: left;
  margin: 0 10px;
}
*/
.page_list{
  text-align:right;
  padding:20px 0;
}

.page_list ul{
  display:inline;
  margin-right:10px;
}

.page_list ul li{
  display:inline;
  font-family:simsun;
  margin-right:3px;
}

.page_list ul li a{
  display:inline-block;
  padding:2px 8px;
  background-color: #2c9ed5;
  color:#fff;
}

.page_list ul li a:hover{
  background-color:#2c9ed5;
  color:#fff;
}

/*
 *the 580px box
 */

.function-content-box {
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;

  text-align: left;
}

.pub-table,
.management-table {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
}

.pub-table th {
  height: 30px;

  border-top: 1px solid #dddedf;
  border-bottom: 1px solid #dddedf;
  background-color: #f3f4f7;
}

.pub-table td {
  height: 30px;

  border-bottom: 1px solid #dddedf;
}

.pub-table td a,
.management-table td a {
  display: inline;
  padding: 0 10px;
}

.management-table img {
  width: 56px;
  height: 56px;
}

.management-table th {
  height: 30px;

  font-weight: normal;

  background-color: #f3f4f7;
  border-bottom: 1px solid #dddedf;
  border-top: 1px solid #dddedf;
}

.management-table td {
  padding: 10px 0;

  color: #363636;

  border-bottom: 1px solid #dddedf;
}

/*
 *the 580px box
 *
 *头像详情
 */

.portrait-detail {
  position: relative;

  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.portrait-detail-box {
  position: absolute;
  top: -5px;
  left: 56px;
  z-index: 1px;

  display: none;
  width: 222px;
  height: 338px;

  background: url(img/user-info-bg.png);
}

.portrait-detail-show { display: block;}

.portrait-detail-content {
  width: 200px;
  margin: 0 auto;
  padding-top: 5px;
}

.portrait-detail-content h4 {
  display: block;
  height: 30px;
  padding-left: 20px;

  text-align: left;
  line-height: 30px;
  color: #fff;
  font-weight: normal;

  background-color: #4a688a;
}

.portrait-detail-content ul {
  padding-left: 20px;

  text-align: left;
  line-height: 2em;
}

.star img {
  width: 24px;
  height: 22px;
  float: left;
  margin: 0 2px;
}

/*
 *map
 */

.map {
  float: right;
  margin-top: -10px;
}

/*百度地图API*/
html,body{
  height:100%;/*公告管理iframe使用*/
  margin:0;
  padding:0;
}

.iw_poi_title {
  overflow:hidden;
  padding-right:13px;
  color:#CC5522;
  font-size:14px;
  font-weight:bold;
  white-space:nowrap;
}

.iw_poi_content {
  padding-top:4px;
  font:12px arial,sans-serif;overflow:visible;
  white-space:-moz-pre-wrap;
  word-wrap:break-word;
}

.monitor-map {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

/*
 *error
 */

.error {
  margin: 15% auto 0;
}

.error-ico {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;

  background: url(img/error.png);
  border-radius: 10px;
}

.error span {
  line-height: 130px;
  font-size: 2em;
}

.prompt {
  padding-right: 20px;
  background: url(img/prompt.png) no-repeat right;
}