﻿#swiper1 {
	height: 4rem;
}

#swiper1 h6 {
	height: 0.42rem;
	margin: 0;
	border: 2px solid #968a80;
	border-bottom-color: rgb(150, 138, 128);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom: 1px solid #968a80;
	border-bottom-left-radius: 6px;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
}

#swiper1 h6 a {
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.4rem;
	vertical-align: middle;
	margin-left: 0.1rem;
	max-width: 5rem;
	display: inline-block;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.1rem;
}

.swiper-pagination {
	text-align: right;
}

.swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	box-sizing: border-box;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #0c52a8;
}


/*0421修改通知公告*/

.notice-list {
	height: 4rem;
	background-color: #fff;
	border: 1px solid #e7e8f2;
	border-left: none;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.notice-list h1 {
	margin: 0.2rem 0.2rem 0.1rem 0.2rem;
	border-bottom: 2px solid #0C52A8;
}

.notice-list .swiper-slide {
	height: 1.12rem;
}

.notice-list #swiper2 {
	height: 3.3rem;
}

.notice-list .swiper-slide div {
	display: block;
	cursor: pointer;
	border-bottom: 2px solid #0c52a8;
	height: 1.12rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	padding-top: 0.2rem;
}

.notice-list .swiper-slide:last-child div {
	border: none;
}

.swiper-slide-thumb-active {
	background: #eaeaea;
}

.swiper-slide .img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

.notice-list .swiper-slide h6,
.notice-list .swiper-slide div h6 {
	color: #2c2c2c;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin: 0;
}

.notice-list .swiper-slide p,
.notice-list .swiper-slide div p {
	font-size: 0.12rem;
	color: #2c2c2c;
	line-height: 0.18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.swiper-slide-thumb-active p,
.swiper-slide-thumb-active h6,
.swiper-slide-thumb-active div p,
.swiper-slide-thumb-active div h6 {
	color: #0c52a8 !important;
}

.padding20 {
	padding: 0.2rem 0;
}

.trade,
.exhibition,
.law,
.political,
.video,
.service,
.chamber,
.port {
	height: 3.65rem;
	background-color: #fff;
	border: 1px solid #E7E8F2;
	border-radius: 6px;
}

.chamber,
.port {
	height: 3rem;
}

.notice-list h1.h-title,
.trade h1.h-title,
.exhibition h1.h-title,
.law h1.h-title,
.video h1.h-title,
.service h1.h-title,
.chamber h1.h-title,
.port h1.h-title,
.link h1 {
	padding: 0 0.2rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: #0c52a8;
}

.notice-list h1.h-title {
	padding: 0;
	padding-bottom: 0.1rem;
}

.notice-list h1 a,
.trade h1 a,
.exhibition h1 a,
.law h1 a,
.chamber h1 a,
.port h1 a {
	float: right;
	line-height: 0.24rem;
	font-weight: normal;
	font-size: 0.14rem;
	color: rgba(51, 51, 51, .7);
}

#myTab1,
#myTab2,
#myTab3,
#myTab4 {
	padding-left: 5px;
}

.nav-tabs>li>a {
	font-size: 0.16rem;
	color: #717171;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #333;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #0C52A8;
}

.item-list {
	padding: 0.1rem 0.2rem 0 0.2rem;
}

.item-list li {
	overflow: hidden;
	line-height: 0.5rem;
	font-size: 0.16rem;
	padding-left: 0.16rem;
	background: url(../img/square.png) no-repeat left center;
}

.item-list li a {
	width: 70%;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	text-align: left;
}

.item-list li a:hover {
	text-decoration: none;
	color: #0C52A8;
}

.item-list li .item-time {
	float: right;
	font-size: 0.14rem;
	color: #717171;
}

.law .item-list,
.chamber .item-list {
	padding-top: 0;
}

.political .party,
.service .activity {
	margin: 0.13rem auto;
}

.info-list {
	margin: 2px 5px 0 5px;
	background: #5cbbfd;
	height: 1.9rem;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
}

.info-list li {
	flex: 1;
}

.info-list li div {
	justify-content: center;
	align-items: center;
	*/ height: 1.1rem;
	line-height: 1.1rem;
	padding: 0.2rem 0.12rem;
	border-bottom: 1px solid #fff;
}

.info-list.guideitem li div {
	padding: 0.2rem;
}

.info-list li:nth-child(1) {
	background-color: #5cbbfd;
}

.info-list li:nth-child(2) {
	background-color: #5cb6f4;
}

.info-list li:nth-child(3) {
	background-color: #5ab4f0;
}

.info-list li:nth-child(4) {
	background-color: #5cb6f4;
}

.info-list li:nth-child(5) {
	background-color: #5baee4;
}

.info-list li:nth-child(6) {
	background-color: #5ba8dc;
}

.info-list li:nth-child(7) {
	background-color: #5da5d8;
}

.info-list li:hover {
	background-color: #7dc9fd;
}

.info-list li p {
	height: 0.8rem;
	color: #fff;
	font-size: 0.14rem;
	line-height: 0.8rem;
	text-align: center;
	margin-bottom: 0;
}

.info-list.guideitem li p {
	font-size: 0.14rem;
}

.info-list li p.agriculture {
	line-height: 0.24rem;
	margin-top: 0.15rem;
}

.video-content {
	width: 94%;
	margin: 0 auto;
	border-radius: 6px;
	background: #000;
}

.video-content video {
	width: 100%;
	height: 2.9rem;
}

:root {
	--swiper-theme-color: rgba(255, 255, 255, 0.3);
}

.link {
	background: #fff;
	padding: 0.1rem 0;
}

.link-content {
	overflow: hidden;
}
.link-content ul{
	display: flex;
	justify-content: space-between;
}
.link h1 {
	padding-left: 0;
	margin: 0;
	line-height: 0.45rem;
}

.link span {
	font-size: 0.24rem;
	font-weight: bold;
	color: #0c52a8;
	line-height: 0.45rem;
}

/* .link-content li {
	width: 25%;
} */
.link-content li a {
	display: block;
	line-height: 30px;
}
.link-content li a {
	font-size: 0.16rem;
	color: #333;
}

.link-content li a:hover {
	color: #0C52A8;
}

@media screen and (min-width: 768px) {
	.notice .col-md-8 {
		padding-right: 0;
	}
	.notice .col-md-4 {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.link-content ul{
		flex-direction: column;
	}
}


/*飘窗*/

#FlAD {
	z-index: 10;
	background: blue;
	color: rgb(255, 255, 255);
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	width: 212px;
	height: 100px;
}

#FlAD a {
	color: #fff;
	overflow: hidden;
	margin-top: 20px;
	display: block;
}

#FlAD>p {
	color: #fff;
	float: right;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0px;
}

#FlAD a p {
	text-align: center;
	display: -webkit-box;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 -webkit-box-orient: vertical;
}


/*修改通知公告*/

#myTab a,
#myTab span {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
}

#myTab.nav-tabs {
	border-bottom: 2px solid #0C52A8;
}

#myTab {
	margin: 10px 20px 0 20px;
}

#myTab span {
	float: left;
	line-height: 0.56rem;
}

#myTab.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
}

#myTab.nav-tabs>li.active>a,
#myTab.nav-tabs>li.active>a:focus,
#myTab.nav-tabs>li.active>a:hover {
	color: #0C52A8;
	border: none;
}

#myTab.nav-tabs>li>a {
	border: none;
}

#dynamics h6,
#notice h6 {
	color: #2c2c2c;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin: 0;
}

#dynamics p,
#notice p {
	font-size: 0.12rem;
	color: #2c2c2c;
	line-height: 0.18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

#dynamics li,
#notice li {
	display: block;
	cursor: pointer;
	border-bottom: 2px solid #0c52a8;
	height: 1.12rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	padding-top: 0.2rem;
}

#dynamics li:hover h6,
#notice li:hover h6,
#dynamics li:hover p,
#notice li:hover p {
	color: #0C52A8;
}

#dynamics li:last-child,
#notice li:last-child {
	border: none;
}

.more {
	position: absolute;
	right: 0.35rem;
	top: 0.24rem;
	line-height: 0.24rem;
	font-weight: normal;
	font-size: 0.14rem;
	color: rgba(51, 51, 51, .7);
}

.notice-list .tab-content {
	height: 3.3rem;
	overflow-y: scroll;
}

.tab-content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
}

.tab-content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #999;
}

.tab-content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #eee;
}

.info-list.guideitem li div,
.info-list.portitem li div {
	position: relative;
}

.info-list.guideitem li div:after {
	content: "";
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	border: 1px solid #fff;
	border-radius: 50%;
	top: 0.23rem;
	left: 0.2rem;
	position: absolute;
}

.info-list.portitem li div:after {
	content: "";
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	border: 1px solid #fff;
	border-radius: 50%;
	top: 0.24rem;
	left: 0.05rem;
	position: absolute;
}

@media only screen and (max-width:768px) {
	.notice {
		padding-top: 0;
		margin-top: 0.5rem;
	}
	#swiper1 {
		height: 2.4rem;
	}
	.item-list li a {
		width: 75%;
	}
	.info-list.guideitem li div {
		padding: 0.1rem;
		height: 1.1rem;
	}
	.info-list.guideitem li div img {
		margin-top: 0.15rem;
	}
	.info-list.guideitem li p,
	.info-list.portitem li p {
		font-size: 0.12rem;
	}
	.info-list.guideitem li div:after {
		content: "";
		display: block;
		width: 0.56rem;
		height: 0.56rem;
		border: 1px solid #fff;
		border-radius: 50%;
		top: 0.26rem;
		left: 0.09rem;
		position: absolute;
	}
	.info-list.portitem li div {
		height: 1.1rem;
		padding: 0.1rem;
		position: relative;
	}
	.info-list.portitem li div img {
		margin-top: 0.2rem;
	}
	.info-list.portitem li div:after {
		content: "";
		display: block;
		width: 0.44rem;
		height: 0.44rem;
		border: 1px solid #fff;
		border-radius: 50%;
		top: 0.3rem;
		left: 0.05rem;
		position: absolute;
	}
	.exhibition,
	.political,
	.service,
	.port {
		margin-top: 0.2rem;
	}
	.political,
	.service {
		padding: 0.2rem;
		height: auto;
	}
	.political .party,
	.service .activity {
		margin-top: 0;
	}
	.link-content h1 {
		padding-left: 0.2rem;
	}
	.link-content span {
		display: none;
	}
	.link-content li,
	.link-content h1 {
		float: none!important;
	}
	.link-content li+li {
		border: none;
	}
	.link-content li {
		padding-left: 0.2rem
	}
	#FlAD {
		display: none;
	}
	.swiper-pagination-bullet {
		background: #fff;
		width: 8px;
		height: 8px;
		border: 1px solid #000;
		box-sizing: border-box;
		opacity: 1;
	}
	.swiper-pagination-bullet-active {
		background: #0c52a8;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}
	#swiper1 h6 a {
		font-size: 0.2rem;
		color: #fff;
		line-height: 0.4rem;
		vertical-align: middle;
		margin-left: 0.1rem;
		max-width: 70%;
		display: inline-block;
	}
}