@CHARSET "UTF-8";


.TalentContext{
	width:1200px;
	height:330px;
}

.TalentDataTabView{
	width:1200px;
	margin:0 auto;
	height:420px;
	background-color:white;
	margin-top:10px;
	margin-bottom:20px;
    border: 1px solid #DBDBDB;
}

/*数据表格标题*/
.TalentDatabTile{
	/*background-image: url("/Content/images/tabletitle.png");*/
	height:39px;
    border-bottom:2px solid #2EB9D0;
}

.TalentDatabTile p {
	width:163px;
	height:39px;
	text-align:center;
	line-height:39px;
	margin:0;
	padding:0;
	background:#2EB9D0;
	color:#fff;
	}

/*条件区域样式背景
.SreachCondit{
	width: 1200px;
	margin:0 auto;
	height:230px;
	margin-top:10px;
	background-image: url("/Content/images/personCondition.png");
}

.lititle{
	font-weight:bold;
	/*background-color: #ff9f00;*/
}

/*条件UL样式
.SreachConditXL li,.SreachConditJNDJ li,.SreachConditCSNX li, .SreachConditXZDY li, .SreachConditYGXS li{
	float:left;
	list-style-type: none;
	text-align:center;
	margin-left: 5px;
	min-width:110px;
	font-family:"宋体";
	font-size:15px;	
	height:30px;
	line-height: 30px;
	cursor: pointer;
}
*/

/*关键字*/
#importantekey{
	width:490px;
	height:30px;
	color:#8C8C8C;
	line-height:30px;
	font-size:15px;
    border-radius:5px;
    padding-left:10px;
}

/*对话框按钮样式*/
#btn_FuntypeID,#btn_FuntypeID2,#btn_FuntypeID3,#start1{
		width:250px;
		height:30px;
		border:0px;
		/*margin-top:10px;*/
		cursor:pointer;
		background-image: url("/Content/images/bg_search_choose_06.png");
		background-repeat: no-repeat;
		font-size:15px;
        
}

/*对话框按钮样式*/
#btn_FuntypeID,#btn_FuntypeID2,#btn_FuntypeID3,#start1{
		width:250px;
		height:30px;
		border:0px;
		/*margin-top:10px;*/
		cursor:pointer;
		background-image: url("/Content/images/bg_search_choose_06.png");
		background-repeat: no-repeat;
		font-size:15px;
        
}
/*条件搜索框部分样式*/
#search_gwbox{
    border:1px solid #E5925A;
    border-radius: 4px;
    background-color:#FFFDEF;
    padding:0 18px;
    margin-top:10px;
}
#search_gwbox .search_tile{
    background-color: #61B733;
    padding: 5px 14px;
    border-radius: 4px;
    border: 1px solid #2D7109;
    margin-top: 20px;
}
#search_gwbox .search_tile>span{
    display:inline-block;
}
#search_gwbox .dqSerch{
    color:#333;
    font-size:16px!important;
    font-family:'Microsoft YaHei';
}
#search_gwbox .serachBtn {
    width: 102px;
    height: 35px;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
}
#search_gwbox .serachBtn>img{
    vertical-align:middle;
}
#search_gwbox .search_body {
    overflow:hidden;
    margin: 20px 0;
    background-color:#FFF1DA;
}
#search_gwbox .search_body>div{
    margin:4px 0;
}
#search_gwbox .search_01,#search_gwbox .search_02,#search_gwbox .search_03 {
    overflow:hidden;
}
#search_gwbox .SreachConditXZDY>li,#search_gwbox .SreachConditYGXS>li,#search_gwbox .SreachConditXL>li{
    float: left;
    list-style-type: none;
    text-align: center;
    margin-left: 5px;
    min-width: 110px;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
    height: 38px;
    line-height: 40px;
    cursor: pointer;
}
#search_gwbox .lititle {
    font-weight: 700;
    font-size: 14px!important;
    font-family: "Microsoft YaHei";
    color: #333!important;
    min-width: 80px!important;
}