/**!
 * 新疆政务服务网
 * 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-classify-head {
  height: 60px;
  background-color: #0a92da;
}

.ewb-classify-items {
  padding-top: 9px;
  margin-left: 12px;
}

.ewb-classify-items > li {
  position: relative;
  float: left;
  width: 129px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-top: 2px solid transparent;
}

.ewb-classify-items > li > a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.ewb-classify-ico {
  position: absolute;
  top: 0;
  display: none;
  width: 9px;
  height: 51px;
  background-position: left top;
  background-repeat: no-repeat;
}

.ewb-classify-ico01 {
  left: -9px;
  background-image: url("../images/pages/classify_ico_left.png");
}

.ewb-classify-ico02 {
  right: -9px;
  background-image: url("../images/pages/classify_ico_right.png");
}

.ewb-classify-items > li.current {
  background-color: #f9f9f9;
  border-color: #00adef;
}

.ewb-classify-items > li.current .ewb-classify-ico {
  display: block;
}

.ewb-classify-items > li.current > a {
  color: #1080cc;
}

.ewb-classify-body {
  min-height: 696px;
  padding-bottom: 20px;
  border: 1px solid #dfebf8;
  background-color: #f9f9f9;
  border-top: 0;
}

/* 主题分类 */
.ewb-theme-items {
  margin-left: 16px;
  margin-right: 10px;
  padding-top: 4px;
}
 
.ewb-theme-items>li {
  float:left;
  margin-right: 10px;
  margin-top: 10px;
}

.ewb-theme-items>li>a {
  display: block;
  border:1px solid #1697dc;
  width: 115px;
  height: 93px;
  color: #1080cc;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  line-height: 38px;
  text-align: center;
  background-color: #e9f2fe;
}

.ewb-theme-ico {
  display: block;
  width: 42px;
  height: 42px;
  margin: 12px auto 0;
  background-image: url("../images/pages/catalog_ico.png");
  background-repeat: no-repeat;
}

 
.ewb-theme01 {
  background-position: 0 0;
}

.ewb-theme02 {
  background-position: -125px 0;
}

.ewb-theme03 {
  background-position: 0 -106px;
}

.ewb-theme04 {
  background-position: -125px -106px;
}

.ewb-theme05 {
  background-position: 0 -212px;
}

.ewb-theme06 {
  background-position: -125px -212px;
}

.ewb-theme07 {
  background-position: 0 -317px;
}

.ewb-theme08 {
  background-position: -125px -317px;
}
.ewb-theme09 {
  background-position: 0 -422px;
}

.ewb-theme10 {
  background-position: -125px -422px;
}

.ewb-theme11 {
  background-position: 0 -525px;
}


.ewb-theme-items>li>a:hover {
  color: #fff;
  background-color: #1080cc;
}
.ewb-theme-items>li>a:hover .ewb-theme-ico {
  background-image: url("../images/pages/catalog_ico_bg.png");
}

/* 右侧 */

.ewb-list-right {
  min-height: 755px;
  padding-bottom: 20px;
  border: 1px solid #dfebf8;
}

.ewb-top-title {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
}

.ewb-line-ico {
  margin-left: -1px;
  display: block;
  width: 11px;
  height: 27px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1080cc;
}

.ewb-line-name {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}
 

.ewb-matter-search {
  margin-right: 20px;
  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-specific-matters {
  margin: 10px 20px 0;
}

.ewb-matters-list>li:first-child {
  margin-top: 28px;
}

.ewb-specific-txt {
 position: relative;
   padding:10px 40px 14px;
  background: url("../images/pages/specific_ico.png") 13px 15px no-repeat #f4f9fd;
}

.ewb-specific-txt>a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 251px;
}


.ewb-specific-btn {
    display: block;
    position: absolute;
    right:6px;
    top:8px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    cursor: pointer;
    background: url("../images/pages/specific_btn_down.png") center no-repeat;
}

.ewb-specific-btn.active {
    background-image: url("../images/pages/specific_btn_up.png"); 
}

.ewb-specific-info {
    border:1px solid #d4e3f7;
    border-top:0;
    background-color: #fff;
    overflow: hidden;
}

.ewb-specific-items>li {
    vertical-align: top;
    border-bottom: 1px dashed #dcdcdc;
}

.ewb-specific-items>li:last-child {
    border-bottom: 0;
}

.ewb-guide-wrap {
    position: relative;
    margin: 8px 10px;
    padding: 5px 0;
    border: 1px solid transparent;
}

.ewb-guide-link {
    margin: 2px 260px 0 11px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 13px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/pages/specific_dot.png") left center no-repeat;
}

.ewb-guide-intro {
    line-height: 32px;
    margin-left: 26px;
    color: #999;
}

.ewb-specific-items>li:hover {
    border-color: transparent;
}

.ewb-specific-items>li:hover .ewb-guide-wrap {
    border: 1px solid #d7e1e8;  
    box-shadow: 0 0 10px #d7e1e8;
}

 

.ewb-hide {
    display: none;
}

.ewb-specific-txt>.ewb-guide-intro {
    margin-left: 0;
}

 

/* 页码 */

.ewb-pagination-txt {
    margin-left: 20px;
    padding-top: 30px;
    line-height: 26px;
}


.ewb-page {
    margin-right: 16px;
    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-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;
    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;
}
.ewb-rigths {
    width: 163px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background: #1080cc;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.ewb-menu-hd {
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/listrighthd.jpg) no-repeat;
    border-bottom: solid 1px #fff;
}
