.thesis_top{
	width: 100%;
	height: 400px;
}
.thesis_top img{
	width: 100%;
	height: 100%;
}
.thesis_tabbar{
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.thesis_tabbar_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 240px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.thesis_tabbar_list .thesis_tabbar_item{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.thesis_tabbar_list .thesis_tabbar_item_cur{
	font-weight: bold;
	font-size: 14px;
	color: #1E50AE;
	position: relative;
}
.thesis_tabbar_list .thesis_tabbar_item_cur::after{
	content: '';
	position: absolute;
	width: 66px;
	height: 4px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.thesis_content_box{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 6px;
	background-color: #ffffff;
	margin-bottom: 50px !important;
}
.thesis_content{
	width: 100%;
	display: none;
}
.thesis_content_cur{
	display: block !important;
}
.thesis_content_form{
	width: 100%;
}
.thesis_content_title{
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}
.thesis_content_title::after{
	content: '';
	position: absolute;
	width: 4px;
	height: 22px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #1E50AE;
}
.thesis_content_form_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.thesis_content_form_item:first-child{
	margin-top: 0 !important;
}
.thesis_content_form_item .thesis_content_form_item_title{
	width: 112px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	text-align: right;
	margin-right: 20px;
}
.thesis_content_form_item .thesis_content_form_item_title span{
	min-width: 70px;
	text-align-last: justify;
	display: inline-block;
	max-width: 110px;
}
.thesis_content_form_item .thesis_content_form_item_content{
	width: 300px;
	height: 34px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	box-sizing: border-box;
}
.thesis_content_form_item input{
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}
.thesis_content_form_item input::placeholder,.thesis_content_form_item textarea::placeholder{
	font-weight: 400;
	font-size: 16px;
	color: #AAAAAA;
}
.thesis_content_form_item .thesis_content_form_item_content_long{
	width: 808px;
	height: 34px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	box-sizing: border-box;
}
.thesis_content_form_item_message{
	width: 100%;
	margin-left: 132px;
	font-weight: 400;
	font-size: 12px;
	color: #FC4D51;
	margin-top: 12px;
}
.thesis_content_form_item_content_long_select{
	width: 808px;
	height: 34px;
	position: relative;
}
.thesis_content_form_item_content_long_select::after{
	content:'';
	width: 10px;
	height: 10px;
	position: absolute;
	background: url('../../../images/huasuan_img/account/select_down.png') no-repeat;
	background-size: 100%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.thesis_content_form_item select{
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 20px 0 10px;
}
.thesis_content_form_item_content_long_textarea{
	width: 808px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	box-sizing: border-box;
}
.thesis_content_form_item textarea{
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	resize: vertical;
}
.textarea_item{
	align-items: flex-start !important;
}
.textarea_item .thesis_content_form_item_title{
	margin-top: 6px;
}
.ups_item{
	align-items: flex-start !important;
}
.ups_item .thesis_content_form_item_title{
	margin-top: 6px;
}
.thesis_content_form_item_content_up_box{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.thesis_content_form_item_content_up_box .thesis_content_form_item_content_up_top .thesis_content_form_item_content_up{
	width: 140px;
	height: 140px;
	border-radius: 2px 2px 2px 2px;
	border: 1px dashed #1E50AE;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.thesis_content_form_item_content_up_box .thesis_content_form_item_content_up_top .thesis_content_form_item_content_up img{
	width: 20px;
	height: 18px;
	margin-bottom: 6px;
}
.thesis_content_form_item_content_up_box .thesis_content_form_item_content_up_top .thesis_content_form_item_content_up span{
	font-weight: 400;
	font-size: 14px;
	color: #1E50AE;
}
.thesis_content_form_item_content_up_box .thesis_content_form_item_content_up_message{
	font-weight: 400;
	font-size: 12px;
	color: #777777;
	margin-top: 12px;
}
input[type="checkbox"]{	
	appearance:none;/*取消默认的复选框样式*/
	/*重新写一个复选框圆角样式*/
	width:20px;/*设置方形宽度为20px*/
	height:20px;/*设置方形高度为20px*/
	border:1px solid #aaaaaa;/*设置边框样式*/
	border-radius:50%;/*将方形的边框改为圆形*/

}
/*复选框选择后的样式,使用CSS样式写对勾*/
input[type="checkbox"]:checked {	
	background-color:#1E50AE !important;/*设置选中后的背景颜色,这里为绿色*/
    &:before {	   
       content: '\2713';/*添加一个对勾,默认颜色是黑色*/
	   color: #1E50AE;/*将对勾颜色改为白色*/
	   margin-left:4px;/*将对勾左边距改为4px,让它看着像居中*/
	   font-weight:bold;
	}
}
.thesis_content_form_item_apply{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 40px;
	margin-top: 30px;
}
.thesis_content_form_item_apply span{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-left: 10px;
}
.thesis_content_form_item_btn{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.thesis_content_form_item_btn .s_btn,.thesis_content_form_item_btn .join_btn{
	width: 200px;
	height: 44px;
	background: #1E50AE;
	border-radius: 4px 4px 4px 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
}
.thesis_content_table{
	width: 100%;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 40px;
}
.thesis_content_table .thesis_content_table_tr{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
}
.thesis_content_table .thesis_content_table_tr:last-child{
	border: none;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_th{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	height: 80px;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_th:nth-child(1),.thesis_content_table .thesis_content_table_tr .thesis_content_table_th:nth-child(3){
	width: 380px;
	min-width: 380px;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_th:nth-child(2){
	width: 378px;
	min-width: 378px;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_th:nth-child(1),.thesis_content_table .thesis_content_table_tr .thesis_content_table_th:nth-child(2){
	border-right: 1px solid #CCCCCC;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_td{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_td:nth-child(1),.thesis_content_table .thesis_content_table_tr .thesis_content_table_td:nth-child(3){
	width: 380px;
	min-width: 380px;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_td:nth-child(2){
	width: 378px;
	min-width: 378px;
}
.thesis_content_table .thesis_content_table_tr .thesis_content_table_td:nth-child(1),.thesis_content_table .thesis_content_table_tr .thesis_content_table_td:nth-child(2){
	border-right: 1px solid #CCCCCC;
}

.thesis_content_status{
	width: 100%;
	margin-bottom: 40px;
}
.thesis_content_status p{
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	line-height: 19px;
}
.thesis_content_method{
	width: 100%;
	margin-bottom: 40px;
}
.thesis_content_method p{
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	line-height: 19px;
	margin-top: 20px;
}
.thesis_content_method_desc{
	width: 100%;
	margin-bottom: 50px;
}
.thesis_content_method_desc p{
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	line-height: 19px;
	margin-top: 20px;
}

.thesis_content_page_table{
	width: 100%;
}
.thesis_content_page_table .thesis_content_page_table_head{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #F1F3FF;
	border-radius: 0px 0px 0px 0px;
	box-sizing: border-box;
	padding: 10px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item{
	font-weight: bold;
	font-size: 16px;
	color: #1E50AE;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(1){
	width: 140px;
	min-width: 140px;
	margin-right: 111px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(2){
	width: 88px;
	min-width: 88px;
	margin-right: 102px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(3){
	width: 100px;
	min-width: 100px;
	margin-right: 80px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(4){
	width: 100px;
	min-width: 100px;
	margin-right: 118px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(5){
	width: 279px;
	min-width: 279px;
}
.thesis_content_page_table_body{
	width: 100%;
	margin-top: 20px;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding:20px 10px;
	border-top: 1px solid #cccccc;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td {
	display: -webkit-box;           /* 设置为WebKit内核的弹性盒子模型 */
	overflow: hidden;               /* 隐藏超出范围的内容 */
	text-overflow: ellipsis;        /* 使用省略号 */
	-webkit-box-orient: vertical;   /* 垂直排列 */
	-webkit-line-clamp: 5;          /* 限制显示四行 */
	width: 300px;                   /* 设置容器宽度 */
	/*border: 1px solid #ccc;         !* 可选：为容器添加边框 *!*/
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(1){
	width: 140px;
	min-width: 140px;
	margin-right: 111px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(2){
	width: 88px;
	min-width: 88px;
	margin-right: 102px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(3){
	width: 100px;
	min-width: 100px;
	margin-right: 80px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(4){
	width: 100px;
	min-width: 100px;
	margin-right: 118px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(5){
	width: 279px;
	min-width: 279px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(5) a{
	font-weight: 400;
	font-size: 14px;
	color: #1E50AE;
}
.thesis_content_page_table_body_td_top{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(5) span{
	width: 225px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	/* margin-left: 10px; */
	word-break: break-all;
}

.thesis_content_history_table{
	width: 100%;
}
.thesis_content_history_table .thesis_content_history_table_head{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
.thesis_content_history_table .thesis_content_history_table_head .thesis_content_history_table_head_item{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.thesis_content_history_table .thesis_content_history_table_head .thesis_content_history_table_head_item:nth-child(1){
	width: 448px;
	min-width: 448px;
}
.thesis_content_history_table .thesis_content_history_table_head .thesis_content_history_table_head_item:nth-child(2){
	width: 298px;
	min-width: 298px;
	border-left: 1px solid #cccccc;
}
.thesis_content_history_table .thesis_content_history_table_head .thesis_content_history_table_head_item:nth-child(3){
	width: 239px;
	min-width: 239px;
	border-left: 1px solid #cccccc;
}
.thesis_content_history_table .thesis_content_history_table_head .thesis_content_history_table_head_item:nth-child(4){
	width: 152px;
	min-width: 152px;
	border-left: 1px solid #cccccc;
}
.thesis_content_history_table_body{
	width: 100%;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 30px 0;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr:last-child{
	margin-bottom: 0 !important;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr .thesis_content_history_table_body_td:nth-child(1){
	width: 448px;
	min-width: 448px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr .thesis_content_history_table_body_td:nth-child(2){
	width: 298px;
	min-width: 298px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr .thesis_content_history_table_body_td:nth-child(3){
	width: 239px;
	min-width: 239px;
	font-weight: 400;
	font-size: 14px;
	color: #1E50AE;
	text-align: center;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr .thesis_content_history_table_body_td:nth-child(4){
	width: 152px;
	min-width: 152px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.thesis_content_history_table_body .thesis_content_history_table_body_tr .thesis_content_history_table_body_td:nth-child(4) a{
	width: 72px;
	height: 24px;
	background: #F6F7FA;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}

.thesis_content_form_item_content_up_top{
	display: flex;
	justify-content: flex-start;
}
.thesis_content_form_item_content_up_top .up_list{
	margin-left: 20px;
}
.thesis_content_form_item_content_up_top .up_list .up_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 300px;
	cursor: pointer;
	margin-bottom: 10px;
}
.thesis_content_form_item_content_up_top .up_list .up_item .up_name{
	width: 280px;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}