/* 头部样式 */
.oldPeople_header{
	display: none;
}
.ET_top_column {
	height: 170px;
	background: url(../images/column_top_bg.png) 0 0 repeat-x;

}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.nav_column {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.nav_column_left {
	height: 170px;
	text-align: center;
	display: flex;
	align-items: center;
}

.nav_column_left img {
	vertical-align: middle;
}

.nav_column_right {
	color: #474a4c;
	width: 28%;
}

.page_mode {
	display: flex;
	align-items: center;
}

.language_mode {
	display: flex;
	align-items: center;
}

.language_mode li {
	display: flex;
	align-items: center;
}

.language_mode a:nth-child(1) li {
	border-right: solid 1px #777b7f;
	padding-right: 10px;
	margin-right: 10px;
}

.page_mode span {
	margin-right: 20px;
}

.language_label {
	font-size: 15px;
	color: #474a4c;
}

.change_icon {
	width: 21px;
	height: 21px;
}

.change_icon img {
	width: 100%;
	height: 100%;
}

.ET_search_column {
	border: 1px solid #003087;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	box-sizing: border-box;
	padding-right: 10px;
}

.ET_search_column input[type='text'] {
	padding: 8px 12px;
	font-size: 14px;
	border: 0;
	width: 70%;
	font-family: "microsoft yahei";
}

.ET_search_column img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.ET_nav_column {
	height: 50px;
	background: url(../images/column_nav_bg.png) 0 center repeat-x;

}

.ul_column li {
	/* float: left;
	padding: 0 25px;
	font-size: 18px;
	line-height: 50px; */
}

.column_top_right.top_right {
	line-height: 50px;
}

.top_right {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.top_right .top_right_1 {
	display: inline-block;
	padding: 0 4px;
	cursor: pointer;
}

.top_right_1:nth-child(2n) {
	color: #4e81c7;
}

.elder_mode {
	margin-top: 0px !important;
	height: 36px;
	/* height: 40px; */
}

.index_nav_text {
	position: relative;
}

.ul_column {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 66%;
}

.ul_column li {
	color: white;
	font-size: 19px;
	width: 16.6%;
	box-sizing: border-box;
	padding: 10px 0;
}

.ul_column li:hover,
.ul_column li.on {
	background-color: #004097;
}
.ul_column li a{
	display: flex;
}
.column_guide {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 3px;
	border-bottom: solid 1px transparent;
}

.ul_column li:hover .column_guide {
	border-bottom: solid 1px white;
}

.ul_column .on .column_guide {
	border-bottom: solid 1px white;
}

.index_nav_show {
	width: 1200px;
	height: 300px !important;
	position: absolute;
	top: 50px;
	right: 0;
	border: 1px solid #dfdfdf;
	border-top: 0;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
	z-index: 100;
}

.index_nav_show1 {
	width: 32%;
	height: 280px !important;
	border-right: 1px solid #dedede;
	box-sizing: border-box;
	padding: 0 20px;
	float: left;
}
.index_nav_show1:nth-child(2){
	width: 36%;
	height: 280px !important;
	border-right: 1px solid #dedede;
	box-sizing: border-box;
	padding: 0 20px;
	float: left;
}
.index_nav_content {
	padding: 5px 0;
}

.index_nav_show1 h4 {
	font-size: 16px;
	text-align: left;
	color: #004097;
	line-height: 34px;
	font-weight: 600;
}

.index_nav_content ul {
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 0 5px 0;
}

.index_nav_content_border {
	border-bottom: 1px solid #dedede;
}

.index_nav_content ul li {
	margin-right:18px;
	float: left;
	color: #000;
	padding: 0;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
}

.top_right .index_nav_content ul li a {
	color: #000;
}

.index_nav_show1.no_border {
	border: 0;
}

.ET_top2_column {
	border-bottom: solid 1px #F5F5F5;
	padding: 10px 0;
	background-color: white;
}

.ET_position {
	font-size: 14px;
	color: #383838;
}

/* 头部样式 */
/* 底部样式 */
.part-link {
	/* background-color: #C2D8FC; */
	padding-top: 20px;
	box-sizing: border-box;
}

ul.partlink2 {
	/* text-align: center; */
	display: flex;
	justify-content: left;
	align-items: center;
}

.nice-select02 {
	display: inline-block;
	width: 16%;
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	/* box-shadow: 0 0 5px #f6f6f6; */
	background: url(../images/news/white_up_arrow.png) no-repeat;
	background-size: 18px;
	background-position: 156px 7px;
	cursor: pointer;
}
.nice-select-choose{
	background: url(../images/news/white_down_arrow.png) no-repeat;
	background-size: 18px;
	background-position: 156px 7px;
}
.nice-select02:nth-child(2) {
	background-position: 140px 7px;
	margin-left: 16px;
}

.nice-select02:nth-child(3) {
	background-position: 106px 7px;
	border-right: 0;
}

.nice-select02 div {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}

/* .nice-select02:hover{
	background:url(../images/news/blue_up_arrow.png) no-repeat;
	background-size: 22px;
	background-position: 296px 5px;
}
.nice-select02:nth-child(2):hover{
	background-position: 288px 5px;
}
.nice-select02:nth-child(3):hover{
	background-position: 270px 5px;
} */
/* .nice-select02:hover div{
	color:;
} */
.nice-select02 ul {
	width: 1146px;
	/* display: none; */
	position: absolute;
	left: 0;
	bottom: 38px;
	overflow: hidden;
	background-color: #002A73;
	/* max-height: 150px; */
	/* overflow-y: auto; */
	/* border: 1px solid #e6e6e6; */
	border-bottom: 0;
	/* box-shadow: 0 3px 5px #f6f6f6; */
	/* z-index: 99; */
	padding: 10px 18px;
	box-sizing: border-box;
	padding-right: 0;
}

.nice-select03 ul {
	width: 644px!important;
	left: -194px !important;
}

.nice-select04 ul {
	left: -200px !important;
	width: 560px;
}

.nice-select02 ul li {
	line-height: 30px;
	float: left;
	margin-right:16px;
	text-align: center;
	width: 50px;
}

.nice-select03 ul li {
	width: 190px;
	line-height: 36px;
}

.nice-select04 ul li {
	width: 80px;
	line-height: 60px;
	margin-right: 30px;
}
.nice-select04 ul li:last-child{
	margin-right: 0;
}
.nice-select02 ul li:last-child {
	width: 142px;
}

.nice-select03 ul li:last-child {
	width: 190px !important;
}

.nice-select04 ul li:last-child {
	width: 80px !important;
}

.nice-select02 a {
	color: white;
	line-height: 26px;
}

.ET_footer {
	position: absolute;
	width: 100%;
}

.footer {
	width: 100%;
	/* overflow: hidden; */
	background-color: rgba(0, 48, 135, 1);
}

.footer_container {
	width: 1200px;
	margin: 0 auto;
	background-color: rgba(0, 48, 135, 1);
}

.footer_left {
	width: 72%;
	float: left;
	padding: 20px 0 30px 0;
}

.footer_left li {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	display: flex;
}

.footer_left li.link {
	margin-top: 20px;
	font-size: 16px;
}

.footer_left span.space {
	display: inline-block;
	width: 20px;
}

.footer_left li a {
	display: inline-block;
	color: white;
}
.bottom_link{
	display: flex!important;
	align-items: center;
}
.bottom_link span:nth-child(1){
	height: auto;
	display: flex;
}
.footer_right {
	float: right;
	width: 28%;
	overflow: hidden;
}

.zc {
	float: right;
	margin-top: 48px;
}

.dzjg {
	float: right;
	margin-top: 38px;
}

.clear {
	clear: both;
	height: 0;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}

/* 底部样式 */
/* 分页样式 */
.pagination_table {
	margin-top: 20px;
	margin-bottom: 36px;
}

.pagination_table tr {
	text-align: center;
}

.pagination_table td a {
	display: inline-block;
	width: 30px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px;
	border-radius: 6px;
}

.pagination_table td a:first-child {
	width: 66px;
}

.pagination_table td a:last-child {
	width: 66px;
}

.pagination_noactive {
	color: rgba(102, 102, 102, 1);
	/* background-color: #f4f4f5; */
	border: 1px solid rgba(221, 221, 221, 1);
}

.pagination_table td span {
	font-size: 12px;
}

.pagination_noactive_num {
	color: rgba(102, 102, 102, 1);
	border: 1px solid rgba(221, 221, 221, 1);
}

.pagination_active_num {
	background-color: #003087;
	color: #fff;
}

.pagination_active {
	color: rgba(102, 102, 102, 1);
	cursor: not-allowed;
	border: 1px solid rgba(221, 221, 221, 1);
}
.page_turn{
	display:flex;
	align-items: center;
}
.page_total{
	font-size: 13px;
	margin-right: 10px;
	height: 30px;
	line-height: 28px;
	margin-left: 20px;
	color: rgba(102, 102, 102, 1);
	font-weight: bold;
}
.page_search{
	margin-right: 10px;
}
.page_search span{
	font-size: 13px!important;
	height: 28px;
	line-height: 28px;
	color: rgba(102, 102, 102, 1);
	font-weight: bold;
}
.page_search input{
	border: 1px solid rgba(221, 221, 221, 1);
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px;
	border-radius: 6px;
	width: 40px;
	color: rgba(102, 102, 102, 1);
}
.page_search input:focus{
	outline: none;
}
.page_search_btn{
	border: 1px solid rgba(221, 221, 221, 1);
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 5px;
	border-radius: 6px;
	font-size: 13px;
	width: 70px;
	color: rgba(102, 102, 102, 1);
	font-weight: bold;
	cursor:pointer;
}
/* 右侧按钮 */
.right_column {
	position: fixed;
	right: 0;
	top:150px;
	background-color: rgba(255,255,255,0.7);
	z-index: 100;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}

.right_close_icon {
	width: 20px;
	height: 20px;
	right: 6px;
	top:-30px;
	position: absolute;
	background: url(https://www.tj.gov.cn/images/calendar_mobile_textclose.png) 0 0 no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #999999;
	border-radius: 50%;
}
.some_logo li {
	position: relative;
	/* margin-top: 12px; */
	cursor: pointer;
	padding:12px 6px;
	padding-bottom: 0;
	width: 80px;
	box-sizing: border-box;
}
#userCenter{
	padding-bottom: 16px;
}
.right_column .main_logo {
	padding-top: 0;
}
.some_logo li:nth-child(3) .main_logo{
	width: 20px;
}
.some_logo li:nth-child(3) .banner_logo{
	padding-left: 26px;
}
.banner_logo{
	overflow: hidden;
	width: 114px;
    padding-left: 20px;
}
.main_logo {
	float: left;
	width: 32px;
	margin: 0 auto;
	/* background-color: white; */
	height: 32px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.main_logo img {
	width: 100%;
}

.logo_name {
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	font-size: 11px;
	color: #545454;
}

.erweima {
	position: absolute;
	left: -110px;
	width: 100px;
	top: 0px;
	display: none;
}

.erweima img {
	width: 100%;
}

.some_logo li:hover .erweima {
	display: block;
}

.blue_logo {
	float: left;
	width: 32px;
	margin-left: 40px;
	height: 32px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blue_logo img {
	width: 100%;
}
.some_logo li:nth-child(3) .blue_logo{
	width: 20px;
	margin-left: 40px;
}
/* .some_logo li:hover{
	background-color: #003087;
} */
.some_logo li:hover .logo_name{
	color: #003087;
}
.some_logo li:hover .main_logo {
	/* display: none; */
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
}
.some_logo li:hover .blue_logo {
	-webkit-transform: translateX(-72px);
	-moz-transform: translateX(-72px);
	-o-transform: translateX(-72px);
	-ms-transform: translateX(-72px);
	transform: translateX(-72px);
}
.some_logo li:nth-child(3):hover .blue_logo {
	-webkit-transform: translateX(-62px);
	-moz-transform: translateX(-62px);
	-o-transform: translateX(-62px);
	-ms-transform: translateX(-62px);
	transform: translateX(-62px);
}
.banner_line{
	border-bottom: solid 1px #E0E0E0;
	margin-top: 12px;
}
/* .some_logo li:hover .banner_line{
	border-bottom: solid 1px transparent;
} */
/* 内容页样式 */

.ET_article {
	padding: 25px 60px 30px 60px;
	background: white;
	margin-top: 20px;
	margin-bottom: 50px;
}

.ET_article h1 {
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	font-weight: normal;
	color: #383838;
}

.ET_article .art_time {
	font-size: 15px;
	color: #5C5C5C;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 12px;
	text-align: center;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.art_info span {
	padding: 0 20px;
}
.art_right {
    float: right;
	display: flex;
	align-items: center;
	position: absolute;
    right: 0;
	bottom: 3px;
}
/* .art_right .art_size {
    margin: 0 10px;
} */
.art_right .art_size span.on {
    color: #003087;
    font-weight: bold;
}
.art_right .art_size span {
    cursor: pointer;
	margin-right:4px;
}
.art_right .split {
    margin: 0 15px;
}
.ET_share {
	/* position: absolute;
	right: 0; */
	float: right;
	display: flex;
	align-items: center;
}

.ET_share li {
	display: inline-block;
	margin: 0 5px;
}

.ET_share li a {
	padding-left: 0 !important;
	background: none !important;
	margin-right: 0 !important;
	width: 22px !important;
	height: 22px !important;
	line-height: 22px;
	/* background-color: #c9c9c9 !important; */
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}

.ET_share li a i {
	font-size: 19px;
	background: none !important;
	display: inline-block;
}

.ET_share li:nth-child(1) a i {
	color: #1FBC7D !important;

}

.ET_share li:nth-child(2) a I {
	color: #E96157 !important;

}

.article_con {
	text-align: left;
	padding-bottom: 40px;
	min-height: 300px;
	padding-top: 40px;
	font-size: 18px;
	line-height: 36px
}

.article_con p {
	font-family: 宋体;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
	word-break: break-all;
}
.article_con p span{
	font-family: 宋体;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
	word-break: break-all;
}
.downLink {
	list-style-type: ;
}

.article_con img {
	max-width: 100%;
	height: auto !important;
	cursor: default;
}

.conattach {
	margin-top: 50px;
}

.detail_list a {
	display: flex;
}

.detail_list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.file_point {
	width: 6px;
	height: 6px;
	background-color: #004096;
}

.file_detail {
	font-size: 16px;
	margin-left: 10px;
	color: #383838;
}

.detail_list li:hover .file_detail {
	color: #004096;
}

.ie8sys {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #b5b5b5;
	line-height: 28px
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	margin-top: 3px !important;
	float: none !important
}

#article embed {
	margin: 0 auto 40px;
	display: block
}

.navFix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999
}

.nav_box {
	width: 100%;
	height: 61px;
	display: none
}

#phone_video {
	display: none
}
.ET_video{
	width:60%;
	margin: 0 auto;
}
.alert-mengban {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
	opacity: .8 !important;
	filter: alpha(opacity=80) !important;
	width: 100%;
	height: 100%;
	display: none
}

.alert-warning {
	position: fixed;
	left: 50%;
	top: -400px;
	margin-left: -300px;
	width: 600px;
	height: 270px;
	background: #fff;
	z-index: 1001;
	display: none
}

.alert-delete {
	width: 100%;
	height: 38px;
	position: relative
}

.alert-delete span {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 19px;
	height: 19px;
	background: url(../images/delete-ks-20170807.png) center center no-repeat;
	cursor: pointer
}

.alert-wzsm {
	width: 480px;
	height: 100px;
	margin: 15px auto 0;
	line-height: 35px;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-family: "Microsoft YaHei";
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4
}

.alert-wzsm p {
	font-size: 24px;
	font-family: "Microsoft YaHei"
}

.alert-footer {
	width: 100%;
	height: 105px;
	font-size: 24px;
	color: #000
}

.alert-footer span {
	cursor: pointer;
	float: left;
	font-family: "Microsoft YaHei"
}

.continue {
	width: 124px;
	height: 42px;
	background: url(../images/continue-ks-20170810.png) center center no-repeat
}

.fangqi {
	line-height: 42px;
	font-size: 20px;
	color: #ab0d07;
	margin-left: 20px
}

.xuanze {
	width: 210px;
	height: 42px;
	margin: 25px auto 0
}

.subtitle {
	text-align: center;
	color: #333;
	font-size: 20px;
	margin:20px 0;
}
.mrtop26 {
    margin-top: 26px !important;
}
#pagesize {
    width: 100%;
    display: block;
    margin: 20px auto;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
}
.pageleft {
    width: 50%;
    text-align: left;
    float: left;
}
.pageright {
    width: 49%;
    text-align: right;
    line-height: 150%;
    float: right;
}
.pageleft span {
    line-height: 150%;
    border: 0;
}
.navFix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999
}


@media only screen and (max-width: 768px) {
	a:active {
		text-decoration: none!important;
		outline-style: none!important;
	}
	a:visited {
		text-decoration: none!important;
		outline-style: none!important;
	}
	a:link {
		text-decoration: none!important;
		outline-style: none!important;
	}
	.right_column{
		display: none;
	}
	/* 手机端头部 */
	.wrapper{
		width: 94%;
	}
	.ET_top_column{
		height: auto;
		padding:12px 0;
		
	}
	.nav_column_left{
		width: 100%;
		height: auto;
	}
	.nav_column_left img{
		width: 100%;
	}
	.nav_column_right{
		display: none;
	}
	body .ET_nav_column{
		height: auto;
	}
	body .ET_nav_column .wrapper{
		width: 100%;
	}
	.ul_column{
		width: 100%;
		flex-wrap: wrap;
	}
	.ul_column li{
		width: 33%;
		font-size: 16px;
        padding: 6px 0!important;
	}
	.ul_column li:nth-child(3n) .column_guide{
		border-right: none;
	}
	body .column_guide{
		height: fit-content!important;
		border-right: solid 1px white;
        width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	body .ul_column li:hover .column_guide{
		border-bottom: none!important;
	}
	body .ul_column .on .column_guide {
		border-bottom: none!important;
	}
	.top_right{
		display: none;
	}
	.ET_top2_column{
		display: none;
	}
	/* 手机端底部 */
	.part-link{
		display: none;
	}
	.ET_footer{
		background-color: #003087;
	}
	.footer_container{
		width: 94%;
	}
	.footer_left {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
	.footer_left li {
        text-align: center;
		display: block;
		
    }
	.footer_left li.link{
		font-size: 12px;
	}
	.footer_right {
        float: none;
        width: 100%;
        text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
    }
	.footer_left span.space {
        display: block;
    }
	.bottom_link{
		display: inline-block!important;
	}
	.bottom_link span:nth-child(1){
		display: inline-block;
	}
	.zc {
        float: none;
        margin-top: 0;
        display: inline-block;
    }
	.dzjg {
        float: none;
        margin-top:0;
        display: inline-block;
    }
	/* 内容页 */
	.ET_article{
		padding:20px;
	}
	.ET_article h1{
		line-height: 40px;
	}
	.ET_article .art_time{
		height: auto;
		padding: 6px 0 0;
	}
	.bb-container div{
		width: 100%!important;
	}
	.ET_share{
		display: none!important;
	}
	.art_right{
		display: none;
	}
	.article_con{
		min-height: 230px;
	}
	#ckvideo{
		width: 100%!important;
		height:auto!important;
	}
	.ET_video{
		width:100%;
	}
	/* 外链弹窗 */
	.alert-warning {
		position: fixed;
		left: 2%;
		top: -400px;
		margin-left: 0;
		width: 96%;
		height: auto;
		background: #fff;
		background-size: 100%;
		z-index: 1001
	}

	.alert-wzsm {
		width: 80%;
		height: auto;
		margin: 15px auto 0;
		line-height: 28px;
		font-size: 18px;
		color: #000;
		text-align: center
	}

	.alert-wzsm p {
		font-size: 18px
	}

	.alert-footer {
		width: 100%;
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		color: white;
		margin-top: 10px
	}

	.continue {
		width: 124px;
		height: 42px;
		background: url(../images/continue-ks-20170810.png) center center no-repeat;
		background-size: 100%
	}
}