@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
    font-family: "微软雅黑", "Microsoft YaHei", "苹方";
}
div {
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	font-size: 14px;
	display:block;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	line-height: 24px;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    min-width: 1200px;
    box-sizing: border-box;
}
body>div {
    min-width: 1200px;
}

.header {
	height: 300px;
	width: 100%;
	background-color: #006ca4;
	text-align: center;
    min-width: 1200px;
}

.header>div {
	background: url("../images/dfkj-banner.jpg") no-repeat;
	background-size: 1920px 300px;
	background-position: center;
	height: 300px;
	margin: 0 auto;
}
.nav {
	font: 18px/47px "Microsoft YaHei";
	color: #006ca4;
	background-color: #eeeeee;
	height: 60px;
	width: 100%;
	line-height:60px;
}
.navnr {
	height: 60px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.navnr>a {
	color: #006ca4;
	display: block;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 20px;
}
.navnr>a:hover {
	font-weight: bold;
	background-color:#006ca4;
	color:#FFF;
	margin-top:-15px;
	padding-top:15px;
}
.navnr>span{
	float: right;
	line-height: 40px;
	margin-top: 10px;
}
.navnr>span>input{
	display: block;
	float: left;
	border-radius: 5px;
	line-height: 38px;
	font-size: 16px;
	padding-left: 10px;
	width: 280px;
	height:38px;
	box-sizing: content-box;
}
.navnr>span>a{
	background: url("../images/dfkj-btn_search.png") no-repeat;
	background-size: 50px 40px;
	background-position: center;
	display: block;
	width: 50px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
.content {
	width: 1200px;
	margin: 0px auto;
	margin-top: 20px;
}
.floor{
	margin: 20px auto;
	width: 1280px;
	overflow: hidden;
	height: 400px;
}
.floor_zxdt,.floor_tpxw{
	border: solid 1px #e1e2e1;
	height:398px;
	display:block;
	float:left;
}
.floor_zxdt{
	width: 762px;
	margin-right: 30px;
}
.floor_tpxw{
	width: 488px;
}
.content-img{
	position: relative;
	width: 448px;
	height: 344px;
}
.slides_container div.slide{position:relative; background:#000}
.slides_container img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px
}
.floor_dfkj_link{
	width: 304px;
	height: 653px;
	border: solid 1px #68cdf9;
	margin-right: 20px;
	display: block;
	float: left;
}
.floor_list{
	width: 872px;
	height: auto;
	border: solid 1px #eeeeee;
	display: block;
	float: left;
}
.floor_list .content-title{
	background: url("../images/dfkj-list_dfkj.png") no-repeat 0px center;
	height: 56px;
	margin-top: -1px;
}
.floor_list .content-list{
	margin: 10px 20px 0px 20px;
}
.floor_dfkj_link .content-title{
	background: url("../images/dfkj-list_dfkj_link.png") no-repeat 0px center;
	height: 56px;
	margin-top: -1px;
}
.floor_zxdt .content-title{
	background: url(../images/dfkj-zxdt.png) no-repeat 26px center;
	height: 56px;
	margin-top: -1px;
}
.floor_tpxw .content-title{
	background: url(../images/dfkj-tpxw.png) no-repeat 26px center;
	height: 56px;
	margin-top: -1px;
}
.content-title>span {
	display:block;
	float:right;
	font-size: 18px;
	line-height: 68px;
    text-decoration: none;
    color: #666666;
	margin-right:20px;
	cursor: pointer;
}
.floor_zxdt .content-news{
	margin: 10px 20px 0px 20px;
	height:332px;
}


.content-news ul{
	/*list-style-position:inside;*/list-style:none;overflow: hidden;
    display: block;float: none;width: 100%;
}
.content-news ul.style1{width:auto;margin:25px;}


.content-list ul {
    list-style-position:inside;
    width: 832px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-news li,.content-list li{
   color:#1E5D92;
   line-height:40px;
   font-size:16px;
   padding-left:10px;
   /*border-bottom:1px dashed #d4d4d4;*/
   overflow:hidden;position:relative;
}

.content-news>ul>li{padding-left:30px !important;}
.content-news>ul>li::after{content:'';display:block;width:5px;height:5px;border-radius:50%;background:#2867a2;position:absolute;left:15px;top:50%;margin-top: -2.5px;}


.content-list li{
	/*width: 832px;*/
}
.content-news li:hover,.content-list li:hover{
	background-color: #f5f5f5;
}
.content-news a,.content-list a{
	text-decoration:none;display:block;
	color:#2867a2;
	/* font-size:16px; */font-size:18px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	/*width: 570px;*/
}
.content-list a{
	width:680px;
}
.content-news span,.content-list span{
	float: right;
	text-align: right;margin-left:20px;margin-right:10px;
	font-size:16px;
	color:#999999;
}
.content_dfkjlj_link{
	width: 268px;
    height: 577px;
    padding: 10px 18px;
}
.dfkjlj{
	width: 1002px;
	padding-left: 198px;
	height: 178px;
	background: url("../images/dfkj-dfkj_link.png") no-repeat left center;
	display: block;
	float: left;
}
.dfkjlj_link{
	border-top: solid 1px #68cdf9;
	border-bottom: solid 1px #68cdf9;
	border-right: solid 1px #68cdf9;
	height: 156px;
	width: 1051px;
	padding: 10px 15px;
	box-sizing: content-box;
}
.dfkjlj_link>a,.content_dfkjlj_link>a{
	display: block;
	float: left;
	background:#f4f4f4;
	border:1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	margin: 5px 5px;
	/*min-width: 46px;*/width:46px;
	font-size:16px;
	text-align: center;
	box-sizing: content-box;
}
.dfkjlj_link>a:hover,.content_dfkjlj_link>a:hover{
	background-color: #006ca4;
	color: #FFF;
}

.dfkjlj_link>a.w195{width:142px;}

.dfkj_dqwz{
	margin: 10px auto;
	width: 1200px;
	border-bottom: solid 1px #eeeeee;
	height: 40px;
}
.dfkj_dqwz>span{
	background: url("../images/dfkj-dfkj_dqwz.png") no-repeat;
	height: 40px;
	display: block;
	float: left;
	width: 1000px;
	line-height: 40px;
	padding-left: 50px;
	font-size: 16px;
}
.dqwz_currrnt{color: #006ca4;}
DIV.pages{padding:20px 0 15px 0;TEXT-ALIGN:center;font-size:14px;border-top:solid 1px #dddddd;margin-top:15px;font-family:Tahoma,Geneva,sans-serif;}
DIV.pages A{COLOR:#999;/* MARGIN-RIGHT:4px; *//* TEXT-DECORATION:none; *//* border:#ddd 1px solid; *//* padding:8px; */display:inline;/* font-size:14px; */}
DIV.pages A:hover{MARGIN-RIGHT:4px;border:#4d84df 1px solid;padding:8px;background-color:#4b9aeb;color:#fff}
DIV.pages A:active{MARGIN-RIGHT:4px;border:1px solid;padding:8px;display:inline;border-color:#4d84df}
DIV.pages SPAN.current{FONT-WEIGHT:bold;COLOR:#fff;MARGIN-RIGHT:4px;BACKGROUND-COLOR:#4b9aeb;border:#4d84df 1px solid;padding:8px 15px}
DIV.pages SPAN.info{FONT-WEIGHT:bold;COLOR:#666;MARGIN-RIGHT:4px;border:#ddd 1px solid;padding:8px 15px}
DIV.pages SPAN.disabled{COLOR:#ccc;MARGIN-RIGHT:4px;border:#f3f3f3 1px solid;padding:8px}
DIV.pages input{font-size:12px;font-family:Tahoma,Geneva,sans-serif;width:40px;text-align:center;padding:3px}

.df_jingguo {
    background-color: #006ca4 !important;
    color: #FFF !important;
   
}
.df_daohang {
    font-weight: bold;
    background-color: #006ca4;
    color: #FFF  !important;
    margin-top: -15px;
    padding-top: 15px;
    height: 60px;
}

.area_common_content,
.area_common_content .floor,
.area_common_content .dfkj_dqwz,
.navnr,
.dfkj_news_list_content,
.dfkj_news_list_content .dfkj_dqwz,
.dfkj_news_list_content .floor,
.pic_common_content,
.pic_common_content .dfkj_dqwz,
.pic_common_content .floor,
.dfkj-index-content,
.dfkjlj_link_floor,
.dfkj-index-content .floor,
.dfkj-index-content .dfkjlj
{
	width: 1280px;
}
.area_common_content .content-list,
.area_common_content .content-list ul,
.area_common_content .content-list ul li,
.dfkj_news_list_content.content .content-list,
.dfkj_news_list_content.content .content-list ul,
.dfkj_news_list_content.content .content-list ul li,
.pic_common_content.content .content-list,
.pic_common_content.content .content-list ul,
.pic_common_content.content .content-list ul li
{
	width: auto;list-style:none;
}
.area_common_content .content_dfkjlj_link,
.dfkj_news_list_content .content_dfkjlj_link,
.pic_common_content .content_dfkjlj_link
{
	box-sizing: content-box;
}
.area_common_content .floor_list,
.dfkj_news_list_content .floor_list,
.pic_common_content .floor_list
{
	width: 956px;
}
.area_common_content .content-list li,
.dfkj_news_list_content .content-list li,
.pic_common_content .content-list li
{
	padding-left: 0px;
}

.pic_common_nav .df_daohang,
.area_common_nav .df_daohang{
	height: auto;
}

.pic_common_content .content_dfkjlj_link>a {
	padding: 0 15px;
}

.area_common_content .dfkjlj_link > a,
.area_common_content .content_dfkjlj_link>a,
.dfkj_news_list_content .content_dfkjlj_link>a
{
	padding: 0 15px;
}
