.phone_page_list {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 1rem;
	padding-top: 2rem;
}
.phone_page_list .title {
	position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2.2rem;
    color: #2D66A5;
    font-weight: bold;
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
}
.phone_page_list .title:after {
	content: "";
    position: absolute;
    left: calc(50% - 1.5rem);
    bottom: 0;
    width: 3rem;
    height: 0.2rem;
    background-color: #2D66A5;
    border-radius: 0.1rem;
}
.phone_page_list .con_list {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.phone_page_list .con_list li {
	overflow: hidden;
	width: 100%;
	height: auto;
	line-height: 2.2rem;
	text-align: justify;
	padding: 1.5rem 0;
    border-bottom: 1px dashed #e6e6e6;
}
.phone_page_list .con_list li span {
	color: #333;
	display: block;
	overflow: hidden;
}
.phone_page_list .con_list li em {
	display: inline-block;
	float: right;
	color: #2D66A5;
	margin-left: 0.5rem;
}





.phone_page_con {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 1rem;
	padding-top: 2rem;
}
.phone_page_con .page_con_title {
	width: 100%;
	height: auto;
	line-height: 2.8rem;
	text-align: center;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 0.1rem solid #e5e5e5;
	padding-bottom: 1rem;
}
.phone_page_con .page_con_xx {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #333;
	font-size: 1.4rem;
	background-color: #f0f0f0;
	margin-bottom: 1rem;
}
.phone_page_con .page_con_xx em {
	margin: 0 0.6rem;
}
.phone_page_con .page_con_words {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.phone_page_con .page_con_words p {
	text-align: justify;
	/*text-indent: 2em;*/
	font-family: "仿宋";
	line-height: 2.4rem;
	padding: 0.8rem 0;
}
.phone_page_con .page_con_words img {
	width: 100%;
	height: auto;
	
}

/*领导信箱*/
.phone_page_ldxx {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 1rem;
	padding-top: 2rem;
}
.phone_page_ldxx .con_tis {
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #F0F0F0;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding: 1rem;
	margin-bottom: 2rem;
}
.phone_page_ldxx .con_tis .con_tis_tit {
	text-align: center;
	font-size: 1.6rem;
	color: #2D66A5;
	margin-bottom: 1rem;
}
.phone_page_ldxx .con_tis .con_tis_list {
	line-height: 2.2rem;
	font-size: 1.4rem;
	color: #666;
}

.phone_page_ldxx .ldxx_list {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.phone_page_ldxx .ldxx_list_tit {
	color: #2D66A5;
}
.phone_page_ldxx .ldxx_list_con {
	width: 100%;
	height: auto;
	line-height: 2.2rem;
	text-align: justify;
	color: #333;
	margin-bottom: 0.8rem;
}
.phone_page_ldxx .ldxx_list.ldxx_list_lx {
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid #E5E5E5;
	margin-bottom: 2rem;
}


/*意见征集列表*/
.phone_page_list .con_title {
	overflow: hidden;
	position: relative;
	left: -1rem;
	width: calc(100% + 2rem);
	height: 4.2rem;
	line-height: 2.2rem;
	box-sizing: border-box;
	padding: 1rem;
	background-color: #F0F0F0;
}
.phone_page_list .con_title .con_list_tit,
.phone_page_list .con_title .con_list_time {
	color: #2D66A5;
	font-weight: bold;
}
.phone_page_list .con_list_tit {
	float: left;
	width: calc(100% - 18rem);
	height: 2.2rem;
	font-size: 1.4rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.phone_page_list .con_list_time {
	float: right;
	width: 8.5rem;
	text-align: center;
	font-size: 1.4rem;
}











/*网上调查*/
.con_question {
	padding-bottom: 1.5rem;
}
.con_question p.con_question_tit {
	text-indent: 0em;
	font-weight: bold;
}
ul.con_question_list li {
	line-height: 4rem;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding-left: 1rem;
}
ul.con_question_list li input {
	margin-right: 0.5rem;
	vertical-align: middle;
}

.btn_submit {
	width: 100%;
	height: 4.4rem;
	line-height: 4.4rem;
	text-align: center;
	color: #ffffff;
	background-color: #2D66A5;
	border-radius: 0.2rem;
}
.btn_result {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 1.5rem;
}
.btn_result a {
	color: #2D66A5;
}

/*调查结果统计*/
.con_result .con_title {
	overflow: hidden;
	position: relative;
	left: -1rem;
	width: calc(100% + 2rem);
	height: 4.2rem;
	line-height: 2.2rem;
	box-sizing: border-box;
	padding: 1rem;
	background-color: #F0F0F0;
	
}
.con_result ul.con_list li {
	overflow: hidden;
	width: 100%;
    height: auto;
    line-height: 2.2rem;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #e6e6e6;
}
.con_result .con_list_tit {
	float: left;
	width: calc(100% - 18rem);
	height: 2.2rem;
	font-size: 1.4rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_result .con_list_time {
	float: left;
	width: 8.5rem;
	text-align: center;
	font-size: 1.4rem;
}




/*意见征集*/
.con_yjzj {
	width: 100%;
	height: auto;
	padding: 1rem 0;
}
/*结束*/
.con_yjzj .con_yjzj_end {
	font-size: 2rem;
	color: #2D66A5;
	text-align: center;
	line-height: 3rem;
}

.con_yjzj .con_yjzj_word {
	width: 100%;
	height: auto;
}
.con_yjzj .con_yjzj_tit {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	color: #2D66A5;
	font-size: 1.8rem;
	
}
.con_yjzj_word .pub_tit {
	margin-bottom: 1rem;
}
.con_yjzj .con_yjzj_word textarea {
	width: 100%;
	height: auto;
	min-height: 14rem;
	background-color: #f5f5f5;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding: 1rem;
}
.con_yjzj .con_yjzj_word .btn_submit {
	margin-top: 1rem;
}





/*信息公开*/
.phone_page_xxgk {
	padding-right: 0;
	padding-left: 1.5rem;
}
.phone_page_list.phone_page_xxgk .con_list {
	box-sizing: border-box;
	padding-left: 0;
}



/*信息公开-公开内容*/
.phone_page_gknr {
	padding-left: 0rem;
	padding-right: 0rem;
}
.phone_page_gknr .con_list_jgjj {
	/*padding-right: 0;*/
}
.phone_page_gknr .pub_con_jgjj {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: 1.5rem;
}

.phone_page_gknr .pub_con_jgjj .tit_jgjj {
	position: relative;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	background-color: #f0f0f0;
	box-sizing: border-box;
	padding-left: 2rem;
	padding-right: 1rem;
}
.phone_page_gknr .pub_con_jgjj .tit_jgjj:before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 0.3rem;
	height: 2rem;
	background-color: #2D66A5;
}
.tit_jgjj .tit_jgjj_l {
	float: left;
}
.tit_jgjj .tit_jgjj_r {
	float: right;
	font-size: 1.4rem;
}
.phone_page_gknr .pub_list .con_list ul li {
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
}

/*领导简介*/
.phone_page_gknr .pub_list .con_list .list_ldjj {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
    padding: 0 1rem;
}
.phone_page_gknr .pub_list .con_list .list_ldjj p {
	float: left;
	width: calc(50% - 0.75rem);
	height: auto;
	line-height: 2rem;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 0.2rem;
	background-color: #fafafa;
	margin-top: 1rem;
	box-sizing: border-box;
	padding: 1rem;
}
.phone_page_gknr .pub_list .con_list .list_ldjj p a {
	color: #2D66A5;
}
.phone_page_gknr .pub_list .con_list .list_ldjj p:nth-child(2n) {
	margin-left: 1.5rem;
}
.btn_jgjj {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	background-color: #2D66A5;
	margin-top: 1rem;
}
.btn_jgjj a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

/*委属单位/宗教团体院校*/
.phone_page_gknr .pub_list .con_yx .list_ldjj p {
	width: 100%;
	margin: 0 !important;
	margin-top: 1rem !important;
}


/*领导信息页面*/
.phone_page_con.con_ldxx .con_jbxx{
	width: 100%;
	height: auto;
}
.con_jbxx .jbxx_photo {
	overflow: hidden;
	width: 40%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 1.5rem;
}
.con_jbxx_jj p{
width: 100%;
    height: auto;
    line-height: 2.6rem;
    color: #333;
    text-indent: 2rem;
    margin-top: 0.6rem
}
.con_jbxx .jbxx_photo img {
	width: 100%;
	height: auto;
}
.con_jbxx .jbxx_name {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 2rem;
	margin-top: 1rem;
}
.con_jbxx .jbxx_zhiwu {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 0.6rem;
}
.con_jbxx .jbxx_details {
	width: 100%;
	height: auto;
	line-height: 2.2rem;
	text-indent: 2em;
	margin-top: 1.5rem;
}
.con_jbxx p.jbxx_grjl {
	width: 100%;
	height: auto;
	line-height: 2.2rem;
	color: #333;
	text-indent: 2rem;
	margin-top: 0.6rem;
}
.con_jbxx .con_list {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.con_jbxx .con_list li {
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: 2.2rem;
    text-align: justify;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #e6e6e6;
}
.con_jbxx .con_list li span {
    color: #333;
    display: block;
    overflow: hidden;
}
.con_jbxx .con_list li em {
    display: inline-block;
    float: right;
    color: #2D66A5;
    margin-left: 0.5rem;
}




/*意见征集补充*/
.con_yjzj_word .zj_tit {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	font-weight: bold;
	color: #2D66A5;
	margin-bottom: 1rem;
}
/*个人信息*/
.con_yjzj_word .mes_per {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.con_yjzj_word .mes_per ul li {
	width: 100%;
	height: auto;
	margin-bottom: 1.5rem;
}
.con_yjzj_word .mes_per ul li span {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.con_yjzj_word .mes_per ul li span:after {
	content: "*";
	color: red;
}
.con_yjzj_word .mes_per ul li input {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	border-radius: 0.2rem;
	border: 0.1rem solid #e5e5e5;
	box-sizing: border-box;
	padding: 0 1rem;
}
