﻿.search-wrapper {
    padding: 1.1rem 0 1.2rem;
    border-top: #f1f1f1 solid 1px;
}

.search-wrapper .result {
    margin-bottom: 0.2rem;
}

.search-wrapper .result span {
    display: inline-block;
    font-size: 0.18rem;
    margin-right: 0.3rem;
    line-height: 0.48rem;
}

.search-wrapper .result b {
    display: inline-block;
    margin: 0 4px;
    color: #e50013;
    text-decoration: underline;
}

.search-wrapper .list li {
    position: relative;
    list-style: none;
    border-bottom: 1px dashed #eee;
}

.search-wrapper .list li:first-child {
    border-top: 1px dashed #eee;
}

.search-wrapper .list li:hover .title {
    color: #e50013;
}

.search-wrapper .list li a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    padding: 0.1rem 0;
    align-items: center;
}

.search-wrapper .list .title {
    flex: 1;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.48rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.search-wrapper .list p {
    font-size: 0.18rem;
    color: #999;
    font-family: mont;
}

.search-wrapper .list .nodata, .newsP2 .list .nodata, .teamP2 .list .nodata {
    text-align: center;
    font-size: 0.28rem;
}

.search-wrapper .list .nodata{
    margin-top:0.8rem;
}

.website{ padding: 1.8rem 0 0.75rem;background: #eee; }
.website .list ul{ margin-right: -0.58rem; }
.website .list li{ float: left; width: 33.33%; padding-bottom: 0.5rem;}
.website .list li .box{ margin-right: 0.58rem; position: relative; padding: 0 8px 8px 0; }
/*.website .list li .box:after{ content: ''; position: absolute; right: 0; bottom: 0; width: calc(100% - 8px); height: calc(100% - 8px); background: #dcecfa;}*/
.website .list li a{ display: block; position: relative; z-index: 1; font-size: 0.18rem; height: 0.72rem; line-height: 0.72rem; color: #333; padding: 0 0.8rem 0 0.45rem; overflow: hidden; border: #eee solid 1px; background: #fff; }
.website .list li a:after{ content: ''; position: absolute; right: 0.45rem; top: 50%; margin-top: -7px; width: 18px; height: 14px; background: url(../images/jt.png) no-repeat;  transition:All 0.5s ease; -webkit-transition:All 0.5s ease; -moz-transition:All 0.5s ease; -o-transition:All 0.5s ease;}
.website .list li a:hover{ border: none; color: #fff; background-color:#e50013;}
.website .list li a:hover:after{ background: url(../images/jt_on.png) no-repeat; right: 0.35rem;}

.nodata{text-align:center;margin-top:0.8rem;font-size:0.16rem;}

.pageBanner .txtDiv {color:#000;}

.footDiv .share li img{width:0.24rem;}

.job .list li .tips{line-height:0.3rem;}

@media screen and (max-width: 1280px) {

    .nav li{font-size:0.18rem;}
}

@media screen and (max-width: 1024px) {

    .search-wrapper {
        padding: 2rem 0.3rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }

    .website{ padding: 2rem 0.3rem 0.75rem;}
    .website .list ul{ margin-right: 0; }
	.website .list li{ float: none; width: auto; padding-bottom: 0.3rem;}
	.website .list li .box{ margin-right: 0; padding: 0 5px 5px 0; }
	.website .list li .box:after{ width: calc(100% - 5px); height: calc(100% - 5px); }
	.website .list li a{ font-size: var(--fs20); height: 0.96rem; line-height: 0.96rem; padding: 0 0.8rem 0 0.35rem; }
	.website .list li a:after{ margin-top: -5px; width: 12px; height: 9px; background-size: 12px;}
	.website .list li a:hover:after{ background-size: 12px;}

    .footDiv .share li img{width:0.42rem;}

    .job .list li .tips{line-height:0.46rem;}

}

