.webservice_img {
	width: 100%;
	position: relative;
}

.webservice_img_title {
	position: absolute;
	top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 32px;
	font-weight: 900;

}

.webservice_img_title_border {
	position: absolute;
	top: 55%;
	left: 26%;
	height: 5px;
	width: 25px;
	transform: translate(-50%, -50%);
	background-color: red;
}

.web-service-container .webServiceContent .CurrentLocation {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.Notice-Announcement {
	height: 30px;
	border-bottom: 1px solid #335fbe;
}

.Notice-Announcement h4 {
	color: #335fbe;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Notice-Announcement-Nav {
	height: 50px;
	line-height: 50px;
	/*background: #e1f5fe;*/
}

.Notice-Announcement-Nav ul {
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

.Notice-Announcement-Nav ul li {
	float: left;
	margin-left: 20px;
	list-style: none;
}

.Notice-Announcement-Content {
	width: 100%;
	/* background: #b2ebf2; */
}

.Notice-Announcement-Content ul li {
	padding: 0 10px;
	line-height: 40px;
	float: left;
	box-sizing: border-box;
}

.Notice-Announcement-Content>ul>li:nth-child(odd) {
	background: #FFFFFF;
	border-top: 1px solid #F2F6FC;
	border-bottom: 1px solid #F2F6FC;
}

.Notice-Announcement-Content>ul>li>span {
	text-align: right;
	color: #c0c1c3;
}

@media screen and (max-width: 640px) {
	.provinceNoticeContent>li{
		margin-right: 10px !important;
		margin-bottom: 10px;
	}
}
