.index_content {
	position: relative;
}

.module1 {
	width: 30%;
	height: 335px;
	margin-right:20px;
}

.module_title {
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.module_title {
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.module_title span {
	display: inline-block;
	font-size: 1.8em;
	position: relative;
	text-indent: .6em;
}

.module_title span:before {
	content: "";
	width: 5px;
	height: 16px;
	background: #f13a3a;
	position: absolute;
	top: 13px;
	left: 0;
}

.module_title .more {
	position: absolute;
	top: 0;
	right: 13px;
	color: #898989;
	font-size: 1.2em;
}

.module_title .more:hover {
	color: #f13a3a;
}

.module_title a:after {
	content: "";
	width: 6px;
	height: 8px;
	position: absolute;
	top: 16px;
	right: -10px;
	background: url(/Public/Home/Default/images/Subject/jnds/module_right.png);
}

.module_title a:hover:after {
	background: url(/Public/Home/Default/images/Subject/jnds/module_right2.png);
}

.module1 .module_content {
	width: 100%;
}

.module1 .module_content .module1_inner {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.module1 .module_content .module1_inner li {
	width: 100%;
	height: 50px;
	margin-bottom: 18px;
	position: relative;
}

.module1 .module_content .module1_inner li .date {
	width: 17%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: #f5f5f5;
	padding-top: 6px;
}

.module1 .module_content .module1_inner li .date  p {
	font-size: 1.8em;
	color: #666666;
}

.module1 .module_content .module1_inner li .date  span {
	font-size: 1.2em;
	color: #a5a5a5;
}

.module1 .module_content .module1_inner li .date_inner {
	width: 83%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	color: #7a7a7a;
	font-size: 1.4em;
	
}

.module1 .module_content .module1_inner li:hover .date {
	border: 1px solid #f13a3a;
	
}

.module1 .module_content .module1_inner li:hover .date p,
.module1 .module_content .module1_inner li:hover .date span {
	color: #f13a3a;
}

.module1 .module_content .module1_inner li:hover .date_inner {
	color:#f13a3a ;
}

.module2 {
	width: 68%;
	height: 335px;
	position: absolute;
	top: 0;
	right: 0;
}

.module2 .module_content {
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.focus {
	width: 41%;
	height: 250px;
	float: left;
	position: relative;
	padding: 10px;
	border: 1px solid #e3e3e3;
}

.focus .img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	width: 100%;
}

.focus .img li {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.focus .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.focus .img-title {
	width: 94%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.focus .img-title span {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	text-align: center;
	width: 75%;
}

.focus .focus-btn {
	display: block;
	width: 68px;
	height: 3px;
	position: absolute;
	right: 8px;
	bottom: 26px;
	z-index: 10
}

.focus .focus-btn li {
	width: 10px;
	height: 3px;
	background: #fff;
	margin: 0 5px;
	float: left;
	margin-top: 2px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.focus .focus-btn li:hover,
.focus .focus-btn li.active {
	background: #ffd800;
}

.module2 .list {
	width: 59%;
	position: absolute;
	top: 0;
	right: 0;
}

.module2 .module_content .list li {
	position: relative;
	height: 37px;
	line-height: 37px;
	margin-left: 10px;
	border-bottom: 1px dotted #d2d2d2;
}

.module2 .module_content .list li a{
	display: inline-block;
	font-size: 1.4em;
	width: 80%;
	height: 100%;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.module2 .module_content .list li a:hover {
	color: #f13a3a;
}

.module2 .module_content .list li span{
	font-size: 1.4em;
	line-height: 14px;
	position: absolute;
	top: 10px;
	right: 0;
	color: #999999;
	font-size: 1rem;
}

.module3 {
	width: 100%;
	height: 219px;
} 

.module3 ul {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.module3 ul li {
	width: 18.6%;
	float: left;
	margin-left: 21px;
}

.module3 ul li:first-child {
	margin: 0;
}

.module3 ul li p {
	font-size: 1.6em;
	text-align: center;
	color: #333333;
}

.module3 ul li:hover p {
	color: #ff8c1c;
}

.module4 {
	width: 100%;
	height: 330px;
}

.module4 ul {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.module4 ul li {
	width: 23.7%;
	float: left;
	margin-left: 20px;
}

.module4 ul li:first-child {
	margin: 0;
}

.module4 ul li p {
	color: #3c3f48;
	position: relative;
	font-size: 1.6em;
	line-height: 40px;
}

.module4 ul li p:before {
	width: 100%;
	content: "";
	width: 30px;
	height: 2px;
	background: #666666;
	position: absolute;
	top: 40px;
	left: 0;
}

.module4 ul li div {
	font-size: 1.4em;
	margin-top: 20px;
	color: #8b8c91;
}

.module4 ul li:hover p {
	color: #f13a3a;
}

.module4 ul li:hover p:before {
	background: #f13a3a;
}
