/* body{
	background:#fff;
} */
@media (min-width: 768px) {
.listleft{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}
}
.tableborder table{
	border:1px solid #ddd;
}
.tableborder table th,.tableborder table td{
	text-align:center;
	font-size:14px;
}
.btn{
	border-radius:4px;
}
.addexpert{
	margin-bottom:10px;
	text-align:center;
}
.addexpert .form-control{
	display:inline-block;
	width:auto;
	margin-right:8px;
}
.deleexpert{
	margin-left:10px;
}
.listright{
	padding: 20px 18px;
}
.charegion{
	border-bottom:1px solid #eee;
}
.formcha .form-group{
	margin-bottom:15px;
}
.formcha .btn{
	margin-bottom:15px;
}
.expert_detail{
	margin-top:20px;
	margin-bottom:20px;
}
.touxing{
	margin:0 auto;
	height:165px;
	width:158px;
	margin-bottom:10px;
	text-align:center;
	background:#dddddd;
}
#imghead{
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
}
.upheadbtn{
	position:relative;
	width:50px;
	margin:0 auto 5px auto;
}
#imgheadbtn{
	position:absolute;
	width:50px;
	height:30px;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
}
.other_detail{
	margin-bottom:20px;
}
.detail_tit{
	padding:8px 15px;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}
.detail_tit span{
	font-weight:bold;
	font-size:15px;
	display:block;
	height:30px;
	line-height:30px;
}
.btn-greentext,.btn-edittext,.btn-bluetext{
	margin-right:5px;
}
.btn-greentext,.btn-greentext:hover,.btn-edittext,.btn-edittext:hover{
	color:#5dae43;
	font-size:12px;
}
.btn-bluetext,.btn-bluetext:hover{
	color:#337ab7;
	font-size:12px;
}
.btn-greenred,.btn-greenred:hover{
	color:#e44a2c;
	font-size:12px;
}
.editbtn .btn:hover{
	text-decoration:underline;
}
.detail_content ul li{
	border-bottom:1px dashed #ddd;
	padding:10px;
	position:relative;
	padding-right:82px;
}
.detail_content ul li span{
	line-height:1.6em;
}
.editbtn{
	position:absolute;
	right:0;
	top:10px;
}
.datasum{
	font-size:14px;
}
.zxzy{
	margin-left:15px;
}
.editInputjy{
	display:inline-block;
	width:300px;
	margin-left:15px;
}
#bumenModal table th,#bumenModal table td{
	font-size:14px;
}
@media (min-width: 768px) {
  #bumenModal .modal-dialog {
    width: 700px;
  }
}
#expertModal .modal-body{
	height:450px;
	overflow:auto;
}
.pagination_sy{
	background:none;
}
.page_num{
	float:left;
	margin-right:15px;
}
.first_btn,.last_btn{
	float:left;
	padding-top:2px;	
}
.first_btn span,.last_btn span{
	color:#1e96e8;
}
.txtform{
	width:500px;
	margin:20px auto;
}
.btn-hyfile{
	margin-bottom:15px;
	position:relative;
	height:34px;
}
.btn-hyfile input[type='file']{
	position:absolute;
	z-index:1000;
	height:34px;
	display:block;
	padding:3px 0 3px 3px;
	border-radius:4px;
	border:1px solid #ccc;
	background-color:#eee;
}
.upfile{
	cursor:pointer;
}