﻿/* 背景图部分 */
.bg-index {
	width: 100%;
	/* min-width: 1200px; */
	height: 430px;
	margin: 0;
	padding: 0;
	background: url(../image/index-bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

/* TISC分布机构地图 */
.tisc-echarts {
	width: 100%;
	background: #344456;
}

.echart {
	padding: 0 13%;
}

.echart-china {
	padding: 0 13%;
	display: flex;
	flex-flow: row;
}

.city-title {
	color: #FFFFFF;
	font-size: 26px;
}

.list-ct {
	margin: 10px 0;
}

.list-ct a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.list-ct a:hover {
	color: #2090FF;
}

.paging {
	display: flex;
	align-items: center;
}

/* 自定义分页样式 */
.page_ctrl .page_total,
.page_ctrl .page_text {
	color: #ffffff;
	font-size: 13px;
}

/* 关于我们 */
.aboutus {
	height: 660px;
}

.aboutus-title .line-title {
	color: #333;
}

.line-title p {
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #999;
}

.ab-body {
	position: relative;
	margin: auto;
	/* width: 1200px; */
}

.about-img,
.about-bg,
.about-text {
	position: absolute;
}

.about-img {
	z-index: 2;
	top: 47px;
	right: 600px;
}

.about-text {
	width: 500px;
	z-index: 3;
	right: 40px;
	color: #fff;
	font-size: 18px;
	top: 70px;
}

.about-text p {
	margin: 0;
	text-indent: 2em;
}

.about-bg {
	width: 730px;
	height: 425px;
	right: 0;
	background: rgb(37, 100, 186);
}

/* 信息服务 */
.information {
	background: #324056;
	height: 500px;
}

.infor p {
	text-indent: 2em;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	font-family: "微软雅黑";
}

.infor-img img {
	width: 100%;
}

.infobtn {
	text-align: center;
	padding: 20px 0;
}

.infor-btn {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
	cursor: pointer;
}

.infor-btn a {
	color: #fff;
}

/* .infor-btn a:hover {
	color: rgb(61, 133, 198);
} */
.infor-btn:hover {
	color: rgb(61, 133, 198);
	border: 2px solid rgb(37, 100, 186);
}

/* 数据平台 */
.dataplatform {
	background: #f5faff;
	height: 530px;
}

.dataplatform-title .line-title span {
	color: #333;
}

.infor-data p {
	text-indent: 2em;
	color: #333;
	font-size: 20px;
	line-height: 30px;
}

.data-cont .infor-btn {
	color: rgb(61, 133, 198);
	border: 2px solid rgb(37, 100, 186);
}

.data-bg {}

/* 信息资讯 */
.infor-mation {
	background: #fff;
	padding: 50px 0;
}

.infor-mation .line-title span {
	color: #333;
}

.news,
.gonggao {
	min-width: 530px;
}

.infor-mation-body {
	/* padding: 0 13%; */
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.xinxititle {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	color: #2564ba;
}

.xinxititle span {
	cursor: pointer;
}

.xinxicont {
	cursor: pointer;
	display: flex;
	flex-flow: row;
	justify-content: space-evenly;
}

.xinxicont-left {
	width: 260px;
	padding: 10px 0;
	background: #f6f7f9;
}

.xinxicont-right {
	width: 45%;
	padding: 10px;
}

.info-xinxi {
	width: 248px;
	height: 165px;
	overflow: hidden;
	margin: auto;
}

.info-xinxi img {
	transition: all 0.6s;
	width: 100%;
}

.info-xinxi img:hover {
	transform: scale(1.4);
}

.infotitle,
.jianjie {
	width: 248px;
	margin: auto;
}

.infotitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 10px;
}

.infotitle:hover {
	color: #2E91EF;
}

.jianjie {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #888;
	font-size: 12px;
}

.xinxicont-right .xx-list {
	padding-bottom: 10px;
	border-bottom: 1px dashed #9E9E9E;
	margin-bottom: 10px;
}

.xx-list-title:hover {
	color: #2E91EF;
}

.xx-list .xx-list-title {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.xx-list-jianjie {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #888;
}

/* 合作伙伴 */
.cooperativepartner {
	background: #f5faff;
	padding: 50px 0;
}

.cooperativepartner .line-title span {
	color: #333;
}

.cpp-body {
	padding: 0 13%;
}

.logos {
	display: flex;
	flex-flow: row;
	align-items: baseline;
	justify-content: center;
}

.logos .logo-list {
	width: 230px;
	margin: 10px;
	text-align: center;
}

/* .logos .logo-list img{
	width: 150px;
} */
.logos .logo-list p {
	font-size: 12px;
}


.goback {
	font-size: 14px;
	padding: 5px;
	background: #fff;
	color: #333;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 30px;
	display: none;
}
