.frame_content {
	margin-top: 20px;
	overflow: hidden;
}



.frame_right {
	float: right;
	width: 77%;
	min-height: 400px;
}

.frame_title {
	width: 100%;
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.frame_title span {
	font-size: 20px;
	border-bottom: 2px solid #f13a3a;
	padding-bottom: 9px;
	color:#f13a3a;
	padding-left: 6px;
}

.location-path {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	position: relative;
	background: url("/Public/Home/Default/images/jnfp/location.png") no-repeat 14px center;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}

.frame_inner {
	width: 100%;
	padding:10px;
}

.frame_inner li {
	width: 100%;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px dotted #e2e2e2;
	font-size: 14px;
	color: #898989;
	position: relative;
	padding-left: 16px;
}

.frame_inner li:before {
	content: "";
	border: 4px solid #898989;
	position: absolute;
	top: 25px;
	left: 0;
}

.frame_inner li span {
	position: absolute;
	top: 0;
	right: 0;
}

.frame_inner li:hover a {
	color:#ff4c00 ;
}

.frame_inner li:hover:before {
	border-color: #ff4c00 ;
}

/*图文列表页*/
.frame2_inner {
	width: 100%;
	padding:10px;
}

.frame2_inner li {
	width: 100%;
	height: 190px;
	padding: 10px;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}

.frame2_inner li .line {
	width: 0;
    display: block;
    height: 2px;
    background: #DD1F1F;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.frame2_inner li:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}

.frame2_inner li:hover .line {
	width: 100%;
	transition: all 1.6s ease;
	-webkit-transition: all 1.6s ease;
	-o-transition:all 1.6s ease;
	-moz-transition:all 1.6s ease;
}

.frame2_inner li a img {
	width: 31.8%;
	height: 168px;
	float: left;
}

.frame2_inner li div {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 65%;
	margin-left: 16px;
}

.frame2_inner li div a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.frame2_inner li:hover div a {
	color: #ff4c00;
}

.frame2_inner li div span {
	line-height: 30px;
	color: #999999;
	font-size: 12px;
}

.frame2_inner li div p {
	line-height: 24px;
	color: #999999;
	font-size: 12px;
}



/*框架日期列表3*/
.frame3_inner {
	width: 100%;
	padding:10px;
}

.frame3_inner li {
	width: 100%;
	height: 140px;
	padding: 10px;
	border-bottom: 1px dotted #e2e2e2;
	position: relative;
}

.frame3_inner li:hover {
	cursor: pointer;
	background: #F3F4F9;
}

.frame3_inner li div {
	position: absolute;
	top: 14px;
	right: -12px;
	width: 97%;
	margin-right: 24px;
}

.frame3_inner li div a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.frame3_inner li:hover div a {
	color: #ff4c00;
}

.frame3_inner li div span {
	line-height: 30px;
	color: #999999;
	font-size: 12px;
}

.frame3_inner li div p {
	line-height: 24px;
	color: #999999;
	font-size: 12px;
}




/*分页样式*/
.page {
	line-height: 50px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}

.page a {
	color: #999999;
	background: #F7F7F7;
	padding: 8px 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 2px;
}

.page span.current {
	background: #387FE3;
	color: #FFFFFF;
	padding: 8px 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 2px;
}

.page a:hover {
	background: #387FE3;
	color: #FFFFFF;
}

.page a.total {
	cursor: not-allowed;
}



/*内容页*/
.country {
	width: 100%;
}

.country_title {
	width: 100%;
	height: 120px;
	text-align: center;
}

.country_title h3 {
	font-size: 2em;
	font-weight: bold;
	padding-top: 42px;
	margin-bottom: 20px;
}

.country_title p {
	font-size: 1.2em;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.country_title p img {
	position: absolute;
	top: 2px;
}

.country_title p span {
	display: inline-block;
	text-indent: 2em;
}

.country_content {
	width: 100%;
}

.country_content p {
	font-size: 1.4em;
	line-height: 32px;
}

.country_content p {
	text-indent: 2em;
}

.country_content div {
	height: 30px;
	text-indent: 0;
	position: relative;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-size: 14px;
}

.country_content div .two-p {
	position: absolute;
	top: 10px;
	right: 0;
}

.country_content .two-p  {
	position: absolute;
	top: 0;
}

.country_content p a:hover {
	color:#DD1F1F ;
}

.country_content img {
	display: block;
	width: 624px;
	height: 472px;
	margin: 0 auto;
	margin-bottom: 28px;
}