
.module1,
.module2 {
	width: 49%;
	overflow: hidden;
}

.module1 {
	margin-right: 20px;
}

.module1 {
	float: left;
}

.module_title {
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.module_title span {
	font-size: 18px;
	border-bottom: 2px solid #f13a3a;
	padding-bottom: 9px;
}
 
.module_title .more {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 12px;
}

.module_title a {
	color: #898989;
	position: relative;
}

.module_title a:hover {
	color:#ef3b3a; 
}

.module_title a:after {
	content: "";
	width: 6px;
	height: 8px;
	position: absolute;
	top: 16px;
	right: -10px;
	background: url(/Public/Home/Default/images/subject/jnfp/module_right.png);
}

.module_title a:hover:after {
	background: url(/Public/Home/Default/images/subject/jnfp/module_right2.png); 
}

.module_content {
	height: 190px;
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.module_content .img {
	width: 26%;
	height: 172px;
	display: inline-block;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.module_content .img img {
	width: 100%;
	height: 100%;
}

.module_content .list {
	width: 74%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
}

.module_content .list li {
	position: relative;
	text-indent: 1em;
	line-height: 21px;
	padding-top: 10px;
}

.module_content .list li:before {
	content: "";
	width: 6px;
	height: 8px;
	background: url(/Public/Home/Default/images/subject/jnfp/module_right.png);
	position: absolute;
	top: 17px;
}
.module_content .list li a{
	display: inline-block;
	width: 80%;
	height: 100%;
	color: #7a7a7a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.module_content .list li a:hover {
	color: #fe670c;
}

.module_content .list li span{
	position: absolute;
	top: 10px;
	right: 0;
	color: #999999;
	font-size: 1.4rem;
}

.module3 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.module3 .module3_content {
	width: 100%;
	margin-top: 10px;
}

.module3 .module3_content li {
	width: 23.6%;
	height: 286px;
	float: left;
	padding: 10px;
	border: 1px solid #dedede;
	margin-left:22px ;
}

.module3 .module3_content li:hover {
	border:1px solid #fe670c;
	cursor: pointer;
}

.module3 .module3_content li:first-child {
	margin-left: 0;
}

.module3 .module3_content li .module_sub {
	font-size: 16px;
	color: #333333;
}

.module3 .module3_content li .module_sub:hover {
	color: #fe670c;
	cursor: pointer;
}

.module3 .module3_content li img {
	width: 100%;
	height: 140px;
	margin-bottom: 16px;
}

.module3 .module3_content li .module_inner {
	color: #999999;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 10px;
}

.module3 .module3_content li .details {
	color: #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
	font-size: 14px;
}

.module3 .module3_content li .details:hover {
	color: #fe670c;
	border-color: #fe670c;
	cursor: pointer;
}

.module4 {
	width: 49%;
	overflow: hidden;
	float: left;
}

.module4 .module4_content {
	width: 100%;
}

.module4 .module4_content li {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}

.module4 .module4_content li .img {
	display: inline-block;
	width: 26%;
	height: 80px;
	float: left;
}

.module4 .module4_content li .img img {
	width: 100%;
	height: 100%;
}

.module4 .module4_content li .module4_inner {
	width: 73%;
	margin-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.module4 .module4_content li .module4_inner .module_sub {
	font-size: 16px;
	color: #333333;
}

.module4 .module4_content li .module4_inner .module_sub:hover {
	color: #fe670c;
	cursor: pointer;
}

.module4 .module4_content li .module4_inner p {
	color: #999;
	font-size: 14px;
}

.module5 {
	width: 49%;
	height: 240px;
	overflow: hidden;
}

.module4 {
	margin-right: 20px;
}
