*{
    padding: 0;
    margin: 0;
}
.main-body{
    width: 100%;
    min-height: 100vh;
    background: #F5F5F5;
}
.main-page{
    width: 100%;
}
.nav-box{
    width: 100%;
    height: 80px;
    background: #fff;
}
.nav-inner{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.normal-one{
    padding: 10px 20px;   
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    border-radius: 20px;
    cursor: pointer;
}
.normal-one:hover{
    background: #C21A30;
    color: #fff;
}
.big-inner{
    position: relative;
    z-index: 999;
}
.big-inner p{
    padding: 10px 20px;   
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    border-radius: 20px;
    cursor: pointer;
}
.big-inner:hover p{
    background: #C21A30;
    color: #fff;
}
.big-inner:hover .big-pan{
    display: block;
}
.big-pan{
    position: absolute;
    top: 40px;
    right: 58px;
    padding: 10px;
    display: none;
}
.big-pan-book{
    right: -40px!important;
}
.big-list{
    background: #C21A30;
    padding: 10px 20px;
    width: 120px;
    height: 160px;
    border-radius: 20px;
}
.big-list-book{
    height: 85px;
}
.big-list span{
    width: 90px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFang SC;
    cursor: pointer;
    background: #C21A30;
    color: #fff;
    border-radius: 20px;
    display: block;
    margin: 0 auto 10px;
}
.big-list span:hover{
    background: #fff;
    color: #C21A30;
}
.swiper-container{
    width: 1200px;
    height: 450px;
}
.swiper-banner{
    width: 100%;
    height: 450px;
}
.list-box{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
}
.dynamic-box{
    width: 595px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 10px;
}
.box-title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}
.box-title h2{   
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #C21A30;
    margin-left: 20px;
}
.box-title p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
}
.dynamic-list{
    width: 100%;
    margin-top: 20px;
}
.dynamic-item{
    width: 100%;
    margin-top: 27px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dynamic-item img{
    width: 120px;
    margin-left: 20px;
    height: 120px;
}
.dynamic-right{
    width: 400px;
    height: 120px;
    margin-left: 10px;
}
.dynamic-title{   
    font-size: 18px;
    width: 100%;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.dynamic-content{
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
    height:53px;
    text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.tgucicon{
    position: relative!important;
    top: -3px!important;
    left: 15px;
}
.nav_hover{
    background: red;
   color: #ffffff!important;
}
.dynamic-time{
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 24px;
    color: #999999;
    margin-top: 12px;
}
.title-btns{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title-btns div{
    width: 94px;
    height: 30px;
    background: #C21A30;
    opacity: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    color: #FFFFFF;
    cursor: pointer;
}
.title-btns div img{
    width: 14px;
    margin-right: 5px;
}
.title-btns p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-left: 20px;
    cursor: pointer;
    margin-right: 0;
}
.display-right{
    width: 400px;
    margin-left: 10px;
    margin-top: -9px;
}
.display-title{
    display: flex;
    align-items: center;
}
.display-title p{
    font-size: 16px;
    max-width: 300px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.display-title span{
    display: block;
    width: 60px;
    height: 20px;
    font-size: 12px;
    font-family: PingFang SC;
    text-align: center;
    line-height: 20px;
    border-radius: 0px 3px 3px 0px;
    color: #FFFFFF;
    background: #C21A30;
    position: relative;
    margin-left: 15px;
}
.display-title span::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #C21A30;
    position: absolute;
    top: 0;
    left: -20px;
}
.display-infos{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.display-infos p{    
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 20px;
    color: #999999;
    margin-right: 20px;
}
.display-infos span{
    margin-left: -1px;
}
.display-image{
    width: 56px !important;
    height: 80px !important;
}
.video-list{
    width: 1200px;
    margin: 0 auto;
    height: 360px;
	overflow:hidden;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.video-list-title{
    border-radius: 10px 10px 0 0;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-list-title p{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #C21A30;
    margin-left: 20px;
}
.video-list-title span{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
}
.video-item{
    width: 275px;
    cursor: pointer;
}
.video-item img{
    width: 275px;
    height: 200px;
    display: block;
}
.video-item p{  
    font-size: 18px;
    font-family: PingFang SC;
    line-height: 25px;
    color: #222222;
    text-align: center;
    width: 275px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: 10px;
}
.downing-page{
    width: 1200px;
    margin: 10px auto;
    background: #fff;
    min-height: 730px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    overflow-y: auto;
}
/*.downing-page img{
    width: 200px;
    display: block;
    margin: 0 auto;
}*/
.imageout{
    padding-top: 260px;
}
.downing-page p{  
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-top: 20px;
    text-align: center;
}


.dynamic-page{
    width: 1200px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    margin: 10px auto;
    padding: 30px 20px;
}
.d-title{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 33px;
    color: #C21A30;
}
.d-list{
    width: 100%;
    margin-top: 30px;
}
.d-item{
    display: flex;
    width: 100%;
    align-items: center;
    height: 120px;
    cursor: pointer;
    margin-top: 20px;
}
.d-item img{
    width: 120px;
    height: 120px;
}
.d-detail{
    width: 1000px;
    height: 120px;
    margin-left: 10px;
}
.d-detail p{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.d-detail span{
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}
.d-pages{
    margin: 30px auto;
}
.normal-one a{
    color: #222222;
}
.nav_hover a{
    color: #ffffff!important;
}
.nav_hover a:hover{
    color: #ffffff!important;
}
.normal-one:hover a{
    color: #ffffff!important;
}
.d-content{
    height: 52px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.tolong{
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}