body {
	margin: 0;
	padding: 0;
	position: relative;
}

.curName {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	line-height: 4rem;
	text-align: center;
	background: #0c4270
}

.curList li {
	display: block;
	font-size: 1rem;
	line-height: 3rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.curList li:hover {
	background: #eee;
}

.curList a {
	text-decoration: none;
	color: #333;
}

.h3fl {
	color: #0c4270;
	position: absolute;
	top: 2.75rem;
}

.sidebar .well {
	margin-left: 3vw;
	margin-right: 3vw;
	padding: 0;
	box-shadow: 0 0px 12px #aaa;
}

.list ul {
	margin: 1.5rem 1rem;
	margin-bottom: 3rem;
}

.list li {
	color: #bbb;
}

.content .list a {
	text-decoration: none;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #333;
	margin-right: 0.25rem;
}

.local, .local a {
	text-decoration: none;
	color: #bbb;
}

.local {
	position: absolute;
	right: 2.5rem;
	top: 2.75rem;
}

.chr {
	width: 100%;
	display: block;
	height: 5px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 5rem;
	left: 0;
	right: 0;
}

.content .title {
	font-size: 1.5rem;
	text-align: center;
	display: block;
	margin: 1.5rem;
	font-weight: bold;
}

.sidebar {
	width: 25%;
	height: 100%;
	padding: 0;
	margin: 0;
	flex-grow: 1;
}

.content {
	width: 75%;
	height: 100%;
	padding: 0;
	margin: 0;
	flex-grow: 1;
}

.well {
	overflow: hidden;
	border-radius: 0.5rem;
	display: block;
	box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
	margin-right: 6vw;
	padding: 4vw;
	margin-bottom: 5rem;
	position: relative;
	padding-top: 6rem;
	margin-left: 0;
	margin-top: 3vw;
}

autoLimit {
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

footer {
	display: block;
	position: relative;
	width: 100%;
	background: #111523;
	margin: 0;
	padding: 0;
	height: 20rem;
	padding-top: 3.2rem;
}

.col6 {
	flex-grow: 1;
	color: #fff;
	font-weight: bold;
	padding: 0 1.5rem;
	font-size: 1rem;
	width: 8rem;
}

a.icp {
	position: absolute;
	bottom: 0.8rem;
	color: #bababa;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
}

footer hr {
	height: 1rem;
	padding: none;
	margin: none;
	border: none;
}

.fItem {
	color: #bababa;
	font-size: 0.925rem;
	font-weight: normal;
	margin: 0.36rem 0;
	text-decoration: none;
	display: block;
}

.gzh {
	width: 100%;
	max-width: 12rem;
	margin-top: 1.5rem;
	display: block;
}

.contact {
	width: 2.75rem;
	margin: 0.15rem 0;
	margin-left: -0.25rem;
	position: absolute;
}

.contactInfo {
	margin-left: 3.5rem;
}

.phone {
	display: block;
	font-size: 1.36rem;
	font-weight: normal;
	width: 10.5rem;
	margin: 0.2rem 0;
}

.address {
	font-size: 0.9rem;
	font-weight: normal;
	margin-top: 1rem;
}

header {
	display: block;
	position: relative;
	width: 100%;
	height: 3.75rem;
	font-size: 1.25rem;
	background: #0c4270;
	margin: 0;
	padding: 0;
}

.news {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	color: #333;
}

.newsItem {
	width: 30rem;
	overflow: hidden;
	box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
	margin: 1rem;
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
	padding-bottom: 4rem;
	max-width: 86%;
}

.newsItem .img {
	width: 100%;
	display: block;
	padding-bottom: 60%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.newsItem a {
	display: block;
	font-size: 0.9rem;
	position: absolute;
	left: 1.75rem;
	color: #999;
	margin-top: 0.25rem;
	cursor: pointer;
}

.newsItem a:hover {
	color: #000;
}

.imgWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.imgWrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news .title {
	font-size: 1.1rem;
	text-align: left;
	margin: 1rem 1.5rem;
	line-height: 2rem;
	height: 4rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.infoItem {
	width: 30rem;
	overflow: hidden;
	margin: 1rem;
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
	padding-bottom: 4rem;
	max-width: 86%;
	color: #fff;
	border: 0.15rem solid #7d95a9;
	height: 3.2rem;
	text-decoration: none;
}

.infoItem:hover {
	background: #346c9c;
}

header .logo {
	color: #fff;
	font-weight: 500;
	line-height: 3.75rem;
	margin-left: 1em;
	flex-shrink: 0;
}

header autoLimit {
	justify-content: space-between;
}

.nav {
	display: flex;
	align-items: center;
	width: 48rem;
	margin-left: 2rem;
}

.navItem {
	color: #fff;
    /* padding:0 1.75rem; */
	margin: 0 0.2rem;
	font-size: 1rem;
	line-height: 3.75rem;
	font-weight: normal;
	cursor: pointer !important;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 1000;
	flex-grow: 1;
	text-align: center;
}

.navItem a {
	color: #fff;
	text-decoration: none;
}

.navContent {
	display: block;
	position: absolute;
	left: 0;
	background: #ef801a;
	padding: 0.25rem 0;
}

.navContent .navItem {
	white-space: nowrap;
	font-size: 0.9em;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1.75rem;
}

.navContent .navItem:hover {
	background: #fff;
	color: #333;
}

.nav img {
	width: 2.2rem;
	height: 2.0rem;
	margin-right: 0.8rem;
}

.navItem:hover {
	background: #ef801a;
	overflow: visible;
}

.highlight {
	background: #ef801a;
}

* {
	margin: 0;
	padding: 0;
}

#slider {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 36vw;
}

#slider ul {
	position: absolute;
	list-style-type: none;
	width: 900vw;
	height: 36vw;
    /*transition-duration: 0.3s;*/
}

#slider li {
	float: left;
}

#slider a {
	display: inline-block;
	position: relative;
	width: 100vw;
}

#slider img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit:cover;
}

#slider:hover {
	display: block;
}

.indicator-container {
	position: absolute;
	width: 20rem;
	height: 2.5rem;
	line-height: 2.5rem;
	bottom: 5.4rem;
	left: 50%;
	margin-left: -10rem;
	text-align: center;
}

.indicator {
	display: inline-block;
	width: 1.5rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	background: #333;
	cursor: pointer;
}

.indicator.active {
	background: #ef801a;
}

#slider .desc {
	display: block;
	position: absolute;
	height: 3.6rem;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	bottom: 0;
	color: #fff;
	line-height: 3.6rem;
	font-size: 1.25rem;
	text-indent: 2rem;
}

.colName {
	font-weight: bold;
	font-size: 1.72rem;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 4vw;
	color: #333;
	margin-bottom: 4rem;
	position: relative;
}

.colName::after {
	content: "";
	width: 2.5rem;
	height: 0.2rem;
	top: 4.5rem;
	left: 50%;
	margin-left: -1.25rem;
	background: #ef801a;
	position: absolute;
}

.info .colName {
	color: #fff;
	margin-top: 3rem;
}

a.more {
	display: inline-block;
	width: 10rem;
	border: 1px solid #ddd;
	line-height: 2.5rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 0.9rem;
	margin: 1.5rem;
	color: #333;
}

.news a.more:hover {
	background: #dedede;
}

.info a.more {
	color: #fff
}

.info a.more:hover {
	background: #346c9c;
}

.news .time {
	display: block;
	font-size: 0.9rem;
	position: absolute;
	right: 1.75rem;
	color: #999;
	margin-top: 0.25rem;
}

.info {
	width: 100%;
	background: #0c4270;
	position: relative;
	margin-top: 2rem;
	padding-bottom: 3.2rem;
	display: block;
	text-align: center;
	border-top: 1px solid #fff;
}

.link {
	background: #e3e3e3;
	padding-bottom: 2rem;
}

.infoItem .title {
	font-size: 1.1rem;
	text-align: left;
	margin: 1.25rem 1.5rem;
	line-height: 2.25rem;
	height: 4.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-left: 4.5rem;
}

.infoItem .date {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5rem;
	background: #7a97b0;
	font-size: 1.8rem;
	line-height: 5.6rem;
}

.infoItem .time {
	position: absolute;
	bottom: 1.5rem;
	font-size: 1rem;
	width: 5rem;
	text-align: center;
	left: 0;
	color: #c8d9e7;
}

.linkBar {
	display: block;
	width: 12rem;
	background: #ef801a;
	color: #fff;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.72rem;
	text-align: center;
	margin-bottom: 1rem;
}

.link a {
	display: block;
    font-size: 0.9rem;
    text-decoration: none;
    color: #888;
    background: #fff;
    margin: 1rem 2rem;
    box-shadow: 0 0px 12px rgba(0, 0, 0, .2);
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
    width: 10rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.5rem;
    padding-top: 10rem;
}
.navbox{
    display: none;
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 2.2rem;
    height: 0.3rem;
    border-top: 0.3rem solid #ffffff;
    border-bottom: 0.3rem solid #ffffff;
    background-color: #ffffff;
    padding: 0.5rem 0;
    background-clip: content-box;
}
.link img{
    position: absolute;
    top: 12%;
    left: 15%;
    right: 15%;
    object-fit: cover;
    width: 70%;
}

.link autoLimit{
	justify-content:center;
}

.link a::before {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #bbb;
   margin-bottom:0.36rem;
}

.link a.holder{
    opacity: 0;
    flex-shrink: 1;
    height: 1px;
    padding: 0;
    width: 0;
    margin: 0;
}

@media screen and (min-width:1366px) {
	body {
		font-size: 14px;
	}

	autoLimit {
		width: 1366px;
		margin: 0 auto;
	}

	#slider .desc {
		width: 1366px;
		left: 50%;
		margin-left: -683px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1365px) {
	body {
		font-size: 12px;
	}

	autoLimit {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 672px) {
 .link a.holder{margin: 0 7rem;}
.link a{width: 25%;padding-top: 25%;font-size:0.8rem;margin:1rem;}
.newsItem{padding-bottom:0;}
.newsItem .img {width: 32%;padding-bottom: 0;height:7.2rem}
.news .title {
    position: absolute;
    left: 32%;
    right: 0rem;
    top: 0rem;
    margin: 0.92rem;
}
.newsItem a{
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.news .time{bottom:1rem;}
.nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.75rem;
    margin: 0;
    background: #0c4270;
    z-index: 1000;
	flex-wrap: wrap;
width:100%;
}
.navbox{display:block}
}
@media screen and (max-width: 959px) {
	html {
		font-size: 12px;
	}

	body {
		font-size: 12px;
	}

	#slider,#slider ul {
		height: 50vw;
	}

	.well {
		margin: 0;
	}

	.h3fl {
		display: none;
	}

	.local {
		right: auto;
	}

	.sidebar {
		display: none;
	}

	autoLimit {
		width: 100%;
		margin: 0;
	}

	.shide {
		display: none;
	}

	.newsItem {
		flex-shrink: 1;
		margin-left: 0.8rem;
		margin-right: 0.8rem;
	}

	.infoItem {
		flex-shrink: 1;
		margin-left: 0.8rem;
		margin-right: 0.8rem;
	}

	.news autoLimit {
		flex-direction: column;
		align-items: center;
	}

	.info autoLimit {
		flex-direction: column;
		align-items: center;
	}

	.indicator-container {
		bottom: 3rem;
	}
}