﻿/* 完善clearfix */

.clearfix:after {
    clear: both;
}
/* 底部 */
div.footer {
     margin-top: 10px;
}
/* 响应式表格 */
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive>.table {
        margin-bottom: 0;
        width: 757px;
    }
     
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*面包屑*/
.now {
	margin-top: 10px;
	border-top: 2px solid #ff8300;
	background: url("../images/now.jpg") repeat;
}
.now p {
	min-height: 29px;
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding-left: 64px;
	background: url("../images/i_now.jpg") 30px 6px no-repeat;
	font-size: 14px;
	line-height: 28px;
}
.now p .currentPositionLast {
	color: #ff6101;
}
.h2 {
	height: 10px;
}

/* 中间内容 */

.ewb-mt13 {
	margin-top: 13px;
}

/* 主要职责 */
.ewb-duty {
	padding-top: 5px;
	line-height: 36px;
	text-indent: 32px;
	font-size: 16px;
}

/* tab */
.ewb-mechanism-head {
	padding-top: 7px;
	height: 31px;
	border-bottom:1px solid #c3c3c3;
}


.ewb-office-item>li {
	float:left;
	margin-left: 25px;
}

/* 手机端 */
@media (max-width:480px) {
	.ewb-office-item>li {
		margin-left: 0;
		width: 25%;
		text-align: center;
	}
}

.ewb-office-item>li:first-child {
	margin-left: 0;
}

.ewb-office-item>li>a {
	padding:0 4px;
	display: block;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid transparent;
}

.ewb-office-item>li.current>a {
	color: #f60;
	font-weight: bold;
	border-color: #f60;
}

/* 表格 */
.ewb-info-tb {
	margin-top: 10px;
	width: 100%;
	table-layout: fixed;
}

.ewb-info-th {
    height: 34px;
    background-color: #ffe092;
    border-bottom: 2px solid #f60;
}

.ewb-info-tb tr>td {
    text-align: center;
	height: 30px;
}

.ewb-info-tb tr>td:first-child {
    text-align: left;
}

.ewb-view-link {
	margin:0 auto;
	display: block;
    font-size: 12px;
    color: #b46d12;
  
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: url("../images/ydqw.png") 7px no-repeat;
    width: 84px;
}

.ewb-info-link {
	margin-left: 10px;
	display: block;
	margin-right: 10px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url("../images/listimg01.jpg") 0 50% no-repeat;
}

.ewb-apply-link {
	color: #668b8b;
	background: url("../images/wysq.png") 7px no-repeat;
}

.ewb-apply-link:hover {
    color: #668b8b;
    background: url("../images/wysqon.png") 7px no-repeat;
}

.ewb-info-odd {
	background-color: #eee;
}

/* 页码 */
.ewb-page {
	text-align: center;
	padding:10px 0;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    font-weight: bold;
    color: #f00;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/* 信息公开检索 */
.ewb-guarantee {
    margin-top: 10px;
    border: 1px solid #e1e1e1;
}

.ewb-guarantee-title {
   height: 34px;
   padding-left: 43px;
   background: url("../images/xxgk_icon01.png") 15px 6px no-repeat #efefef;
   line-height: 34px;
   color: #f60;
   font-size: 16px;
   border-bottom: 2px solid #f60;
}

/* 搜索 */
.ewb-page-search {
   padding:10px 0 7px 10px;
   min-height: 26px;
   overflow: hidden;
   border-bottom: 1px solid #e1e1e1;
}

.ewb-search-wrap {
   float:left;
   margin-right: 10px;
}

.ewb-search-input {
   height: 22px;
   width: 374px;
   color: #999;
  text-indent: 10px;
   border: 1px solid #d2d2d2;
}

/* 手机端 */
@media (max-width:480px) {
   .ewb-search-wrap {
       width: 100%;
       margin-right: 0;
   }
   .ewb-search-input {
       width: 98%;
   }
}

.input {
   margin-right: 10px;
   float: left;
   height: 33px;
}
.input input {
   width: 103px;
   height: 20px;
   line-height: 20px;
   border: 1px solid #d2d2d2;
   padding-left: 5px;
   color: #999999;
   font-size: 12px;
}

.buttonxxgk {
   float: left;
   width: 74px;
   height: 34px;
   padding-left: 1px;
}

.buttonxxgk input {
   border: 0;
   cursor: pointer;
   width: 64px;
   height: 24px;
   background-color: #ff6600;
   text-align: center;
   line-height: 24px;
   color: #ffffff;
   font-size: 14px;
}

 /* 考核 */
 .ewb-assessment {
    margin: 0 15px;
}