/*--------------------------------------------
next_schedule
---------------------------------------------*/
.next_sch_top {
		width:100%;
		height:auto;
		margin:-5px auto 10px auto;
		padding-top:3px;
		text-align:center;
		border-top: dotted 1px #ff0000;
		border-bottom: dotted 1px #ff0000;
		}



.next_sch_top img{max-width:100%;}



.list_zikai {
		width:100%;
		height:auto;
		margin:0px auto 20px auto;
		padding:0px;
		text-align:center;
		background-color:#fff;
		}



.list_zikai li{
		background-color:#fff;
		width: 100%;   
		height: auto;
		margin: 0px auto 5px auto;
		position: relative;
		border-bottom:solid 2px #e7e7e7;
		display: block;
		}



.zikai_photo {
		width:165px;
		height:285px;
		padding:10px;
		float:left;
		}



.zikai_photo img {
			margin:0 auto 0 auto;
			width:165px;
			height:248px;
			border:solid 1px #f00;
			}



.zikai_icon_list{
			margin-left:4px;
			margin-top:-5px;
			width:160px;
			height:30px;
			box-sizing: border-box;
			float:left;
			}



.zikai_icon_list ul {width:160px;height:30px;margin:0 0 0 0;}



.zikai_icon_list ul li {
				width:50px;
				height:25px;
				float:left;
				margin:3px 2px 0px 0;
				border:none;
				}



.zikai_icon_list ul li img{width:50px;height:25px;border:solid 1px #eab0aa;}



.zikai_comment {
		top:0;
		position: absolute;
		color: #000;
		height: auto;
		line-height: 1.2;
		margin: 5px 0 0 185px;
		width:56%;
		font-size:14px;
		text-align:left;
		font-weight: normal;
		float:left;
		}



.zikai_sub_comment{
			width:98%;
			height:auto;
			margin:5px 0 5px 0px;
			line-height:22px;
			position: relative;
			text-align:left;
			color:#ffa500;
			font-size:18px;
			font-weight:bold;
			}



.zikailistname {
		font-size:16px;
		font-weight:bold;
		color: #483D8B;
		line-height:16px;
		}



.zikaisize{
		text-align:left;
		font-size:14px;
		padding-bottom:5px;
		color:#555;
		}



.list_zikaitime {
		text-align:center;
		font-size:14px;
		line-height:26px;
		padding-bottom:1px;
		color:#da163e;
		margin:5px 0 0px 0;
		font-weight:bold;
		border-bottom:dotted 1px #fa5a5a;
		}



.zikai_name_icon{width:30px;height:15px;}
.zikai_name_icon img{margin-top:0px;margin-left:2px;position:absolute;}



#page-next {
    		position: fixed;
    		bottom: 20px;
    		right: 2px;
		}



#page-next img{width:80px;height:80px;border-radius:50%;}



#page-next a{
    		background-color: rgba(189,43,90,0.8);
    		width: 80px;
		height: 80px;
    		text-align: center;
    		display: block;
    		border-radius: 50%;
		}