body{
    background: #f8f7f7;
}
.contentAll{
    width: 1100px;
    margin: 0 auto;
}
#wrapper {
	position: relative;
	width: 100%;
    margin-top: 10px;
}
#banner {
	margin: 0px auto;
	position: relative;
	width: 1100px;
	height: 340px;
	overflow: hidden;
}
.imgList {
	position: relative;
	width: 5500px;
	height: 340px;
	overflow: hidden;
}
.imgList li {
	float: left;
	display: inline;
}
.imgList li img{
	width: 1100px;
	height: 340px;
}
.prev, .next {
	position: absolute;
	top: 140px;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity = 20);
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}
.prev:hover,.next:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.infoList {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 30;
}
.infoList li {
	display: none;
}
.indexList {
	position: absolute;
	right: 45%;
	bottom: 10px;
	z-index: 30;
}

.indexList li{
	background: #dddddd;
	height: 5px;
	width: 25px;
    margin-left: 10px;
    float: left;
}
.indexList .indexOn {
	background:black;
}
.contentWrap{
    margin: 28px 0 34px;
}

.leftWrap{
    width: 245px;
}
.rightWrap{
    width: 76%;
}
.liveCalder{
  
}
.liveCalder .liveText{
    background: #42abfb;
    color:#fff;
    padding:0 16px;
    line-height: 64px;
    height: 64px;
}
.liveCalder .liveText em{
    font-size: 20px;
}
.liveCalder .liveText span{
    font-size: 14px;
    cursor: pointer;
}
.liveCalder .liveText span:hover{
   color: #333;
}
.liveCalder .liveCalWrap{
    padding:0px 16px;
    background: #fff;
}
.liveCalder .liveCalWrap li{
    border-bottom: 1px dashed #999999;
    padding:10px 0px;
}
.liveCalder .liveCalWrap li:last-child{
    border-bottom:none;
}
.liveCalder .liveCalWrap li .calTime{
    color:#fd4d3f;
    font-size: 14px;
    padding-bottom:10px;
}
.liveCalder .liveCalWrap li .calCondition{
    padding-top:10px;
}
.liveCalder .liveCalWrap li .calCondition .calLive{
    color:#19bcf9;
    font-size: 14px;
}
.liveCalder .liveCalWrap li .calCondition .calLive .living,
.liveCalder .liveCalWrap li .calCondition .calPerson .beats{
 
    margin-right: 10px;
}
.liveCalder .liveCalWrap li .calCondition .calPerson{
    color:#666666;
}
.courseWrap{
    width: 245px;
}
.courseWrap dd{
    margin-top:20px ;
}
.courseWrap dd .courseTitle{
    text-align: center;
    padding: 10px 0;
}
.courseWrap dd .showpic{
    width: 245px;
}
.funOption a{
    background: #fff;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    margin-right: 18px;
    width: 192px;
    border-radius: 3px;
    cursor: pointer;
}
.funOption a:last-child{
    margin-right: 0;
}
.funOption span img{
    padding: 0 14px 0 40px;
}
.newsList{
    background: #fff;
    margin-top: 14px;
}
.newsList .titleWrap{
    border-bottom: 1px solid #dddddd;
    padding: 20px 30px;
}
.newsList .titleWrap span{
    font-size: 20px;
    color: #222;
    font-weight: 500;
    border-left: 6px solid #019cf9;
    padding-left: 10px;
}
.newsList li{
    padding: 20px 30px;
    cursor: pointer;
}
.newsList li .newsListWrap{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.newsList li .newsListWrap img{
    height: 105px;
    width: 154px;
}
.newsList li .newsListWrap .newsListText{
    width: 598px;
    padding-left: 24px;
}
.newsList li .newsListWrap .newsListText span{
    border-radius: 3px;
    color:#fff;
    padding: 5px 13px;
    display: inline-block;
}
.newsList li .newsListWrap .newsListText .hot{
    background: #da3a24;
}
.newsList li .newsListWrap .newsListText .new{
    background: #0d9cf7;
    margin-left: 14px;
}
.newsList li .newsListWrap .newsListText .recommend{
    background: #fdb1e0;
    margin-left: 14px;
}
.newsList li .newsListWrap .newsListText em{
    font-size: 18px;
    color:#222222
}
.newsList li .newsListWrap .newsListText .newsContent{
    margin: 10px 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:24px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #019cf9;
}
.newsListImg{
    margin-bottom:20px;
}
.newsListImg video{
    width: 100%;
}