/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */
 
 

  .ewb-page-main {
     padding-left:0;
     padding-right:0;
     /* min-height: 603px; */
	 border:none;
	 overflow: auto;
 }
 
 .ewb-tab-head {
    height: 50px;
    border-bottom: 1px solid #9ac9f2;
}


 .ewb-tabhead-items>li {
     float:left;
     width: 197px;
     margin-left: 2px;
 }

 .ewb-tabhead-items>li:first-child {
     margin-left: 0;
 }
 
 
 .ewb-tabhead-items>li>a {
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
     display: block;
     text-align: center;
     line-height: 50px;
     font-size: 18px;
     color: #0e6aba;
     background-color: #dcebf9;
 }

 .ewb-tabhead-items>li.current>a {
     font-weight: bold;
     color: #fff;
     background-color: #1973c2;
 }

 .ewb-basic-title {
     padding-top: 21px;
     height: 54px;
     line-height: 54px;
     text-align: center;
     font-size: 16px;
     font-weight: bold;
 }

 .ewb-basic-tb {
     width: 1060px;
     margin:0 auto;
     table-layout: fixed;
 }


 .ewb-basic-tb td {
     border:1px solid #dcdcdc;
     height: 38px;
     padding:5px 5px 5px 29px;
     font-size: 15px;
 }

 .ewb-basic-tb td.ewb-tb1 {
     width: 283px;
     padding: 0;
     text-align: center;
     font-weight: bold;
     background-color: #f4f9ff;
 }

.ewb-details {
    padding:0 30px 50px;
}
 
 .ewb-details-title {
    padding: 29px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.ewb-details-sub {
    text-align: center;
    line-height: 30px;
    color: #666;
    background-color: #f3f5f8;
}

.ewb-details-sub>a {
   color: #666;
}

.ewb-details-info {
    padding-top: 20px;
    line-height: 30px;
	padding-left: 10px;
    padding-right: 10px;
}

/*.ewb-details-info>p {
    text-indent: 30px;
}*/