/**!
 * 吉林监管平台
 * author: wuzhou
 * date:2019-12-12
 */

 .ewb-page-main {
     padding-bottom: 30px;
     min-height: 468px;
     background-color: #fff;
 }


  
.ewb-route {
    padding-left: 15px;
    height: 44px;
    line-height: 44px;
}

.credit-title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    height: 42px;
    line-height: 36px;
    text-align: center;
}

.credit-title:before {
    position: absolute;
    content: "";
    left:50%;
    margin-left: -32px;
    bottom:0;
    width: 65px;
    height: 3px;
    background-color: #003984;
}


.credit-txt {
    text-align: center;
    font-size: 16px;
    line-height: 64px;
}

.credit-items {
    padding-top: 25px;
}

.credit-items>li {
    float:left;
    width: 20%;
    font-size: 20px;
    text-align: center;
}

.credit-items>li>a {
    display: block;
    height: 252px;
}

.credit-items>li>a>span {
    padding-top: 176px;
    display: block;
    line-height: 75px;
}



.credit-items>li.credit1>a {
    background: url("credit_ico1_b.png") center top no-repeat;
}
.credit-items>li.credit1:hover>a{   background: url("credit_ico1h_b.png") center top no-repeat;}


.credit-items>li.credit2>a {
    background: url("credit_ico2_b.png") center top no-repeat;
}

.credit-items>li.credit2:hover>a{   background: url("credit_ico2h_b.png") center top no-repeat;}


.credit-items>li.credit3>a {
    background: url("credit_ico3_b.png") center top no-repeat;
}

.credit-items>li.credit3:hover>a{   background: url("credit_ico3h_b.png") center top no-repeat;}

.credit-items>li.credit4>a {
    background: url("credit_ico4_b.png") center top no-repeat;
}
.credit-items>li.credit4:hover>a{   background: url("credit_ico4h_b.png") center top no-repeat;}


.credit-items>li.credit5>a {
    background: url("credit_ico5_b.png") center top no-repeat;
}

.credit-items>li.credit5:hover>a {
    background-image: url("credit_ico5h_b.png");
}

.credit-txt2 { 
    font-size: 16px;
    line-height: 34px;
	font-weight:bold;
	margin-left:200px;
}