/* 主页面 */
/* 轮播图中央登录盒子-start */
.userLogin {
	font-family: 'Microsoft YaHei';
	background-color: rgb(255, 255, 255);
	padding: 30px 30px 25px 30px;
	width: 410px;
	border-radius: 2px;
	box-sizing: border-box;
	position: absolute;
	right: 15%;
	top: 10%;
	transition: all 0.3s linear;
}

.userLogintop {
	padding-bottom: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(217, 217, 217);
}

.userLogintop:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.userLogintopright {
	float: left;
	font-weight: 400;
	font-size: 14px;
	margin: -2px 0 0 10px;
}

.addunderline {
	transition: all 0.15s linear;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	max-width: 280px;
	font-size: 20px;
	margin-bottom: 5px;
	color: #3172d4;
	cursor: pointer;
	padding-bottom: 2px;
	font-weight: 400;
	border-bottom: solid 1px transparent;
	box-sizing: border-box;
}

.addunderline:hover {
	border-bottom: #3467CE solid 1px;
}

.loginItem {
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
}

.userLogintext {
	padding: 5px;
}

.userLogintexttitle {
	font-weight: 700;
	font-size: 20px;
	color: #555555;
	margin: 18px 0;
}

.loginItemspan {
	margin-left: -5px;
	font-size: 16px;
	color: #464b53;
}

.loginItem:hover {
	color: #3172d4;
}

.loginItem:hover .loginItemspan {
	transition: all 0.2s linear;
	color: #3172d4;
}

/* 轮播图中央登录盒子-end */
/* 主题服务板块-start */
.section {
	font-family: 'Microsoft YaHei';
	box-sizing: border-box;
	width: 1280px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.sectionItemarea:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.sectionTop {
	padding: 30px 0px 30px 0px;
	box-sizing: border-box;
}

.sectionTop:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.sectionTitle {
	user-select: none;
	font-weight: 400;
	font-size: 36px;
	color: #333333;
	float: left;
}

.getMore {
	float: right;
	margin-top: 14px;
	font-size: 18px;
}

.sectionItem {
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
	float: left;
	margin: 0 20px 20px 0;
	width: 413px;
	height: 230px;
	color: #555555;
	background-color: #f8f8f8;
	cursor: pointer;
	font-weight: 400;
	padding: 20px 0 20px 20px;
	transition: all 0.3s linear;
}

.sectionItem:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.sectionItemimg {
	float: left;
	margin-right: 10px;
}

.sectionItemright {
	float: left;
	padding-top: 9px;
	box-sizing: border-box;
	color: #000000;
}

.sectionItem:hover {
	border-radius: 4px;
	background-color: white;
	box-shadow: 0px 6px 16px 0px rgb(217, 217, 217);
}

.sectionItemtitle {
	font-size: 22px;
	font-weight: 600;
}

.sectionItemtext {
	font-size: 14px;
	box-sizing: border-box;
	padding-bottom: 11px;
}

.sectionItemtext {
	color: #68707b;
}

.sectionItemtext>span:hover {
	color: #3269CA;
}

/* 主题服务板块-end */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*试运行弹窗*/
.popWindow {
	position: fixed;
	width: 496px;
	height: 373px;
	right: 0.5%;
	bottom: 1%;
	background-color: #559BD6;
	z-index: 20;
	border-radius: 10px;
	padding: 15px 20px;
	color: #fff;
}

.popH {
	border-bottom: 1px solid white;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.popP {
	font-size: 15px;
	line-height: 28px;
}

.closeDiv {
	background-image: url(../../images/close.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 3%;
	top: 2%;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 9999;
}
/* 建言活动 */
.Advice{
	border-radius: 10px;
	position: fixed;
	top: 1%;
	left: 0.5%;
	z-index: 9999;
	height:150px;
	width:400px;
	/*background: url(../../images/index/Advice.jpg?v=0.0.1) no-repeat;*/
	background: url(../../images/index/Advice3.jpg?v=0.0.3) no-repeat;
	background-size: 100% 100%;
}
.closeDiv2 {
	background-image: url(../../images/close.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 3%;
	top: 3%;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 5;
	transition: all 0.1s linear;
}
.closeDiv2:hover{
	width: 20px;
	height: 20px;
}
