﻿/**!
 * 青海省网上政务大厅-事项详情
 * author: xiaolong;
 * date: 20170903
 */

.matter {
	border: 1px solid #f2f1f1;
	padding: 27px 30px 0;
}

.matter-header {
	height: 91px;
	position: relative;
}

.matter-btn {
	position: absolute;
	top: 2px;
	right: 0;
}

.matter-title {
	font-size: 0;
}

.matter-title-text {
	display: inline-block;
	line-height: 24px;
	max-width: 660px;
	margin-right: 50px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.matter-action {
	display: inline-block;
	box-sizing: border-box;
	width: 90px;
	height: 24px;
	margin-right: 10px;
	padding-left: 20px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	vertical-align: top;
}

.matter-action.collect {
	background: url('../images/star.png') 7px 4px no-repeat;
}

.matter-action.consult {
	background: url('../images/msg.png') 7px 4px no-repeat;
}

.matter-action:hover {
	border-color: #ff9425;
	color: #ff9425;
}

.matter-action.collect:hover {
	background-image: url('../images/star-act.png');
}

.matter-action.consult:hover {
	background-image: url('../images/msg-act.png');
}

.matter-code {
	padding-top: 7px;
	line-height: 24px;
	color: #999;
}

.matter-btn > a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	padding-top: 38px;
	margin-left: 10px;
	border-radius: 2px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}

.matter-btn > a.book {
	background: url('../images/icon-phone.png') center 8px no-repeat #fb9649;
}

.matter-btn > a.handle {
	background: url('../images/icon-pc.png') center 8px no-repeat #63bc34;
}

/* 事项信息 */

.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;
}

.matter-info-header .expand-r {
  float: right;
  height: 25px;
  padding-left: 10px;
  background-color: #fff;
}

.matter-info-header .btn-toggle {
  display: inline-block;
  position: relative;
  width: 58px;
  height: 22px;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 10px;
  line-height: 22px;
  color: #fff;
  margin-top: 2px;
  border-radius: 10px;
  font-size: 12px;
  transition: all .4s linear;
  background-color: #1d9bfc;
  background-image: -moz-linear-gradient(0deg, rgb(25, 153, 252) 0%, rgb(46, 209, 180) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(25, 153, 252) 0%, rgb(46, 209, 180) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(25, 153, 252) 0%, rgb(46, 209, 180) 100%);
}

.matter-info-header .btn-toggle:before {
  position: absolute;
  content: "";
  top: 7px;
  right: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
}

.matter-info-header .btn-toggle:hover {
  opacity: .9;
}

.matter-info-header .btn-toggle.expand {
  background-color: rgb(255,148,37);
  background-image: -moz-linear-gradient( 0deg, rgb(255,148,37) 0%, rgb(255,168,40) 53%, rgb(255,188,43) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,148,37) 0%, rgb(255,168,40) 53%, rgb(255,188,43) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,148,37) 0%, rgb(255,168,40) 53%, rgb(255,188,43) 100%);
}

.matter-info-header .btn-toggle.expand:before {
  top: 8px;
  right: 8px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.showcase {
  margin: 40px 0;
  border: 1px solid #f2f1f1;
  box-shadow: 0 0 2px #f2f1f1;
  padding: 12px 40px 0;
}

.matter-info-body {
	padding-top: 21px;
	min-height: auto;
}

.matter-info-default {
	height: 247px;
	overflow: hidden;
}

/* 事项tab */

.matter-tab {
	margin-top: 40px;
}

.matter-tab-header {
	height: 42px;
	background-color: #e6f3fe;
	border-radius: 21px;
}

.matter-tab-item {
	float: left;
	width: 162px;
	height: 42px;
	border-radius: 21px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #1492ff;
	cursor: pointer;
}

.matter-tab-item:last-child {
	width: 160px;
}

.matter-tab-item.current {
	background-color: #1492ff;
	color: #fff;
}

.matter-tab-body {
	padding-top: 30px;
	padding-bottom: 46px;
}

.window {
	border: 1px solid #e5e5e5;
}

.window-title {
	line-height: 40px;
	text-indent: 20px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
}

.officer {
	padding-bottom: 28px;
}

.officer-list {
	float: left;
	width: 50%;
	height: 200px;
	overflow: hidden;
	margin-top: 30px;
}

.officer-list > img {
	float: left;
	width: 150px;
	height: 200px;
	margin: 0 20px 0 30px;
}

.officer-list .detail {
	line-height: 32px;
	padding-right: 20px;
}

.officer-list .detail-tt {
	float: left;
}

.officer-list em {
	padding-top: 3px;
	display: block;
	overflow: hidden;
	line-height: 26px;
	color: #666;
}