.banner{
    width: 100%;
    height: 32rem;
    float: left;
}
.searchd{
    width: 100%;
    height: 200px;
    float: left;
    background: #ffffff;
}
.searchd-center{
    width: 1200px;
    margin: 0 auto;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    height: 160px;
    margin-top: 20px;
    cursor: pointer;
}
.searchd-img{
    width: 298px;
    height: 100%;
    border-left: 1px solid silver;
    float: left;
}

.searchd-sj{
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 16px;
}
.searchd-top{
    width: 42px;
    height: 40px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.sort{
    width: 100%;
    /*height: 600px;*/
    float: left;
    background: #f7f7f7;
}

.sorting{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.sorting-sp{
    font-size: 24px;
    border-bottom: 3px solid red;
    display: inline-block;
}
.sorting-top{
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding-bottom: 30px;
}
.sorting-sp{
    font-size: 16px;
    /*border-bottom: 3px solid red;*/
    float: left;
    display: inline-block;
    padding-bottom: 6px;
    margin-left: 20px;
}
.sorting-sd{
    font-size: 16px;
    /*border-bottom: 3px solid red;*/
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 6px;
}
.list{
    width: 1200px;
    margin: 0 auto;
}
.list-left{
    width: 590px;
    float: left;
    height: 202px;
    background: white;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.list-right{
    width: 590px;
    float: right;
    height: 202px;
    background: white;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.list-img{
    float: left;
    width: 288px;
    height: 162px;
    margin-top: 20px;
    margin-left: 20px;
}
.apply{
    width: 240px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;

}
.apply-title{
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;

}

.match-name {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

.location{
    width: 100%;
    float: left;
}
.location>img{
     margin-top: 7px;
     width: 14px;
     height: 14px;
     float: left;
 }
.location>span{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: silver;
    margin-left: 10px;
    width: 210px;
    line-height: 20px;
    margin-top: 5px;
}
.location-left{
    /*float: left;*/
    /*margin-top: 10px;*/
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 96px;
    height: 33px;
    cursor: pointer;
}

.location-custom {
    text-align: center;
    line-height: 33px;
    background-color: #c3c3c3;
    color: #ffffff;
    border-radius: 5px;
}

.location-right{
    float: right;
    margin-top: 10px;
    width: 96px;
    height: 33px;
}
.img-right{

}

/* jquery分类筛选组件 必要布局样式css */
.cation-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cation-middle {
    margin-top: 40px;
    line-height: 48px;
    /*background: #fff;*/
    /*padding: 10px 20px 10px 30px;*/
    font-size: 16px;
}

.cation-list {
    overflow: hidden;
}

.cation-list dt {
    float: left;
    width: 64px;
    font-weight: 700;
    line-height: 56px;
    position: relative;
    color: #333;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 26px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
    border-bottom: 1px dotted #e0e0e0;
    margin-left: 64px;
    overflow: hidden;
    cursor: pointer;
}

.cation-list dd a {
    font-size: 16px;
    line-height: 14px;
    height: 14px;
    float: left;
    margin: 17px 4px;
    text-decoration: none;
    /*background: white;*/
    color: #8d8d91;
    padding: 4px 20px;
    border-radius: 20px;
}

.cation-list dd a.on, .cation-list a:hover {
    background-image: linear-gradient(to bottom, #2fc5ac, #3897bf);
    color: white;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}
