@charset "utf-8";
/* CSS Document */
.proShow {
	width: 1080px;
	float: left;
}
.showPros {
	width: 1080px;
}
.showPros ul.none{display:none;}
.showPros ul.block{display:block;}
.showPros ul li {
	width: 340px;
	height: 300px;
	float: left;
	margin: 40px 0px 0 30px;
	border-bottom: 1px rgba(109, 109, 109, 0.22) solid;
}
.showPros ul li:nth-child(1) {
	margin-left: 0;
}
.showPros ul li .proIMG {
	text-align: center;
	width: 340px;
	height: 191px;
}
.showPros ul li img {
	width: 100%;
	height: 100%;
	position: relative;
}
.showPros ul li:before {
	content: '';
	position: relative;
	border-bottom: 1px solid #aaaaaa;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	width: 0px;
	top: 299px;
	z-index: 1;
}
.showPros ul li:hover:before {
	width: 340px;
}
.proShow .title {
	height: 70px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.title p.p1 {
	font-size: 14px;
	height: 34px;
	line-height: 20px;
	padding: 10px 7px 0 7px;
}
.title p a {
	width: 100%;
	color:rgba(0,0,0,.7);
}
.p1 .left {
	text-align: left;
	width:80px;
	float: left;
}
.p1 .right {
	text-align: right;
	width: 246px;
	float: left;
}
.title p.p2 {
	line-height: 20px;
	height: 40px;
	color: #afafaf;
	font-size: 10px;
	margin: 9.5px 0;
	padding: 0 7px;
	overflow: hidden;
}
.showMore {
	margin: 30px 0;
	border: 1px solid rgba(0,0,0,0.2);
}
.showMore ul li {
	text-align: center;
	padding: 15px 0;
}
.showMore ul li a {
	font: normal small-caps bold 18px arial, sans-serif;
}
.showMore ul li a:hover{color:rgba(229,0,17,1);}
.newest {
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	width: 90px;
}
.newest ul li {
	clear: both;
	margin-top: 3px;
}
.newest ul li a:hover {
	color: rgb(229,0,17);
	border-left-color: rgb(229,0,17);
}
.newest ul li a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	width: 45px;
	font-size: 14px;
	padding-left: 5px;
	white-space: nowrap;
	color: #999;
	border-left-color: #999;
}
.newest .none .month {
	display: none;
}
.newest .block li .current cm.dot {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: -1px;
	top: 9px;
}
.newest .block li .current cm {
	font-weight: bold;
}
.newest .block li .current span {
	font-weight: bold;
}
.newest a.current {
	border-left-color: rgba(229,0,17,1);
	padding-left: 0;
}
.newest .month a.current {
	color: rgba(229,0,17,1);
	padding-left: 9px;
	border: none;
}
.newest a.current cm.dot {
	display: block;
}
.newest .current cm {
	color: rgba(255,255,255,1);
	background-color: rgba(229,0,17,1);
	width: 41px;
	display: inline-block;
	opacity: 1;
	border-radius: 0 3px 3px 0;
}
.newest li.block cm {
	text-align:center;
}