.bgImage {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.mainConten {
    margin: 60px auto 20px auto;
    width: 1216px;
}

.mainConten .listBox {
    width: 100%;
    height: 325px;
    margin-bottom: 30px;
    display: flex;
}

.listBox .list-title-box {
    width: 288px;
    height: 325px;
    padding: 38px 0px 0px 35px;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.listBox .list-title-box .list-title-bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.listBox:nth-child(1) .list-title-box {
    background: linear-gradient(-54deg, #36C2FF, #029CFF);
}

.listBox:nth-child(2) .list-title-box {
    background: linear-gradient(-54deg, #F6AD3F, #F4AA3A);
}

.listBox:nth-child(3) .list-title-box {
    background: linear-gradient(-54deg, #5468DC, #3B57DC);
}

.listBox:nth-child(4) .list-title-box {
    background: linear-gradient(0deg, #F24A49, #F66260);
}

.listBox:nth-child(5) .list-title-box {
    background: linear-gradient(0deg, #026DFF, #6894FB);
}

.listBox .list-title {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.listBox .list-subTitle {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 18px 0px 28px 0px;
}

.listBox .list-subTitle span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 5px 2px 5px;
}

.listBox .list-link {
    width: 24px;
    height: 24px;
    background: url('/jrfw/anhui/chizhou/images/link-c93b2de0c1508699d5f8fb345776b51a.png') no-repeat center center;
    cursor: pointer;
}

.listBox .list-title-box:hover .list-link {
    background: url('/jrfw/anhui/chizhou/images/linkHover-680199a8392ad29b4b02840bf1116f84.png') no-repeat center center;
}

.swiper-slide .swiper-item-box {
    width: 288px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    margin: 0px 8px 0px 8px;
    padding-top: 20px;
    box-sizing: border-box;
}

.swiper-slide .swiper-item-box:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}
.swiper-slide .swiper-item-box .swiper-item-yinhang{
	text-align: center;
	margin-bottom: 10px;
}
.swiper-item-title {
    width: 144px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0 auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.swiper-item-icon{
    overflow: hidden;
    width: 150px;
    height: 50px;
    margin: 0px auto 8px auto;
    text-align: center;
}

.swiper-item-icon img {
    width: 100%;
    vertical-align: middle;
}
.swiper-item-rate{
    text-align: center;
    font-size: 34px;
    color: #B90E10;
}

.swiper-item-rate span{
    font-size: 16px;
}

.swiper-item-rate label{
    margin: 0px 10px;
}

.swiper-item-text{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #7A7A7A;
    margin: 10px 0px 15px 0px;
}
.swiper-item-informations{
    display: flex;
    margin: 0px 22px 20px 24px;
}

.swiper-item-informations div{
    width: 50%;
    text-align: center;
}

.swiper-item-informations div:nth-child(1){
    border-right: 1px solid #bbb;
}

.swiper-item-informations span{
    font-size: 14px;
    color: #b6141a;
    line-height: 24px;
}

.swiper-item-informations label {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
}

.swiper-item-btn {
    width: 242px;
    height: 42px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    border: 1px solid #BA0E10;
    color: #BA0E10;
    cursor: pointer;
}

.swiper-item-btn:hover {
    background: #C51214;
    color: #FFFFFF;
}

.no-data {
    width: 928px;
    height: 325px;
    line-height: 325px;
    text-align: center;
    font-size: 40px;
    color: #999;
    font-weight: bold;
    display: none;
}