﻿/**!
 * 青海省网上政务大厅-通用二级
 * author: xiaolong;
 * date: 20170825
 */

.personal-space {
  float: left;
  box-sizing: border-box;
  width: 126px;
  height: 46px;
  padding-left: 47px;
  line-height: 46px;
  margin-left: -18px;
  background-image: url('../images/icon-user.png');
  background-position: 13px center;
  background-repeat: no-repeat;
  background-color: #ff8b17;
  background-color: rgba(255, 139, 23, .85);
  color: #fff;
  font-size: 16px;
}

.main-wrap {
  min-height: 768px;
}

.aside-menu {
  float: left;
  width: 285px;
  box-sizing: border-box;
  padding: 0 20px;
  min-height: 732px;
  border: 1px solid #f2f2f2;
}

.aside-title {
  padding: 19px 0 26px;
  height: 31px;
  line-height: 31px;
  font-size: 22px;
  color: #1492ff;
  padding-left: 88px;
  background: url("../images/about-iconmenu.png") 46px 20px no-repeat;
}

.aside-title.party {
  background: url("../images/icon-party.png") 46px 17px no-repeat;
}


/*左侧菜单*/

.wb-tree-items {
  cursor: pointer;
  margin-bottom: 10px;
}

.wb-tree-tt {
  color: #1492ff;
}

.wb-tree-node, .wb-tree-sub a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: #f5f5f5;
}

.wb-tree-iconl {
  float: left;
  width: 10px;
  height: 38px;
  margin-right: 20px;
}

.wb-tree-iconr {
  float: right;
  width: 15px;
  height: 15px;
  margin-top: 11px;
  margin-right: 20px;
  background: url(../images/about-iconmore2.png) no-repeat;
}

.wb-tree-sub,
.wb-tree-third {
  display: none;
}

.wb-tree-sub > .wb-tree-item {
  padding-bottom: 2px;
}

.wb-tree-sub > .wb-tree-item >a,
.wb-tree-sub > .wb-tree-item >a:hover {
  background-color: #fff3e7;
  border-left: 3px solid #fff3e7;
  font-size: 16px;
  padding-left: 46px;
  color: #333;
}

/*.wb-tree-sub > .wb-tree-item >a:hover,*/
.wb-tree-sub > .wb-tree-item.current >a {
  color: #ff8b17;
  border-left: 3px solid #ff8b17;
}

.wb-tree-item>a {
  height: 36px;
  line-height: 36px;
  padding-left: 90px;
  font-size: 14px;
  background-color: #fff;
  border: none;
  color: #333;
}

.wb-tree-item>a:hover {
  color: #ff8b17;
}

.wb-tree-item>a:active {
  background-color: #fff3e7;
  color: #ff8b17;
}

.current .wb-tree-tt {
  color: #fff;
}

.current .wb-tree-node {
  background-color: #ff8b17;
}

.current .wb-tree-iconr {
  background: url(../images/about-iconmore.png) no-repeat;
}

.current > .wb-tree-sub {
  display: block;
  padding: 2px 0 2px;
}

.current > .wb-tree-third {
  display: block;
}


/*列表头部*/

.article {
  overflow: hidden;
  padding-left: 30px;
}

.article-header {
  height: 36px;
  border-bottom: 1px solid #1492ff;
}

.article-title {
  float: left;
  position: relative;
  top: 1px;
  /* width: 112px; */
  height: 36px;
  padding-left: 85px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/about-title.png") no-repeat #fff;
  ;
}

.list-search {
  float: right;
  width: 258px;
  height: 28px;
  background-color: #f5f5f5;
  border-radius: 14px;
}

.list-search-input {
  float: left;
  width: 226px;
  height: 28px;
  line-height: 28px;
  border: 0;
  background-color: transparent;
  text-indent: 15px;
  outline: 0;
}

.list-search-btn {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background: url("../images/about-search.png");
  cursor: pointer;
}


/*列表样式*/

.wb-data-item {
  padding-top: 16px;
  font-family: "Microsoft YaHei";
}

.wb-data-list {
  line-height: 42px;
  font-size: 16px;
  padding-left: 16px;
  background: url(../images/dot.png) 0 50% no-repeat;
}

.wb-data-item.small .wb-data-list {
  line-height: 36px;
}

.wb-data-infor {
  /* margin-right: 120px; */
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wb-data-item.small .wb-data-infor {
  margin-right: 15px;
}

.wb-data-infor a {
  color: #333;
}

.wb-data-date {
  float: right;
  padding-right: 15px;
  /* margin-top: -42px; */
  color: #999;
}

.wb-data-date-second {
  margin-top: -32px;
}

.wb-data-list:hover, .wb-data-list:hover a, .wb-data-list:hover .wb-data-date {
  cursor: pointer;
  color: #ff8b17;
}

.wb-data-list-second {
  font-size: 16px;
  line-height: 32px;
}

/* 栏目头部样式-通用 */


.matter-info-header {
  height: 25px;
  background: url('../images/matter-detailbg.jpg') repeat-x;
}

.matter-info-header .text {
  width: 102px;
  height: 25px;
  padding-left: 16px;
  line-height: 24px;
  font-size: 18px;
  color: #1492ff;
  border-left: 8px solid #1492ff;
  background-color: #fff;
}

.matter-info-header .text.long {
  float: left;
  width: auto;
}

.matter-info-header .text.long i {
  min-width: 28px;
  font-size: 14px;
  color: #999;
  margin: 0 20px 0 16px;
  font-style: normal;
}

.showcase {
  margin: 40px 0;
  border: 1px solid #f2f1f1;
  box-shadow: 0 0 2px #f2f1f1;
  padding: 12px 40px 0;
}

/*表单布局*/
.form-row {
  padding-bottom: 18px;
  font-size: 0;
}

.form-row label {
  display: inline-block;
  /* width: 260px; */
  margin-right: 8px;
  vertical-align: top;
  text-align: right;
  line-height: 32px;
  font-size: 16px;
}

.require {
  color: #ff0000;
}

.form-input {
  vertical-align: top;
  width: 358px;
  height: 30px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  text-indent: 10px;
  outline: 0;
  font-size: 16px;
}

.form-input.small {
  width: 178px;
}

.form-textarea {
  box-sizing: border-box;
  height: 126px;
  width: 718px;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  resize: none;
  outline: 0;
}

.form-select {
  box-sizing: border-box;
  width: 360px;
  height: 32px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  outline: 0;
}

.form-validateimg {
  vertical-align: top;
  width: 100px;
  height: 32px;
  margin-left: 10px;
  background-color: #e4e4e4;
}

.form-btn-row {
  padding-top: 32px;
  text-align: center;
}

.btn-submit {
  width: 200px;
  height: 40px;
  background-color: #ff8b17;
  border: 0;
  line-height: 40px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  outline: 0;
}

/*返回首页按钮样式*/
.btn-danger,
.btn-default {
  display: inline-block;
  width: 200px;
  height: 42px;
  background-color: #ff8b17;
  border-radius: 2px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.btn-default {
  background-color: #64bc34;
}

/* 材料列表 */

.material-wrap {
  padding-top: 24px;
}

.material-list-item {
  overflow: hidden;
  height: 30px;
  padding: 15px 0;
  border-bottom: 1px dotted #e9e9e9;
}

.material-list-item:last-child {
  border-bottom: 0;
}

.material-list-item .order {
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 6px;
  border-radius: 9px;
  background-color: #7bc0fb;
  color: #fff;
}

.material-list-item .type {
  display: block;
  float: left;
  position: relative;
  width: 56px;
  height: 24px;
  margin: 3px 0 0 30px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 2px;
}

.material-list-item .type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  right: -9px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ff9425;
  border-right: 5px solid transparent;
}

.material-list-item .type.necessary {
  background-color: #ff9425
}

.material-list-item .type.unnecessary {
  background-color: #bfbfbf
}

.material-list-item .type.unnecessary:after {
  border-left-color: #bfbfbf;
}

.material-list-item .title {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  padding-left: 16px;
}

.material-list-item .note {
  float: right;
  width: 160px;
  height: 28px;
  margin-left: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  color: #999;
}

.material-list-item .example {
  float: right;
  margin-right: 20px;
  line-height: 30px;
  color: #1492ff;
}

.material-list-item .btn-handle {
  float: right;
  cursor: pointer;
  width: 74px;
  height: 28px;
  margin-left: 10px;
  border: 1px solid #1492ff;
  line-height: 28px;
  text-align: center;
  color: #1492ff;
  border-radius: 2px;
}

/* 事项表格样式 */

.matter-info-list {
    width: 100%;
    table-layout: fixed;
}

.matter-info-list th,
.matter-info-list td {
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.matter-info-list th {
  text-align: center;
  background-color: #f7f7f7;
}

.matter-info-list td {
  text-indent: 20px;
  line-height: 22px;
}

.matter-info-list.center-con td {
  text-indent: 0;
  text-align: center;
}

.matter-info-list.center-con th {
  font-weight: bold;
}

.note {
  color: #999;
}

.matter-info-list .content {
  display: block;
  padding: 26px 16px;
  text-align: left;
}

.matter-form {
  width: 90%;
  height: 40px;
  border: 0;
  outline: 0;
}

/*取消预约事项 弹出框内容*/

.cancel-wrap {
  line-height: 32px;
  font-size: 16px;
}

.cancel-wrap .title {
  line-height: 66px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.cancel-note {
  padding: 0 0 24px;
  text-align: center;
}

.cancel-info {
  color: #999;
  overflow: hidden;
}

.cancel-info .text {
  float: left;
  width: 136px;
  text-align: right;
}

.cancel-info .value {
  display: block;
  overflow: hidden;
}

