@charset "UTF-8";

.make h1 {
    display: inline-block;
}

.make_tit {
    text-align: center;
}

.make_tit span {
    display: block;
    margin: auto;
    width: 30px;
    height: 3px;
    background-color: #CB0009;
    margin-top: 10px;
}

.make_tit:hover span {
    width: 100px;
}

.make_inner {
    padding: 40px 130px 35px 130px;
    box-shadow: 0 0 15px #EFEFEF;
    position: relative;
    top: -80px;
    background-color: #fff;
}

#make .swiper-slide {
    text-align: center;
}

#make .swiper-slide h6 {
    margin-top: 20px;
}

.make_banner .swiper-button-prev,
.make_banner .swiper-button-next {
    width: 32px;
    height: 140px;
    margin-top: -35px;
}

.make_banner .swiper-button-prev {
    background: url('../images/index/pre.jpg');
    left: 50px;
}

.make_banner .swiper-button-next {
    background: url('../images/index/next.jpg');
    right: 50px;
}

/* #make {
    padding-top: 50px;
    padding-bottom: 50px;
} */



.more {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: #CB0009;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.more:hover {
    background-color: #992127;
}

.flow_inner {
    height: 370px;
    background: url("../images/index/list5.jpg") no-repeat center;
    display: flex;
    align-items: center;
}

.flow_text {
    width: 70%;
    margin: auto;
}

.flow_text h4 {
    line-height: 30px;
}

.flow_text a {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.flow_text a i {
    font-size: 30px;
    position: relative;
    top: 0;
}

.flow_text a:hover i {
    top: 15px;
}

.news_list ul {
    display: flex;
    border: 1px solid #EEEEEE;
}

.news_list ul li {
    width: 33.33%;
    border-right: 1px solid #EEEEEE;
}

.news_list ul li:nth-child(3) {
    border-right: none;

}

.auction_list ul {
    display: flex;
    flex-wrap: wrap;
}

.auction_list ul li {
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #EFEFEF;
}

.auction_list ul li:nth-child(4n) {
    margin-right: 0;
}

.auction_img img {
    width: 100%;
}

.auction_text {
    padding: 10px;
}

.auction_tit a {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.auction_subtit a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.auction_santit {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.auction_tit h4 {
    max-width: 75%;
    line-height: 16px;
    height: 16px;
}

.auction_tit span {
    border: 1px solid #CB0009;
    color: #CB0009;
    padding: 0 5px;
    margin-left: 10px;
}

.auction_santit i {
    font-size: 20px;
}

.news_tit {
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.news_tit h4 {
    margin-bottom: 10px;
}

.news_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.news_item a em {
    display: inline-block;
    width: 10%;
}

.news_item_rt {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid transparent;

}

.news_conts {
    padding: 5px 20px;
}

.news_item_rt p {
    width: 70%;
    font-family: '宋体';
    height: 12px;
    line-height: 12px;
}

.news_item a span {
    font-family: '宋体';
}

.news_item a:hover .news_item_rt {
    border-bottom: 1px solid #CB0009;
}

.news_item a:hover p,
.news_item a:hover span {
    color: #CB0009;
}