@charset "utf-8";

/* css document */
.main {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 70px;
}

.main .content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.main .content .query {
	width: 1200px;
	height: auto;
	float: left;
	background: #f4f4f4;
	margin-bottom: 10px;
}

.main .content .query .query-main {
	width: 1157px;
	height: auto;
	margin: 0 auto;
}

.main .content .query .query-main ul li {
	width: 1157px;
	border-bottom: 1px dashed #ccc;
	color: #414143;
	line-height: 35px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main .content .query .query-main ul li samp {
	width: 1090px;
	float: left;
}

.main .content .query .query-main ul li samp a {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 7px;
}

.main .content .query .query-main ul li samp a:hover {
	color: #eb5255;
}

.main .content .query .query-main ul li samp a.active {
	display: block;
	height: 22px;
	line-height: 20px;
	background: #eb5255;
	color: #fff;
	border-radius: 25px;
}

.main .content .query .query-main ul li span {
	float: left;
	font-size: 14px;
	padding-right: 20px;
	color: #777;
}

.main .content .list-main {
	width: 1200px;
	height: auto;
	float: left;
}

/*左侧*/
.main .content .list-main .left {
	width: 950px;
	height: auto;
	border-radius: 3px;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
}

.main .content .list-main .left .topp {
	width: 950px;
	height: 40px;
	border-bottom: 1px solid #ccc;
}

.main .content .list-main .left .topp ul {
	width: 835px;
	float: left;
	border-right: 1px solid #ccc;
}

.main .content .list-main .left .topp ul li {
	float: left;
	line-height: 40px;
	font-size: 14px;
	color: #777;
	margin-left: 23px;
	cursor: pointer;
}

.main .content .list-main .left .topp ul li.active {
	border-bottom: 3px solid #e82045;
	line-height: 38px;
	color: #252d30;
}

.main .content .list-main .left .topp .small-page {
	text-align: center;
}

.main .content .list-main .left .topp .small-page .page-nav {
	line-height: 40px;
	display: inline-block;
}

.main .content .list-main .left .topp .small-page .page-nav i {
	font-style: normal;
}

.main .content .list-main .left .topp .small-page .page-nav i.pre {
	float: left;
	font-family: "宋体";
	font-size: 16px;
	color: #777;
	font-weight: bold;
}

.main .content .list-main .left .topp .small-page .page-nav i.pre:hover
	{
	color: #000;
	cursor: pointer;
}

.main .content .list-main .left .topp .small-page .page-nav i.next {
	float: left;
	font-family: "宋体";
	font-size: 16px;
	color: #777;
	font-weight: bold;
}

.main .content .list-main .left .topp .small-page .page-nav i.next:hover
	{
	color: #000;
	cursor: pointer;
}

.main .content .list-main .left .topp .small-page .page-nav span {
	font-family: arial;
	font-size: 14px;
	color: #414143;
	float: left;
	padding: 0px 10px 0 10px;
}

.main .content .list-main .left .topp .small-page .page-nav span a {
	font-family: arial;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.main .content .list-main .left .topp .small-page .page-nav span a.active
	{
	color: #e82045;
}

.main .content .list-main .left .bot {
	float: left;
}

.main .content .list-main .left .bot ul {
	float: left;
	margin-bottom: 60px;
}

.main .content .list-main .left .bot ul li {
	width: 285px;
	height: 275px;
	float: left;
	margin-left: 24px;
	margin-top: 15px;
}

.main .content .list-main .left .bot ul li .pic {
	width: 265px;
	height: 148px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 10px;
}

.main .content .list-main .left .bot ul li .pic img {
	width: 265px;
	height: 148px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main .content .list-main .left .bot>ul>li>div {
	overflow: hidden;
}

.main .content .list-main .left .bot>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;
}

.main .content .list-main .left .bot 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;
}

.main .content .list-main .left .bot ul li dl {
	width: 265px;
	float: left;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	line-height: 30px;
	margin-left: 10px;
}

.main .content .list-main .left .bot ul li dl dd {
	float: left;
	font-size: 14px;
	color: #fff;
}

.main .content .list-main .left .bot ul li dl dd.left-list {
	width: 67px;
	height: 30px;
	background: #ff6000;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.main .content .list-main .left .bot ul li dl dd.left-list.yg {
	background: #00c0ff;
}

.main .content .list-main .left .bot ul li dl dd.right-list {
	float: right;
	padding-right: 10px;
	font-family: "宋体";
	font-size: 14px;
}

.main .content .list-main .left .bot ul li dl dd.right-list.yg a {
	font-size: 12px;
}

.main .content .list-main .left .bot ul li dl dd.right-list a {
	font-family: "宋体";
	font-size: 14px;
	color: #fff;
}

.main .content .list-main .left .bot ul li dl dd.right-list a:hover {
	text-decoration: underline;
}

.main .content .list-main .left .bot ul li p {
	width: 265px;
	height: 21px;
	font-size: 16px;
	color: #000;
	line-height: 21px;
	float: left;
	padding-left: 10px;
}

.main .content .list-main .left .bot ul li p a {
	font-size: 16px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}

.main .content .list-main .left .bot ul li p a:hover {
	color: #e82045;
}

.main .content .list-main .left .bot ul li span {
	width: 265px;
	float: left;
	font-size: 14px;
	color: #777;
	padding-left: 10px;
	margin-top: 40px;
}

.main .content .list-main .left .bot ul li span i {
	font-style: normal;
}

.main .content .list-main .left .bot ul li span i.remind {
	float: right;
	/* width: 120px; */
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #eb5255;
	text-align: center;
	color: #fff;
	font-family: "宋体";
	padding: 0 20px;
}

.main .content .list-main .left .bot ul li span i.un {
	background: gray !important;
}

.main .content .list-main .left .bot ul li span i.un:hover {
	background: gray !important;
}

.main .content .list-main .left .bot ul li span i.remind:hover {
	background: #df4548;
}

.main .content .list-main .left .bot ul li span i.school {
	float: left;
	height: 30px;
	line-height: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 145px;
}

.main .content .list-main .left .bot ul#liveListUl 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;
}

.main .content .list-main .left .bot .line {
	width: 888px;
	height: 1px;
	background: #ccc;
	float: left;
	margin-left: 30px;
}

/*分页管理*/
.main .content .list-main .left .bot .page {
	width: 100%;
	float: left;
}

.main .content .list-main .left .bot .page .pager {
	width: 888px;
	margin: 0 auto;
	text-align: center;
}

.main .content .list-main .left .bot .page .pager .page-nav {
	display: inline-block;
}

.main .content .list-main .left .bot .page .pager .page-nav ul {
	list-style: none;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	height: 40px;
	float: left;
	display: inline-block;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li {
	font-family: Arial;
	cursor: pointer;
	width: 34px;
	height: 34px;
	float: left;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
	color: #6e6e6e;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li:hover
	{
	background: #eb5255;
	border: 1px solid #eb5255;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition: none;
	transition: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.prePage
	{
	width: 36px;
	height: 36px;
	/* background: url(../image/arrow-left.png) no-repeat; */
	border: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.prePage:hover
	{
	/* background: url(../image/arrow-left-hover.png) no-repeat; */
	border: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.omit {
	border: 0px;
	width: 25px;
	background: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.omit:hover
	{
	background: none;
	border: none;
	cursor: auto;
	color: #999;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.nextPage
	{
	/* background: url(../image/arrow-right.png) no-repeat; */
	width: 36px;
	height: 36px;
	border: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.nextPage:hover
	{
	/* background: url(../image/arrow-right-hover.png) no-repeat; */
	border: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.choose
	{
	border: 1px solid #eb5255;
	background: #eb5255;
	color: #fff;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.choose.prePage
	{
	/* background: url(../image/arrow-left-hover.png) no-repeat; */
	border: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.choose.nextPage
	{
	/* background: url(../image/arrow-right-hover.png) no-repeat; */
	border: none;
}

.main .content .list-main .left .bot .page .pager .page-nav a.noborder {
	border: 0px solid #999;
}

.main .content .list-main .left .bot .page .pager .page-nav a .noboder1
	{
	border: 0px solid #999;
	color: #0592ec;
}

.main .content .list-main .left .bot .page .pager .page-nav .gotopage {
	width: auto;
	height: 22px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
	background: none;
}

.main .content .list-main .left .bot .page .pager .page-nav .gotopage:hover
	{
	background: none;
	border: none;
	cursor: auto;
	color: #999;
}

.main .content .list-main .left .bot .page .pager .page-nav .gotopage input
	{
	width: 39px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	text-align: center;
	color: #999;
	font-family: Arial;
	font-size: 14px;
}

.main .content .list-main .left .bot .page .pager .page-nav a.next {
	color: #0592ec;
}

.main .content .list-main .left .bot .page .pager .page-nav .total {
	width: 58px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
	background: none;
}

.main .content .list-main .left .bot .page .pager .page-nav .total:hover
	{
	background: none;
	border: none;
	cursor: auto;
	color: #999;
}

.main .content .list-main .left .bot .page .pager .page-nav .total:hover
	{
	background: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.determine
	{
	border: none;
	background: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.determine:hover
	{
	background: none;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li button
	{
	width: 50px;
	height: 25px;
	line-height: 20px;
	background: #fff;
	line-height: 25px;
	color: #404040;
	border: 1px solid #ccc;
	text-align: center;
	font-family: "宋体";
	margin-top: -1px;
	margin-left: 5px;
}

.main .content .list-main .left .bot .page .pager .page-nav ul li.determine button:hover
	{
	background: #eb5255;
	color: #fff;
	border: 1px solid #eb5255;
}

/*右侧*/
.main .content .list-main .right {
	width: 232px;
	height: auto;
	float: right;
}

.main .content .list-main .right .jptj {
	width: 232px;
	height: auto;
	border-radius: 3px;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	background: #fff;
}

.main .content .list-main .right .jptj .jptj-main {
	width: 210px;
	height: auto;
	margin: 0 auto;
}

.jptj .jptj-main h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #040509;
	border-bottom: 1px dashed #ccc;
}

.jptj .jptj-main h3 b {
	width: 6px;
	height: 18px;
	background: #e82045;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.jptj .jptj-main .pic {
	width: 210px;
	height: 117px;
	overflow: hidden;
	display: block;
	margin: 10px 0 5px 0;
}

.jptj .jptj-main .pic img {
	width: 210px;
	height: 117px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.jptj .jptj-main>div {
	overflow: hidden;
}

.jptj .jptj-main>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;
}

.jptj .jptj-main .mask {
	width: 210px;
	height: 30px;
	background: #000;
	opacity: 0.66;
	float: left;
	position: relative;
	margin-top: -34px;
	z-index: 1;
}

.jptj .jptj-main .pic p {
	width: 210px;
	font-size: 14px;
	color: #fff;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 10px;
}

.jptj .jptj-main .pic p a {
	font-size: 14px;
	color: #fff;
}

.jptj .jptj-main .pic p a:hover {
	text-decoration: underline;
}

.jptj .jptj-main ul {
	float: left;
	margin-bottom: 12px;
}

.jptj .jptj-main ul li {
	width: 211px;
	line-height: 26px;
	font-size: 14px;
	color: #34495e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jptj .jptj-main ul li a {
	font-size: 14px;
	color: #34495e;
}

.jptj .jptj-main ul li b {
	width: 3px;
	height: 3px;
	background: #34495e;
	float: left;
	margin-top: 12px;
	margin-right: 5px;
}

.jptj .jptj-main ul li a:hover {
	color: #e82045;
}

/*人气榜*/
.main .content .list-main .right .rqb {
	width: 232px;
	height: auto;
	border-radius: 3px;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
}

.main .content .list-main .right .rqb .rqb-main {
	width: 210px;
	height: auto;
	margin: 0 auto;
}

.rqb .rqb-main h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #040509;
	border-bottom: 1px dashed #ccc;
}

.rqb .rqb-main h3 b {
	width: 6px;
	height: 18px;
	background: #e82045;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.rqb .rqb-main .pic {
	width: 210px;
	height: 117px;
	overflow: hidden;
	display: block;
	margin: 15px 0 5px 0;
}

.rqb .rqb-main .pic img {
	width: 210px;
	height: 117px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.rqb .rqb-main>div {
	overflow: hidden;
}

.rqb .rqb-main>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;
}

.rqb .rqb-main .mask {
	width: 210px;
	height: 30px;
	background: #000;
	opacity: 0.66;
	float: left;
	position: relative;
	margin-top: -34px;
	z-index: 1;
}

.rqb .rqb-main .pic p {
	width: 210px;
	font-size: 14px;
	color: #fff;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 10px;
}

.rqb .rqb-main .pic p a {
	font-size: 14px;
	color: #fff;
}

.rqb .rqb-main .pic p a:hover {
	text-decoration: underline;
}

.rqb .rqb-main ul {
	float: left;
	margin-bottom: 12px;
	margin-top: -5px;
}

.rqb .rqb-main ul li {
	width: 205px;;
	line-height: 26px;
	font-size: 14px;
	color: #34495e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 4px;
}

.rqb .rqb-main ul li a {
	font-size: 14px;
	color: #34495e;
}

.rqb .rqb-main ul li b {
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #777;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 14px;
	color: #fff;
	font-family: arial;
	text-align: center;
	border-radius: 2px;
	font-weight: normal;
}

.rqb .rqb-main ul li b.red {
	background: #e82045;
}

.rqb .rqb-main ul li a:hover {
	color: #e82045;
}

.rqb .rqb-main i {
	width: 51px;
	height: 19px;
	background: url(../../image/live/num.png) no-repeat;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: -115px;
	margin-left: -3px;
}

/*关注并设置提醒弹窗*/
.tc-focus {
	width: 570px;
	height: auto;
	background: #fff;
	border-radius: 5px;
	display: none;
}

.tc-focus .focus-main {
	width: 533px;
	height: auto;
	margin: 0 auto;
}

.tc-focus .focus-main .ttile {
	width: 533px;
	height: 60px;
	float: left;
}

.tc-focus .focus-main .ttile h2 {
	line-height: 60px;
	float: left;
	font-size: 18px;
	color: #434343;
}

.tc-focus .focus-main .ttile h2 b {
	width: 6px;
	height: 22px;
	background: #e82045;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

.tc-focus .focus-main .ttile .close {
	width: 15px;
	height: 15px;
	background: url(../../image/live/live-icon.png) -10px -210px no-repeat;
	float: right;
	margin-top: 20px;
}

.tc-focus .focus-main .ttile .close:hover {
	background: url(../../image/live/live-icon.png) -10px -250px no-repeat;
	cursor: pointer;
}

.tc-focus .focus-main .phone-tx #countDownSpan {
	display: block;
	text-align: center;
}

.tc-focus .focus-main .phone-tx #countDownMinute {
	color: #df4548;
}

.tc-focus .focus-main .phone-tx #countDownSecond {
	color: #df4548;
}

.tc-focus .focus-main .intro {
	width: 100%;
	background: #f4f4f4;
	float: left;
}

.tc-focus .focus-main .intro p {
	padding-bottom: 15px;
	font-size: 14px;
	color: #5d5d5d;
	padding-left: 15px;
}

.tc-focus .focus-main .intro p.zbt {
	font-size: 18px;
	color: #040509;
	padding-top: 15px;
}

.tc-focus .focus-main .phone-tx {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 25px;
}

.tc-focus .focus-main .phone-tx p {
	font-size: 16px;
	color: #040509;
	text-align: center;
}

.tc-focus .focus-main .phone-tx a.xzk {
	width: 20px;
	height: 20px;
	background: url(../../image/live/live-icon.png) -10px -290px no-repeat
		#fff;
	float: left;
	margin-top: 9px;
}

.tc-focus .focus-main .phone-tx a.xzk.active {
	background: url(../../image/live/live-icon.png) -10px -330px no-repeat;
}

.tc-focus .focus-main .phone-tx span {
	font-size: 14px;
	color: #474e5d;
	padding-left: 10px;
	line-height: 35px;
}

.tc-focus .focus-main #remindPhoneDiv2 span {
	display: block;
}

.tc-focus .focus-main .phone-tx input {
	width: 125px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	color: #869399;
	text-indent: 10px;
}

.tc-focus .focus-main .phone-tx input.ybd {
	background: #f1f1f1;
	color: #869399;
	font-family: arial;
}

.tc-focus .focus-main .phone-tx samp {
	color: #eb5255;
	font-size: 14px;
	padding-left: 8px;
}

.tc-focus .focus-main .phone-tx samp:hover {
	cursor: pointer;
}

.tc-focus .focus-main .phone-code {
	margin-top: 10px;
	margin-left: 76px;
}

.tc-focus .focus-main .phone-code button {
	background: #eb5255;
	color: #fff;
	width: 98px;
	height: 35px;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 3px;
}

.tc-focus .focus-main .phone-code button.un {
	background: gray !important;
	cursor: default !important;
}

.tc-focus .focus-main .phone-code button:hover {
	background: #df4548;
	color: #fff;
}

.tc-focus .focus-main .phone-bind {
	margin-left: 20px;
}

.tc-focus .focus-main .phone-bind b {
	font-size: 14px;
	color: #4c4c4c;
	font-weight: normal;
	padding-left: 10px;
	line-height: 32px;
	display: block;
	margin-left: 145px;
}

.tc-focus .focus-main .phone-bind input {
	width: 235px;
}

.tc-focus .focus-main .tx-btn {
	width: 220px;
	float: right;
	margin-bottom: 20px;
}

.tc-focus .focus-main .tx-btn button {
	float: left;
	width: 98px;
	height: 35px;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 3px;
}

.tc-focus .focus-main .tx-btn button.qd {
	background: #eb5255;
	color: #fff;
}

.tc-focus .focus-main .tx-btn button.qx {
	border: 1px solid #eb5255;
	color: #eb5255;
	background: #fff;
}

.tc-focus .focus-main .tx-btn button:hover {
	background: #df4548;
	color: #fff;
}

#pager ul.pages {
	margin: 1px 0 10px !important;
}

#pagerContainer {
	margin-right: 125px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#pager ul.pages li.pgCurrent {
	cursor: default;
}

.main .content .list-main .left .bot .none {
	width: 950px;
	float: left;
}

.main .content .list-main .left .bot .none img {
	margin: 0 auto;
	display: block;
	margin-top: 100px;
}

.main .content .list-main .left .bot .none p {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 100px;
    width: 80px;
}