html,body{
	padding: 0;
	margin: 0;
}
img{
	border: 0 none;
}
/* PC */
.page{
	padding-top: 1.2rem;
}
/* tab栏 */
.page .tab{
	width: 100%;
	padding: .3rem 20%;
	background-color: #F9F9F9;
	overflow: hidden;
	font-size: .18rem;
	color: #979797;
	box-shadow: 0px 1px 10px 2px #ddd;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.page .tab div{
	float: left;
	cursor: pointer;
}
.page .tab .homes{
	vertical-align: middle;
}
.page .tab .homes img{
	width: .22rem;
	vertical-align: middle;
}
.page .tab .homes span{
	padding-left: .26rem;
}
.page .tab a{
	text-decoration: none;
	color: #979797;
}
.page .tab .shu{
	display: inline-block;
	width: 1px;
	height: .12rem;
	background-color: #A6A6A6;
	vertical-align: middle;
	margin: .06rem .24rem;
}
.page .content .c1{
	overflow: hidden;
}
.page .content .menuList{
	width: 28%;
	color: #C0BEC1;
	font-size: .18rem;
	float: left;
}
.page .content .menuList a{
	color: #C0BEC1;
	text-decoration: none;
}
.page .content .menuList div{
	padding-left: 72%;
	line-height: .9rem;
	cursor: pointer;
}
.page .content .menuList div:hover{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .menuList div:hover a{
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .menuList .active{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
/* 焦点动态 */
.page .trends{
	width: 60%;
	padding-top: .4rem;
	padding-bottom: .4rem;
	float: left;
}
.page .trends .title{
	padding-bottom: .35rem;
}
.page .trends .title img{
	display: block;
	margin: auto;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.page .trends .list{
	width: 11rem;
	padding: 0 .4rem 30px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.page .trends .li{
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	width: 30%;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0px #ddd;
	box-sizing: border-box;
}
.page .trends .li .img{
	overflow: hidden;
}
.page .trends .li img{
	display: block;
	width: 100%;
	height: 2rem;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.page .trends .li img:hover{
	transform: scale(1.1);
}
.page .trends .cont{
	padding: 0 .2rem .15rem;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: .16rem;
	
}
.page .trends .date{
	color: rgb(0,49,150);
	padding-top: .3rem;
	font-size: .19rem;
}
.page .trends .xian{
	width: .5rem;
	padding-top: .15rem;
	border-bottom: 2px solid rgb(0,49,150);
}
.page .trends .name{
	font-weight: bold;
	font-size: .19rem;
	height: .6rem;
	line-height: .3rem;
	padding-top: 15px;
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 2; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.pages1{
	width: 1100px;
	text-align: center;
	margin-top: -.8rem;
}
.pages1 .inline{
	display: inline-block;
	overflow: hidden;
}
.pages1 .homePage,.pages1 .lastPage{
	float: left;
	width: 1.2rem;
	height: .32rem;
	line-height: .32rem;
	font-size: .18rem;
	color: #5180BA;
	border: 1px solid #5180BA;
	border-radius: .5rem;
	/* vertical-align: middle; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
}
.pages1 .homePage {
	margin-right: .4rem;
}
.pages1 .homePage img{
	transform: rotate(180deg);
}
.pages1 img{
	display: inline;
	/* vertical-align: middle;
	margin-bottom: .04rem; */
}
.pages1 .pageList{
	height: 30px;
	float: left;
	overflow: hidden;
}
.pages1 .lis{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #6798CA;
	font-size: .18rem;
	font-weight: bold;
	color: #4577B8;
	float: left;
	margin-right: .4rem;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages1 .active{
	background-color: #08459B;
	border: 1px solid #08459B;
	color: #fff;
	border: none;
}
.pages1 .lis:hover{
	background-color: #08459B;
	border: 1px solid #08459B;
	color: #fff;
	border: none;
}



/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .menuList{
	display: flex;
	justify-content: space-between;
	padding: .6rem .4rem;
}
.pages .menuList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .22rem;
	padding: 0 .2rem;
	height: .5rem;
	line-height: .5rem;
}
.pages .menuList .li a{
	color: #868686;
	text-decoration: none;
}
.pages .menuList .active{
	border: none;
	border: 1px solid #08459B;
	background-color: #08459B;
	color: #fff;
}
.pages .dates{
	background-color: #F3F7E2;
	height: 1.2rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: .34rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding-right: 1rem;
	position: relative;
}
.pages .dates img{
	width: .3rem;
	margin-left: .1rem;
}
.pages .selectList{
	width: 2.6rem;
	max-height: 4rem;
	background-color: #fff;
	color: #595959;
	font-size: .28rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	box-shadow: 0 3px 5px #eee;
	position: absolute;
	right: .5rem;
	top: 1.2rem;
	display: none;
	z-index: 6;
}
.pages .selectList .li{
	padding: .2rem 0;
	font-size: .34rem;
	border-bottom: 1px solid #eee;
}
.pages .selectList .li:last-child{
	border: none;
}
.pages .trends .list{
	padding: .8rem .2rem 1.2rem;
}
.pages .trends .li{
	border-radius: .2rem;
	box-shadow: 0 3px 5px 0 #ddd;
	margin-bottom: .4rem;
	display: flex;
	padding: .3rem;
}
.pages .trends .li .cont{
	width: 60%;
	padding-right: .3rem;
}
.pages .trends .li .cont .date{
	font-size: .28rem;
	color: #1A55A4;
}
.pages .trends .li .cont .xian{
	width: .8rem;
	height: 2px;
	background-color: #0D2D96;
	margin: .16rem 0;
}
.pages .trends .li .cont .name{
	font-size: .3rem;
	font-weight: bold;
	line-height: .5rem;
}
.pages .trends .li img{
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	border-radius: .2rem;
}
