﻿
.uc-common-page .tab-content .mc-table .table-head tr
{
	background-color: #f4f4f4;
}
.uc-common-page .tab-content .mc-table .table-head th
{
	text-align: center;
	border-right: 1px solid #dddddd;
}
.uc-common-page .tab-content .mc-table .table-body tr
{
	background-color: #fff !important;
}
.uc-common-page .tab-content .mc-table .table-body tr th
{
	background-color: #f4f4f4;
}
.uc-common-page .tab-content .mc-table .table-body td
{
	text-align: center;
	border-right: 1px solid #dddddd;
}
.uc-common-page .btn.w80
{
	width: 80px;
}
.uc-common-page .btn.w90
{
	width: 90px;
}
.uc-common-page .form-wrap .form-item .label.w50
{
	width: 50px;
}
.uc-common-page .form-wrap .form-item .label.w80
{
	width: 80px;
}

/*#region 指导交流 */

.exchange .question-wrap .des-box
{
	padding: 15px 10px;
	background-color: #eff2f7;
	border: 1px solid #e1e6f0;
}

.exchange .resume-box
{
	padding: 20px;
	border: 1px solid #e1e6f0;
	height: 415px;
	overflow: auto;
}

.exchange .resume-box .item
{
	clear: both;
	margin: 10px 0;
}

.exchange .resume-box .item .info-box
{
	padding: 15px;
	background-color: #eff2f7;
	font-size: 12px;
	color: #474e5d;
}

.exchange .resume-box .item .info-box .text
{
	padding-bottom: 10px;
}

.exchange .resume-box .item .info-box .name
{
	color: #77808a;
	float: left;
}

.exchange .resume-box .item .info-box .time
{
	color: #77808a;
	float: right;
}

.exchange .resume-box .item.state-service .info-box
{
	width: 40%;
	float: left;
	margin: 5px 0;
}

.exchange .resume-box .item.state-user .info-box
{
	width: 40%;
	float: right;
	margin: 5px 0;
}
/*#endregion */

.index-menu
{
	min-width: 1180px;
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #fff;
}
.topbar
{
	min-width: 1150px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 0 10px 0 20px;
}
.logo
{
	float: left;
}
.logo img
{
	vertical-align: middle;
}
.login-banner
{
	background: url('../img/login-back.png') no-repeat;
	background-size: cover;
	padding: 150px 0 90px;
	position: relative;
}
