/*——————————————————————————————本页面公用—————————————————————————————————————————*/
.public_content{
	padding-bottom:35px !important;
}
.white-space{
	overflow: hidden;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.ipam_home_public_background .ipam_home_public_title {
    width: 1200px;
    margin: 36px auto 35px auto !important;
    text-align: center;
}
/* 垂直居中 */
.va-jz{
	display: flex;
    align-items:Center; 
}
.f-w{font-weight: bold;}
.f-n{font-weight: normal !important;}
.mr-5em{margin-right: 5px;}
.mr-10em{margin-right: 10px;}
.w-93b{width: 93%;}
.m-a{margin: 0 auto;}
.color-ff3032{color:#FF3032;}
.color-2f877{color:#2F87FF;}
.f-16em{font-size: 16px;}
.f-18em{font-size: 18px;}
.f-14em{font-size: 14px;}
.pt-6em{padding-top: 6px;}
/*——————————————————————————————左侧样式—————————————————————————————————————————*/
.edu_notes_left{
    margin-top: 30px;
    width:282px;
	padding-bottom: 35px;
    
}
.mine_info{
    width:282px;
	height:501px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.12);
	border-radius:7px 0px 7px 7px;
	position: relative;
	padding-bottom: 20px;
}
.mine_info .icon1{
	position: absolute;
	left: 16px;
    top: 0px;	
}
.mine_info .tx{
	position: relative;
	padding-top: 40px;
	width: 140px;
    height: 140px;
    left: 50%;
    margin-left: -70px;
}
.mine_info .tx img:first-child{
	
}
.mine_info .tx img:last-child{
	position: absolute;
	bottom: 1px;
    right: 19px;
}
.mine_info .title{
	margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    width: 90%;
    height: 36px;
    line-height: 36px;
    font-size: 32px;
    font-weight: bold;
    color: rgba(41,41,41,1);
}
.mine_info .branch{
	text-align: center;
    margin: 0 auto;
    width: 90%;
    margin-top: 15px;
    font-size: 16px;
    color:#9e9e9e;
}
.icon2{
	margin: 0 auto;
    width: 50%;
    margin-top: 20px;
}
.icon2 img{
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 16px;
}
.mine_info .line1{
	margin: 0 auto;
    margin-top: 24px;
    width: 85%;
    height: 1px;
    background: rgba(235,235,235,1);
}
.mine_info .dec{
    margin: 0 auto;
    margin-top: 16px;
    width: 85%;
    height: 63px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(102,102,102,1);
	display:-webkit-box !important;
	overflow:hidden;
	-webkit-text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.mine_info .more{
	cursor: pointer;
	padding-left: 20px;
	margin-top: 15px;
	font-size: 14px;
	color:#2F87FF;
}
.mine_info .more1{
	cursor: pointer;
	padding-left: 20px;
	margin-top: 15px;
	font-size: 14px;
	color:#9e9e9e;
}

/*学习计划*/
.study_plan .title{
	margin-top: 35px;
    width: 100%;
    height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(33,33,33,1);
    line-height: 38px;
	
}
.study_plan .study_plan_con{
	margin-top: 16px;
    width: 282px;
    height: 100%;
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    padding-bottom: 20px;
}
.layui-progress {
   	margin-top: 11px;
    margin-right: 15px;
    float: right;
    width: 78%;
    position: relative;
    height: 4px;
    border-radius: 20px;
    background-color: #e2e2e2;
}
/*进度条颜色*/
.bg-color-ff4040{
	width:165px;
	height:4px;
	background:linear-gradient(90deg,rgba(255,186,48,1),rgba(255,90,45,1)) #FF4040 !important;
	border-radius:2px;
}
.study_plan .custom_made{
	margin: 0 auto;
    width: 90%;
    
}
.study_plan .custom_made div{
	height:30px;
	font-size:12px;
	font-weight:300;
	color:rgba(33,33,33,1);
	line-height:30px;
}
.color-9e{color:#9e9e9e !important;}
.line2{
	margin-top: 15px;
	width:100%;
	height:1px;
	background:rgba(235,235,235,1);
}
.study_plan_con ul{
	margin: 0 auto;
    width: 90%;
    margin-top: 20px;
}
.study_plan_con ul li{
	margin-bottom: 3px;
}
.study_plan_con ul li .tit{
	width:56px;
	height:30px;
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:36px;
}
.color-66{color: #666;}
.color-21{color:#212121}
.study_plan_con ul li .layui-progress{
	margin-top: 11px;
    margin-right: 0px; 
    float: right;
    width: 55%;
    position: relative;
    height: 4px;
    border-radius: 20px;
    background-color: #e2e2e2;
}
.bg-color-9e{
	height:4px;
	background:#9e9e9e !important;
	border-radius:2px;
}
.next_edu{
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 251px;
    height: 32px;
    line-height: 32px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(222,222,222,1);
    border-radius: 16px;
    color: #666;
    font-size: 14px;
    margin-top: 18px;
}
/*——————————————————————————————右侧样式—————————————————————————————————————————*/
.edu_notes_right{
	padding-bottom: 20px;
	margin-top: 30px;	
	width:900px;
	height: 100%;
	
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .foot{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.4);
}
#tabBox2{
	margin: 0 auto;
    width: 565px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
    align-items: Center;
	}
#tabBox2 li{
	cursor: pointer;
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	border-right:none !important;
	margin-left: 20px;
}
#tabBox2 li a{	
	font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #fff;
}
#tabBox2 li .active{
	display: none;
	width: 2rem;
	height: 1px;
	position: absolute;
	bottom: -0.25rem;
	left: 50%;
	background: #fe9c44;
	margin-left: -1rem;
}
#tabBox2 .tabBox2-active{
	text-align: center;
    width: 25%;
    height: 40px;
    line-height: 40px;
    background:rgba(33,33,33,0.3);

}
#tabBox2 .tabBox2-active a{
	color: #fff;
	font-size:16px;
}

/*——————————————————————————————党员生活全纪实—————————————————————————————————————————*/
#mine_party_live{
	margin: 0 auto;
    width: 689px;
    padding-bottom: 20px;
    margin-top: 40px;
	
}
.live_tit{
	
}
.live_tit .tit{
	width: 250px;
    height: 35px;
    font-size: 23px;
    font-weight: bold;
    color: rgba(33,33,33,1);
    line-height: 35px;
}
.line3{
	margin-top: 15px;
    width: 100%;
    height: 1px;
    background: rgba(235,235,235,1);
	
}
select{
	padding-left: 8px;
    width: 104px;
    height: 32px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(222,222,222,1);
    border-radius: 4px;
    font-size:14px;
}
#mine_party_live ul{
	margin-top: 20px;
}
#mine_party_live ul li{
	padding-bottom: 25px;
	position: relative;
}
.line4{
	position: absolute;
    width: 0px;
    height: 362px;
    border: 2px dotted rgba(222,222,222,1);
    top: 21px;
    left: 6px;
}
.party_live_con_bg{
	float: right;
    margin-top: 16px;
    width: 656px;
    height: 108px;
    background: rgba(247,247,247,1);
    border-radius: 7px 7px 3px 3px;
}
.party_live_con_bg .tit{
    padding-top: 13px;
    margin: 0 auto;
    width: 93%;
    height: 63px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(61,61,61,1);
    line-height: 29px; 
   overflow:hidden;
	
}
/*——————————————————————————————党内信息—————————————————————————————————————————*/
#mine_list_mess{
	margin: 0 auto;
    width: 689px;
    padding-bottom: 20px;
    margin-top: 40px;
}
#mine_list_mess ul{
	margin-top: 30px;
}
#mine_list_mess ul li{
	width: 44%;
	border-right: 1px solid #ebebeb;
}
#mine_list_mess ul li:last-child{
	border-right: none !important;
}
#mine_list_mess ul li div{
	margin-bottom: 30px;
}
/*——————————————————————————————联系方式—————————————————————————————————————————*/
#mine_list_tell{
	margin: 0 auto;
    width: 689px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.xinxi{
	margin-top: 24px;
    padding: 12px;
    /* height: 64px; */
    border: 1px solid rgba(33,33,33,1);
    border-radius: 4px;
    float: left;
    margin-right: 26px;
}

/*——————————————————————————————其它样式—————————————————————————————————————————*/