*{
	margin: 0;
	padding: 0;
	
}
li{
	list-style: none;
}

a{
	text-decoration: none !important;
}
html{
	font-size: 16px;
}
.clearfix::after{
	clear:both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*首页样式*/
.conrator{
	max-width:100vw;
     height: auto;
	margin: 0 auto;
	
}

.top{
	width: 100%;
    height:11.75rem;
	 background: url(../img/topbg.png) no-repeat 100% 100%;
	  background-size: 100% 100%;
}
.toptitle{
	height: 5rem;

	width: 100%;
	
}
.logotitle{
	margin-top: 0.3875rem;
	margin-left: 0.3125rem;
}
.logo{
	float: left;
	margin-top: 1.625rem;
	margin-left: 0.625rem;
}
.logo img{
	width: 3.9375rem;
	height: 3.9375rem;
}
.logo p{
   font-family: "PingFang-SC-Medium";
   font-size:1.25rem;
   color: #FF000A;
    font-weight: Medium;
	margin: 0 !important;
}
.meeting{
	float: right;
	width: 10.75rem;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 1rem;
	background-color: #49A0FC;
	border-radius: 1.25rem 0 0 1.25rem;
	margin-top: 1.9rem;

}
.meeting a{
	color: #fff;
	text-decoration: none;
}
.meeting img{
	width: 1.41rem;
	height: 1.41rem;
}
.search{
	width: 94%;
	height: 3.41rem;
	line-height: 3.41rem;
	margin: 2.25rem auto;
	background-color: #E3EBF0;
	border-radius: 2.2rem;
}
.search img{
	width: 2.04rem;
	height: 2.04rem;
	margin-left: 1.25rem;
}
.search input{
	width: 80%;
	border: none ;
	background: none;
	outline: none;
}
.Rotation{
	width: 95%;
	height: 80px;
	
	 margin: 0.625rem  auto;
}
.Rotation img{
	width: 100%;
	height: 100%;
}
.list{
  
}
.list li{
	list-style: none;
	width: 99%;
	height: 11vh;
	margin: 1.25rem auto;
	border-bottom: 1px solid #F3F3F3;
}
.list .title{
	width: 65%;
	float: left;
	margin-left: 0.9375rem;
}
.list .title  p{
	display:-webkit-box; 
	overflow:hidden; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
}
.list .title a{
	color: #333333;
	font-size: 11pt;
	font-family: "PingFang-SC-Medium";
	text-decoration:none
}
.list .title span{
	color: #999999;
	font-size: 10pt;
	margin-top: 1.25rem;
}
.list .listimg{
	width: 30%;
	float: right;
	overflow: hidden;
}
.list .listimg img{
	width:100px;
	height: 72px;
}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 8vh;
    background-color: #fff;
}
.footer li{
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 0.9375rem;

}
.footer li p{
	margin: 0 !important;
}
.footer .news{
	color: #EC1D25;
	font-family: "PingFang-SC-Medium";
	font-size: 10pt;
}
.footer .renyuanfeicai{
	color: #B2B2B2;
}


/* 人员风采列表 */
.Personnellist{
	margin-top: 1.25rem;
	padding-bottom: 6rem
}
.Personnellist li{
	width: 95%;
	height: 11vh;
	border-bottom: 1px solid #F3F3F3;
	margin: 1.25rem auto;
	display: inline-block;
}
.Personnellist .headerimg{
	float: left;
	width: 6.125rem;
	height: 8.125rem;
	line-height: 6.125rem;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
}
.Personnellist .headertitle{
    width: 71%;
	float: left;
	margin-left: 1.625rem;
	margin-top: 0.3125rem;
}
.Personnellist .headertitle p{
	margin: 0 !important;
}
.Personnellist .headertitle a{
	color: #333333 !important;
	font-size: 1.5rem;
	font-family: "PingFang-SC-Medium";
}
.beizhu{
	color: #999;
	font-size: 1.2rem;
	 padding-top: 0.625rem;
}

/* 人民的心声 */

.form{
	width: 85%;
	margin: 1.25rem auto;
	
}
.form .name{
	font-weight: normal;
	color: #333333;
	font-size: 1.5rem;
	font-family: "PingFang-SC-Medium";
}
.form  .inputs{
	border: none;
	border-bottom: 1px solid #F3F3F3;
	outline: none;
	background:none;
	box-shadow:none;
	border-radius: 0;

	transition:none;
}
.position{
	position: relative;
}
.position .spans{
	position: absolute;
	color: #EC1D25;
	top: 36px;
	left: -10px;
}
.form textarea{
	border: none;
	box-shadow: none;
	resize: none; 
	outline: none;
}
.line{
	height: 0.125rem;
	width: 100%;
	margin: 1.25rem auto;
	border-bottom: 1px solid #F3F3F3;
}

/* 新闻咨询详情页 */
.content{
	margin-top: 20px !important;
	max-width: 100vw;
	
}
.content div{
	float: left;
}
.back {
	
	width: 10%;
	text-align: center;
}

.detail{
	width: 75%;
	text-align: center;
	color:#1C1C1C ;
	font-family: "PingFang-SC-Medium";
	font-size: 1.6rem;
}
.contentdetail{
	width: 95%;
	margin: 1.25rem auto;
	
}
.contentop{
	padding-bottom: 0.3125rem;
	border-bottom: 1px solid #F3F3F3;
}
.contentoptitle{
	color: #333;
	font-size: 1.6rem;
	font-family: "PingFang-SC-Bold";
	font-weight: bold;
	line-height: 25px;
}
.contentopdate{
	font-family: "PingFang-SC-Medium";
	font-size: 10pt;
	color: #999;
	margin-top: 5px;
}
.contents{
	margin-top: 1.25rem;
	color: #666666;
	font-size:11pt ;
	font-family: "PingFang-SC-Medium";
	    font-weight: 400;
	    letter-spacing: 0;
	    line-height: 2.74667rem;
	    overflow-wrap: break-word;
	    text-align: justify;
	
}
.contents p img{
	text-align: center;
	vertical-align:middle;
	 width: 100%;
	height: auto;
}
.enclosure{
	margin-top: 1.25rem;
}
.enclosuretitle{
	color: #333333;
	font-family: "PingFang-SC-Bold";
}
.enclosurelink{
	margin-top: 10px;
}

/* 人员详情 */
.Personneldetails{

	width: 95%;
margin: 2.25rem auto;
}
.Persdeimg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.Persdeimg img{
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;
}
.personalinfo{
	margin-top: 0.625rem;
	margin-bottom: 2.25rem;
}
.personalinfotitle{
	color: #333333;
	font-weight: bold;
	font-size: 1.25rem;
	font-family: "PingFang-SC-Bold";
}
.xiangxi{
	width: 100%;
	height:auto;
	background-color: #F3F3F3;
	border-radius: 5pt;
	padding: 1.25rem;
	color: #999999;
	
}
.honor{
	
}
.honordate{
	font-size: 10pt;
	font-weight: bold;
	font-family: "PingFang-SC-Bold";
	color: #333333;
	margin-bottom: 1.25rem;
}

/* 搜索列表页 */
.searchs{
	width: 88%;
	margin:1.25rem 0 1.25rem 0.375rem;
	position: relative;
}
.searchs .cancle{
	position: absolute;
	right:-32px;
	top: 0.25rem;
}
.searchs .cancleimg{
	position: absolute;
	top:10px;
	right: 0.625rem;
	width: 13px;
	height: 13px;
}
/* 机构职责 */
.tablist{
	margin-top: 1.25rem;
	height: 3.125rem;
	line-height: 3.125rem;
	width: 96%;
	margin: 1.25rem auto;
	border-bottom: 1px solid #999;
	
}
.tablist li{
    float: left;
	width: 33%;
	text-align: center;
	color: #666;
	font-family: "PingFang-SC-Medium";
	font-size: 10pt;
	line-height: 31px;
}
.tablist .current{
	color: #FF0000;
	font-size: 12pt;
	border-bottom: 1px solid #FF0000;
}
.item{
	display: none;
	width: 95%;
	margin: 1.25rem auto;
}
.headerimg  img{
width:100%;
height:100%
}
.contents video{width:100%}