﻿	.frameChildMiddle>.right>ul{
		width:100%;
	}.frameChildMiddle>.right>ul>li{
		width:100%;
		margin-bottom:20px;
		float:left;
		max-height:105px;
		overflow:hidden;
		display:none;
	}
	.frameChildMiddle>.right>ul>li>.photo{
		width:160px;
		float:left;
		margin-right:18px;
	}
	.frameChildMiddle>.right>ul>li>.photo a{display:block;width:100%;height:106px}
	.frameChildMiddle>.right>ul>li>.photo img{height:100%;width:100%}
	.frameChildMiddle>.right>ul>li>.name{
		font-size:14px;
		color:#d80104;
		margin-bottom:12px;
	}
	.frameChildMiddle>.right>ul>li>.name>a{
		font-size:14px;
		color:#d80104;
	}
	.frameChildMiddle>.right>ul>li>p{
		font-size:12px;
		line-height:25px;
		color:#565656;
	}
	.frameChildMiddle>.right>ul>li>.date{
		width:82px;
		height:82px;
		position:relative;
		float:right;
		background:#ececec;
		margin-top:18px;
		margin-left:18px;
	}
	.frameChildMiddle>.right>ul>li>.date>p:nth-child(1){
		margin-top:20px;
		text-align:center;
		color:#747474;
		font-size:18px;
	}
	.frameChildMiddle>.right>ul>li>.date>p:nth-child(2){
		margin-top:2px;
		font-size:14px;
		text-align:center;
		color:#747474;
	}
	.frameChildMiddle>.right>ul>li>.date>.corner1{
		width:0px;
		height:0px;
		border-right:16px solid transparent;
		border-bottom:16px solid #d5d5d5;
		position:absolute;
		right:0px;
		top:0px;
	}
	.frameChildMiddle>.right>ul>li>.date>.corner2{
		width:0px;
		height:0px;
		border-left:16px solid transparent;
		border-top:16px solid #fff;
		position:absolute;
		right:0px;
		top:0px;
	}


	.frameChildMiddle>.right>.pageCtrl {
		width:154px;
		height:30px;
		float:left;
		bottom:0px;
		border:1px solid #cfcfcf;
		margin-top:8px;
		border-radius:4px;
		color:#a9a9a9;
		font-size:12px;
		text-align: center;
		line-height:30px;
	}
	.frameChildMiddle>.right>.pageCtrl>div>i{
		display:block;
		width:100%;
		height:100%;
		line-height:30px;
		cursor:pointer;
		background:#fff;
	}
	.frameChildMiddle>.right>.pageCtrl>div>i:hover{
		color:#d80104;
	}
	.frameChildMiddle>.right>.pageCtrl>.first{
		width:30px;
		height:100%;
		float:left;
		border-right:1px solid #cfcfcf;
		
	}.frameChildMiddle>.right>.pageCtrl>.first>i{
		border-top-left-radius:4px;
		border-bottom-left-radius:4px;
	}
	.frameChildMiddle>.right>.pageCtrl>.prev{
		width:30px;
		height:100%;
		float:left;
		border-right:1px solid #cfcfcf;
	}
	.frameChildMiddle>.right>.pageCtrl>.next{
		width:30px;
		height:100%;
		float:left;
		border-right:1px solid #cfcfcf;
	}
	.frameChildMiddle>.right>.pageCtrl>.last{
		width:30px;
		height:100%;
		float:left;
	}.frameChildMiddle>.right>.pageCtrl>.last>i{
		border-top-right-radius:4px;
		border-bottom-right-radius:4px;
	}
	.frameChildMiddle>.right>.pageCtrl>.pageCurr{
		width:30px;
		height:100%;
		float:left;
		border-right:1px solid #cfcfcf;
		background: #efefef;
	}

@media screen and (max-width: 1024px){
	.frameChildMiddle>.right>ul>li>.name>a{
		font-size:24px;
	}
	.frameChildMiddle>.right>ul>li>p{
		margin-top:-20px;
		font-size:24px;
		line-height:45px;
	}
}