@charset "utf-8";
/*body样式*/
body {
	background-color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif !important;
}
li{
    list-style-type: none;
}
.content{
	padding: 0 20px;
}
/*内容头部*/
.content-header{
	padding: 5px 0;
	margin-top: 15px;
}
.con-header{
	background-color: #F1F1F1;
	width: 100%;
	height: 58px;
	border: 1px solid #D7D7D7;
	font-size: 18px;
}
.content-title-word{
	display:inline-block;
	vertical-align: middle;
	width:90%;
	text-overflow:ellipsis !important;
	overflow:hidden;
	white-space:nowrap;
}
.content-title-pre{
	display:inline-block;
	width:5px;
	height:56px;
	background-color:#e66b18;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: -15px;
}
.btn-header{
	float: right;
	width: 94px;
	height: 36px;
	margin-top: 11px;
	margin-right: 5px;
}
/*绿色按钮的样式*/
.btn-info{
	background-color: #00ce9b !important;
	border-color: #00ce9b !important;
	border-radius: 20px;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #00ce9b !important;
    border: 1px solid #00ce9b !important;
}
/*居上20px*/
.mt20{
	margin-top: 20px;
}
.mt10{
  margin-top: 10px;
}
/*列表表格中按钮的样式*/
.btn-table{
	background-color: transparent;
	border-color: transparent;
	color: #333;
	font-size: 16px;
	width: 56px;
	border-radius: 0px;
}
.button-pre{
	display:inline-block;
	width:1px;
	height:27px;
	background-color:#D7D7D7;
	vertical-align: middle;
}
.btn-table, .btn-table:hover, .btn-table:focus, .btn-table:active, .btn-table.active, .btn-table.focus, .btn-table:active, .btn-table:focus, .btn-table:hover, .open > .dropdown-toggle.btn-table {
    background-color: transparent !important;
    border-color: transparent !important;
}
.red{
	color: red;
}
.red, .red:hover, .red:focus, .red:active, .red.active, .red.focus, .red:active, .red:focus, .red:hover, .open > .dropdown-toggle.red {
	color: red;
}
/*内容中部按钮和搜索框样式*/
.serach_input {
    width: 220px;
    height: 40px;
    background-color: #edf1f2;
    border: none;
    border-radius: 20px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.serach_select{
	width: 173px;
    height: 40px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    line-height: 40px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.serach_btn{
	width: 114px;
	height: 40px;
	float: left;
	font-size: 16px;
	margin-left: 20px;
    margin-top: 20px;
}
.icon_serach{
	font-size: 16px;
}
/*分页样式*/
.paging{
	float: right;
}
.page-num{
	font-size: 14px;
	color: #666;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-right: 10px;
}
.page-page{
	margin-right: 10px;
}
.paging .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #A2A2A2;
    border-color: #A2A2A2;
}
.paging .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 11px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.paging .pagination .epage>a, .pagination .epage>span {
    padding: 7.5px 6px;
    font-size: 12px;
}
.paging .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 !important;
    border-radius: 4px;
}
.flr{
	float: right;
}
.page_input{
	width: 34px;
	height: 34px;
	float: right;
}
.page-inp{
	margin-right: 20px;
	margin-bottom: 14px;
}
.page-btn{
	color: #666666;
	font-size: 14px;
	width: 40px;
	float: right;
}
.page-btn, .page-btn:hover, .page-btn:focus, .page-btn:active, .page-btn.active, .page-btn.focus, .page-btn:active, .page-btn:focus, .page-btn:hover, .open > .dropdown-toggle.page-btn {
	color: #666666;
	font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .con-header {
    font-size: 15px;
  }
  .btn-header {
    margin-right: 0px;
  }
  .content-title-pre {
    margin-right: 10px;
  }
  .content-header {
    margin-top: 5px;
  }
  .serach_input {
    margin-top: 10px;
  }
  .serach_select {
    margin-top: 10px;
  }
  .serach_btn {
    margin-top: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .con-header {
    font-size: 14px;
  }
}