@charset "utf-8";

/* css document */


/*轮播图*/

.slider {
	width: 100%;
	min-width: 1280px;
	height: 350px;
	float: left;
	margin-top: -3px;
	position: relative;
	z-index: -1;
}


/*直播列表*/

.live {
	width: 100%;
	min-width: 1280px;
	float: left;
	background: #f4f4f4;
}

.live .live-list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.live .live-list .title {
	width: 100%;
}

.live .live-list .title h1 {
	font-size: 22px;
	color: #eb5255;
	float: left;
	padding: 25px 0 00px 11px;
}

.live .live-list .title span {
	float: right;
	font-size: 14px;
	color: #777;
	font-family: "宋体";
	padding: 35px 0 20px 0;
}

.live .live-list .title span a {
	font-size: 14px;
	color: #777;
	font-family: "宋体";
}

.live .live-list .title span a:hover {
	color: #e82045;
}

.live .live-list .list {
	width: 100%;
	float: left;
}

.live .live-list .list ul {
	float: left;
	margin-bottom: 40px;
	margin-left: -20px;
	margin-top:-10px;
}

.live .live-list .list ul li {
	width: 283px;
	height: 255px;
	float: left;
	margin-left: 20px;
	border:1px solid transparent;
}

.live .live-list .list ul li .pic {
	width: 265px;
	height: 148px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 10px;
}

.live .live-list .list ul li .pic img {
	width: 265px;
	height: 148px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.live .live-list .list>ul>li>div {
	overflow: hidden;
}

.live .live-list .list>ul>li>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.live .live-list .list ul li .mask {
	width: 265px;
	height: 30px;
	background: #000;
	opacity: 0.66;
	float: left;
	position: relative;
	margin-top: -40px;
	z-index: 1;
	margin-left: 10px;
}

.live .live-list .list ul li dl {
	width: 265px;
	float: left;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	line-height: 30px;
	margin-left: 10px;
}

.live .live-list .list ul li dl dd {
	float: left;
	font-size: 14px;
	color: #fff;
}

.live .live-list .list ul li dl dd.left {
	width: 67px;
	height: 30px;
	background: #ff6000;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.live .live-list .list ul li dl dd.left.yg {
	background: #00c0ff;
}

.live .live-list .list ul li dl dd.right {
	float: right;
	padding-right: 10px;
	font-family: "宋体";
	font-size: 14px;
}

.live .live-list .list ul li dl dd.right.yg a {
	font-size: 12px;
}

.live .live-list .list ul li dl dd.right a {
	font-family: "宋体";
	font-size: 14px;
	color: #fff;
}

.live .live-list .list ul li dl dd.right a:hover {
 text-decoration: underline;
}

.live .live-list .list ul li p {
	width: 265px;
	height: 60px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	float: left;
	padding-left: 10px;
}

.live .live-list .list ul li p a {
	font-size: 16px;
	color: #000;
}

.live .live-list .list ul li p a:hover {
	color: #e82045;
}

.live .live-list .list ul li span {
	width: 265px;
	float: left;
	font-size: 14px;
	color: #777;
	padding-left: 10px;
}

.live .live-list .list ul li span i {
	font-style: normal;
}

.live .live-list .list ul li span i.name {
	float: left;
}

.live .live-list .list ul li span i.school {
	float: right;
}

.live .live-list .list ul li:hover {
	background: #fff;
	box-shadow: 0px 0px 10px #a7a7a7;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
	cursor: pointer;
	border:1px solid #a7a7a7;
}


/*直播板块*/

.palate {
	width: 100%;
	min-width: 1280px;
	float: left;
}

.palate .palate-list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.palate .palate-list .title {
	width: 100%;
}

.palate .palate-list .title h1 {
	font-size: 22px;
	color: #000;
	float: left;
	padding: 30px 0 16px 0;
}

.palate .palate-list .title span {
	float: right;
	font-size: 14px;
	color: #777;
	font-family: "宋体";
	padding: 35px 0 20px 0;
}

.palate .palate-list .title span a {
	font-size: 14px;
	color: #777;
	font-family: "宋体";
}

.palate .palate-list .title span a:hover {
	color: #e82045;
}

.palate .palate-list .list {
	width: 100%;
	float: left;
}

.palate .palate-list .list ul {
	float: left;
	margin-bottom: 40px;
	margin-left: -20px;
}

.palate .palate-list .list ul li {
	width: 283px;
	height: 255px;
	float: left;
	margin-left: 20px;
	border:1px solid transparent;
}

.palate .palate-list .list ul li .pic {
	width: 265px;
	height: 148px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 10px;
}

.palate .palate-list .list ul li .pic img {
	width: 265px;
	height: 148px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.palate .palate-list .list>ul>li>div {
	overflow: hidden;
}

.palate .palate-list .list>ul>li>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.palate .palate-list .list ul li .mask {
	width: 265px;
	height: 30px;
	background: #000;
	opacity: 0.66;
	float: left;
	position: relative;
	margin-top: -40px;
	z-index: 1;
	margin-left: 10px;
}

.palate .palate-list .list ul li dl {
	width: 265px;
	float: left;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	line-height: 30px;
	margin-left: 10px;
}

.palate .palate-list .list ul li dl dd {
	float: left;
	font-size: 14px;
	color: #fff;
}

.palate .palate-list .list ul li dl dd.left {
	width: 67px;
	height: 30px;
	background: #ff6000;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.palate .palate-list .list ul li dl dd.left.yg {
	background: #00c0ff;
}

.palate .palate-list .list ul li dl dd.right {
	float: right;
	padding-right: 10px;
	font-family: "宋体";
	font-size: 14px;
}

.palate .palate-list .list ul li dl dd.right.yg a {
	font-size: 12px;
}

.palate .palate-list .list ul li dl dd.right a {
	font-family: "宋体";
	font-size: 14px;
	color: #fff;
}

.palate .palate-list .list ul li dl dd.right a:hover {
	text-decoration: underline;
}

.palate .palate-list .list ul li p {
	width: 265px;
	height: 60px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	float: left;
	padding-left: 10px;
	margin-top:-5px;
}

.palate .palate-list .list ul li p a {
	font-size: 16px;
	color: #000;
}

.palate .palate-list .list ul li p a:hover {
	color: #e82045;
}

.palate .palate-list .list ul li span {
	width: 265px;
	float: left;
	font-size: 14px;
	color: #777;
	padding-left: 10px;
}

.palate .palate-list .list ul li span i {
	font-style: normal;
}

.palate .palate-list .list ul li span i.name {
	float: left;
}

.palate .palate-list .list ul li span i.school {
	float: right;
}

.palate .palate-list .list ul li:hover {
	background: #fff;
	box-shadow: 0px 0px 10px #a7a7a7;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	border:1px solid #a7a7a7;
}






.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

.successlunbo {
    width: 900px;
    margin:0 auto 45px;
}
/* sildes css begin */

.control {
    width: 757px;
    height: 600px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    width: 757px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 757px;
    height: 600px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    max-width: 757px;
    max-height: 600px;
    width: expression(this.width > 757 && this.width > this.height ? 600: true);
    height: expression(this.height >757 ? 600: true);
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.ssprev span,
.ssnext span {
    display: none;
}
.ssprev {
    left: 0;
    /* background: url(../images/arrows_01.png) no-repeat; */
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
.ssnext {
    right: 0;
    /* background: url(../images/arrows_02.png) no-repeat; */
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.pageClass a span {
    display: none
}
.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.thumbWrap {
    width: 145px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0d0d0d;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 516px;
    margin: 45px auto 0;
    overflow: hidden;
    position: relative;
    width: 134px;
}
.thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 13px;
    padding-left: 10px;
    text-align: center;
    width: 127px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 127px;
    height: 92px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    max-width: 127px;
    max-height: 92px;
    width: expression(this.width > 127 && this.width > this.height ? 127: true);
    height: expression(this.height >89 ? 89: true);
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur {}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 25px;
    top: 15px;
    /* background: url(../images/sprev.png) no-repeat; */
}
.thumbNext {
    left: 25px;
    bottom: 10px;
    /* background: url(../images/snext.png) no-repeat; */
}