/**!
 * 新疆政务服务网
 * author: wuzhou;
 * date:2018-11-23
 */

 /* 面包屑 */
 .ewb-route {
   padding-left: 24px;
   height: 36px;
   line-height: 36px;
   background: url("../images/pages/route_ico.png") left center no-repeat;
 }

 .ewb-route>a {
   color: #333;
 }

 .ewb-route>span.ewb-route-last {
  color: #00adef;
}

/* 内容 */
.ewb-publicity-info {
  padding:0 29px;
  min-height: 559px;
  padding-bottom: 20px;
  border:1px solid #dfebf8;
}

.ewb-publicity-name {
  margin-top: 26px;
  padding-left: 45px;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  background: url("../images/pages/file_ico.png") left top no-repeat;
}
 
/* 搜索 */
 

.ewb-matter-search {
  margin-top: 26px;
  width: 268px;
  height: 28px;
  border: 1px solid #d2d2d2;
}

.ewb-matter-search-txt {
  line-height: 28px;
  color: #1080cc;
  margin-left: 10px;
}

.ewb-matter-search-input {
  display: block;
  width: 175px;
  height: 28px;
  line-height: 28px;
  border: 0;
}

.ewb-matter-search-btn {
  display: block;
  width: 40px;
  height: 30px;
  outline: none;
  border: 0;
  margin-right: -1px;
  margin-top: -1px;
  cursor: pointer;
  background: url("../images/pages/matter_search_ico.png") center no-repeat
    #1080cc;
}

.ewb-matter-search-btn:hover {
  background-color: #00adef;
}

/* 表格 */
 .ewb-publicity-tb {
   margin-top: 27px;
   width: 100%;
 }

 .ewb-publicity-th {
   height: 40px;
   font-size: 16px;
   color: #1080cc;
   text-align: center;
   background-color: #e9f2fe;
 }

 .ewb-publicity-th01 {
   width: 247px;
 }

 .ewb-publicity-th02 {
  width: 208px;
}

.ewb-publicity-th03 {
  width: 189px;
}

.ewb-publicity-th04 {
  width: 96px;
}

.ewb-publicity-th05 {
  width:150px;
}

.ewb-publicity-td {
  padding:0 10px;
  text-align: center;
  height: 37px;
  border-bottom: 1px dashed #dcdcdc;
}

.ewb-see {
  display: inline-block;
  width: 74px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  color: #f39800;
  border:1px solid #f39800;
}

.ewb-see:hover {
  color: #fff;
  background-color: #f39800;
}

.ewb-publicity-tr:hover .ewb-publicity-td {
  color: #00adef;
}

/* 页码 */

.ewb-pagination-txt {
    padding-top: 30px;
    line-height: 26px;
}


.ewb-page {
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-left: 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;
    color: #1492ff;
    font-weight: bold;
}

.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;
}