.home{
    width: 1200px;
    margin: 0 auto;
}

.home-top{
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}

.home-top-text{
    font-weight: 500;
    font-size: 18px;
    color: #AC845E;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}

.home-top-text>span{
    font-weight: 600;
    font-size: 18px;
    color: #AC845E;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}

.home-top-input{
    width: 180px;
    height: 28px;
    box-sizing: border-box;
    padding: 5px 8px;
    border: 1px solid #757677;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-top-input>input{
    width: calc(100% - 18px);
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.home-top-input>input::placeholder{
    color: rgba(153, 153, 153, 1);
}

.home-top-input>img{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.home-zt{
    width: 100%;
    height: 74px;
    margin-top: 40px;
    /* cursor: pointer; */
}

.home-zt>img{
    width: 100%;
    height: 100%;
}

.home-box{
    width: 1200px;
    height: 408px;
    margin-top: 32px;
    display: flex;
    /* justify-content: space-between; */
}

.home-box-left{
    width: 612px;
    height: 100%;
    margin-right: 30px;
}

.home-box-left-item{
    width: 100%;
    height: 100%;
    position: relative;
}

.home-box-left-item>img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}

.home-box-left-item-title{
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 12px 24px;
}

.home-box-left-item-title>div{
    width: 450px;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

/* 轮播图 start */

.scoll{
    width: 100%;
    height: 100%;
}

.scoll>.el-carousel__container>.el-carousel__arrow--left,.scoll>.el-carousel__container>.el-carousel__arrow--right{
    display: none !important;
}

.scoll>.el-carousel__indicators--horizontal{
    left: unset !important;
    right: 24px !important;
    transform: unset !important;
    bottom: 11px !important;
}

.scoll>.el-carousel__indicators--horizontal>li{
    padding: 0 !important;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    margin-left: 8px;
}

.scoll>.el-carousel__indicators--horizontal>li>.el-carousel__button{
    background-color: transparent !important;
}

.scoll>.el-carousel__indicators--horizontal>.is-active{
    background: #FB124B !important;
}

/* 轮播图 end */

.home-box-right{
    width: 556px;
    height: 100%;
}

.home-box-right-top{
    width: 100%;
    height: 36px;
    background: #F4F5F6;
    display: flex;
}

.home-box-right-top>div{
    width: 128px;
    height: 36px;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    font-style: normal;
}

.home-box-right-top-show{
    color: #FEFFFF !important;
    background: #8A0100;
}

.home-box-right-item-title{
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0px;
    border-bottom: 1px solid #DDDDDD;
}

.home-box-right-item-title-name{
    width: 100%;
    height: 29px;
    font-weight: 500;
    font-size: 20px;
    color: #8A0100;
    line-height: 29px;
    text-align: left;
    font-style: normal;
}

.home-box-right-item-title-item{
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.home-box-right-item-title-item>span{
    display: block;
    width: 3px;
    height: 3px;
    margin-right: 8px;
    background: #8A0100;
}

.home-box-right-item-title-item>p{
    display: block;
    width: 544px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.home-box-right-item:nth-child(4)>.home-box-right-item-title{
    border: none;
}

.home-zt2{
    width: 100%;
    height: 80px;
}

/* 专题二 start */

.zter{
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.zter>.el-carousel__container>.el-carousel__arrow--left,.zter>.el-carousel__container>.el-carousel__arrow--right{
    display: none !important;
}

.zter-box-left-item{
    width: 100%;
    height: 100%;
}

.zter-box-left-item>img{
    width: 100%;
    height: 100%;
}


.zter>.el-carousel__indicators--horizontal{
    left: unset !important;
    right: 8px !important;
    transform: unset !important;
    bottom: 5px !important;
}

.zter>.el-carousel__indicators--horizontal>li{
    padding: 0 !important;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .6);
    margin-left: 2px;
}

.zter>.el-carousel__indicators--horizontal>li>.el-carousel__button{
    background-color: transparent !important;
}

.zter>.el-carousel__indicators--horizontal>.is-active{
    background: rgba(226, 49, 0, 1) !important;
}

/* 专题二 end */

/* 专题一 start */

.zter1{
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.zter1>.el-carousel__container>.el-carousel__arrow--left,.zter1>.el-carousel__container>.el-carousel__arrow--right{
    display: none !important;
}

.zter1-box-left-item{
    width: 100%;
    height: 100%;
}

.zter1-box-left-item>img{
    width: 100%;
    height: 100%;
}

/* 指示器 */
.zter1>.el-carousel__indicators--horizontal{
    left: unset !important;
    right: 8px !important;
    transform: unset !important;
    bottom: 5px !important;
    display: none;
}

.zter1>.el-carousel__indicators--horizontal>li{
    padding: 0 !important;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .6);
    margin-left: 2px;
}

.zter1>.el-carousel__indicators--horizontal>li>.el-carousel__button{
    background-color: transparent !important;
}

.zter1>.el-carousel__indicators--horizontal>.is-active{
    background: rgba(226, 49, 0, 1) !important;
}

/* 专题一 end */

.home-list{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.home-list-item{
    width: 380px;
    height: 216px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 15px;
}

.home-list-item:nth-child(3n){
    margin-right: 0px;
}

.home-list-item-title{
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(213, 214, 215, 1);
}

.home-list-item-title-yi{
    width: auto;
    font-weight: 600;
    font-size: 22px;
    color: #8A0100;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    box-sizing: border-box;
    padding: 6px 0px;
    border-bottom: 2px solid rgba(138, 1, 0, 1);
}

.home-list-item-item{
    width: 100%;
    height: 24px;
    cursor: pointer;
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.home-list-item-item>span{
    width: 3px;
    height: 3px;
    background: #8A0100;
    margin-right: 8px;
}

.home-list-item-item>div{
    width: 367px;
    height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.home-list-item-title-er{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    text-align: right;
    font-style: normal;
    cursor: pointer;
}

.home-list-item1{
    width: 100%;
}

.home-video{
    width: 100%;
    margin-top: 0px;
}

.home-video-list{
    width: 100%;
    /* height: 154px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
}

.home-video-list-item{
    width: 216px;
    height: 100%;
    margin-right: 30px;
}

.home-video-list-item:nth-child(5){
    margin-right: 0px;
}

.home-video-list-item>img{
    width: 100%;
    height: 122px;
}

.home-video-list-item>div{
    width: 216px;
    height: 32px;
    background: #D8D8D8;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    box-sizing: border-box;
    padding: 0 20px;
}

.home-video-list-item>div>span{
    display: block;
    width: 80px;
    height: 100%;
    overflow: hidden;
}

.home-xx{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.home-xx-left{
    width: 612px;
}

.home-xx-left-title{
    width: 100%;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 22px;
    color: #8A0100;
    line-height: 29px;
    text-align: left;
    font-style: normal;
}

.home-xx-left-box{
    width: 612px;
    height: 210px;
    background: #F4F5F6;
    box-sizing: border-box;
    padding: 16px;
}

.home-xx-left-box-item{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    margin-top: 18px;
}

.home-xx-left-box-item:nth-child(1){
    margin-top: 0px;
}

.home-xx-left-box-item>span{
    width: 3px;
    height: 3px;
    background: #8A0100;
}

.home-xx-left-box-item>div{
    width: 570px;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 29px;
    text-align: left;
    font-style: normal;
}

.home-xx-right{
    width: 558px;
}

.home-jb{
    width: 1200px;
    margin-top: 24px;
}

.home-jb-box{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 16px;
}

.home-jb-box1{
    width: 328px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-jb-box1>div{
    width: 156px;
    height: 44px;
    background: #8A0100;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #FEFFFF;
    line-height: 44px;
    font-style: normal;
    margin-top: 16px;
}

.home-jb-box1>div>img{
    width: 30px;
    height: 30px;
    /* margin-right: 12px; */
}

.home-jb-box2{
    width: 352px;
    height: 104px;
    overflow: hidden;
}

.home-jb-box2-item{
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    /* cursor: pointer; */
    margin-top: 16px;
}

.home-jb-box2-item:nth-child(1){
    margin-top: 0px;
}

.home-jb-box2-item>img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.home-jb-box3{
    width: 289px;
    height: 104px;
    /* cursor: pointer; */
}

.home-jb-box1>div:nth-child(1){
    margin-top: 0px;
}

.home-jb-box1>div:nth-child(2){
    margin-top: 0px;
}

.home-jb-box4{
    width: 208px;
    height: 104px;
    /* cursor: pointer; */
}