*{
    margin: 0px;
    padding: 0;
    list-style: none;
    font-family: normal !important;
}
.pc{
    min-width: 1200px;
}
.mobile{
    width: 100%;
}
.topview{
    display: flex;
    align-items: center;
    justify-content: center;
}
.topview img{
    width: 100%;
    height: auto;
}
.swiperbox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.swleft{
    width: 600px;
    height: 450px;
}
.box{
    width: 1200px;
    margin: 0 auto;
}
.swright{
    width: calc(100% - 600px - 40px);
    height: 450px;
    margin-left: 40px;
}
.wz{
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    white-space: nowrap; /* 防止文本换行 */
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
}
.wz p{
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    white-space: nowrap; /* 防止文本换行 */
}
.wz span{
    font-size: 16px;
}
.unline{
    text-decoration: none !important;
}
.simg{
    width: 100%;
    height: 370px;
}
.swiper-pagination-bullet-active{
    background: #C7301E !important;
}
.toptitle{
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c2c2c2;
    box-sizing: border-box;
}
.titleleft{
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleleft div{
    width: 165px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    text-align: center;
    background: #f9f9f9;
    cursor: pointer;
    color: #C7301E;
}
.tac{
    background: #C7301E !important;
    color: #FFFFFF !important;
}
.titleright{
    color: #999;
    font-size: 12px;
    cursor: pointer;
}
.newlist{
    width: 100%;
    height: 398px;
    padding-top: 10px;
}
.newlist div{
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    white-space: nowrap; /* 防止文本换行 */
    height: 48px;
    line-height: 48px;
    background: url(../image/dot.png) no-repeat left -18px;
    padding-left: 25px;
    cursor: pointer;
}
.newlist div p{
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    white-space: nowrap; /* 防止文本换行 */
    font-size: 16px !important;
    text-align: left !important;
}
.newlist div p span{
    font-size: 16px !important;
}
.newlist div:hover{
    color: #f90606;
    background: url(../image/dot.png) no-repeat left 21px;
    text-decoration: underline;
}
.newlist div:hover *{
    color: #f90606 !important;
}
.imgbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.imgbox img{
    width: 270px;
}
.list2box{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listbox{
    width: 100%;
}
.listitem{
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    white-space: nowrap; /* 防止文本换行 */
    line-height: 50px;
    padding-left: 25px;
    position: relative;
    color: #333333;
    cursor: pointer;
}
.listitem p{
    text-align: left !important;
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    white-space: nowrap; /* 防止文本换行 */
}
.listitem p:not(:first-child){
    display: none;
}
.listitem p span{
    font-size: 16px !important;
}
.listitem:hover p span{
    color: #f90606 !important;
    text-decoration: underline;
}
.listitem:hover:after{
    background: #f90606;
}
.listitem:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #e1e1e1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.listtitle,.titlediv{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titlediv{

}
.listtitle a{
    text-decoration: none;
    color: #999;
}
.titlediv a{
    color: #999;
    text-decoration: none;
}
.listtitle a:hover,.titleright:hover,.titlediv a:hover{
    color: #9d0a0f;
    text-decoration: underline !important;
}
.listtitle div,.b3title{
    font-size: 28px;
    color: #9d0a0f;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.b3title{
    text-align: center;
}
.box3{
    margin-top: 40px;
}
.b3list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.b3list .item{
    width: 270px;
}
.b3list .item img{
    width: 100%;
    height: auto;
}
.b3list .item div{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}
.fotter{
    border-top: 5px solid #c12125;
    background: #f1f1f1;
    height: 56px;
    margin-top: 100px;
}
.mobile .topview{
    margin-top: 88px;
}
.mobile .box{
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
}
.mobile .swiperbox{
    margin-top: 0;
}
.mobile .swiperbox,.mobile .b3list,.mobile .list2box{
    flex-wrap: wrap;
}
.mobile .swleft,.mobile .swright,.mobile .b3list .item,.mobile .listbox{
    width: 100%;
}
.mobile .b3list .item,.mobile .listbox{
    margin-bottom: 30px;
}
.mobile .b3list .item div,.listtitle, .titlediv{
    font-size: 28px;
}
.mobile .wz{
    font-size: 24px;
}
.mobile .swright{
    margin-left: 0;
    margin-top: 30px;
}
.mobile .newlist div p span{
    font-size: 28px !important;
}
.mobile .titleleft div{
    font-size: 30px;
}
.mobile .imgbox{
    display: none;
}
.mobile .listitem p span{
    font-size: 28px !important;
}