.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.container{
    width: 100%;
    /*min-height: 865px;*/
}
.con-box{
    max-width: 1534px;
    min-width: 1200px;
    width: 82%;
    margin: 0 auto;
}
.con-box .title h3{
    display: inline-block;
    font-size: 20px;
    color: #014099;
    margin: 24px 0;
}
.con-box .title .title-right{
    display: inline-block;
    float: right;
    margin-top: 30px;
    color: #333333;
}
.con-box .title .title-right a{
    color:#333333;
}
.con-box .title .title-right img{
    vertical-align: top;
    height: auto;
}
.con-box .title .title-right span{
    color: #333333;
    margin: 0 5px;
    vertical-align: middle;
}
.con-box .title-line{
    width: 100%;
}
.con-box .conBody{
    margin: 40px 0 60px;
}
.con-box .conBody .charge-list{
    padding: 0 3%;
}
.conBody .charge-list .item{
    display: inline-block;
    width: 45%;
    border-bottom: dashed 1px #d0d0d0;
    padding: 28px 0;
    margin-right: 9.5%;
}
.conBody .charge-list .item:nth-child(2),.conBody .charge-list .item:nth-child(4),.conBody .charge-list .item:nth-child(6),
.conBody .charge-list .item:nth-child(8),.conBody .charge-list .item:nth-child(10),.conBody .charge-list .item:nth-child(12),
.conBody .charge-list .item:nth-child(14),.conBody .charge-list .item:nth-child(16),.conBody .charge-list .item:nth-child(18),
.conBody .charge-list .item:nth-child(20),.conBody .charge-list .item:nth-child(22),.conBody .charge-list .item:nth-child(24)
{
    margin-right: 0!important;
}
.conBody .charge-list img{
    vertical-align: middle;
    height: auto;
}
.conBody .charge-list a{
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conBody .charge-list a:hover{
    text-decoration: underline;
}
.conBody .charge-list span{
    float: right;
    font-size: 14px;
    color: #999999;
}