@charset "utf-8";
/* CSS Document */
.content {
	position: relative;
	margin: 0 auto;
	font-size:0px;
	overflow:hidden;
}
.content .title{
	font-size:16px;
	font-weight:bold;
	color:#444444;
	margin-bottom:10px;
}
.content ul {
	display:block;
}
.content li {
	list-style: none;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:#CCCCCC 1px solid;
}
.content li .list:hover .photo img{
	opacity:0.5;
}
.content li .list:hover .name {
	text-decoration:underline;
}
.content li .list:hover .con {
	color:#666666;
}
.content li .list {
	position:relative;
	margin:0 auto;
	text-decoration: none;
}
.content li .date {
	font-size:15px;
	color:#444444;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
}
.content li .name {
	color:#FF0000;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	overflow: hidden;
	margin-bottom:10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content li .name:after{
	content:'>';
	display: inline-block;
	font-size:20px;
	font-weight:bold;
	font-family: 'Quicksand', sans-serif;
	color:#FF0000;
	margin-left:5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content li .con {
	color:#666666;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content .more{
	width: 36px;
	height: 36px;
	position: absolute;
	text-indent:-9999px;
	background: url(../images/news_more.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	right:0px;
	top: 250px;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
@media (max-width: 1030px) {
.content li .name {
	color:#FF0000;
	height: auto;
	max-height:60px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	overflow: hidden;
}
.content li .con {
	height: auto;
	max-height:100px;
	line-height: 20px;
	height: auto;
	overflow: hidden;
}
}
@media (max-width: 500px) {
}
/**************************************************************/
/**************************************************************/
.content_in{
	margin:0 auto;
	margin-bottom:30px;
}
.content_in .date {
	font-size:15px;
	color:#444444;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
}
.content_in .name {
	color:#FF0000;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content_in .name:after{
	content:'>';
	display: inline-block;
	font-size:20px;
	font-weight:bold;
	font-family: 'Quicksand', sans-serif;
	color:#FF0000;
	margin-left:5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content_in ul{
	display:block;
}
.content_in li{
	display:block;
	margin-bottom:5px;
	list-style:none;
	background:#FFE1E1;
	padding:7px 10px;
}
.content_in li:nth-child(odd){
	background:#EEEEEE;
}
.content_in .title{
	width:calc(100% - 130px);
	display:inline-block;
}
.content_in .download{
	width:125px;
	display:inline-block;
}
.content_in .download a{
	color:#FFF;
	font-size:12px;
	line-height:30px;
	display:block;
	padding-left:40px;
	text-decoration:none;
	background:#666666 url(../images/library/icon.png) 15px 6px no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content_in .download a:hover{
	background:#FF0000 url(../images/library/icon.png) 15px 6px no-repeat;
}
/**************************************************************/
/**************************************************************/
@media (max-width: 750px) {
}
}
@media (max-width: 500px) {
}