.mainNews {
    padding: 48px 0;
    background-color: #FAF5EA;
}

.swiper-news {
    width: 55%;
    position: relative;
    overflow: hidden;
}

.swiper-news .swiper-slide p {
    width: 100%;
    padding: 15px;
    padding-right: 120px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-news .swiper-slide a {
    color: #fff;
}

.swiper-news .ptbox .inner {
    padding-bottom: 54%;
}

.swiper-news .swiper-pagination {
    left: auto;
    right: 3px;
    width: 120px;
    text-align: right;
}

.swiper-news .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    margin: 0 8px;
}

.swiper-news .swiper-pagination-bullet-active {
    background: #BE0006;
}

.newslist {
    width: 42%;
}

.newslist dl {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 22px;
}

.newslist dt {
    padding-bottom: 15px;
}

.newslist ul {
    margin: 22px 0 5px;
}

.newslist ul li {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.newslist ul li a {
    flex: 1;
    padding-right: 20px;
}

.newslist ul li span {
    color: #999;
}

.newslist .more {
    text-align: right;
    padding-right: 20px;
}

.newslist .more a {
    color: #ac1a1a;
}

.list1 {
    float: left;
    width: calc(33.333% - 26px);
    height: 280px;
    margin-bottom: 10px;
}

.listm {
    margin: 0 39px;
}

.titHd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    font-weight: bold;
    /*margin-bottom: 10px;*/
}

.titHd span{
    display: inline-flex;
    align-items: center;
}
.titHd img{
    width: 32px;
    margin-right: 10px;
}

.titHd .more {
    font-weight: normal;
}

.list1 ul li {
    margin: 8px 0;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.list1 ul li a {
    flex: 1;
    padding-right: 20px;
}

.list1 ul li span {
    color: #999;
}

.list1 ul li:first-child {
    margin-bottom: 12px;
}

.list1 ul li:first-child p {
    height: 3em;
}

.list1 ul li:first-child span {
    color: #999;
}

.list2 ul li:first-child p {
    margin-bottom: 4px;
}

.list3 ul li:first-child {
    padding-bottom: 0;
}

.list3 ul li:first-child p {
    padding-bottom: 6px;
}

#enter{
    margin: 30px 0 20px;
}
#enter .swiper-slide a{
    display: block;
    overflow: hidden;
}
#enter .swiper-slide a:hover img{
    transform: scale(1.05);
}

/*信用查询*/
.fast{
    margin-top: 10px;
    overflow: hidden;
}
.fast li{
    float: left;
}
.fast li span{
    margin: 0 20px;
}
.fast li:last-of-type span{
    display: none;
}