 
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.gray-1{
    color:#999;
}
.gray-2{
    color: #666;
}
.item-color {
    color: #ad2f2b;
}
.black{
    color:#000
}
.red {
    color: red;
}
.white{
    color: white;
}
.font-w600{
    font-weight: 600;
}
.mar-top{
    margin-top: 40px;
}
.mar-bot{
    margin-bottom: 50px;
}
.font-36{
    font-size: 36px;
}
.font-24{
    font-size: 24px;
}
.font-16{
    font-size: 16px;
}
.pointer{
    cursor: pointer;
}
/* 去掉li 的小圆点 */
li {
    list-style: none
}
body{
    background: white;
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-jcenter{
    display: flex;
    justify-content: center;
}
.eill-word{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-bg{
    height: 430px;
    background-image: url('./img/swbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    padding-bottom: 65px;
    position: relative;
    }
    .swlink{
        position: absolute;
        top: 40px;
        left: 18vw;
    }
    .top-content{
        text-align: center;
        width: 80%;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    

.focus{
    position: relative;
    width: 40vw;
    height: 373px;
    overflow: hidden;
}
.focus ul{
    position: absolute; 
    top: 0;
    left: 0;
}
.focus ul li{
    float: left;
}
.focus ul li img {
    width: 40vw;
    height: 373px;
}

.circle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}
 
.circle li {
    float: left;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin: 0 3px;
    border-radius: 50%;
    /*鼠标经过显示小手*/
    cursor: pointer;
}
 
 .circle .current{
    background-color: #ad2f2b;
    border: 2px solid #ad2f2b;
}
.tag-title{
    height: 58px;
    width: 100%;
    text-align: right;
    line-height: 58px;
    background-size: cover;
    background-repeat: no-repeat;
}
.swq4 {
    background-image: url('./img/53693d3b5a57a706824edee3fb8483b9.png');
}
.swq5 {
    background-image: url('./img/53693d3b5a57a706824edee3fb8483b5.png');
}
.swq6 {
    background-image: url('./img/53693d3b5a57a706824edee3fb8483b6.png');
}
.swq7 {
    background-image: url('./img/53693d3b5a57a706824edee3fb8483b7.png');
}
.more{
    color: #333;
}
.line{
    border-bottom: 1px solid rgba(173, 47, 43, 0.5);
}
.time{
    width: 100px;
    margin-left: 10px;
    text-align: center;
}
.tag-content{
    min-height: 324px;
}
.tag-content li{
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 36px;
}
.tag-content li::marker {
    color: rgba(173, 47, 43, 0.5);
}
.tag-parallelogram-title {
    background: #ad2f2b;
    color: white;
    padding: 0px 15px;
    transform: skew(-20deg);
    margin-left: 7px;
    height: 35px;
}
.tag-parallelogram-title div {
    transform: skew(20deg);
}
.bg-bottom{
    background-image: url("./img/e1fad0edcd51f52bb0478db48ff57683.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}
.foot{
    padding: 30px 0;
    background: #ad2f2b;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
}
.foot-img {
    display: flex;
}
.foot-img div{
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* text-align: center; */
}