@charset "UTF-8";

/* start 公共的 */
html,
body {
    min-height: 100%;
    margin: 0;
}

.main {
    width: 100%;
    margin: 0 auto;
}

.jz700 {
    width: 700px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.titAll,
.titYi,
.titEr,
.titErMax {
    font-size: 28px;
    color: #333;
    line-height: 36px;
}

/* .titYi {
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
} */

.titEr {
    height: 28px;
    font-size: 28px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #343434;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 29px;
}

.titErMax {
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input:-moz-placeholder {
    color: #bbb;
}

input::-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

textarea::-webkit-input-placeholder {
    color: #bbb;
}

textarea:-moz-placeholder {
    color: #bbb;
}

textarea::-moz-placeholder {
    color: #bbb;
}

textarea:-ms-input-placeholder {
    color: #bbb;
}

/* end 公共的 */
.secation{
    width: 100%;
}
.tab{
    width: 100%;
    height: 90px;
    background: pink;
    margin-bottom: 30px;
}
.live-list  {
    width: 690px;
    height: 564px;
	box-shadow: 0px 3px 15px 1px #F0F0F0;
    border-radius: 10px;
    margin: 0 auto;
}

.live-list .pic {
    width: 690px;
	height: 345px;
	border-radius: 10px;
    position: relative;
	overflow: hidden;
}

.live-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.live-list .char {
	padding: 31px 27px 0 29px;
}
.live-list .char .titYi{
    height: 80px;
    font-size: 30px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.live-list .char .ts{
	font-size: 24px;
    font-weight: 500;
	color: #999;
}
.live-list .tagWrap {
	position: absolute;
    top: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 6px;
    overflow: hidden;
}
.tagWrap span {
	float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0 11px;
    line-height: 34px;
	/* background: linear-gradient(0deg, #FD9F2D, #FC6721); */
	border-radius: 6px;
}
.tagWrap .liveo {
   	background: linear-gradient(0deg, #FD9F2D, #FC6721);
}
.tagWrap .liveh {
    background-color:#EC3B9F;
}
.tagWrap .livet {
    background-color: #000000 ;
}
.live-list .tagWrap span i{
    font-size: 20px;
    color: #fff;
	margin-right: 7px;
}
.live-list .tagWrap em {
    font-style: normal;
	float: left;
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 0 11px;
    line-height: 34px;
}
.whiteBottom{
    margin-bottom: 30px;
}
 /* 导航nav start*/
 .topNav {
    width: 750px;
    height: 90px;
    line-height: 90px;
    color: #666666;
    font-size: 30px;
    box-shadow: 0px 3px 15px 1px #F0F0F0;
    margin-bottom: 27px;
}

.topNav .swiper-container {
    padding-left: 30px;
}

.topNav .swiper-slide {
    position: relative;
    width: auto;
    padding: 0 10px;
}

.topNav .swiper-slide.active:after {

}

.topNav {
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #666666;
    font-size: 30px;
}

/* 导航nav end*/