@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover,a:focus {
	color: #e60012;
	text-decoration: none;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
.fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.fixed {
	display: block;
	min-height: 1%
}
*html .fixed {
	height: 1%
}
body {
	font-family: "Microsoft Yahei";
	color: #444;
	font-size: 16px;
	background: url(../images/bg.png) no-repeat center top;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
/*header头部*/
.tzb_outer_header{
	float: left;
	width: 100%;
	min-width: 1200px;
}
/*top*/
.tzb_outer_top{
	float: left;
	width: 100%;
	height: 40px;/*60px*/
	line-height: 40px;/*60px*/
	font-size: 16px;
	color: #015293;
	text-align: right;
}
.tzb_outer_top_welcome{
	display: inline-block;
	*zoom:1;
	*display: inline;
	padding-right: 190px;
}
.tzb_outer_top_date{
	display: inline-block;
	*zoom:1;
	*display: inline;
	font-size: 14px;
	color: #015293;
}
/*bottom*/
.tzb_outer_bottom{
	float: left;
	width: 100%;
}
/*logo*/
.tzb_outer_logo {
	float: left;
	width: 655px;
}
.tzb_outer_logo a {
	display: block;
	width: 655px;
	height: 195px;/*height: 95px;*/
	background: url(../images/logo-new.png) no-repeat 0px center;
	text-indent: -9999px;
	margin: 0px;/*margin: 40px 0;*/
}
/*search*/
.tzb_outer_search {
	float: right;
	width: 370px;
	height: 36px;
	margin-top: 70px;
}
.tzb_outer_search .search_text {
	float: left;
	width: 334px;
	*width: 312px;
	height: 36px;
	padding: 0 10px;
	line-height: 34px;
	font-family: "微软雅黑";
	color: #343434;
	font-size: 14px;
	border: 1px #ccc solid;
	background: #fff;
}
.tzb_outer_search .search_btn {
	float: left;
	width: 36px;
	height: 36px;
	*height: 38px;
	background: url(../images/search_ico.png) no-repeat center center #fff;
	*background: url(../images/search_ico_ie7.png) no-repeat center center #fff;
	border: 1px #ccc solid;
	*border: 0;
	text-indent: -999px;
	cursor: pointer;
	border-left: 0;
}
/*导航*/
.tzb_outer_nav{
	float: left;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background-color: #015293;
}
.tzb_outer_nav .inner{
	height: 54px;
}
.tzb_outer_nav ul{
	float: left;
}
.tzb_outer_nav li{
	float: left;
}
.tzb_outer_nav li a{
	display: inline-block;
	color: #fff;
	padding:0 42px;
	font-size: 18px;
}
.tzb_outer_nav li a.current{
	background: url(../images/nav_ico1.png) no-repeat center bottom;
}
/*footer*/
.tzb_outer_footer{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: #015293;
}
.tzb_outer_footer_nav{
	position: relative;
	width: 100%;
	height: 38px;
	margin: 30px 0;
}
.tzb_outer_footer_nav .tzb_tab_ul{
	margin-bottom: 0px;
}
.tzb_outer_footer_nav .tzb_tab_ul li.tzb_tab{
	float: left;
	width: 296px;/*因注释“各民族党派区委”修改，原236*/
	*width: 224px;
	padding-right: 10px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #73acd6;
	text-align: center;
	font-size: 14px;
	color: #87c8f8;
	background: url(../images/down_icon.png) 276px center no-repeat;/*因注释“各民族党派区委”修改，原216*/
	cursor: pointer;
	margin-left: 5px;
} 
.tzb_outer_footer_nav .tzb_tab_ul li.tzb_tab:first-child{
	margin-left: 0;
	background: none;
}
.tzb_outer_footer_nav .tzb_tab_ul li.tzb_tab a{
	color: #87c8f8;
}
.tzb_outer_footer_nav .tzb_tab_ul li.tzb_tab.current{
 	height: 43px;
	line-height: 41px;
	margin-top: -5px;
    border: 1px solid #fff;
    color: #3c3c3c;
    background: url(../images/up_icon.png) 216px center no-repeat;
    background-color: #fff;
    z-index: 99;  
}
.tzb_outer_footer_nav .tzb_tab_ul li.tzb_tab.current a{
	color: #3c3c3c;
}
.tzb_outer_footer_nav .tzb_tab_ul li.tzb_tab:first-child.current{
	background: #fff;
}
.tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content{
	width: 1200px;
	position: absolute;
	left: 0px;
	bottom: 43px;
	right: 0;
	border: 1px solid #dee0e2;
	border-bottom: 0;
	background: #fff;
	padding: 15px 0 15px 60px;
    display: none;
    z-index:999;
}
.tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content.current{
	display: block;
}
 .tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content ul{
 	*display: inline-block;
 }
.tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content ul li{
	float: left;
	width: 168px;
	text-align: left;
	height: 35px;
    line-height: 35px;
    margin-right: 20px;
    *display: inline;
}
.tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content ul li a{
	float: left;
	display: block;
	width: 100%;
	height: 35px;
	color: #686262;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}
.tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content ul li a:hover{
	color: #b40606;
}
.tzb_outer_footer_msg{
	float: left;
	width: 100%;
	border-top: 1px #023d6c solid;
}
.tzb_outer_footer_msg a img{
	float: left;
	padding: 20px 40px 20px 90px;
}
.tzb_outer_footer_msg p{
	float: left;
	width: 968px;
	font-size: 16px;
	color: #fff;
	margin: 26px 0 0;
}
.tzb_outer_footer_msg span{
	float: left;
	display: inline-block;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	/* padding-right: 37px; */
}
/*main*/
.tzb_outer_main{
	float: left;
	width: 100%;
}
/*list main*/
.tzb_outer_list_main{
	float: left;
	width: 100%;
	*width: 1128px;
	border: 1px #d7d7d7 solid;
	background-color: #fff;
	padding: 0 35px;
}
/*二级导航*/
.tzb_outer_subnav{
    float: left;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px #e4e5e7 solid;
}
.tzb_outer_subnav span{
	padding: 0 10px;
	font-family: simsun;
	font-weight: bold;
}
.tzb_outer_subnav a{
    color: #444;
}
.tzb_outer_subnav a:hover{
    color: #e60012;
}
/*列表标题*/
.tzb_outer_sublist_title{
	float: left;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: url(../images/sublist_title_bg.png) no-repeat 0 bottom;
    border-bottom: 1px #e4e5e7 solid;
}
.tzb_outer_sublist_title h4{
	float: left;
	display: inline-block;
	*zoom:1;
    *display: inline;
	line-height: 45px;
	font-size: 18px;
	color: #015293;
	font-weight: 600;
	margin: 0;
	padding-left: 18px;
	background: url(../images/sublist_title_ico.png) no-repeat 0 center;
}
.tzb_outer_sublist_title a{
	float: right;
	display: inline-block;
	*zoom:1;
    *display: inline;
	line-height: 45px;
	font-size: 14px;
	color: #666;
}
.tzb_outer_sublist_title a:hover{
	 color: #e60012;
}
/*列表盒子*/
.tzb_outer_sublist_wrap{
	float: left;
	width: 100%;
}
/*分页*/
.tzb_outer_page{
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 0 50px 0;
}
.tzb_outer_page ul {
   display:inline-block;
	*display:inline;
	*zoom:1;
    padding: 0;
    margin: 0;
}
.tzb_outer_page ul li {
	display: inline;
}
.tzb_outer_page ul li a {
	float: left;
	text-decoration: none;
	padding: 3px 10px;
    color: #343434;
    transition: background-color .3s;
    border: 1px solid #99a3ac;
    margin: 0 4px;
}
.tzb_outer_page ul li a:hover{
	background-color: #ebebeb;
}
.tzb_outer_page ul li a.active {
    background-color: #015293;
    color: white;
    border: 1px solid #015293;
}
.tzb_outer_page ul li a.active:hover{
	background-color: #015293;
    color: white;
    border: 1px solid #015293;
}
.tzb_outer_page ul li span {
	float: left;
	padding: 3px 10px;
    color: #015293;
    transition: background-color .3s;
    border: 1px solid #99a3ac;
    margin: 0 4px;
}
.tzb_outer_footer_nav .tzb_tab_ul .tzb_tab_content1 ul li {
    float: left;
    width: 350px;
    text-align: left;
    height: 35px;
    line-height: 35px;
    margin-right: 25px;
    *: ;
    display: inline;
}
