/* header部分 */
.htop{
    background: #333333;
    height: 36px;
    line-height: 36px;
    color: white;
    width: 100% !important
}
.container{
    display: block;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
}

.fr {
    float: right;
}

.menuwrap {
    height: 60px;
    line-height: 60px;
    background: #2222a5;
    position: relative;
    z-index: 10;
}

.menu ul {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.menu li {
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-size: 18px;
    position: relative;
}

.menu li a{ display: block; color:#fff; text-align: center;}
.menu a.cur,.menu a:hover{background:rgba(0,54,93,.3);color:#fff;}

.menu li ul{ display:none; position:absolute; width:100%; top:60px;padding:15px 0; background: rgba(0,0,0,.75); font-size:14px; height: auto;}
.menu li ul li{width: 100%; overflow: hidden; height: auto; font-size: 16px;}
.menu li ul li a{ color:#fff; line-height:36px;  height:36px; padding: 0; border:0!important;}
.menu li.cur ul li a,.menu li:hover ul li a{ background: none!important;}
.menu li.cur ul li a:hover,.menu li:hover ul li a:hover{ background:rgba(0,0,0,1)!important; color:#fff; line-height:36px; height:36px;}

.menu>ul>li:nth-child(9){ display: none;}

.header-box{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    background: #ffffff;
}
.header-top{
    padding-top: 35px;
    width: 100%;
    height: 80px;
}
.logo{
    width: 400px;
    height: 100%;
    float: left;
}
.logo .title{
    font-size: 34px;
    color: #231815;
    margin-top: 10px;
}
.logo .English{
    font-size: 12px;
    color: #4b423f;
}
.header-top .search{
    width: 300px;
    height: 100%;
    float: right;
    /* background: red; */
    padding: 23px 0;
}
.header-top  .search-box{
    width: 100%;
    height: 34px;
}
.header-top  .search-box input{
    width: 80%;
    height: 100%;
    float: left;
    border: 1px solid #1d42d1;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 5px;
}
.header-top  .search-box .button-search{
    width: 20%;
    height: 100%;
    background: #1d42d1;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 80%;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.header-nav{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.header-nav>li{
    padding: 0 14px;
    line-height: 50px;
    font-size: 16px;
    color: #231815;
    position: relative;
}
.header-nav>li a{
    color: #231815;
    font-weight: 400;
    font-family: 黑体;
}
.header-nav .active {
    border-bottom: 4px solid #2ca6e0;
}
.ul_none {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    display: none;
    background: #ffffff;
    z-index: 999;
    box-shadow: 4px 3px 10px 3px rgba(0, 0, 0, 0.08);
}
.ul_none li {
    width: 100%;
    height: 45px;
    text-align: center;
    font-weight: 400;
}
/*Footer*/
.footer-box{
    width: 100%;
    padding: 40px 0;
    background: #1a2b45;
    position: relative;
}
.footer-l{
    width: 330px;
    float: left;
}
.footer-l p{
    color: #ffffff;
}
.footer-l .title{
    font-size: 30px;
    font-weight: 600;
}
.footer-l .English{
    font-size: 12px;
    margin-bottom: 25px;
}
.footer-l .serviceHotline{
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 4px
}
.blogroll-box{
    width: 660px;
    float: left;
    padding-left: 100px;
    padding-top: 15px;
}
.blogroll-box .blogroll{
    width: 90px;
    font-size: 16px;
    color: #ffffff;
    float: left;
}
.blogroll-list{
    width: 470px;
    float: left;
}
.blogroll-list li{
    font-size: 14px;
    color: #ffffff;
    float: left;
    margin: 0 10px 10px 10px;
}
.blogroll-list li a{
    color: #ffffff;
}
.footer-r{
    width: 140px;
    height: 160px;
    float: right;
    padding-right: 26px;
}
.footer-r>div{
    width: 114px;
    height: 114px;
    background: #ffffff;
}
.footer-r p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
.footer-bq{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    bottom: 15px;
    left: 0;
}


/*首页中间部分*/
.swiper-box{
    width: 100%;
    height: 335px;
}

.newest-dt{
    width: 100%;
    padding: 45px 0;
}
.content-1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.newest-left{
    width: 65%;
    float: left;
    padding-right: 70px;
}
.newest-title{
    width: 100%;
    font-size: 20px;
    color: #272727;
    font-weight: 600;
}
.newest-left-list{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.newest-left-list li{
    width: 100%;
    height: 35px;
}
.newest-left-list li:hover .index-pz{
    color: #68b1e0;
}
.newest-left-list li:hover .index_itime_pp{
    color: #68b1e0;
}
.newest-left-list li:hover .dian{
    background: #68b1e0;
}
.dian {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:  #333333;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
    line-height: 35px;
}
.index-pz {
    width: 70%;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_itime_pp {
    font-size: 14px;
    float: right;
    color: #999999;
    line-height: 35px;
}
.newest-right{
    padding-left: 20px;
    width: 35%;
    margin-left: 65%;
}
.newest-title-right{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.newest-title-right li{
    width: 285px;
    height: 95px;
    position: relative;
}
.newest-title-right li img{
    width: 100%;
    height: 100%;
}
.newest-title-right li p{
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

/*园区活动*/
.activity-box{
    width: 100%;
    background: #f4f5fa;
    padding: 45px 0;
}
.newest-title a{
    font-size: 14px;
    color: #252729;
    float: right;
    font-weight: 400;
}
.activity-ul{
    padding: 10px 0;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.activity-ul li{
    width: 295px;
    height: 245px;
    padding: 10px;
    transition: all 0.3s;
}
.activity-ul li:hover{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.activity-ul li img{
    width: 100%;
    height: 160px;
}
.activity-ul li p{
    margin-top: 10px;
    font-size: 14px;
    color: #252729;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*园区动态*/
.dynamicState{
    width: 100%;
    padding: 45px 0;
}
.dynamicState-box{
    padding: 15px 30px;
    background: #f6f6f6;
    margin-top: 20px;
    overflow: hidden;
}
.dynamicState-list{
    width: 720px;
    overflow: hidden;
    float: left;
}
.dynamicState-list li{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 25px;
}
.dynamicState-list li img{
    float: left;
    margin-top: 22px;
    margin-right: 5px;
}
.dynamicState-p{
    width: 70%;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.dynamicState-time{
    font-size: 14px;
    float: right;
    color: #999999;
    line-height: 60px;
}
.dynamicState-list li:hover .dynamicState-time{
    color: #1d42d1;
}
.dynamicState-list li:hover .dynamicState-p{
    color: #1d42d1;
}
.dynamicState-right{
    float: right;
    width: 400px;
    height: 300px;
}
.dynamicState-right img{
    width: 100%;
    height: 100%;
}
/*长三角动态*/
.csjdt{
    width: 100%;
    padding: 45px 0;
}
.csjdt-left{
    width: 50%;
    float: left;
    overflow: hidden;
}
.csjdt-left .newest-title{
    border-bottom: 2px solid #e5e6e8;
    line-height: 60px;
}
.csjdt-right .newest-title {
    border-bottom: 2px solid #e5e6e8;
    line-height: 60px;
}
.csjdt-list{
    padding: 15px 30px;
    border-radius: 5px;
    width: 95%;
    overflow: hidden;
    background: #ffffff;
    margin-top: 20px;
}
.csjdt-list li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 25px;
}
.csjdt-list li img {
    float: left;
    margin-top: 22px;
    margin-right: 5px;
}
.csjdt-right{
    width: 50%;
    float: left;
    overflow: hidden;
}
.csjdt-list li:hover .dynamicState-p {
    color: #1d42d1;
}
.csjdt-list li:hover .dynamicState-time {
    color: #1d42d1;
}
/*入驻企业*/
.settledEnterprise{
    width: 100%;
    padding: 40px 0;
}
.settledEnterprise-ul{
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    padding: 10px;
}
.settledEnterprise-ul li{
    width: 580px;
    height: 135px;
    border-radius: 5px;
    border:  1px solid #f0f1f4;
    padding: 35px 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.settledEnterprise-ul li:hover{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.settledEnterprise-ul li:nth-child(2n){
    margin-right: auto;
}
.settledEnterprise-li-l{
    width: 125px;
    height: 80px;
    border-right: 1px solid #f0f1f4;
    float: left;
}
.settledEnterprise-li-l img{
    width: 100%;
    height: 100%;
}
.settledEnterprise-li-r{
    width: 410px;
    height: 80px;
    float: left;
    padding-left: 20px;
}
.settledEnterprise-li-r .title{
    font-size: 16px;
    color: #272727;
}
.settledEnterprise-li-r .content-p{
    margin-top: 10px;
    font-size: 14px;
    color: #a5a5a5;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*大厦介绍*/
.introduce{
    width: 100%;
    padding-bottom: 40px;
}
.introduce .title{
    text-align: center;
    font-family: 黑体;
    font-weight: 600;
    font-size: 20px;
    color: #231815;
    line-height: 80px;
}
.introduce  img{
    width: 1110px;
    height: 365px;
    margin: 10px 45px;
}
.introduce  .content-p{
    margin: 0 45px;
    width: 1110px;
    text-align: center;
    font-size: 14px;
    color: #3d3d3f;
    line-height: 30px;
    margin-bottom: 20px;
}
/*申请入驻*/
.enter-box{
    width: 100%;
    padding: 40px 45px ;
}
.enter-box .title{
    font-size: 20px;
    color: #231815;
    font-weight: 600;
    text-align: center;
}
.enter-box .message{
    font-size: 16px;
    color: #231815;
    font-weight: 600;
    line-height: 40px;
}
.enter-list{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 44px;
    color: #ff0000;
}
.enter-li{
    text-align: center;
    float: left;
    line-height: 44px;
    color: #ff0000;
    margin-left: 5px;
}
.enter-li input{
    width: 255px;
    height: 44px;
    border: 1px solid #f0f1f4;
    border-radius: 5px;
    padding-left: 10px;
}
.enter-list>input{
    line-height: 44px;
    width: 98%;
    height: 44px;
    border: 1px solid #f0f1f4;
    border-radius: 5px;
    padding-left: 10px;
}
.territory-list{
    width: 100%;
    overflow: hidden;
}
.territory-list li{
    width: 120px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #f0f1f4;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.territory-list .active{
    background: #1d42d1;
    border: none;
    color: #ffffff;
}
.territory-list li:nth-child(8n){
    margin-right: 0;
}
.enter-box textarea {
    width: 100%;
    height: 135px;
    border: 1px solid #e7e7e7;
    resize: none;
    outline: none;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 5px;
}
.accessory-box{
    width: 400px;
    float: left;
    height: 40px;
    position: relative;
    margin: 30px 0;
}
.accessory-box input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.accessory-box p{
    position: absolute;
    top: 0;
    left: 0;
}
.accessory-box p img{
    margin-top: 10px;
    width: 13px;
    height: 13px;
}
.accessory-box p span{
    font-size: 14px;
    color: #1d42d1;
}
.submit {
    width: 146px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #ffffff;
    font-size: 18px;
    background: #1d42d1;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    margin: 30px 0;
}
.enter-box>img{
    width: 100%;
}

/*入驻项目*/
.enter-project{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.enter-project .category{
    width: 100%;
    padding-left: 45px;
    overflow: hidden;
    margin-bottom: 45px;
}
.enter-project .category p{
    line-height: 41px;
    font-size: 16px;
    float: left;
}
.enter-project .category-list{
    width: 80%;
    float: left;
    padding-left: 35px;
}
.enter-project .category-list li{
    padding: 0 40px;
    height: 41px;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    line-height: 41px;
    cursor: pointer;
}
.enter-project .category-list .active{
    background: #1d42d1;
    border-radius: 20px;
    color: #ffffff;
}


.enter-project .project-territory{
    width: 100%;
    padding-left: 45px;
    overflow: hidden;
}
.enter-project .project-territory p{
    line-height: 41px;
    font-size: 16px;
    float: left;
}
.enter-project .project-territory-list{
    width: 80%;
    float: left;
    padding-left: 35px;
}
.enter-project .project-territory-list li{
    width: 110px;
    height: 41px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 41px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}
.enter-project .project-territory-list .active{
    background: #1d42d1;
    border-radius: 20px;
    color: #ffffff;
}
.enter-project-box{
    width: 100%;
    overflow: hidden;
}
.quantity{
    font-size: 15px;
    color: #231815;
}
.quantity span{
    color: #1d42d1;
    font-size: 25px;
    font-weight: 600;
}
.enter-project-list{
    width: 100%;
    overflow: hidden;
    padding: 40px 10px 1020 20px
}
.enter-project-list li{
    width: 285px;
    /*height: 245px;*/
    transition: all 0.3s;
    border: 1px solid #f0f1f4;
    float: left;
    margin-right: 16px;
    margin-top: 15px;
}
.enter-project-list li:nth-child(4n){
    margin-right: auto;
}
.enter-project-list li:hover{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.enter-project-li-top{
    padding: 20px 20px 10px 20px;
    border-bottom: 1px dashed #f0f1f4;
}
.enter-project-li-top .title{
    font-size: 18px;
    color: #231815;
    margin-bottom: 20px;
}
.enter-project-li-top .enter-text{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.enter-ul{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.enter-ul div{
    float: left;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #f0f1f4;
    border-radius: 25px;
    margin-right: 20px;
}
.enter-project-li-bottom{
    width: 100%;
    padding: 16px 20px;
    overflow: hidden;
}
.enter-project-li-bottom .name-box{
    width: 70%;
    float: left;
    text-align: right;
}
.enter-project-li-bottom .name-box .name{
    font-size: 14px;
    color: #221811;
    margin-top: 5px;
}
.enter-project-li-bottom .name-box .site{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.enter-project-li-bottom .img-box{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: red;
    float: right;
}
.enter-project-li-bottom .img-box img{
    width: 100%;
    height: 100%;
}

.paging {
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}
.paging ul {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.paging ul li {
    float: left;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}
.paging .active {
    background: #428bca;
    color: #ffffff;
}
/*新闻资讯*/
.journalism{
    padding: 40px 0 0px 0px;
}
.policy-content-list {
    width: 100%;
    overflow: hidden;
    padding: 0 45px;
}
.policy-content-list li {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #efefef;
    line-height: 65px;
}
.policy-content-list li .title {
    width: 80%;
    line-height: 65px;
    font-size: 14px;
    color: #1f1f20;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.policy-content-list li .time {
    width: 20%;
    line-height: 65px;
    font-size: 14px;
    color: #9c9ea0;
    text-align: right;
    float: left;
}

/*入驻项目详情*/
.project-Details{
    width: 100%;
    overflow: hidden;
    padding: 26px 20px;
    border: 1px solid #f0f1f4;
    margin-top: 20px;
}
.project-Details-logo{
    width: 148px;
    height: 148px;
    border: 1px solid #f0f1f4;
    float: left;
}
.project-Details-logo img{
    width: 100%;
    height: 100%;
}
.project-Details-title{
    width: 80%;
    height: 136px;
    float: left;
    border-left: 1px solid #f0f1f4;
    margin-left: 30px;
    margin-top: 6px;
    padding-left: 40px;
}
.project-Details-title .title{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-top: 14px;
}
.project-Details-title .name{
    font-size: 16px;
    color: #333333;
    margin-top: 24px;
}
.project-Details-title .type-box{
    width: 100%;
    margin-top: 24px;
}
.project-Details-title .type-box p{
    float: left;
    font-size: 16px;
    color: #333333;
    margin-right: 57px;
}
.affirm-box{
    width: 100%;
    overflow: hidden;
    padding: 34px;
}
.affirm-left{
    width: 810px;
    padding-left: 45px;
    float: left;
    overflow: hidden;
}
.affirm-title{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f0f1f4;
}
.affirm-title p{
    font-size: 18px;
    color: #252729;
    font-weight: 600;
    line-height: 50px;
    position: relative;
}
.affirm-title p::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #5492cd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.affirm-left .content-box{
    width: 100%;
    padding: 30px 0;
}
.affirm-left .content-box p{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
}
.affirm-left .content-box span{
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.affirm-left .message{
    padding: 30px 0;
}
.affirm-left .message p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.affirm-right{
    width: 290px;
    min-height: 800px;
    border-left: 1px solid #f0f1f4;
    float: right;
    padding-left: 34px;
    overflow: hidden;
}
.affirm-right-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;position: relative;
}
.affirm-right-title::after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #5492cd;
    position: absolute;
    bottom: 5px;
    left: -34px;
}
.affirm-right p{
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    font-weight: 600;
}

/*政策详情*/
.policy-particulars-padding {
    width: 100%;
    padding: 100px 70px;
}
.policy-particulars-title {
    border-bottom: 1px solid #d0d0d0;
}
.policy-particulars-title p {
    font-size: 28px;
    color: #231815;
    text-align: center;
}
.policy-particulars-title .source {
    margin: 20px auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.policy-particulars-title .source div {
    color: #3d3d3d;
}
.policy-content {
    padding-top: 40px;
}
.policy-content p {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 30px;
    letter-spacing: 3px;
/*    text-align: center;*/
}
/*人才活动*/
.journalismLst-box{
    padding: 40px 0 0px 0px;
}
.journalismLst {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}
.journalismLst li {
    width: 50%;
    float: left;
    padding: 10px;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.journalismLst li:hover {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.journalismLst li img {
    width: 227px;
    height: 155px;
    float: left;
}
.journalismTitle {
    width: 335px;
    height: 155px;
    float: right;
}
.journalismTitle .title {
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    color: #252729;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    font-weight: 600;
}
.journalismTitle .text {
    height: 48px;
    font-size: 14px;
    color: #5e6b73;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin-top: 16px;
}
.journalismTitle .text span {
    margin-left: 10px;
}
.journalismTitle .unit {
    float: left;
    font-size: 14px;
    color: #9baab6;
    margin-top: 10px;
}

.policy-content-list li .title1{
    width: 50%;
    line-height: 65px;
    font-size: 14px;
    color: #1f1f20;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.policy-content-list li .place{
    width: 25%;
    line-height: 65px;
    font-size: 14px;
    color: #1f1f20;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}


/*搜索页*/
.search-hz{
    width: 100%;
    overflow: hidden;
}
.search-hz .title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f0f1f4;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
}
.search-hz .title p{
    float: right;
    font-size: 12px;
    color: #231815;
    font-weight: 400;
    margin-right: 65%;
    line-height: 40px;
}

.toLoad{
    width: 80px;
    display: block;
    margin: 15px auto;
    font-size: 14px;
    color: #898989;
    text-align: center;
}
.banner img{
    width: 100%;
}