.mod{
	background: #f5f8fb;
}
/* .primary{
	padding-top: 2.4rem;
} */
.posi-all{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.posi-x{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.posi-y{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#alls{
   color: #fff !important;
}

.banner{
	width: 100%;
	/* height: 25rem; */
	padding-top: 6.4rem;
	/* margin-bottom: 1rem; */
}
.banner>a{
	/* height: 25rem; */
	width: 100%;
}
.banner>a >img{
	display: block;
	width: 100%;
	/* height: 100%; */
}

.wrap{
	width: 75rem;
	margin: 0 auto;
	padding-top:8rem;
}

.clear{
	clear: both;
}

#ptops{
	padding-top: 0rem;
}
/* 人才 */
.talent{
	width: 100%;
	background: #f5f8fb;
	padding: 1.6875rem 0;
}
.tab{
	width: 100%;
}
.tab .tab_top ul{
	width: 100%;
	overflow: hidden;
}
.tab .tab_top ul li{
	float: left;
	width: 7.375rem;
	height: 2.6875rem;
	line-height: 2.6875rem;
	border-radius: 2.6875rem;
	text-align: center;
	background: #fff;
	font-size: 1.125rem;
	color: #333333;
	margin-right: 1.5625rem;
	cursor: pointer;
}
.tab .tab_top ul li.active{
	background: #25a5df;
	color: #fff;
}
.tab .tab_top ul li a{
	display: block;
	color: #333333;
}
.tab_list{
	width: 100%;
	margin-top: 0.5625rem;
	display: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tab_list.focus{
	display: block;
}
.tab_list .title{
	font-size: 1.125rem;
	line-height: 3.25rem;
	color: #363636;
}
.talent .tab_list .left{
	height: 44.5625rem;
	overflow: hidden;
}
.talent .tab_list .left ul{
	height: 41.625rem;
	overflow: hidden;
}
.tab_list .left{
	float: left;
	background: #fff;
	border:0.0625rem solid #eeeeee;
	box-sizing:border-box;
	width: 76%;
	padding: 0 2.3125rem 2.9375rem;
}
.tab_list .left ul li{
	width: 100%;
	line-height: 5.125rem;
	border-bottom:0.0625rem solid #eeeeee;
}
.tab_list .left ul li a{
	display: block;
	overflow: hidden;
}
.tab_list .left ul li .p-1{
	color: #363636;
	float: left;
}
.tab_list .left ul li .p-2{
	width:60.7%;
	float: right;
	height: 5.125rem;
	color: #656565;
	margin-right: 1.25rem;
	text-align: right;
}
.tab_list .left ul li .p-1 span{
	color: #25a5df;
}
.tab_list .right{
	float: right;
	background: #fff;
	border:0.0625rem solid #eeeeee;
	box-sizing:border-box;
	width: 23%;
	flex-direction: column;
}
.tab_list .right .top{
	width: 100%;
	padding: 0.4375rem 0.3125rem 0;
	box-sizing: border-box;
	border-bottom:0.0625rem solid #eeeeee;
}
.tab_list .right .top .p-1{
	width: 100%;
	position: relative;
	padding-left: 1.3125rem;
	box-sizing: border-box;
	line-height: 3.25rem;
}
.tab_list .right .top .p-1::after{
	position: absolute;
	left: 0.4375rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-box-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 1.125rem;
	width: 0.25rem;
	background: #26a6e0;
	content: "";
	border-radius: 0.25rem;
}
.tab_list .right ul{
	width: 100%;
	padding: 1.375rem 1.5rem;
	box-sizing: border-box;
}
.tab_list .right ul li{
	width: 100%;
	margin-top: 0.625rem;
	border-bottom: 0.0625rem solid #e6e6e6;
}
.tab_list .right ul li:nth-last-of-type(1){
	border-bottom: 0;
}
.tab_list .right ul li  a .picx {
	display: block;
	width: 100%;
	height: 9rem;
}
.tab_list .right ul li  a .picx  img{
	display: block;
	width: 100%;
	height: 9rem;
}
.tab_list .right ul li p{
	font-size: 0.875rem;
	color: #333;
	margin-top: 0.375rem;
	line-height: 2.125rem;
	
}
.tab_list .right ul li p,.tab_list .left ul li .p-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
/* 人才详情 */
.talent_details{
	width: 100%;
	background: #f2f2f3;
	padding: 0.5625rem 0 2.75rem;
}
.location{
	width: 100%;
	padding: 2rem 0 1.4375rem;
	color: #a1a1a1;
}
.location a{
	color: #a1a1a1;
	margin-right: 1.625rem;
}
.location span,.location a{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.location a::after{
	position: absolute;
	right: -1.5rem;
	top: 0;
	height: 100%;
	width: 1.25rem;
	content: ">>";
}
.talent_details .form{
	width: 100%;
}
.talent_details .form form{
	width: 47%;
	position: relative;
	overflow: hidden;
}
.talent_details .form form input{
	display: block;
	width: 89%;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0;
	border: 0.0625rem solid #e1e1e1;
	box-sizing: border-box;
	float: left;
	font-size: 1rem;
	padding-left: 0.625rem;
}
.talent_details .form form .search{
	width: 11%;
	background: #25a5df;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
}
.talent_details .list{
	width: 100%;
	margin-top: 1.25rem;
	background: #fff;
	padding: 0.625rem 1.875rem 4.375rem;
	box-sizing: border-box;
	border: 0.0625rem solid #eeeeee;
}
.talent_details .list ul li{
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 4.4375rem;
	position: relative;
	padding: 1.25rem 0;
	border-bottom: 0.0625rem solid #eeeeee;
}
.talent_details .list ul li .left{
	position: absolute;
	left: 0;
	top: 1.25rem;
	text-align: left;
}
.talent_details .list ul li .left .pic{
	margin-right: 0.625rem;
}
.talent_details .list ul li .left .pic,.talent_details .list ul li .left .word{
	display: inline-block;
	vertical-align: middle;
}
.talent_details .list ul li .left .p-1 .t-1{
	font-size: 1.125rem;
}
.talent_details .list ul li .left .p-1 .t-2,.talent_details .list ul li .left .p-2{
	font-size: 0.875rem;
}
.talent_details .list ul li .left .t-1{
	color: #363636;
}
.talent_details .list ul li .left .t-2{
	color: #707282;
}
.talent_details .list ul li .left .p-2{
	margin-top: 1.25rem;
}
.talent_details .list ul li .mid{
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
	line-height: 2.125rem;
	padding-top: 2.5625rem;
	font-size: 0.875rem;
}
.talent_details .list ul li .mid p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.talent_details .list ul li .right{
	right: 1.5625rem;
}
.talent_details .list ul li .right a{
	display: inline-block;
	width: 5.5rem;
	height: 2.0625rem;
	color: #25a5df;
	line-height: 2.0625rem;
	text-align: center;
	border-radius: 2.0625rem;
	border: 0.0625rem solid #25a5df;
}
/* 百科 */
.encyclopedia{
	background: #f2f2f3;
	padding: 0.0625rem 0 0rem;
}
.markWrap {
	width: 100%;
	overflow: hidden;
	margin-top: 1.25rem;
}
.markWrap li {
    float: left;
    height: 2.375rem;
	line-height: 2.375rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}
.markWrap li a {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 0.875rem;
    color: #25a5df;
}
.markWrap li a.active {
    background: #25a5df;
    color: #fff;
}

.markWrap li a:hover{
	background: #25a5df;
    color: #fff;
}
.encyclopedia .list ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.encyclopedia .list ul li{
	width: 23%;
	margin-left: 2.6666%;
	/* float: left; */
	margin-top: 1.625rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.5625rem 0.0625rem rgba(0, 0, 0, 0.1);
}

.encyclopedia .list ul li:nth-child(4n+1){
	margin-left: 0;
}
.encyclopedia .list ul li .pic2{
	width: 100%;
	height: 15rem;
	overflow: hidden;
	position: relative;
}
.encyclopedia .list ul li .pic2 img{
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.times {
    width: 8.75rem;
    height: 1.375rem;
    background-color: rgba(77, 77, 77,0.831);
    position: absolute;
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    top: 1.25rem;
    left: 1.25rem;
}

.times1 {
    height: 1.375rem;
    border-radius: 1rem;
    background-color: rgb(37, 165, 223);
    width: 3.25rem;
    color: #ffffff;
    font-size: 0.75rem;
    font-family: "SourceHanSansCN";
    text-align: center;
    line-height: 1.375rem;
    margin-right: 0.3rem;
}

.times2 {
    font-size: 0.75rem;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    line-height: 1.375rem;
}

.times2>span {
    margin-left: 0.1rem;
}
.encyclopedia .list ul li .word{
	width: 100%;
	padding: 0.75rem 0.6875rem 1rem;
	box-sizing: border-box;
}

.pic2img{
	width: 100%;
	height: 100%;
	display: block;
}

.yjs{
	width: 100%;
    height: 9.75rem;
    overflow: hidden;
    position: relative;
}
.yjs>img{
	width: 100%;
}
.rencai{
	width:100%;
    height: 11.875rem;
    overflow: hidden;
	position: relative;
	background: #f7f7f7;
}

.rencaimg{
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.wrap6>.list>ul>li>.word>.p-1{
	text-decoration: none;
    line-height: 1.5;
    letter-spacing: 0;
    color: #585858 !important;
    font-size: 1rem;
	margin-bottom: 0.875rem;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3rem;
}

.wrap6>.list{
	padding-bottom: 1rem;
}
.encyclopedia .list ul li .picc{
	width: 100% ;
	height:9.375rem;
}

.encyclopedia .list ul li .picc img{
	width: 100% ;
	height:9.375rem  ;
}
.wrap6>.list>ul>li>.word>.p-2{
	color: #25a5df !important;
}
/* .encyclopedia .list ul li .word a:nth-child(1){
	text-decoration: none;
    line-height: 1rem;
    letter-spacing: 0;
	color: #585858;
    font-size: 1rem;
	margin-bottom: 0.875rem;
} */

.pic3{
	height: 11.625rem;
	position: relative;
    margin: 0 auto 1.25rem;
}
.encyclopedia .list ul li .word .p-1 a{
	line-height: 1.75rem;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	font-size: 0.875rem;
	color: #25a5df;
	height: 3.5rem;
}

.encyclopedia .list ul li .word .p-2{
	width: 100%;
	margin-top: 0.875rem;

}

.encyclopedia .list ul li .word .p-2 span{
	display: inline-block;
	background: #e9f5fa;
	color: #3babe1;
	font-size: 0.875rem;
	padding: 0.2rem 1rem;
	line-height: 1.25rem;
	text-align: center;
	border-radius: 0.1875rem;
	margin-bottom: 0.5rem;

}

/* 分页 */
#pages{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 3.25rem;
	margin-top: 2.375rem;

}
  
  #pages>li{
	float: left;
	padding: 0;
	cursor: pointer;
	border: solid thin #DDDDDD;
	border-radius: 4px;
	margin-right: 0.625rem;
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	text-align: center;
	margin-left: 0%;
	padding-bottom: 0 !important;
	/* color: #26a5df !important; */
  }
  #pages>li:nth-child(4n+1){
	margin-right: 0.625rem;
  }

  #pages>li:last-child{
	margin-right: 0 !important;
  }
  
  #page>.active{
	border: 0.0625rem solid  #4281c5 !important;
	margin: 5px;
	background-color: #4281c5;
	border-radius: 4px;
	color: #ffffff;
  }
/* 专题 */
.typePage{
	width: 100%;
	background: #f2f2f3;
	padding-bottom:3.125rem;
}

.typePage h2 {
    line-height: 3.125rem;
    font-size: 1.25rem;
    color: #333;
    padding-left: 1.25rem;
    position: relative;
	margin-top: 1rem;
}
.typePage h2:first-child{
	margin-top: 0;
}
.typePage h2:before {
    content: '';
    width: 0.25rem;
    height: 1.25rem;
    position: absolute;
    background: #1d9ed1;
    left: 0;
    top: 56%;
	border-radius: 0.25rem;
	transform: translateY(-56%);
}
.typePage h2 .findMore {
	float: right;
    font-size: 1rem;
    /* color: #9b9b9b; */
    font-weight: 400;
    /* vertical-align: middle; */
    display: flex;
    flex-direction: row;
	align-items: center;
	color: #333333;
	font-size: 0.8rem;
	opacity: 0.8;
}

.typePage h2 .findMore img{
	margin-left:.3rem;
}
.typePage h2 a,.typePage h2 span{
	display: inline-block;
	vertical-align: middle;
}
.typePage h2 a{
	float: right;
}
.typePage .list ul li{
	margin-top: 0.625rem;
}
.typePage .list ul li .word .p-0{
	font-size: 1rem;
	color: #4d4d4d;
	line-height: 2.75rem;
	border-bottom: 0.0625rem solid #f4f4f4;
	margin-bottom: 0.4375rem;
	display: -webkit-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	height: 2.75rem;
	overflow: hidden;
}

.typePage .list ul li .word .p-1{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    line-clamp: 2; 
	-webkit-box-orient: vertical;
	text-align: left;
	line-height: 1.5;
}
.typePage .list ul li .word .p-1s{
	color: #a5a5a5;
}

.pes{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
	line-height: 1.5;
	color: rgb(165, 165, 165);
	font-size: 0.98rem;  
}

.petitle{
	font-size: 1.125rem;
	font-family: "SourceHanSansCN";
	color: rgb(51, 51, 51);
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align: left;
	height: 3.25rem;
	box-sizing: border-box;
	line-height: 1.5;
}
.encyclopedia .list ul li .word{
	padding: 0.9rem 0.9375rem 0rem;
}
.typePage .broadcast ul li{
	width: 32%;
	margin-bottom: 0.625rem;
	margin-left: 2% !important;
}
.typePage .broadcast ul li:nth-child(3n+1){
	margin-left: 0 !important;
}
.typePage .broadcast ul li .pic{
	height: 15rem;
	width: 100% !important;
	margin-bottom: 0 !important;
}
.typePage .broadcast ul li .pic img{
	width: 100%;
	height: 100%;

}
.typePage .broadcast ul li .word .p-1s{
	font-size: 1.125rem;
	color: #333;
	height: 3.875rem;
	line-height: 2rem;
}

.typePage .broadcast ul li .word .p-1s a{
	font-size: 1.125rem;
	color: #333;
}
.encyclopedia .broadcast ul li .word{
	padding: 0.625rem 1.2rem 0;
}
.encyclopedia .video ul li{
	background: transparent;
	box-shadow: none;
}
.encyclopedia .video ul li .pic3{
	height: 11.625rem;
	position: relative;
}

.pic31{
	width: 100%;
	height: 100%;
}
.encyclopedia .video ul li .pic3 .btn{
	position: absolute;
	left: 1.0625rem;
	bottom: 0.9375rem;
	width: auto;
}
.encyclopedia .video ul li .word{
	padding: 0.625rem;
}
.encyclopedia .video ul li .word .p-0{
	color: #4d4d4d;
	font-weight: bolder;
	line-height: 1.625rem;
	height: 1.625rem;
	margin-bottom: 0;
}
.encyclopedia .video ul li .word .p-3{
	font-size: 1rem;
	color: #4d4d4d;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.encyclopedia .video ul li .word .p-3 a{
	font-size: 1rem;
	color: #4d4d4d;
	margin-right: 0.3125rem;
}

.encyclopedia .people ul li{
	width: 19.2%;
	margin-left: 1% !important;
	margin-bottom: 1.25rem;
}

.encyclopedia .people ul li:nth-child(5n+1){
	margin-left: 0 !important;
}

.encyclopedia .people ul li .pic{
	background: #f7f7f7;
	padding: 1rem 0;
}

.encyclopedia .people ul li .pic img{
	width: 62%;
	margin: 0 auto;
}

.encyclopedia .people ul li .p-name{
	font-size: 1rem;
    color: #4d4d4d;
    line-height: 2.75rem;
    border-bottom: 0.0625rem solid #f4f4f4;
    margin-bottom: 0.4375rem;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 2.75rem;
    overflow: hidden;
}
/* 专家智库 */
.think_tank{
	width: 100%;
	background: #f2f2f3;
	padding: 0rem  6.25rem  1.75rem;
	box-sizing: border-box;
}
.think_tank .nav_industry{
	width: 100%;
	background: #FFFFFF;
	/* line-height: 3.4375rem; */
}
.think_tank .nav_industry ul{
	width: 100%;
	overflow: hidden;
	padding-left: 1.5rem;
	padding-bottom: 1rem ;
	box-sizing: border-box;

}
.think_tank .nav_industry ul li{
	float: left;
	font-size: 1.125rem;
	margin-right: 2.4375rem;
	padding: 1rem 0 0;
}
.think_tank .nav_industry ul li a{
	display: block;
	color: #333;
	font-size: 1rem;
}
.think_tank .nav_industry ul li.active a{
	color: #25a5df;
}
.think_tank .list{
	width: 100%;
	background: #fff;
	margin-top: 1.625rem;
	padding: 0.3125rem 1.5rem 0.5rem;
	box-sizing: border-box;
}


.wraps>.list>ul>li{
	width: 100%;
    position: relative;
    margin-top: 1.5625rem;
    padding: 0 2.25rem 2.6rem 0rem;
    box-sizing: border-box;
	border-bottom: 0.0625rem solid #eeeeee;   
	display: flex;
	flex-direction: row;
}

.think_tank .list ul li>.word>.p-1>a:hover{
	color: #26a6e0 !important;
}

.think_tank .list ul li .p-1 .pict{
	width: 12.125rem;
	height: 8.375rem;
}
.think_tank .list ul li:nth-child(1){
	padding-bottom: 1.5rem !important;
}

.think_tank .list ul{
	padding-top: 1.5rem;
}
.think_tank .list ul li{
	display: flex;
	flex-direction: row;
	width: 100%;
	border-bottom: 0.0625rem solid #eeeeee ;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

/* .science_technology .list ul li:nth-child(1){
	padding-bottom: 0rem !important;
} */
.think_tank .list ul li .pics{
    width:16rem;
    height: 8.375rem;
    margin: 0;
}
.think_tank .list ul li .pics img{
	display: block;
	height: 100%;
	width: 100%;
}
.think_tank .list ul li .word{
	width: 100%;
	padding-left: 1.125rem;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
.think_tank .list ul li .p-1{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;   
    line-clamp: 1; 
	-webkit-box-orient: vertical;
	height: 1.5rem;  
	line-height: 1.2;
}
.think_tank .list ul li .p-1 a{
	font-size: 1.25rem;
	width: 100%;
	color: rgb(51, 51, 51) !important;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;   
    line-clamp: 1; 
	-webkit-box-orient: vertical;
	height: 1.5rem;  
	line-height: 1.2;
}
.think_tank .list ul li .p-2{
	padding: 1.375rem 0;
	color: #9a9a9a;
	display: flex;
    flex-direction: row;
}
.think_tank .list ul li .p-2 .t-2{
	color: #3eabe1;
	margin-left: 2.9375rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.think_tank .list ul li .p-2 .t-2 a{
	display: inline-block;
	margin-right: 1.1rem;
}
.think_tank .list ul li .p-3{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #797a79;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.think_tank .list ul li .down{
	position: absolute;
	right: 2.25rem;
	top: 0;
	width: 4.625rem;
	line-height: 1.625rem;
	text-align: center;
	font-size: 0.875rem;
	border: 0.0625rem solid #25a5df;
}

.think_tank .list ul li .down2{
	width: 4.625rem;
	line-height: 1.625rem;
	text-align: center;
	font-size: 0.875rem;
	border: 0.0625rem solid #25a5df;
}

.think_tank .list ul li .down2 a,.think_tank .list ul li .down a{
	width: 100%;
	line-height: 1.625rem;
	text-align: center;
	display: block;
}
.think_tank .list ul li a{
	display: block;
	color: #25a5df;
}

  
.science_technology .list ul li{
	padding-right: 0;
}
.tops{
	padding-top: 1.625rem;
}
.science_technology .top ul{
	width: 100%;
	overflow: hidden;
}
.science_technology .top ul li{
	width: 7.375rem;
	line-height: 2.6875rem;
	border-radius: 2.6875rem;
	text-align: center;
	font-size: 1.125rem;
	float: left;
	margin-right: 1.875rem;
}
.science_technology .top ul li a{
	display: block;
	color: #333333;
}
.science_technology .top ul li.active{
	background: #25a5df;
}
.science_technology .top ul li.active a{
	color: #fff;
}
.news_list{
	width: 100%;
	/* padding-top: 6rem; */
}
.news_list .top_type{
	width: 82.3%;
	margin:6rem auto 0;
}
.news_list .top_type ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_list .top_type ul li{
	/* flex: 1; */
	text-align: center;
	font-size: 1rem;
	line-height: 3.75rem;

}
.news_list .top_type ul li a{
	color: #25a5df;
}
.news_list .foot_list{
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
.news_list .foot_list .left{
	float: left;
	width: 15.3333%;
}

.news_list .foot_list .left .top{
	width: 100%;
	background: #25a5df;
	color: #fff;
	height: 2.8125rem;
	position: relative;
}
.news_list .foot_list .left .top .inner{
	width: 100%;
	left: 0;
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.news_list .foot_list .left .top img,.news_list .foot_list .left .top span{
	display: inline-block;
	vertical-align: middle;
}
.news_list .foot_list .left .top span{
	margin-left: 1.8125rem;
}
.news_list .foot_list .left .top .img1{
	right: 1.25rem;
}
.news_list .foot_list .left .foot{
	width: 100%;
	box-sizing: border-box;
	border: 0.0625rem solid #e5e5e5;
	text-align: center;
	font-size: 1rem;
	line-height: 2.8125rem;
	background: #fff;
	border-bottom: 0;
}
.news_list .foot_list .left .foot ul li{
	border-bottom: 0.0625rem solid #e5e5e5;
}
.news_list .foot_list .left .foot ul li a{
	color: #333;
}

.news_list .foot_list .left .foot ul li a:hover{
	color: #26a6e0 !important;
}

.news_list .foot_list .right{
	width: 83%;
	float: right;
}
.news_list .list{
	margin-top: 0;
}
.live_broadcast{
	width: 100%;
	background: #f5f8fb;
}
.live_broadcast .title{
	color: #333333;
	font-size: 2.25rem;
	text-align: center;
	line-height: 6.125rem;
	margin-bottom: 1.375rem;
}
.live_broadcast .more{
	width: 100%;
	position: relative;
	margin: 2.5rem 0;
}
.live_broadcast .more a{
	margin: 0 auto;
	line-height: 1.25rem;
	width: 5rem;
	text-align: center;
	font-size: 0.875rem;
	color: #3caae0;
	background: #f2f2f3;
	position: relative;
	z-index: 10;
}
.line{
	height: 0.0625rem;
	background: #cfcfcf;
	width: 11.25rem;
}

.block_6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    background-color: #26a5df;
    width: 4.125rem;
    height: 6.6875rem;
    overflow: hidden;
    position: fixed;
    top: 60%;
    right: 0;
	z-index: 9999;
	cursor: pointer;
  }

  .edit {
    position: relative;
    margin-top: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
}

.txt_5 {
	position: relative;
	margin-top: 0.625rem;
	height: 0.875rem;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis;
	line-height: 0.875rem;
	letter-spacing: 0;
	color: #fefefe;
	font-size: 0.875rem;
}

.word_7 {
	position: relative;
	margin-top: 0.375rem;
	height: 0.875rem;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis;
	line-height: 0.875rem;
	letter-spacing: 0;
	color: #fefefe;
	font-size: 0.875rem;
}

.atitle{
	font-size: 1.5rem;
	font-family: "SourceHanSansCN";
	color: rgb(51, 51, 51) !important;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;  
    line-clamp: 1; 
    -webkit-box-orient: vertical;
	line-height: 2rem;
    height: 2rem;
}


.think_tank .normal_div_19 {
	width: 100%;
}

#s4{
	display: flex;
    position: relative;
    align-items: center;
    align-self: center;
    flex-direction: row;
    margin: 2rem auto;
    align-content: space-between;
    flex-wrap: wrap;
}

.groups {
    width: 24%;
    height: 16.9rem;
    box-shadow: 0rem 0.625rem 0.625rem rgba(0,0,0,0.1);
    background: #ffffff;
    margin-right:1.3%;
    margin-bottom: 0.85rem;
}

.groups:nth-child(4){
	margin-right: 0;
}

.entryPicWrap_22 {
    width: 100%;
    height: 9.625rem;
    overflow: hidden;
}
.entryPicWrap_22>img {
    width: 100%;
    height: 100%;
	display: block;
	transition: 1s;
}

.entryPicWrap_22>img:hover{
	transform: scale(1.1);
}
.deconten {
    width: 100%;
    height: 7.375rem;
    padding: 1rem;
    box-sizing: border-box;
}

.desc_34 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    font-family: "SourceHanSansCN";
    color: rgb(77, 77, 77);
}

.lines {
    width: 100%;
    border-bottom: 1px solid #f2f2f3;
    margin-bottom: 0.75rem;
}

.desc_35 {
    font-size: 1rem;
    font-family: "SourceHanSansCN";
    color: rgb(165, 165, 165);
    line-height: 1.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2; 
    -webkit-box-orient: vertical;
	/* height: 5rem; */
}
/* #cban{
	margin-top: 6rem;
} */

.resultTitle{
	width: 100%;
    margin-bottom: 1rem;
    color: #26a6e0;
    font-size: 1.1rem;
	padding-top: 1rem;
}
.wraps{
	width: 75rem;
    margin: 0 auto;
    padding-top:1.625rem;
}

.wraps>.list>ul>li>.pict>img{
	width: 100%;
	height: 100%;
}
.wraps>.list>ul>li>.pict{
	width: 16rem;
	height: 8rem;
	margin-right: 1.2rem;
}

.wrap5{
	width: 75rem;
	margin: 0 auto;
    padding-top:1.625rem;  
}


.wrap6,.wrap7{
	width: 75rem;
	margin: 0 auto;  
}

.bannere{
    width: 100%;
    height: 25rem;
    padding-top:6.4rem;
}
.bannere>a,.bannere>a>img{
	width: 100%;
	height: 25rem;
	display: block;
}

.bannerk{
	width: 75rem;
	margin: 0 auto;
	height: 20rem;
    padding-top:6.4rem;
}

.bannerk>a,.bannerk>a>img{
	width: 100%;
	height: 20rem;
	display: block;
}

.wrapBanners{
	width:75rem;
	height: 17rem;
	margin:0rem auto 0.5rem;
	/* background: pink; */
}
.wrapBanners>a{
	width: 100%;
	height: 100%;
	display: block;
}
.wrapBanners>a>img{
	width: 100%;
	height: 100%;
	display: block;
}


.u1{
	display: flex;
    position: relative;
    align-items: center;
    /* margin-top: 0.875rem; */
    justify-content: flex-start;
	width: 84vw;
    box-sizing: border-box;
	flex-wrap: wrap;
	margin: 0 auto;
	height: 2.875rem;
	align-items: center;
	padding-left: 3rem;
	box-sizing: border-box;
}

.u1>li>a{
	margin-right: 3rem;
    text-decoration: none;
	line-height: 2.875rem;
    letter-spacing: 0;
    color: #25a5df;
    font-size: 1rem;
	/* margin-bottom: 0.875rem; */
	height: 2.875rem;
}

.swiper-button-prev {
    width: 3.75rem !important;
    height: 3.75rem !important;
    border-radius: 50%;
    color: transparent !important;
    background-image: url(../images/public/left.png);
    background-size: contain;
}

.swiper-button-next{
    width: 3.75rem !important;
    height: 3.75rem !important;
    border-radius: 50%;
    color: transparent !important;
    background-image: url(../images/public/right.png);
    background-size: contain;
}

#u1{
	white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    padding:1rem 13vw 1rem 8vw;
	box-sizing: border-box;
	-ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}


/* #u1::-webkit-scrollbar { 
    width: 0 !important;
 } */

#u1>.aparent>li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.2rem;
	text-decoration: none;
}

#u1>.aparent>li>a{
	line-height: 1rem;
    letter-spacing: 0;
    color: #25a5df;
    font-size: 1rem;
}

.people{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    margin: 0 auto 1.25rem;
}

.people a{
    font-size: 0.875rem;
    color: rgb(161, 161, 161);
}
.people a:nth-child(1){
    margin-right: 0.625rem;
}

.people a:nth-child(3){
    color: rgb(54, 54, 54);
}

.infoTitle{
	width: 100%;
	height: 1.5625rem;
	line-height: 1.5625rem;
	position: relative;
	font-size: 1.375rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.ina{
	border-left: 2px solid #25A5DF;
	height: 1.5625rem;
	line-height: 1.5625rem;
	padding-left: 0.5rem;
	box-sizing: border-box;
	position: relative;
	z-index: 11;
}

.inlines{
	width: 100%;
	height: 1px;
	background: #F6F6F6;
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
}

.inCon1{
	width: 100%;
	padding: 1.625rem 1.875rem;
	box-sizing: border-box;
}

.t01{
	font-size: 1.25rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom: 1.25rem;
	width: 100%;
}

.t02{
	width: 100%;
	margin-bottom: 0.9375rem;
}

.t02>span:nth-child(1){
	font-size: 0.875rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.t02>span:nth-child(2){
	font-size: 0.875rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}

.t03>p{
	font-size: 0.875rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0.8rem;
}

.inCon2{
	width: 100%;
	display:flex;
	flex-direction: row;
	padding: 1.625rem 0;
	box-sizing: border-box;
}

.iconImg{
	width: 4.6875rem;
	height: 4.6875rem;
	display: block;
	margin-right: 1.0625rem;
}

.iconLeft{
	flex: 1;

}

.leftTitle{
	width: 100%;
	height: 4.6875rem;
	line-height: 4.6875rem;
}

.lfcon{
	font-size: 0.875rem;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 1.3125rem;
	color: #666666;
	margin-bottom: 1.25rem;
	position: relative;
}

.link-click {
    color: #0084ff;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0rem;
    background: #FFFFFF;
    padding-left: 1rem;
	font-style: normal;
}

.ishedin{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;  
    line-clamp:2; 
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

@media (max-width:1920px){
    html{
      font-size:16px;
    }
 }
  
  @media (max-width:1680px) {
    html{
      font-size:15px;
    }
  } 

  @media (max-width:1600px) {
    html{
      font-size: 14px;
    }
  }
  
  @media (max-width:1500px) {
    html{
      font-size: 13px;
    }
  }

  @media (max-width:1440px) {
    html{
      font-size: 13px;
    }
  }
  @media (max-width:1366px) {
    html{
      font-size:12.8px;
    }
  }
  
  @media (max-width:1360px) {
    html{
      font-size: 12.5px;
    }
	.mod .block_6{
		height: 7rem;
	  }
	  
	.mod .txt_5{
		margin-top: 0.7rem;
	} 

	.mod .word_7{
	margin-top: 0.45rem;
	}
  }
  
  @media (max-width:1280px) {
    html{
      font-size: 11px;
    }
  }
  
  @media (max-width:1240px) {
    html{
      font-size: 10px;
	}
	
	.mod .block_6{
		height: 8rem;
	  }
	  
	  .mod .txt_5{
		margin-top: 1.2rem;
	  } 
  
	 .mod .word_7{
		margin-top: 0.8rem;
	  }
  }

  @media (max-width:1152px) {
    html{
      font-size:10.5px;
    }
  }

  @media (max-width:1078px) {
    html{
      font-size:9px;
    }

  }
  
  @media(max-width :  960px ){ 
    html { 
      font-size : 8.3px;
    }
  } 

   /* 移动端*/
   .isPhone{
    display: none !important;
  }

  .isPC{
    display: flex !important;
  }

  @media screen  and  ( max-width :  760px )  {
	html {
		font-size:13px;
	  }
  
	  .isPC{
		display: none !important;
	  }
  
	  .isPhone{
		display: flex !important;
	  }

	  .bannere{
		width: 100%;
		height: 12rem;
		padding-top: 5rem;
	  }

	  .news_list .top_type ul li{
		/* padding: 0 1rem; */
		font-size: 1rem;
		line-height: 1.75rem;
		width: 20%;
	  }
	  .markWrap li a{
		padding: 0 1rem 0 1rem;
	  }
	  .news_list .top_type{
		margin:6rem auto 1.2rem;
		width: 100%;
	  }
	  .think_tank .list ul li .p-2{
		  flex-direction: column;
	  }

	  .think_tank .list ul li .p-2 .t-2{
		margin-left: 2.9375rem;
		display: flex;
		flex-direction: row;
	 }
	  .wrap{
		  width: 100%;
		  padding-top: 0rem !important;
	  }

	  .u1{
		  height: auto;
	  }

	  #ptops{
		  margin-top: 0 !important;
	  }

	  .u1>li>a{
		margin-right: 1rem;
	  }

	  
	  .banner{
		/* height: 12rem; */
		padding-top: 5rem;
	  }

	  .wraps{
		width: 100%;
		padding-top: 0;
	  }

	  .think_tank .nav_industry ul li{
		  margin-right: 1.2rem;
	  }
	  .think_tank{
		padding:1.6rem  3rem  1.75rem;
	  }


	  .news_list .foot_list .right{
		 width: 77%;
	  }

	  .news_list .foot_list .left{
		width: 20.3333%;
	  }

	  #pages{
		margin-top: 0rem;
		margin-bottom:1.375rem;
	  }

	  .think_tank .list{
		padding:1.4rem 1.5rem 1.4rem;
	  }
	  
	  .live_broadcast .title{
		margin-bottom:0.5rem;
	  }
	  .live_broadcast .title:nth-child(1){
		font-size: 2rem;
		margin-top: 6rem;

	  }

	  .live_broadcast .more{
		  margin:1rem 0rem;
	  }
	  .encyclopedia .list ul{
		  width: calc(100vw - 4rem);
		  margin: 0 auto;
		  display: flex;
		  flex-direction: row;
		  flex-wrap: wrap;

	  }

	  .typePage .broadcast ul li{
		  width: 23.8125rem;
		  margin:0 auto;
	  }

	  .typePage .broadcast ul li .pic {
		 width: 100% !important;
		 height:auto;
		 margin-bottom: 0 !important;
	  }

	  .typePage .broadcast ul li .pic img{
		  width: 100%;
		  height: 100%;
		  display: block;
	  }
	  .wrap5{
		width: calc(100vw - 4rem);
		margin: 0 auto;
		padding-top: 1rem;
	  }

	  .isImg{
		  width: 100%;
		  height: 100%;
		  display: block;
	  }
	  .wrap5>.list>ul>li{
		  width: 30.2%;
		  margin-bottom: 1.5rem;
		  margin-left:0 !important;
		  margin-right: 2.2rem;
	  } 

	  .wrap5>.list>ul>li:nth-child(3n){
		margin-right: 0rem;
	  }

	  .top{
		  width: calc(100vw - 4rem);
		  margin:0rem auto 1.625rem;
		  padding-top: 0.4rem;
	  }

	  .wrap6{
		 width: calc(100vw - 4rem);
	  }

	  .wrap6>.list>ul>li{
		width: 17rem;
		margin-left:0 !important;
		margin-right:1.5rem;
	  }

	  .wrap6>.list>ul>li:nth-child(3n){
		margin-right: 0rem;
	  }

	  .wrap7{
		width: calc(100vw - 2rem);
	  }

	  .talent .tab_list .left{
		  width: 100%;
		  height: 27rem;
	  }

	  .wrapBanners{
		width:100%;
		/* height: 17rem; */
		height: auto;
		margin: 0.5rem auto 0.5rem;
	}

	.uhead{
		width: 100%;
	}

	.think_tank .list ul li .p-1,.think_tank .list ul li .p-1 a, .think_tank .list ul li .p-2 .t-2 a{
		height: auto;
	}

	.think_tank .list ul li .p-2 .t-2 a{
		margin-bottom: 0.4rem;
	}
	.think_tank .list ul li .word{
		padding-left: 0rem;
	}

	.think_tank .list ul li .p-2{
		padding: 0.5rem 0;
	}
	.t-1{
		margin-bottom: 0;
	}

	.encyclopedia .list ul li .picc,.encyclopedia .list ul li .picc img{
		width: 100%;
		height: auto;
	}

	.wrap6>.list>ul>li>.word>.p-1{
		line-height: 3rem;
	}
	.encyclopedia .list ul li .word .p-2{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.encyclopedia .list ul li .word .p-2 span{
		margin-right: 2%;
	}
	.encyclopedia .video ul li .pic3{
		height: 14.625rem;
	}

	.think_tank .list ul li .pics{
		height: 6.375rem;
		margin-right: 1rem;
	}

	.t-1{
		margin-bottom: 0.4rem;
	}

	.groups{
		width:48%;
		margin-right: 4%;
		height: auto;
	}

	.groups:nth-child(2n) {
		margin-right:0;
	}

	.bannerk{
		width: calc(100vw - 2rem);
		margin: 0 auto;
		height: auto;
		padding-top:6.4rem;
	}
	
	.bannerk>a,.bannerk>a>img{
		width: 100%;
		height: auto;
		display: block;
	}

	.talent .tab_list .left{
		padding: 1.3125rem;
	}

	.iconImg{
		margin-right: 0.5rem;
	}
	.yjs{
		height: auto;
	}

	

	.swiper-button-next,.swiper-button-prev{
		transform: scale(0.7);
	}
	#s4{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.groups:nth-child(2n){
		margin-right: 0;
	}
	.think_tank .list ul{
		padding-top:0rem;
	}

	.markWrap{
		width: 100%;
		overflow: hidden;
		margin-top: 1.25rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.markWrap li{
		margin-right: 0rem; 
	}

	.wraps>.list>ul>li>.pict{
		height: 6rem;
	}

	/* .think_tank .list ul li a,.think_tank .list ul li .down{
		display: none;
	} */
	#pages li  a{
		display: block;
	}

	.think_tank .list ul li .p-3{
		margin-bottom: 0.5rem;
	}

	.entryPicWrap_22{
		height: 8.625rem;
	}

	#pages>li{
		/* line-height: 1.7rem; */
		width: 2rem;
		height: 2rem;
		font-size: 1rem;
		margin: 0rem 1rem 1rem 0 !important;
	 }

	 .people a:nth-child(1){
		 margin-right: 0;
	 }
 }
  @media screen  and  ( max-width :  720px )  {
	html {
		font-size : 12px;
	 }
	 .think_tank{
		padding: 1.2rem 2rem 1.75rem;
	 }

	 .news_list .top_type ul{
		justify-content: flex-start;
	 }

	 .news_list .foot_list{
		 display: flex;
		 flex-direction: row;
		 flex-wrap: wrap;
	 }

	 .news_list .foot_list .left{
		width:100%;
		margin-bottom: 2rem;
	 }

	 .news_list .foot_list .right{
		 width: 100%;
	 }

	 .p-2{
		 display: flex;
		 flex-direction: column;
	 }
	 /* .t-1{
		 margin-bottom: 0rem;
	 } */
	
	 .think_tank .list ul li .p-2 .t-2{
		margin-left:0;
		display: flex;
		flex-direction: row;
	 }

	 .think_tank .list ul li .p-3{
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;   
		line-clamp: 1; 
		-webkit-box-orient: vertical;
	 }

	 .news_list .foot_list .left .top .inner{
		padding: 0 1rem;
		box-sizing: border-box;
	 }

	 .encyclopedia .list ul li{
		 margin: 0 auto 2rem !important;
	 }

	 .typePage .broadcast ul li:nth-child(3n+1){
		margin: 0 auto 2rem !important;
	 }

	 .encyclopedia .list ul li{
		 width: 100%;
	 }

	 .think_tank{
		padding: 0.8rem 1.2rem 1.75rem;
	 }

	 .think_tank .list ul li .down{
		right: 10.25rem;
		top: 6.3rem;
		width: 4.625rem;
		height: 1.8rem;
		line-height: 1.8rem;
	 }

	 .think_tank .list ul li .p-1 a,.think_tank .list ul li .p-2 .t-2 a{
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:1;  
		line-clamp: 1; 
		-webkit-box-orient: vertical;
		height: auto ;
		/* line-height: 1.125rem; */
	 }

	 .wraps>.list>ul>li{
		 padding: 0 0 1.25rem;
	 }

	 .tab .tab_top ul li{
		width: 6.375rem;
	 }


  }



  @media screen  and  ( max-width :  414px )  {
	html {
		font-size: 13.5px;
	  }
	  

	
	.think_tank .list ul li .down{
		right: 10.8rem;
		top: 6.3rem;
		width: 4.625rem;
		height: 1.8rem;
		line-height: 1.8rem;
	 }

	 .wraps>.list>ul>li:nth-child(1) {
		padding: 0 0 1.25rem;
	}

	
    .bannere>a, .bannere>a>img{
        width: 100%;
        height: auto;
        display: block;
    }
	.bannere{
		height: auto;
	}	
  }



  @media screen  and  ( max-width :  375px )  {
	html {
		font-size: 12px;
	}

	.news_list .foot_list .left .foot ul li a{
		font-size: 1.2rem;
		padding: 0.2rem 0;
	}

	.news_list .foot_list .left .top{
		height: 3.8125rem;
	}

	
  }