body
{
	font: 14px "Verdana" , "微软雅黑" , "宋体" , "Helvetica" , "sans-serif";
	color: #000;
	margin: 0;
	padding: 0;
	background-image: url(/templates/default/images/bg.jpg) ;
	background-position: center;
	background-repeat: repeat-y;
}


img, form
{
	margin: 0;
	padding: 0;
	border: 0;
}

form
{
	display: inline;
}

.clear-both
{
	font: 0px/0px sans-serif;
	clear: both;
	display: block;
}

a:link
{
	text-decoration: none;
	color: #3e3a39;
}

a:visited
{
	text-decoration: none;
	color: #3e3a39;
}

a:hover
{
	color: #f00;
}

a:active
{
	text-decoration: none;
	color: #3e3a39;
}



.tbl
{
	border-collapse: collapse;
	border-spacing: 0px;
}

.tbl tr.title td
{
	font-weight: bold;
}

.tbl tr.alter
{
	background-color: #f3f2f2;
}

.tbl td
{
	text-align: center;
	border: 1px solid #000;
}

.tbl td.l
{
	text-align: left;
	padding-left: 12px;
}



/***首页***/
.top
{
	width: 100%;
	height: 112px;
	background: url(/templates/default/images/top.jpg) center no-repeat;
}

.top_cnt
{
	width: 1100px;
	margin: auto;
	height: 112px;
}

.logo
{
	width: 375px;
	float: left;
}

.logo a
{
	width: 375px;
	height: 112px;
	display: block;
	background: url(/templates/default/images/logo.png) no-repeat left top;
}


.search
{
	float: right;
	width: 425px;
	height: 112px;
}

.search .link
{
	margin-top: 22px;
	width: 510px;
	float: right;
}

.search .link a
{
	color: #b3dae1;
	padding-left: 24px;
	margin-left: 12px;
}

.search .link a:hover
{
	color: #f00;
}

.search .link a.xs1
{
	background: url(/templates/default/images/lin1.png) no-repeat;
	text-indent: 21px;
	line-height: 30px;
	height: 30px;
}

.search .link a.xs2
{
	background: url(/templates/default/images/lin2.png) no-repeat;
	text-indent: 21px;
	line-height: 30px;
	height: 30px;
}

.search .link a.xs3
{
	background: url(/templates/default/images/lin3.png) no-repeat;
	text-indent: 21px;
	line-height: 30px;
	height: 30px;
}

.search .link a.xs4
{
	background: url(/templates/default/images/lin4.png) no-repeat;
	text-indent: 21px;
	line-height: 30px;
	height: 30px;
}

.search .link a.xs5
{
	background: url(/templates/default/images/lin5.png) no-repeat;
	text-indent: 21px;
	line-height: 30px;
	height: 30px;
}
.search .link a.xs6
{
	background: url(/templates/default/images/lin6.png) no-repeat;
	text-indent: 21px;
	line-height: 30px;
	height: 30px;
}

.search .search-cnt
{
	float: right;
	margin-top: 4px;
	margin-right: 6px;
}

.search .search-cnt .search-ipt
{
	width: 198px;
	margin: 0;
	padding: 0;
	height: 29px;
	border: none;
	background: transparent url(/templates/default/images/s_input.png) no-repeat;
	float: left;
	color: #747474;
	overflow: hidden;
}

.search .search-cnt .search-btn
{
	float: left;
	border: none;
	width: 33px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}




/***导航***/
.nav
{
	height: 55px;
	width: 100%;
	background: url(/templates/default/images/nav.jpg) center no-repeat;
}

.nav_cnt
{
	width: 1100px;
	margin: auto;
	height: 55px;
}

.nav_cnt ul, .nav_cnt li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav_cnt li
{
	float: left;
	height: 55px;
	line-height: 55px;
	width: 130px;
	text-align: center;
	font-size: 16px;
}

.nav_cnt li.fst
{
	width: 60px;
}

.nav_cnt li a
{
	color: #262626;
}

.nav_cnt li a:hover
{
	color: #f00;
}

.hdp
{
	text-align: center;
}


/******新闻列表******/
.new-list-bg
{
	background-image: url(/templates/default/images/new_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.new-list
{
	width: 1100px;
	height: 415px;
	margin: 0 auto;
}

.zyxw
{
	width: 550px;
	height: 415px;
}

.fb
{
	background-color: #fbfbfb;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.zyxw ul, .zyxw li, .zyxw dl, .zyxw dt, .zyxw dd
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.zyxw dl
{
	padding-top: 20px;
	padding-right: 20px;
}

.zyxw dl.r
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0;
}

.zyxw ul
{
	margin-top: 18px;
}


.zyxw li
{
	height: 30px;
	line-height: 30px;
}

.zyxw li a
{
	color: #707070;
	background: url(/templates/default/images/sicon.png) no-repeat;
	background-position: 0 2px;
	padding-left: 14px;
	line-height: 30px;
	height: 30px;
}

.zyxw li a:hover
{
	color: #f00;
}

.zyxw li em
{
	color: #c7c7c7;
	float: right;
	font-style: normal;
}

.zyxw dt
{
	height: 40px;
	line-height: 40px;
}



.zyxw dt span.l a
{
	float: left;
	color: #9f9f9f;
	font-size: 16px;
}

.zyxw dt span.l2 a:hover
{
	color: #f00;
}


.fg
{
	float: left;
	font-size: 16px;
	color: #9f9f9f;
	margin: 0 14px;
}

.zyxw dt span.l2 a
{
	float: left;
	color: #9f9f9f;
	font-size: 16px;
}

.zyxw dt span.l2 a:hover
{
	color: #f00;
}

.zyxw dt span.l3 a
{
	float: left;
	color: #9f9f9f;
	font-size: 16px;
}

.zyxw dt span.l3 a:hover
{
	color: #f00;
}

.zyxw dt span.r
{
	float: right;
}

.zyxw dt span.on a
{
	color: #1783cd;
	font-size: 16px;
	font-weight: bold;
}

.zyxw dt span.on a:hover
{
	color: #f00;
}

.news_list
{
	width: 500px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	border-bottom: 1px solid #f3f3f3;
}

.news_list .news_rq
{
	float: left;
	width: 60px;
	height: 64px;
	text-align: center;
}

.news_list .news_rq span
{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 60px;
	font-size: 24px;
	font-family: Arial,宋体;
	background-color: #43b9f6;
	color: #fff;
}

.news_list .news_rq i
{
	font-style: normal;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
	display: block;
	width: 58px;
	border: 1px solid #ececec;
	border-top: none;
	color: #a7a7a7;
}

.news_list .news_tit
{
	float: right;
	width: 420px;
	overflow: hidden;
}

.news_list .news_tit strong
{
	font-weight: normal;
	line-height: 18px;
	width: 400px;
	overflow: hidden;
	height: 36px;
	display: block;
}

.news_list .news_tit strong a
{
	color: #333;
	font-size: 18px;
}

.news_list .news_tit strong a:hover
{
	color: #f00;
}

.news_list .news_tit p
{
	margin: 0;
	padding: 0;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
	width: 400px;
	height: 40px;
	overflow: hidden;
}


/****网站导航/精彩推荐***/
.dhtj
{
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	overflow:hidden;
}

.wzdh
{
	width: 525px;
	height: 222px;
	float: left;
	margin: 50px 0 0 0;
}

.dhtj-tit
{
	width: 525px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
}

.dhtj-tit b
{
	font-size: 18px;
	color: #484848;
}

.wzdh-list
{
	width: 525px;
	height: 175px;
	margin-top: 16px;
	background-color: #fff;
}

.wzdh-list ul, .wzdh-list li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.wzdh-list ul
{
	padding: 30px;
}

.wzdh-list li
{
	width: 150px;
	float: left;
	padding-left: 5px;
	line-height: 30px;
}

.wzdh-list li a
{
	color: #6e6e6e;
}

.wzdh-list li a:hover
{
	color: #f00;
}

.jctj
{
	width: 525px;
	height: 222px;
	float: right;
	margin: 50px 0;
}


.jctj-con
{
	width: 525px;
	height: 175px;
	margin-top: 16px;
}

.zysp
{
	background-image: url(/templates/default/images/zysp.jpg);
	width: 256px;
	height: 172px;
	display: block;
	float: left;
}

.yczx
{
	background-image: url(/templates/default/images/yczx.jpg);
	width: 256px;
	height: 172px;
	display: block;
	float: right;
}



/*****foot*****/
.foot-nav-bg
{
	background: url(/templates/default/images/f_nav.jpg) no-repeat;
	background-position: center;
}

.foot-nav
{
	width: 1100px;
	height: 64px;
	margin: 0 auto;
}

.foot-nav a
{
	color: #fff;
	padding-left: 40px;
	width: 120px;
	height: 64px;
	display: block;
	float: left;
	margin: 0 18px 0 42px;
}

.foot-nav a:hover
{
	color: #f00;
}

.foot-nav a.xs1
{
	background: url(/templates/default/images/d1.png) no-repeat;
	text-indent: 21px;
	line-height: 64px;
	height: 64px;
	background-position: 6px 18px;
}

.foot-nav a.xs2
{
	background: url(/templates/default/images/d2.png) no-repeat;
	text-indent: 21px;
	line-height: 64px;
	height: 64px;
	background-position: 6px 18px;
}

.foot-nav a.xs3
{
	background: url(/templates/default/images/d3.png) no-repeat;
	text-indent: 21px;
	line-height: 64px;
	height: 64px;
	background-position: 6px 18px;
}

.foot-nav a.xs4
{
	background: url(/templates/default/images/d4.png) no-repeat;
	text-indent: 21px;
	line-height: 64px;
	height: 64px;
	background-position: 6px 18px;
}

.foot-nav a.xs5
{
	background: url(/templates/default/images/d5.png) no-repeat;
	text-indent: 21px;
	line-height: 64px;
	height: 64px;
	background-position: 6px 20px;
}

.foot-mid-bg
{
	background: url(/templates/default/images/f-mid-bg.jpg) no-repeat;
	background-position: center;
}

.foot-mid
{
	width: 1100px;
	height: 250px;
	margin: 0 auto;
}





.foot-left-con
{
	width: 750px;
	height: 180px;
	margin: 35px 0;
	float: left;
}

.foot-conc
{
	float: right;
	width: 480px;
	height: 180px;
}

.foot-conc p
{
	margin: 8px 0 0 0;
	color: #9fd0e3;
	line-height: 22px;
}

.foot-conc a
{
	padding-left: 24px;
	color: #9fd0e3;
	background: url(/templates/default/images/f-more.png) no-repeat;
	text-indent: 21px;
	line-height: 20px;
	height: 20px;
	background-position: 0 2px;
}

.foot-conc a:hover
{
	color: #f00;
}

.foot-right-ab
{
	width: 225px;
	height: 180px;
	float: right;
	margin: 35px 0;
}

.foot-right-ab span.tit
{
	font-size: 18px;
	line-height: 20px;
	color: #f3f3f3;
}

.foot-right-ab p
{
	line-height: 15px;
	color: #9fd0e3;
}

.foot-bottom-bg
{
	background: url(/templates/default/images/f-bottom.jpg) no-repeat;
	background-position: center;
}



.foot-bottom
{
	width: 1100px;
	height: 87px;
	margin: 0 auto;
}
/*
.foot-bottom img
{
	margin: 14px 0;
	float: left;
}

*/
.f-b-c
{
	float: left;
	margin: 14px 20px;
}

.f-b-c p
{
	line-height: 10px;
	color: #f5f5f5;
	font-size: 12px;
}

/****详细页*****/
.page
{
	width: 1100px;
	margin: auto;
}

.cnt-banner
{
	background-image: url(/templates/default/images/view.jpg);
	background-size: 1380px 443px;
	background-position: center;
	height: 358px;
	width: auto;
	background-repeat: no-repeat;
}

.cnt-banner-tip
{
	width: 1100px;
	margin: auto;
	height: 64px;
	padding-top: 210px;
	color: #fff;
	font-family: "Verdana" , "微软雅黑";
	font-size: 25px;
	line-height: 64px;
	background: url(/templates/default/images/cnt-banner-tip.png) left bottom no-repeat;
	text-indent: 50px;
}

.sub-menu ul, .sub-menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-menu li
{
	text-align: center;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.sub-menu li.on
{
	border-top: 3px solid #2c95d6;
}

.content .title
{
	font-size: 24px;
	color: #1689cb;
	font-weight: bold;
	margin-top: 65px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	text-align: center;
}

.content .author
{
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.content .article
{
	color: #333;
	line-height: 200%;
	font: 16px/32px 微软雅黑;
	line-height: 30px;
	text-align: left;
	padding: 20px 0px;
}
.content .article p{margin:0;padding:0;}
.article-next
{
	color: #06679b;
	height: 45px;
	border-top: 1px solid #eee;
	background-color: #f4f9fb;
	line-height: 45px;
	margin-top: 30px;
}

.article-next a
{
	color: #0786a7;
}

.article-next a:hover
{
	color: #f00;
}

.article-next .l
{
	float: left;
	margin-left: 80px;
}

.article-next .r
{
	float: right;
	margin-right: 80px;
}

.footer
{
	background: url(/templates/default/images/f-bottom.jpg) center no-repeat;
	height: 87px;
	width: 100%;
}

.footer-cnt
{
	width: 1100px;
	margin: auto;
	height: 87px;
}

.footer .footer-left
{
	float: left;
	margin-top: 15px;
}

.footer .footer-right
{
	float: right;
	margin-top: 15px;
}

.footer-left-logo
{
	float: left;
}

.footer-left-right
{
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 10px;
	color: #f5f5f5;
	font-size: 12px;
}

/********列表页*****/
#cnt-banner-list
{
	background-image: url(/templates/default/images/list.jpg);
	background-size: 1380px 443px;
}

.list
{
	height: 110px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 40px;
}

.list .news_rq
{
	float: left;
	width: 60px;
	height: 64px;
	text-align: center;
}

.list .news_rq span
{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #147ab9;
	font-weight: bold;
}

.list .news_rq i
{
	font-style: normal;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	display: block;
	width: 60px;
	color: #147ab9;
}

.list .news_tit
{
	float: right;
	width: 1000px;
}

.list .news_tit strong
{
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

.list .news_tit p
{
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	color: #888888;
	font-size: 12px;
	padding-top: 10px;
}
/************部门********/

.dep
{
	background: url(/templates/default/images/top1.jpg) center no-repeat;
}

.dep-name
{
	float: left;
	font-size: 35px;
	margin-left: 410px;
	margin-top: 30px;
	color: #fff;
}

/*--------分页-----*/

.pagestr
{
	padding: 15px;
	text-align: center;
	margin: auto;
	color: #666;
	width: 950px;
}

.pagestr .pagetotal
{
	width: 300px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.pagestr ul, .pagestr li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagestr ul
{
	float: left;
}

.pagestr li
{
	float: left;
	padding: 0px 10px;
	border: 1px solid #e5e3e3;
	background-color: #edecec;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}

.pagestr li.on
{
	background-color: #59c46c;
	border: 1px solid #54b866;
	font-weight: bold;
	color: #fff;
}

.pagestr .pre, .pagestr .next
{
	background-color: #d6e9bc;
	border: 1px solid #a8d9b1;
}

.pagestr .jump
{
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 10px;
}



.list_photo
{
}

.list_photo ul, .list_photo li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list_photo ul
{
	margin-top: 30px;
}

.list_photo li
{
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 32px;
	margin-right: 33px;
}

.list_photo li img
{
	width: 300px;
	height: 200px;
}

.list_photo li span
{
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}

.list_photo li span a
{
	color: #666;
}

.list_photo li span a:link, .list_photo li span a:visited, .list_photo li span a:active
{
	color: #999;
}

.list_photo li span a:hover
{
	color: #f00;
}




.list_photo_ld
{
}

.list_photo_ld ul, .list_photo_ld li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list_photo_ld ul
{
	margin-top: 30px;
}

.list_photo_ld li
{
	float: left;
	width: 350px;
	height: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	

	
}

.list_photo_ld li img
{
	width: 200px;
	height: 266px;
}

.list_photo_ld li span
{
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}

.list_photo_ld li span a
{
	color: #666;
}

.list_photo_ld li span a:link, .list_photo_ld li span a:visited, .list_photo_ld li span a:active
{
	color: #999;
}

.list_photo_ld li span a:hover
{
	color: #f00;
}
.foot-bottom .footer-left{float:left;}
.foot-bottom .footer-right{float:right;}
.foot-bottom  .footer-left-logo{float:left;margin-top:20px;}




/***导航***/
.nav-dep
{
	height: 55px;
	width: 100%;
	background: url(/templates/default/images/nav.jpg) center no-repeat;
}

.nav-dep .nav_cnt
{
	width: 1100px;
	margin: auto;
	height: 55px;
}

.nav-dep .nav_cnt ul, .nav-dep .nav_cnt li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-dep .nav_cnt li
{
	float: left;
	height: 55px;
	line-height: 55px;
width:unset;
margin-left:15px;
margin-right:15px;
	text-align: center;
	font-size: 16px;
}


.nav-dep .nav_cnt li a
{
	color: #262626;
}

.nav-dep .nav_cnt li a:hover
{
	color: #f00;
}

.list_content .list1 ,.list_content .list1 li {margin:0;padding:0;list-style:none;}
.list_content .list1 li{height:30px;line-height:30px;background:url(/templates/default/images/arrow.gif) left no-repeat;padding-left:8px;}
.list_content .list1 li span.l{float:left;}
.list_content .list1 li span.r{float:right;}


.link-dep{width:1100px;margin:auto;margin-bottom:5px;margin-top:15px;}
.link-dep ul,.link-dep li{margin:0px;padding:0px;list-style:none;}
.link-dep ul{width:1100px;margin:auto;height:40px;}
.link-dep li{float:left;height:40px;line-height:40px;margin-left:15px;background:url(/templates/default/images/dot1.gif) left no-repeat;text-indent:8px;}


.link  ul,.link  li{margin:0;padding:0;list-style:none;}
.link {width:1100px;margin:auto;padding-bottom:15px;}
.link  li{float:left;margin-left:7px;}
.link  li img{height:56px;}

.fwsf,.fwsf dt, .fwsf dd,.fwsf ul,.fwsf li,.fwsf p{margin:0;padding:0;list-style:none;}
.fwsf dt{height:40px;line-height:40px;font-weight:bold;font-size:16px;text-indent:20px;background-color:#e7f4fe;}
.fwsf dd{padding:20px 80px;}
.fwsf dd li{height:35px;line-height:35px;float:left;width:310px;list-style:square;}



.table
{
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #F5F8Fa;
	text-align: left;
}
.table tr.title td
{
	text-align: center;
	font-weight: bold;
	background-color: #496BAA;
	color: #fff;
}
.table tr.title td a
{
	color: #fff;
}
.table tr.title td a:hover
{
	color: #f00;
}
.table tr.alter
{
	background-color: #EBF3FD;
}
.table tr.alter1
{
	background-color: #99bce9;
}
.table tr.gray
{
	background-color: #F8F6F6;
	color: #cccccc;
}

.table td
{
	border: 1px solid #a0b1c1;
	padding: 2px;
	height: 23px;
	margin: 2px;
	padding-left: 5px;
}
.table td.gray
{
	background-color: #F8F6F6;
}
.list_content #content table
{
	border-collapse: collapse;
	border-spacing: 0px;

}

.list_content #content table td
{
	border: 1px solid #a0b1c1;
	padding: 2px;

}
.list_content .tit{
font-size: 24px;
	
	font-weight: bold;
	margin-top: 25px;
	
	padding-bottom: 15px;
	text-align: center;
}
.list_content  .write{
font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.list_content  .cont{
color: #333;
	line-height: 200%;
	font: 16px/32px 微软雅黑;
	line-height: 30px;
	text-align: left;
	padding: 20px 0px;
}
.article table {
    border-collapse: collapse;
    border-spacing: 0px;
}


    .article table td {
        border: 1px solid #000;
        padding-left: 5px;
    }
.subxb ul,.subxb li{margin:0;padding:0;list-style:none;}
.subxb ul{margin-left:30px;}
.subxb li{float:left;width:100px;height:35px;line-height:35px;text-align:center;}
.subxb li.on{border:1px solid #ccc;border-bottom:none;background-color:#efeff0;font-weight:bold;}
.subxb{height:35px;line-height:35px;border-bottom:1px solid #ccc;width:100%;margin-top:30px;}

.wzfx {
    width: 150px;
   
    float: right;
}
.msg_caption {
    width: 120px;
   
    float:right;
}
#ad1{z-index:9999999;position:relative;}