body {
	background-color: transparent;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.ET_header {
	padding: 34px 0;
}

.first_news {
	margin-bottom: 12px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #004096;
	display: block;
	/* font-family: 宋体; */
}

.first_content {
	font-size: 17px;
	line-height: 28px;
	text-indent: 2em;
	color: #383838;
}

.first_content span {
	color: #fb4747;
}

.first_content:hover {
	color: #004096;
}

.main_wrap1 {
	background-image: url(../images/news/wrap1_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
	box-sizing: border-box;
	padding: 40px 0;
}

/*pic news slide*/

.news_part2 {
	overflow: hidden;
}

.pic_news_left {
	width: 46%;
	height: 320px;
	overflow: hidden;
}

.pic_news_left .slick-slider {
	margin-bottom: 0;
}

.pic_news_left img {
	width: 100%;
	height: 100%;
}

.pic_news {
	background: #FFFFFF;
}

.slick-dots-woo {
	/*position: absolute;*/
	bottom: -30px;
	list-style: none;
	display: block;
	padding: 0px;
	width: 100%;
}

.slick-dots-woo li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 16px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots-woo li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	outline: none;

}

.slick-dots-woo li.slick-active button:before {
	color: #1859C9;
}

.teda_news .slick-dots-woo li button:before {
	font-size: 62px;
}

.teda_news li.slick-active button:before {
	color: #00b0ff;
}

.slick-dots-woo li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #C4C4C4;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots-woo li button:before {
	font-size: 40px;
}

.pic_news_right {
	width: 52%;
}

#tab {
	padding: 0 34px;
}

.list ul {
	overflow: hidden;
}

.list li {
	display: inline-block;
	cursor: pointer;
	padding: 6px;
	background: #909090;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
}

.list li.cur {
	background: #382fbd;
}

#listCon .teda_news {
	overflow: hidden;
}

#listCon div.news {
	display: none;
}

#listCon div.news.cur-on {
	display: block;
}

.teda_news {}

.teda_news .news_title {
	font-size: 24px;
	line-height: 38px;
	color: #323232;
	/*height: 114px;*/
	overflow: hidden;
	font-weight: bold;
	margin-top: 20px;
}

.teda_news .news_title a {
	color: #323232;
}

.teda_news .news_time {
	color: #9a9a9a;
	margin-top: 20px;
}

.teda_news .news_con {
	margin-top: 10px;
	font-size: 16px;
	color: #323232;
	line-height: 28px;
}

.news ul {
	zoom: 1;
	margin-top: 40px;
}

.slick-slider {}

.news ul li.newsli {
	position: relative;
	width: 100%;
	padding: 16px 0;
	border-top: 1px dashed #ccc;
}

.news ul li.newsli span {
	position: absolute;
	bottom: 16px;
	right: 4px;
	text-align: right;
	color: #747474;
	font-size: 14px;
}

.news ul li.newsli a {
	display: block;
	font-size: 17px;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	color: #323232;
	letter-spacing: 1px;
	line-height: 24px;
	height: 48px;
}

.teda_news .slick-dots li button:before {
	font-size: 62px;
}

.teda_news li.slick-active button:before {
	color: #004096;
}

.pic_list {
	width: 7%;
	float: right;
	margin-top: 20px;
}

.pic_list img {
	width: 100%;
}

.blue_arrow {
	display: none;
}

.pic_list:hover .gray_arrow {
	display: none;
}

.pic_list:hover .blue_arrow {
	display: block;
}

/*pic news slide end*/
.main_wrap2 {
	overflow: hidden;
	padding: 30px 0;
}

.wrap2_left {
	float: left;
	width: 70%;
}

/* news tab */
.ET_main_tab_box {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin-bottom: 15px;
}

.ET_main_tab_box .hd {
	position: relative;
	height: 47px;
	border-bottom: solid 0;
}

.ET_main_tab_box .hd ul li {
	float: left;
	cursor: pointer;
	font-size: 23px;
	color: #323232;
	margin-right: 40px;
	padding: 0;
}

.ET_main_tab_box .hd ul li.on {
	color: #004096;
}

.ET_main_tab_box .bd {
	position: relative;
	border: solid 1px #f3f3f3;
	box-sizing: border-box;
	padding: 0 20px;
}

.ET_main_tab_box .bd li a {
	float: none;
	width: 100%;
}

.ET_main_tab_more {
	position: absolute;
	top: -50px;
	right: 0;
	width: auto;
	border-bottom: solid 1px transparent !important;
	line-height: 12px !important;
}

/* .three_news {
	overflow: hidden;
} */

.three_news li {
	overflow: hidden;
	border-bottom: solid 1px #eeeeee;
	padding: 7px 0;
	line-height: unset !important;

	margin-left: -20px;
}

.three_news li:nth-child(5) {
	border-bottom: solid 0;
}

.news_date {
	color: #323232;
	float: left;
	border-right: solid 2px #f4f4f4;
	width: 14%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.news_date p {
	text-align: center;
	font-size: 16px;
}

.news_day {
	font-size: 36px !important;
	font-weight: bold;
}

.news_main {
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
	/* margin-left: 20px; */
	width: 100%;
	border-left: solid 2px transparent;
}

.news_title {
	font-size: 20px;
	color: #383838;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_content {
	font-size: 16px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.three_news li:hover .news_date {
	color: #004096;
}

.three_news li:hover .news_main {
	border-left: solid 2px #1859C9;
}

.three_news li:hover .news_title {
	color: #004096;
}

.three_news li:hover .news_content {
	color: #004096;
}

.phone_date1 {
	display: none;
}

.section_source {
	display: none;
}

/* news tab end*/

.wrap2_right {
	float: right;
	width: 28%;
}

.wrap_head {
	overflow: hidden;
}

.wrap_title {
	float: left;
	font-size: 23px;
	color: #323232;
}

.more_btn {
	float: right;
}

/* media news scroll */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../images/news/media_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 284px;
	margin-top: 18px;
	box-sizing: border-box;
	padding: 34px;
	padding-left: 26px;
}

.slideBox .hd {
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 50px;
	left: 28%;
	z-index: 1;
}

.slideBox .btn {
	width: 45%;
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
}

.slideBox .btn li {
	background-color: #dadada;
	width: 30px;
	height: 4px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
}

.slideBox .btn li:last-child {
	margin-right: 0;
}

.slideBox .btn li.on {
	background-color: #1859C9;
}

.slideBox .bd {
	position: relative;
}

.slideBox .bd ul {
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}

.slideBox .bd li {
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center bottom;
}

.main_logo {
	width: 12%;
	margin: 0 auto;
	padding-top: 80px;
}

.main_logo img {
	width: 100%;
}

.main_title {
	font-size: 50px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 120px;
}

.media_title {
	font-size: 18px;
	line-height: 30px;
	color: #383838;
}

.media_date {
	color: #808080;
	font-size: 16px;
	margin-top: 36px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.media_title:hover {
	color: #1859C9;
}

.main_wrap3 {
	background-image: url(../images/news/wrap3_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}

.main_wrap3 .wrap_head {
	padding: 30px 0;
}

.video_tab_box {
	padding-top: 30px;
}

.video_tab_box .hd {
	position: relative;
	height: 47px;
}

.video_tab_box .hd ul li {
	float: left;
	cursor: pointer;
	font-size: 23px;
	color: #323232;
	margin-right: 20px;
	padding: 0;
	padding-right: 20px;
	border-right: solid 1px #CCCCCC;
}

.video_tab_box .hd ul li:last-child {
	border-right: 0;
}

.video_tab_box .hd ul li.on {
	color: #004096;
}

.video_tab_box .bd {
	position: relative;
	box-sizing: border-box;
}

.video_tab_box .bd li a {
	float: none;
	width: 100%;
}

.video_tab_more {
	background-color: transparent !important;
	position: absolute;
	top: -50px;
	right: 0;
	width: auto;
	border-bottom: solid 1px transparent !important;
	line-height: 12px !important;
}

.three_video {
	overflow: hidden;
	margin-top: 10px;
}

.three_video li:nth-child(1) {
	float: right;
	width: auto;
	margin-right: 6px;
}

.three_video li {
	width: 32%;
	float: left;
	margin-right: 20px;
	border: solid 1px #f1f1f1;
	background-color: white;
}

.three_video li:nth-child(4) {
	margin-right: 0;
}

.video_pic {
	width: 100%;
	height: 234px;
	overflow: hidden;

}

.video_pic img {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.video_pic img:hover {
	transform: scale(1.1);
}

.video_title {
	color: #323232;
	line-height: 26px;
	margin: 10px;
	font-size: 16px;
}

.video_date {
	color: #808080;
	font-size: 15px;
	margin: 20px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.video_title:hover {
	color: #004096;
}

.main_wrap4 {
	overflow: hidden;
}

.wrap4_left {
	float: left;
	width: 68%;
}

.wrap4_right {
	float: right;
	width: 30%;
}

.wrap4_left .wrap_head {
	padding: 30px 0 20px 0;
}

.wrap4_right .wrap_head {
	padding: 30px 0 20px 0;
}

/* 部门动态 */
.section_box {
	border: solid 2px #f3f3f3;
	border-radius: 6px;
	height: 315px;
}

.section_box .hd {
	float: left;
	width: 10%;
	border-right: solid 1px #efefef;
}

.section_box .hd li {
	height: 158px;
	box-sizing: border-box;
	padding: 50px 32px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #ededed;
	color: #004096;
}

.section_box .hd li.on {
	background-color: #E7EEF9;
}

.section_box .bd {
	float: right;
	width: 89%;
	box-sizing: border-box;
	padding-left: 14px;
}

.five_news {
	position: relative;
}

.five_news .ET_main_tab_more {
	top: -64px;
}

.five_news li {
	overflow: hidden;
	padding: 19px 0;
	border-bottom: solid 1px #ededed;
}

.five_news li:hover .section_title {
	color: #004096;
}

.five_news li:hover .section_date {
	color: #004096;
}

.five_news li:nth-child(6) {
	border-bottom: solid 0;
}

/* .five_news li:hover .small_point {
	background-color: #004096;
} */

.small_point {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	float: left;
	margin-top: 8px;
}

.section_title {
	float: left;
	margin-left: 10px;
	font-size: 18px;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 72%;
	-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;
}

.section_title:hover {
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-o-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

.section_title span {
	color: #004096;
	font-weight: bold;

}

.section_date {
	color: #808080;
	float: right;
	margin-right: 20px;
	font-size: 15px;
	margin-top: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

/* 新闻发布会 */
.meeting_block {
	background-color: #f9f9f9;
	border: solid 2px #f3f3f3;
	border-radius: 6px;
}

.meeting_pic {
	width: 100%;
	height: 236px;
	overflow: hidden;
}

.meeting_pic img {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.meeting_pic img:hover {
	transform: scale(1.1);
}

.meeting_info {
	margin: 10px 14px 0;
	color: #191919;
	line-height: 26px;
	font-size: 16px;
	padding-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	box-sizing: border-box;
	height: 70px;
}

.meeting_info p {
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	width: 100%;
	cursor: default;
}

/* 专题链接 */
.main_wrap5 {
	background-image: url(../images/news/wrap5_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 440px;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 40px 0;
}

/* .slideGroup{ width:1200px; margin: 0 auto;  } */
.slideGroup .parHd {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
}

.slideGroup .parHd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}

.slideGroup .parHd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}

.slideGroup .parBd {
	zoom: 1;
}

.slideGroup .zt_block {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	display: block;
	width: 40px;
	height: 120px;
	float: left;
	border: solid 2px #efefef;
	color: #9c9c9c;
	font-size: 20px;
	text-align: center;
	margin-top: 96px;
	box-sizing: border-box;
	padding: 44px 0;
	background-color: white;
}

.slideGroup .sNext {
	float: right;
}

.slideGroup .sPrev:hover {
	color: #004096;
	border: solid 2px #004096;
}

.slideGroup .sNext:hover {
	color: #004096;
	border: solid 2px #004096;
}

.slideGroup .parBd .tempWrap {
	float: left;
	width: 1010px !important;
	margin-top: 50px;
	margin-left: 50px;
	height: 260px;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 100%;
}

.slideGroup .parBd ul li {
	width: 230px !important;
	margin: 0 10px;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border: solid 2px #eeeeee;
	border-radius: 6px;
	-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;
}

.slideGroup .parBd ul li:hover {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.zt_pic {
	width: 100%;
	height: 164px;
	overflow: hidden;
}

.zt_pic img {
	width: 100%;
	height: 100%;
}

.zt_name {
	padding: 18px;
	text-align: center;
	font-size: 15px;
	color: #424242;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

/* 右侧按钮 */
.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;
}