.link {
	width: 100%;
	padding: 40px 0;
	background: #F0F0F0;
}

.link .content {
	padding: 10px 0;
}

.linkList {
	width: 100%;
}

.linkList li {
	width: 10.5%;
	padding-top: 10.5%;
	margin: 0 1%;
	float: left;
	position: relative;
}

.linkList li a {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.26);
}

.linkList li.item1 a {
	background: #d07a7b;
}

.linkList li.item2 a {
	background: #9f89d4;
}

.linkList li.item3 a {
	background: #a981bf;
}

.linkList li.item4 a {
	background: #9199c7;
}

.linkList li.item5 a {
	background: #4dadc3;
}

.linkList li.item6 a {
	background: #5daf7f;
}

.linkList li.item7 a {
	background: #ce909b;
}

.linkList li.item8 a {
	background: #a5d7d6;
}

.linkList li a span.iconfont {
	font-size: 3em;
	line-height: 1.75em;
	text-align: center;
	display: block;
}

.linkList li a span.icon img {
	width: 40.41%;
	margin-top: 18px;
	margin-left: 30%;
	margin-bottom: 16px;
}

.linkList li a p {
	text-align: center;
}

.topic {
	background: #f1ebeb;
}

.topic .content {
	padding: 24px 0 12px;
}

.topic .topicList {
	margin: 32px 0 50px;
	padding: 4px 0;
	overflow: hidden;
}

.topic .topicList ul li {
	width: 23%;
	float: left;
	margin: 0 1%;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topic .topicList ul li:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
}

.topic .topicList ul li a {
	display: block;
}

.topic .topicList ul li a .topImg {
	width: 100%;
	padding-top: 52.5%;
	position: relative;
	overflow: hidden;
}

.topic .topicList ul li a .topImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topic .topicList ul li a .infos {
	padding: 15px 15px 12px;
	background: #ffffff;
}

.topic .topicList ul li a .infos .mainTitle {
	color: #0a0a0a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.topic .topicList ul li a .infos .subTitle {
	color: #a3a3a3;
	font-size: 0.75em;
	line-height: 1.75em;
	max-height: 8.75em;
	overflow: hidden;
}

.topic .topicList ul li:hover a .infos .mainTitle {
	color: #810000;
	text-decoration: underline;
}

.topic .topicList ul li a .infos .data {
	margin-top: 20px;
	overflow: hidden;
}

.topic .topicList ul li a .infos .data p {
	color: #bdbdbd;
	width: 50%;
	float: left;
	font-size: 0.75em;
}

.topic .topicList ul li a .infos .data p span {
	font-size: 0.875em;
	margin-right: 4px;
}

.topic .topicList ul li a .infos .data p.viewTimes {
	text-align: right;
}

.main-news {
	width: 100%;
	overflow: hidden;
	background: #e5e5e5;
}

.main-news .main-news-Box {
	width: 1200px;
	margin: 0 auto;
}

.main-news .main-news-Box img {
	display: inline-block;
	float: left;
}

.main-news .main-news-Box h3 {
	text-align: center;
	padding: 15px;
	color: #042376;
}

.main-news .main-news-Box h3 a {
	color: #042376;
	font-size: 1.5em;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.main-news .main-news-Box h3 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.main-news .main-news-Box .news-contain span {
	padding: 0 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.main-news .main-news-Box .news-contain span a {
	color: #000;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	text-emphasis: inherit;
	text-overflow: ellipsis;
}

.main-news .main-news-Box .news-contain span a:hover {
	color: #820000;
}

.main-news .main-news-Box .news-contain {
	text-align: center;
	color: #000;
	padding-bottom: 15px;
}

.result {
	padding-top: 40px;
	padding-bottom: 10px;
	background: #F0F0F0;
}

.result .Video-News {
	width: 51%;
	float: left;
}

.result .Comprehensive-news {
	width: 32%;
	float: right;
}
.result .Comprehensive-news-tf {
	width: 65%;
	float: left;
}

.Video-News-title {
	border-bottom: 1px solid #1e439c;
}

.Video-News-title h1 {
	font-size: 1.17em;
	display: inline-block;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
	border-bottom: 3px solid #1e439c;
	float: left;
	color: #1e439c;
}

.Video-News-title a {
	float: right;
	margin-top: 13px;
	font-size: 0.75em;
	color: #9e9d9d;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	padding-right: 5px;
}

.Video-News-title a:hover {
	color: #1e439c;
	transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.Video-News-title a span {
	color: #1e439c;
	font-weight: bold;
	font-size: 0.75em;
}

.result .Video-News .Video-News-video {
	margin-top: 25px;
	padding-top: 72%;
	width: 100%;
	position: relative;
}

.result .Video-News .Video-News-video img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.result .Video-News .Video-News-video a {
	position: absolute;
	left: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 3em;
	transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
	z-index: 2;
}

.result .Video-News .Video-News-video:hover a {
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	font-size: 6em;
	display: block;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.result .Video-News .Video-News-video:hover .Video-News-video-mask {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.result .Video-News .video-parent {
	width: 100%;
	margin-top: 28px;
}

.result .Video-News .Video-News-video .Video-News-video-mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	z-index: 1;
}

.result .Video-News h2 {
	font-size: 1em;
	padding-left: 18px;
	margin-top: 28px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

.result .Video-News h2 a {
	color: #000;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.result .Video-News h2 a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.result .Video-News p {
	font-size: 0.75em;
	padding-left: 18px;
	margin-top: 20px;
	color: #9e9d9d;
	line-height: 20px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result .Video-News p a {
	color: #820000;
}

.Comprehensive-news-content {
	margin-top: 25px;
}
.Comprehensive-news-content ul {
	width: 100%;
}
.Comprehensive-news-content ul li {
	margin-bottom: 15px;
	width: 100%;
	height: 152px;
	background: #fff;
	box-shadow: 0 2px 4px 1px #ccc;
}
.Comprehensive-news-left a {
	overflow: hidden;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1em;
	line-height: 1.75em;
	color: #000;
	display: block;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 56px;
}
.Comprehensive-news-left a:hover {
	color: #820000;
}
.Comprehensive-news-left p {
	margin-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.75em;
	color: #929292;
}
.Comprehensive-news-left {
	width: 60%;
	float: left;
	height: 100%;
}
.Comprehensive-news-right {
	float: right;
	width: 184px;
	display: block;
	overflow: hidden;
	height: 100%;
}
.Comprehensive-news-right img {
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.Comprehensive-news-right img:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.Comprehensive-news-left p .Comprehensive-news-leftdate {
	font-weight: normal;
	font-size: 0.75em;
	float: left;
}
.Comprehensive-news-yan {
	float: right;
	margin-top: 3px;
}
.Comprehensive-news-count {
	float: right;
}


/*20180507???????*/
.Comprehensive-news-tf-right a {
	overflow: hidden;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	line-height: 1.75em;
	color: #000;
	display: block;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 32px;
}
.Comprehensive-news-tf-right a:hover {
	color: #820000;
}
.Comprehensive-news-tf-right {
	width: 65%;
	float: right;
	height: 100%;
}
.Comprehensive-news-tf-right p {
	margin-top: 18px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.75em;
	color: #929292;
}
.Comprehensive-news-tf-right .tf-digest {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.75em;
	color: #929292;
	line-height: 18px;
}
.Comprehensive-news-tf-left {
	float: left;
	width: 33%;
	display: block;
	overflow: hidden;
	height: 100%;
}
.Comprehensive-news-tf-left img {
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.Comprehensive-news-tf-left img:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.Comprehensive-news-tf-right p .Comprehensive-news-tf-rightdate {
	font-weight: normal;
	font-size: 0.75em;
	float: left;
}
.Comprehensive-news-tf-yan {
	float: right;
	margin-top: 3px;
}
.Comprehensive-news-tf-count {
	float: right;
}
/*20180507????????*/

/*20180507???????*/
.Comprehensive-news-tf-center-content {
	margin-top: 25px;
}
.Comprehensive-news-tf-center-content ul {
	width: 100%;
}
.Comprehensive-news-tf-center-content ul li {
	margin-bottom: 15px;
	width: 100%;
	height: 97px;
	background: #fff;
	box-shadow: 0 2px 4px 1px #ccc;
}
.Comprehensive-news-tf-center-left a {
	overflow: hidden;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1em;
	line-height: 1.75em;
	color: #000;
	display: block;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 56px;
}
.Comprehensive-news-tf-center-left a:hover {
	color: #820000;
}
.Comprehensive-news-tf-center-left p {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.75em;
	color: #929292;
}
.Comprehensive-news-tf-center-left {
	width: 74%;
	float: left;
	height: 100%;
}
.Comprehensive-news-tf-center-right {
	float: right;
	width: 24%;
	display: block;
	overflow: hidden;
	height: 100%;
}
.Comprehensive-news-tf-center-right img {
	border-radius:60%;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.Comprehensive-news-tf-center-right img:hover {
	border-radius:60%;
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.Comprehensive-news-tf-center-left p .Comprehensive-news-tf-centerdate {
	font-weight: normal;
	font-size: 0.75em;
	float: left;
}
.Comprehensive-news-tf-center-yan {
	float: right;
	margin-top: 3px;
}
.Comprehensive-news-tf-center-count {
	float: right;
}
/*20180507????????*/

.colorBorder1 {
	border-top: 5px solid #333367;
}

.colorBorder2 {
	border-top: 5px solid #346633;
}

.colorBorder3 {
	border-top: 5px solid #663200;
}

.colorBorder4 {
	border-top: 5px solid #cccc98;
}

@media (max-width: 1200px) {

	.result {
		padding-top: 10px;
		padding-bottom: 10px;
		background: #F0F0F0;
	}
	.result .fixed {
		width: 100%;
	}
	#slide_projector {
		width: 100%;
	}
	.main-news .main-news-Box {
		width: 100% !important;
	}
	.main-news .main-news-Box h3 a {
		font-size: 1.25em;
	}
	.result .content {
		width: 95%;
	}
}

@media (max-width: 1024px) {
	.linkList li {
		width: 19%;
		margin: 0 3%;
		padding-top: 19%;
		margin-bottom: 32px;
	}
	.linkList li a span.iconfont {
		font-size: 5em;
	}
	.linkList li a span.icon img {
		margin-top: 48px;
	}
	.result .Video-News {
		width: 100%;
		float: none;
	}
	.result .Video-News .video-parent {
		width: 540px;
		margin: 0 auto;
	}
	.result .Comprehensive-news {
		float: none;
		width: 100%;
		margin-top: 60px;
	}
	.result .Comprehensive-news-tf {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 948px) {
	.linkList li a span.iconfont {
		font-size: 4em;
	}
	.linkList li a span.icon img {
		margin-top: 26px;
	}
}

@media (max-width: 768px) {
	.topic .topicList ul li {
		width: 47%;
		margin-bottom: 32px;
	}
	.topic .topicList {
		margin: 32px 0 0;
	}
	.topic .topicList ul li a .infos .subTitle {
		max-height: 5.25em;
	}
	.linkList li a span.icon img {
		margin-top: 26px;
		margin-bottom: 28px;
	}
}

@media (max-width: 720px) {
	.linkList li a span.iconfont {
		font-size: 3em;
		line-height: 1.75em;
	}
	.linkList li a span.icon img {
		margin-bottom: 12px;
		margin-top: 20px;
		width: 36%;
		margin-left: 32%;
	}
}

@media (max-width: 640px) {
	.linkList li {
		width: 21%;
		margin: 0 2%;
		padding-top: 21%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:540px) {
	.result .Video-News .video-parent {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.linkList li a span.iconfont {
		font-size: 2.5em;
	}
	.linkList li a p {
		font-size: 0.75em;
	}
	.Comprehensive-news-left {
		font-size: 0.8em;
	}
	.Comprehensive-news-left a {
		margin-top: 10px;
	}
	.Comprehensive-news-right {
		width: 130px;
	}
	.Comprehensive-news-content ul li {
		height: 100px;
	}
	.Comprehensive-news-left p {
		margin-top: 10px;
	}
	/*20180507???????*/
	.Comprehensive-news-tf-right {
		width: 60%;
		font-size: 0.8em;
	}
	.Comprehensive-news-tf-right a {
		margin-top: 5px;
		height: 32px;
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.Comprehensive-news-tf-left {
		width: 38%;
	}
	/*.Comprehensive-news-tf-right .tf-digest {
		display: none;
	}*/
	.Comprehensive-news-tf-right .tf-digest {
		padding-left: 5px;
		padding-right: 1px;
		margin-top: -5px;
		font-size: 0.75em;
		color: #929292;
		line-height: 18px;
		
		text-overflow: -o-ellipsis-lastline; 
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.Comprehensive-news-tf-right p {
		margin-top: 10px;
	}
	/*20180507????????*/
}

@media (max-width: 480px) {
	.topic .topicList ul li {
		margin-bottom: 20px;
	}
	.topic .topicList ul li a .infos .mainTitle {
		font-size: 1em;
		margin-bottom: 12px;
	}
}

@media (max-width: 440px) {
	.linkList li a span.iconfont {
		line-height: 1.75em;
		font-size: 2em;
	}
	.linkList li a span.icon img {
		margin-top: 16px;
		margin-bottom: 8px;
	}
}

@media (max-width: 360px) {
	.linkList li a span.iconfont {
		line-height: 1.75em;
		font-size: 1.75em;
	}
	.linkList li a span.icon img {
		margin-top: 12px;
		margin-bottom: 6px;
	}
	.Comprehensive-news-right {
		display: none;
	}
	.Comprehensive-news-left {
		width: 100%;
	}
	/*20180507???????*/
	.Comprehensive-news-tf-left {
		display: none;
	}
	.Comprehensive-news-tf-right {
		width: 100%;
	}
	/*20180507????????*/
}

@media (max-width: 321px) {
	.linkList li a span.iconfont {
		line-height: 1.625em;
	}
}