.jobName {
    color: #33393d;
    font-size: 20px;
    line-height: 4;
}
.mainInfo {
    background-color: white;
    line-height: 2;
    padding: 10px 20px;
}
li.infoItem {
    float: left;
    width: 33%;
}
.identity {
    color: #33393d;
    line-height: 4;
}
.mainright>article{
	line-height: 2;
	border-bottom:1px solid #dbdbdb;
	padding-bottom: 25px
}
.btns {
      width: 240px;
    float: right;
    margin-top: 30px;
}
input.btn {
    background-color: #bf3222;
    float: left;
}
.btn {
    width: 108px;
    height: 38px;
    color: white;
    text-align: center;
    line-height: 38px;
}
a.btn {
    background-color: #333;
    display: inline-block;
    float: right;
}
input.searchInput {
    width: 190px;
    height: 40px;
    border: 1px solid #bdbdbd;
    padding-left: 10px;
    outline-color: rgba(51, 57, 61, 0.5);
}
.searchJob {
    float: right;
    margin-top: 25px;margin-bottom: 25px
}
input.searchSub {
    width: 70px;
    height: 42px;
    background-color: #2c78bb;
    color: white;
    font-family: '微软雅黑';
    float: right;
    vertical-align: top;
}
.jobTitle {
    margin-top: 96px;
}
.jobTr,.jobtTr {
    height: 47px;
    line-height: 47px
}
.jobtTr {
    padding: 0px 3%;
}
span.jobTd {
    width: 20%;
    display: block;
    float: left;    text-align: center;
     overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
span.jobTd>a {
    color: #33393d;
    font-weight: bold;
}
.jobTr:nth-child(2n+1) {
    background-color: #fff;
}
.jobbody {
    margin-top: 25px;
    margin-bottom: 50px;
}
.jobTitle {
    margin-top: 96px;
    background-color: #bf3222;
    color: #fff;
}
@media (min-width: 960px){

}
@media (max-width: 960px){
	.rightTitle{
		border-bottom: 1px solid #dbdbdb
	}
	.mainInfo {
	    background-color: white;
	    line-height: 2;
	    padding: 0;
	}
	.mainright {
	    color: #67737a;
	    font-size: 12px
	}
	.btns {
	    margin-top: 15px;
	    margin-bottom: 20px
	}
	.jobName {
	    font-size: 14px;
	}
    .jobTr, .jobtTr {
        height: 30px;
        line-height: 30px;
    }
    .jobbody {
            margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px 1%;
    text-align: center;
    }
    input.searchInput{
        height:30px;
        width: 150px
    }
    input.searchSub {
         height:32px;
    }
}