.notice{
    width: 100%;
    background: #FFFFFF;
    font-size: 16px;
}
.notices{
    padding: 15px 0;
    width: 1390px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

.content {
    margin: 40px auto 0 auto;
    background: pink;
    display: flex;
    background: #ffffff;
    justify-content: space-between;
}



.first-news{
    display: flex;
    justify-content: space-between;
}
.first-news {
    margin-right: 25px;
    align-items: center;
}
.first-news img{
    width: 21px;
    height: 20px;

}
.red-color{
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 20px;
    margin-right: 4px;
}
.news-line{
    width:300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-line a:hover{
    color: #306CCE;
}

.con_l {
    background: #FFFFFF;
    padding: 20px 0;
    width: 30%;
}

.con_m {
    background: #FFFFFF;
    padding: 20px 0;
    width: 40%;
}

.con_r {
    background: #FFFFFF;
    padding: 20px 0;
    width: 25%;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.index_title {
    margin-left: 20px;
    font-size: 20px;
    border-left: 5px solid #306CCE;
    padding-left: 20px;
}
table {
    margin: 30px auto;
    /*margin: 0 auto;*/
    border-collapse: collapse;
    width: 92%;
    border: 1px solid #ccc;
    padding: 0 10px;
}
td,
th {
    padding: 23px 10px;
    text-align: center;
    font-size: 16px;
    width: 33%;
}

th {
    background: #F5F5F5;
}

td img {
    width: 20px;
}

.all {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.more {
    color: #306CCE;
    padding-right: 20px;
}

.news {
    width: 92%;
    margin: 0 auto;
}

.new {
    padding: 15px 0;
    background: #fff;
    width: 100%;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
}

.news .new:hover {
    color: #306CCE;
    cursor: pointer;
}
.news .new:hover .newcon {
    color: #306CCE;
}


.newimg {
    width: 30%;
}

.newimg img {
    width: 100%;
    height: 95px;
}
.newtxt {
    width: 66%;
}

.newtitle {
    display: flex;
    justify-content: space-between;
}

.newtitles {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 600;
    width: 64%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newdate {
    font-size: 14px;
    width: 30%;
}

.newcon {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    color: #777;
}


.up {
    padding-bottom: 20px;
    background: #fff;
}

.uotop {
    color: #fff;
    background: #306CCE;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}

.tel {
    height: 40px;
    border: 1px solid #0066ff !important;
    padding-left: 5px !important;
    line-height: 40px;
    width: 92%;
    /*margin-left: 4%;*/
    margin: 20px 4%;
}

textarea {
    width: 92%;
    border: 1px solid #0066ff !important;
    padding: 5px !important;
    margin-left: 4%;
}

.fabu {
    background: #306CCE;
    text-align: center;
    color: #fff;
    margin-left: 35%;
    margin-top: 15px;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
}



.bank-page a:hover {
    text-decoration: none
}

.bank-page li,.bank-page a,.guess .describe {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.bank-page a {
    display: block;
    width: 100%;
    height: 100%
}

.logo-wall {
    width: 100%;
   /* height: 300px;*/
    overflow: hidden;
    min-height: 300px;
    padding: 10px;
}

.logo-wall ul {
    margin-right: -10px;
    overflow: hidden
}

.logo-wall ul li {
    width: 160px;
    height: 87px;
    border-radius: 5px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    border: 1px solid #eee;
    position: relative
}

.logo-wall li .logo-pic {
    height: 30px
}

.logo-wall ul li.logo-more a {
    color: #f7663c;
    line-height: 87px;
    text-align: center;
    font-size: 14px
}

.logo-wall ul li .logo-item {
    width: 142px;
    height: 57px;
    padding: 15px 10px
}

.logo-wall ul li .logo-item .logo-item-outer {
    position: relative;
    z-index: 10
}

.logo-wall .logo-a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.logo-wall .logo-bottom {
    margin-top: 10px;
    height: 18px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden
}

.logo-wall .logo-bottom .logo-credit,.hot-loan .loan-content li .web {
    float: right
}

.logo-wall .logo-bottom .logo-phone,.hot-loan .loan-content li .phone {
    float: left;
    background: url(//hao8.qhimg.com/t01e9cb5a127b784a4f.png) left center no-repeat;
    padding-left: 15px;
    color: #999;
    /*max-width: 85px;*/
    overflow: hidden
}

.logo-wall ul li:hover {
    box-shadow: 1px 4px 7px 0 rgba(0,0,0,.3)
}

.logo-wall .ad-mark {
    display: none;
    right: -1px
}

.logo-wall .show {
    display: block
}