

.clear:after {
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.fl {float: left}
.fr {float: right;}
a { text-decoration: none;cursor: pointer;}




.jobList{width:1000px;margin:0 auto}

.jobList .item .j-title {
    cursor: pointer;
   line-height:60px;
    background-color:#fff;
	margin-top:20px;
	border-bottom:2px solid #c2d2f2
}

.jobList .item .j-title .fl:first-child {
    min-width: 320px;
}

.jobList .item .j-title .fl span {
    color: #000;
    font-weight: ;
	font-size:21px;
	letter-spacing:2px;
	padding-left:35px
}
.jiah{color:#3666e9;display:inline;font-size:25px;line-height:20px}

.jobList .item .j-title .fr a {
    color: #fff;
    background-color: #3666e9;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 15px;
	margin-right:15px;
}
.jobList .item .j-title .fr a:hover{background-color: #4c8fde;}

.jobList .item .j-content {
    display: none;
    font-size: 16px;
    padding: 20px 0 40px;

}

.jobList .item.active .j-content {
    display: block;
}

.jobList .item .j-content .job-area {
    color: #333;
    font-weight: bold;
}

.jobList .item .j-content .text-item {
    padding-top: 20px;
    margin-bottom: 20px;
	line-height:30px
}

.jobList .item .j-content .text-item span {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
	
}

.jobList .item .j-content .text-item {
    font-size: 15px;
    color: #323232;
}

.bt{font-size:24px;font-weight:bold;color:#e3601a;}