* {
	box-sizing: border-box;}

body {
	margin: 0;
	padding: 0;
	background-color: #e1e1d6;}

.container {
	width: 1100px;
	height: auto;
	margin: auto;
	background-color: #fff;}

.container .left-nav-block {
	width: 100%;
	padding: 10px;}

.container .left-nav-block .left-item {
	width: 100%;
	height: 36px;
	line-height: 33px;
	border-bottom: 1px dashed #cccccc;
	padding: 0 15px;
	position: relative;}

.container .left-nav-block .left-item:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #0981c9;
	border-radius: 50%;
	left: 0;
	top: 0;
	margin-top: 12px;}

.container .links-group {
	width: 100%;
	background-color: #eeeeee;
	font-size: 12px;}

.container .links-group ul {
	margin: 0;
	padding: 20px;
	list-style: none;}

.container .links-group ul li {
	width: 100%;
	height: 30px;
	padding: 0 20px;}

.container .links-group ul li select {
	display: block;
	width: 80%;
	margin: auto;
	height: 25px;}

.container .links-group ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;}

.container .links-group ul li a:hover {
	color: #355ef5;}

.container .time-search {
	width: 100%;}

.container .time-search:after {
	content: "";
	display: block;
	clear: both;}

.container .time-search .left-time {
	float: left;
	width: calc(100% - 300px);
	height: 35px;
	padding: 5px;
	font-size: 12px;}

.container .time-search .right-search {
	float: left;
	width: 300px;
	height: 30px;
	padding: 5px;}

.container .time-search .right-search input {
	display: block;
	outline: none;
	width: 80%;
	float: left;
	height: 25px;}

.container .time-search .right-search button {
	margin-left: 8px;}

.container .header-banner {
	height: 160px;
	background-position: center;
	background-image: url(../img/weibiaoti-3.png);
	background-repeat: no-repeat;
	
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-color: #0981c9;
	position: relative;}

.container .header-banner .banner-img {
	background-position: left;
	height: 100%;
	width: 1000px;
	background-image: url(../img/logo1.png);
	background-repeat: no-repeat;
	margin: auto;
	background-size: 80%;}

.container .menu-block {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*background-image: linear-gradient(1deg, #0981c9, #056aa7);*/
background-image: linear-gradient(1deg, #c0c4cc, #0085e4);
}

.container .menu-block .menu-mobile-btn {
	display: none;}

.container .menu-block .menu-item {
	min-width: 100px;
	height: 95%;
	padding: 0 10px;
	text-align: center;
	float: left;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;}

.container .menu-block .menu-item a {
	display: block;
	text-decoration: none;
	color: #333;
	/* width: 100%; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	/* font-size: 12px; */
	}

.container .menu-block .menu-item a:after {
	content: "|";
	display: block;
	position: absolute;
	right: 0;
	top: 0;}

.container .menu-block .menu-item:hover {
	background-color: rgba(0, 0, 0, 0.1);}

.container .menu-block .menu-item:hover .menu-dropdown {
	display: block;}

.container .menu-block .menu-item .menu-dropdown {
	position: absolute;
	background-color: #0981c9ee;
	left: 0;
	min-width: 110px;
	display: none;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	z-index: 100000000;}

.container .menu-block .menu-item .menu-dropdown .dropdown-item {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 3px;
	transition: all 0.3s;
	text-align: center;
	animation: dropdown-animation 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;}

.container .menu-block .menu-item .menu-dropdown .dropdown-item:nth-last-child {
	border: 0;}

.container .menu-block .menu-item .menu-dropdown .dropdown-item a {
	color: #ffffff;background-image: linear-gradient(180deg, #0981c9, #056aa7);}

.container .menu-block .menu-item .menu-dropdown .dropdown-item a:after {
	display: none;background-image: linear-gradient(180deg, #0981c9, #056aa7);}

.container .menu-block .menu-item .menu-dropdown .dropdown-item:hover {
	background-color: rgba(0,0, 0, 0.1);
	padding-left:5px;background-image: linear-gradient(180deg, #0981c9, #056aa7);}

.container .menu-block .menu-item .menu-dropdown .dropdown-item:active {
	background-color: rgba(0, 0, 0, 0.1);background-image: linear-gradient(180deg, #0981c9, #056aa7);}

@keyframes dropdown-animation {
	0% {
		height: 0;}

	100% {
		height: 35px;}
}

.container .news-row {
	width: 100%;
	height: auto;}

.container .news-row:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .left-banner {
	float: left;
	width: 100%;
	height: 300px;
	overflow: hidden;
	padding: 5px 0 5px 0;
	position: relative;}

.container .news-row .left-banner .images-group {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;}

.container .news-row .left-banner .images-group img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	transform-origin: 100% 100%;
	animation: banner-animation 0.5s;}


.container .news-row .left-banner .span-point {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99999;
	height: 30px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;}

.container .news-row .left-banner .span-point span {
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid #eee;
	cursor: pointer;}

.container .news-row .left-banner .span-point span:hover {
	background-color: #fff;}

.container .news-row .left-banner .span-point .span-active {
	background-color: #fff;}

.container .news-row .right-news {
	width: calc(100% - 400px);
	height: auto;
	float: left;
	padding: 10px;}

.container .news-row .right-news .news-header-right-block {
	width: 100%;
	height: 40px;}

.container .news-row .right-news .news-header-right-block:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .right-news .news-header-right-block .title {
	width: calc(100% - 120px);
	height: 100%;
	line-height: 40px;
	padding: 0 10px 0 20px;
	color: #0981c9;
	font-size: 16px;
	float: left;}

.container .news-row .right-news .news-header-right-block .title:before {
	content: "";
	position: absolute;
	margin-left: -15px;
	margin-top: 15px;
	width: 10px;
	height: 10px;
	background-color: #0981c9;}

.container .news-row .right-news .news-header-right-block .more {
	width: 120px;
	height: 100%;
	line-height: 40px;
	text-align: center;
	float: left;}

.container .news-row .border {
	overflow: hidden;}

.container .news-row .border:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .cross-col-3 {
	width: 100%;
	float: left;
	padding: 5px;}

.container .news-row .cross-col-3:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .cross-col-2 {
	float: left;}


.cross-col-200 {
        width: 875px;
	float: left;

}

.container .news-row .cross-col-50 {
	width: 351px;
	float: left;
	padding: 5px;}

.container .news-row .cross-col-1 {
	width: 391px;
	float: left;
	padding: 5px;}
.cross-col-100 {
	width: 220px;
	float: left;
	padding: 5px;}


.container .news-row .cross-col-dg1 {
	width: 220px;
	float: left;
	padding: 5px;}

.container .news-row .cross-col-1:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .news-col-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	/* border-top: 3px solid #0981c9; */
	background-image: linear-gradient(180deg, #fafafa, #dedede);}

.container .news-row .news-col-title:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .news-col-title .title {
	/* width: 90px; */
	float: left;
	font-size: 15px;
	color: #333;
	text-align: center;
	padding: 0 10px;
	font-weight: bold;
        display:inline-block;
	border-bottom: 4px solid #0085e4;
}

.container .news-row .news-col-title .center-text {
	padding: 0 10px;
	width: calc(100% - 190px);
	float: left;
	color: #4392d7;
	font-weight: bold;}

.container .news-row .news-col-title .more {
	float: right;
	width: auto;
	text-align: right;
	padding: 0 10px;}

.container .news-row .news-col-title .more a {
	display: block;
	color: #333333;
	text-decoration: none;}

.container .news-row .news-col-title .more a:hover {
	color: orange;}

.container .news-row .news-col-title-left {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-image: linear-gradient(180deg, #0981c9, #0268a5);
/* background-image: linear-gradient(180deg,#3a8ee6, #0085e4); */}

.container .news-row .news-col-title-left:after {
	content: "";
	display: block;
	clear: both;}

.container .news-row .news-col-title-left .title {
	width: 90px;
	float: left;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	position: relative;}

.container .news-row .news-col-title-left .title:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #eee;
	border: 2px solid #000;
	left: 0;
	top: 0;
	width: 3px;
	height: 12px;
	margin-left: 5px;
	margin-top: 7px;}

.container .news-row .news-col-title-left .center-text {
	padding: 0 10px;
	width: calc(100% - 190px);
	float: left;
	color: #4392d7;
	font-weight: bold;}

.container .news-row .news-col-title-left .more {
	float: right;
	width: 100px;
	text-align: right;
	padding: 0 10px;}

.container .news-row .news-col-title-left .more a {
	display: block;
	color: #333333;
	text-decoration: none;}

.container .news-row .news-col-title-left .more a:hover {
	color: orange;}

.container .news-row .image-show {
	width: 100%;
	height: 120px;
	padding: 10px;
	overflow: hidden;}

.container .news-row .image-show img {
	margin-right: 10px;
	height: 100%;}

.container .news-row .news-list {
	width: 100%;
	padding: 5px;}

.container .news-row .news-list ul {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;}

.container .news-row .news-list ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;}

.container .news-row .news-list ul li:before {
	content: "";
	width: 2px;
	height: 2px;
	background-color: #333;
	position: absolute;
	margin-left: -10px;
	margin-top: 12px;
	border-radius: 50%;}

.container .news-row .news-list ul li a {
	display: block;
	float: left;
	width: calc(100% - 80px);
	text-decoration: none;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
        font-size: 14px;}

.container .news-row .news-list ul li a:hover {
	text-decoration: underline;
	color: #cd1105;}

.container .news-row .news-list ul li .time {
	width: 80px;
	float: right;
	text-align: right;
	padding: 0 5px;
	color: #333;}

.container .news-list-block {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ccc;}

.container .news-list-block:after {
	content: "";
	display: block;
	clear: both;}

.container .news-list-block .news-list {
	width: 100%;
	padding: 20px;}

.container .news-list-block .news-list ul {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;}

.container .news-list-block .news-list ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;}

.container .news-list-block .news-list ul li:before {
	content: "";
	width: 2px;
	height: 2px;
	background-color: #333;
	position: absolute;
	margin-left: -10px;
	margin-top: 12px;
	border-radius: 50%;}

.container .news-list-block .news-list ul li a {
	display: block;
	float: left;
	width: calc(100% - 70px);
	text-decoration: none;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.container .news-list-block .news-list ul li a:hover {
	text-decoration: underline;}

.container .news-list-block .news-list ul li .time {
	width: 70px;
	float: right;
	text-align: right;
	padding: 0 5px;
	color: #333;}

.container .news-list-block .list-header {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-bottom: 4px solid #4fabeb;}

.container .news-list-block .list-header:after {
	content: "";
	display: block;
	clear: both;}

.container .news-list-block .list-header .head-title {
	float: left;}

.container .news-list-block .list-header .right-router {
	float: right;}

.container .news-list-block .page-context {
	width: 100%;
	padding: 10px;
        padding-left: 25px;
        padding-right: 25px;}

.container .news-list-block .page-context .page-header {
	width: 100%;}

.container .news-list-block .page-context .page-header h4 {
	width: 100%;
	text-align: center;
	color: #4fabeb;
        font-size:22px;}

.container .news-list-block .page-context .page-header p {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;}

.container .news-list-block .page-context .context {
	width: 100%;
	padding: 10px;}

.container .news-list-block .page-context .context img {
	max-width: 100%;}

.container .news-list-block .left-nav {
	width: 300px;
	float: left;
	border: 1px solid #ddd;}

.container .news-list-block .left-nav .nav-title-image {
	width: 100%;
	height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	background-repeat: no-repeat;
	color: #fff;
	background-image: url(../img/left-nav-img.jpg);}

.container .news-list-block .left-nav .left-nav-list {
	width: 100%;
	padding: 20px;}

.container .news-list-block .left-nav .left-nav-list .left-nav-item {
	width: 100%;
	height: 30px;
	line-height: 30px;}

.container .news-list-block .left-nav .left-nav-list .left-nav-item a {
	color: #333;
	text-decoration: none;
	padding: 0 10px;
	display: block;}

.container .news-list-block .left-nav .left-nav-list .left-nav-item a:hover {
	text-decoration: underline;}

.container .news-list-block .right-list {
	float: left;
	width: calc(100% - 310px);
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #ddd;}

.container .news-list-block .right-list .news-list {
	width: 100%;
	padding: 5px;}

.container .news-list-block .right-list .news-list ul {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;}

.container .news-list-block .right-list .news-list ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;}

.container .news-list-block .right-list .news-list ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #0981c9;
	position: absolute;
	margin-left: -10px;
	margin-top: 12px;
	border-radius: 50%;}

.container .news-list-block .right-list .news-list ul li a {
	display: block;
	float: left;
	width: calc(100% - 70px);
	text-decoration: none;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.container .news-list-block .right-list .news-list ul li a:hover {
	text-decoration: underline;}

.container .news-list-block .right-list .news-list ul li .time {
	width: 70px;
	float: right;
	text-align: right;
	padding: 0 5px;
	color: #313184;}

.container .news-list-block .right-list .news-list ul li .time:after {
	content: "]";}

.container .news-list-block .right-list .news-list ul li .time:before {
	content: "[";}

.container .friend-link {
	width: 100%;
	margin-top: 10px;}

.container .friend-link .title {
	padding: 10px;
	width: 100%;}

.container .friend-link a {
	padding: 0 10px;
	color: #333;
	text-decoration: none;}

.container .friend-link a:hover {
	text-decoration: underline;}

.container .center-banner {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;}

.container .center-banner img {
	width: 100%;
	height: 100%;}


footer {
	width: 100%;
	height: auto;
	border-top: 0 solid blue;
	text-align: center;
	/* margin-top: 20px; */}

footer div {
	width: 100%;
	line-height: 30px;}
a:link {
	text-decoration: none;
        color: #000000;}
a:hover {
	text-decoration: underline;
        color: #FF0000;}
a:visited {
	padding: 0 10px;
	color: #000000;
	text-decoration: none;}
@media screen and (max-device-width: 960px) {
.container .friend-link a{    padding: 0 0px}
	.container {
		width: 100%;
		padding-top: 60px;}

	.container .time-search {
		height: 60px;
		margin-top: 40px;}

	.container .time-search .left-time {
		float: left;
		width: 100%;
		height: 30px;
		padding: 5px;
		font-size: 12px;
		text-align: center;}

	.container .time-search .right-search {
		float: left;
		width: 100%;
		height: 30px;
		padding: 5px;
		margin-bottom: 10px;
		}

	.container .time-search .right-search input {
		display: block;
		outline: none;
		width: 80%;
		float: left;
		height: 25px;}

	.container .time-search .right-search button {
		margin-left: 10px;}

	.container .news-list-block {
		padding: 40px 10px 10px 10px;}

	.container .news-list-block .left-nav {
		display: none;}

	.container .news-list-block .right-list {
		width: 100% !important;
		margin: 0 !important;}

	.container .header-banner {
		position: fixed;
		top: 0;
		height: 50px;
		width: 100%;
		z-index: 999999;}

	.container .header-banner .banner-img {
		width: 100%;}

	.container .menu-block {
		position: fixed;
		z-index: 999999;
		left: 0;
		width: 30%;
		top: 50px;
		background-color: #0981c9;
		height: auto;}

	.container .menu-block .menu-item {
		height: 0;
		opacity: 0;
		display: none;
		line-height: 30px;
		width: auto;
		/* padding-left: 10px; */
		max-width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}

	.container .menu-block .menu-dropdown {
		margin-left: 115px;
		margin-top: -30px;
		border-radius: 10px !important;}

	.container .menu-block .menu-dropdown .menu-item a:after {
		content: "";
		color: #eee;
		display: none !important;}

	.container .menu-block .menu-mobile-btn {
		z-index: 99999;
		height: 30px;
		background-color: #0981c9;
		float: left;
		text-align: center;
		display: flex;
		justify-content: center;
		align-content: center;
		width: 100%;}

	.container .menu-block .menu-mobile-btn img {
		margin: auto;
		width: 30px;
		height: 30px;}

	.container .left-banner {
		width: 100% !important;}

	.container .right-news {
		width: 100% !important;}

	.container .center-banner {
		height: 100px;}

	.container .cross-col-2 {
		width: 100% !important;}

	.container .cross-col-1 {
		width: 100% !important;}

	.container .cross-col-50 {
		width: 100% !important;}

	.container .friend-link {
		padding: 20px;}
}

@keyframes banner-animation {
	0% {
		opacity: 0;
		transform: scale(0);}

	100% {
		transform: scale(1);}
}
.nextpage{
	border-top: 1px dashed #cccccc;}

.nextpage ul{
	list-style: none;}
/*# sourceMappingURL=public.css.map */



.container .news-row .cross-col-4 {
	width: 50%;
	float: left;
	padding: 5px;}
.container .news-row .cross-col-5 {
	width: 50%;
	float: left;
	padding: 5px;}