@charset "UTF-8";

.network{
    background: #FFF;
    padding-bottom: 0.7rem;
}

.network_map{
    width: 100%;
    height: 870px;
    margin-top: -80px;
    position: relative;
    background: url(../img/notrowk_img/map.jpg) no-repeat center;
}
.network_map div{
    width: 600px;
    position: absolute;
    top: 45%;
    right: 12%;
    text-align: center;
}
.network_map div p:nth-child(1){
    color: #000;
    font-size: 40px;
    font-weight: 500;
}
.network_map div p:nth-child(2){
    color: #333333;
    font-size: 28px;
    margin-top: 32px;
}
.network_list_back{
    width: 100%;
    min-height: 600px;
    height: auto;
    background: #FFF url(../img/notrowk_img/network_back.png) no-repeat center;
}
.network_datalist{
    width: 1400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: .6rem;
    flex-direction: row;
    flex-wrap: wrap;
  
}
.network_datalist a{
    display: block;
    width: 4.27rem;
    height: 4.5rem;
    box-shadow: 0px 0px 20px 0px rgba(0,48,118,0.1);
    background-color: #FFF;
    border-radius: 4px;
    margin:0 35px .6rem 0;
    
}
.network_datalist a img{
    display: block;
    margin: .5rem auto;
 
}
.network_datalist a p:nth-child(2){
    color: #000;
    font-size: .28rem;
    text-align: center;
    padding: 0 0 .24rem 0;
}
.network_datalist a p:nth-child(3){
    font-size: 0;
    padding: 0 0 0 .4rem;
}
.network_datalist a p:nth-child(3) span{
    text-align: left;
    color: #666;
    font-size: .22rem;
    display: block;
}
.network_datalist a p:nth-child(3) span:nth-child(1){
    margin: 0 0 .12rem 0;
}
 
.project_list{
    display: none;
}
.list_box{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .9rem;
}
.list_box a{
    width: 6.7rem;
    height: 4.68rem;
    margin-bottom: .5rem;
    position: relative;
}
.prject_list_banner{
    width: 100%;
    height: 3.75rem;
    overflow: hidden;
    margin-bottom: .2rem;
    
}
.prject_list_banner img{
    width: 100%;
    transition: all .5s ease .1s;
}
.project_title{
    color: #333;
    font-size: .28rem;
    line-height: .4rem;
    width: 70%;
}
.project_content{
    color: #666666;
    font-size: .16rem;
    line-height: .23rem;
    width: 90%;
}
.project_list_time{
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #666666;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.project_list_time span:nth-child(1){
    font-size: .28rem;
}
.project_list_time span:nth-child(2){
    font-size: .16rem;
    margin-top: .1rem;
}
.list_box a:hover .prject_list_banner img{
    transition: all .5s ease .1s;
    transform: scale(1.2);
}

/* 详情页 */

.info_back{
    width: 100%;
    height: auto;
    background:#f7f8fa;
}

.info_box{
    width: 1400px;
    margin: 0 auto;
    padding-top: .7rem;
}

.info_nav{
    font-size: 0;
    padding: .24rem 0;
}
.info_nav a{
    color: #666666;
    font-size: .16rem;
}
.info_nav span{
    color: #0052D9;
    font-size: .16rem;
}
.info_content{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info_content>div:nth-child(1){ 
    width: 7.8rem;
    height: auto;
}
.info_content>div:nth-child(2){
    width: 5rem;
    /* height: 5rem; */
    max-height: 8rem;
    padding: .2rem;
    background: #FFF;
}
.info_content>div:nth-child(2) h2{
    color: #333;
    font-size: .24rem;
    line-height: 2em;
    font-weight: 400;
    padding-bottom: .2rem;
    border-bottom: 1px solid #EBF5FD;
}
.content_title{
    color: #333;
    font-size: .28rem;
    margin: .5rem 0 .2rem 0;
}
.content_time{
    color: #666;
    font-size: .16rem;
    line-height: 1.5em;
}
.content_text{
    margin-top: .2rem;
    padding: .5rem 0 .6rem 0;
    border-top: 1px solid #EEEEF0;
    border-bottom: 1px solid #EEEEF0;
}
.content_text p{
    text-indent: 2em;
    font-size: .18rem;
    color: #666666;
    line-height: 2.5em;
}
.content_text img{
    max-width: 7.8rem;
    /* display: block;
    width: 100%;
    height: auto;
    margin: .2rem auto; */
}
.go_back {
    height: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.updlownname a{
    display: block;
    cursor: pointer;
    line-height: 2em;
    color: #666;
}
.go_back div:nth-child(1){
    color: #0052D9;
    font-size: .16rem;
    line-height: .3rem;
    cursor: pointer;

    display: none;
}
.go_back div:nth-child(1) i{
    float: left;
    font-size: .3rem;
    margin-right: .2em;
}
.go_back div:nth-child(2){
    color: #666666;
    font-size: .16rem;
}
.go_back div:nth-child(2) p{
    cursor: pointer;
    line-height: 2em;
}
.news_list>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: 1px solid #EBF5FD;
    font-size: 0;
}
.news_list>a i{
    font-size: 50px;
    color: #3889FF;
}
.news_list>a:last-child{
    border: none;
}
.news_list>div:last-of-type{
    border-bottom: none;
}
.new_list_title{
    color: #333333;
    font-size: .2rem;
    width: 80%;
    margin-bottom: 1em;
    /* line-height: 2em; */
}
.new_list_time{
    font-size: .16rem;
    color: #666666;
    width: 4em;
    text-align: right;
}
.new_list_time span{
    display: block;
}
.new_list_info{
    color: #666666;
    font-size: .16rem;
    width: 80%;
    line-height: 24px;
    white-space: pre-line; /*允许换行*/
    overflow: hidden;
    text-overflow: ellipsis; /*省略号*/
    display: -webkit-box;
    -webkit-box-orient: vertical; /*行向垂直排列*/
    -webkit-line-clamp: 2;

}
.news_list>div>div:nth-child(4){
    font-size: 0;
}
.news_list>div>div:nth-child(4) i{
    color: #0052D9;
    font-size: .4rem;
}

/* 搜索 */
.search_box{
    width: 100%;
    height: auto;
    padding-top: .7rem;
    background-color: #FFF  ;
}
.search_main{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.search_input{
    width: 460px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.search_input input{
    width: 100%;
    height: 40px;
    border-radius: 15px;
    background: #F7F8FA;
    text-indent: 1em;
    border: none;
    outline: none;
}
.search_input div{
    float: right;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.search_input i{
    color: #1259A7;
    font-weight: 900;
}
.search_title{
    width: 1200px;
    margin: 0 auto;
    color: #000;
    font-size: .14rem;
    padding: .2rem;
}
.search_data_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: .2rem;
    
}
.search_data_list a{
    display: block;
    border-bottom: 1px solid #EEEEF0;
}
.search_data_list a>div:nth-child(1){
    color: #333;
    font-size: .28rem;
    padding: .2rem 0;
    width: 80%;
}
.search_data_list a>div:nth-child(2){
    color: #666;
    font-size: .16rem;
    line-height: 1.5em;
    margin-bottom: .2rem;
}
.quyu{
    font-size: .22rem;
    margin: 0 auto;
    width: 82%;
    margin-top: 0.12rem;
    line-height: 1.5em;
    color: #666;
}





@media (max-width: 750px){
    .quyu{
        width: 100%;
    padding: 0 0.2rem 0 0.4rem;
    }
    .quyu_map{
        background: url(../img/notrowk_img/quyu_map.jpg) no-repeat center!important;
        background-size: cover;
    }
    .network_map{
        background: #FFF url(../img/aboutus_img/phone_fenbu_back.jpg) no-repeat center;
        background-size: cover;
    }
    .network_map div{
        top:22%;
    }
    .network_datalist{
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        padding: 0.4rem;
    }
    .network_datalist a{
        width: 46%;
        height: auto;
        padding-bottom: 30px;
    }
    .network_datalist a:nth-child(2n){
        margin-right: 0;
    }
    .list_box{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .info_back{
        padding: 0 .4rem;
    }
    .info_box{
        width: 100%;
    }
    .info_nav{
        display: none;
    }
    .content_text img{
        width: 100%;
        /* margin-left: -2em; */
    }
    .info_content{
        width: 100%;
        flex-direction: column;
    }
    .info_content>div:nth-child(1){
        width: 100%;
    }
    .info_content{
        padding-top: .4rem;
    }
    .info_content>div:nth-child(2){
        width: 100%;
        height: auto;
        margin-bottom: 0.4rem;  
    }
    .search_main{
        width: 100%;
        padding: 0.8rem 0.4rem 0 0.4rem;
    }
    .search_title{
        width: 100%;
    }
    .search_data_list {
        width: 100%;
        padding-bottom: 100px;
    }
    .search_input input{
        height: .8rem;
        font-size: .28rem;
    }
    .search_input div{
        height: .8rem;
        width: .8rem;
        line-height: .8rem;
    }
    .search_input div i{ font-size: .3rem; }
    .search_data_list a>div:nth-child(1){ font-size: .3rem; }
    .search_data_list a>div:nth-child(2){ font-size: .24rem; }
    .search_data_list a:last-child{border-bottom: none ;}
    .project_content{ font-size: .2rem; }
    .content_text p{ font-size: .28rem; }
    .go_back div:nth-child(2){ font-size: .28rem; }
    .info_content>div:nth-child(2) h2{font-size: .3rem;}
    .news_list a div{font-size: .26rem;}
    .new_list_info{line-height: 40px;}
    .project_title{font-size: .3rem;}
    .project_content{font-size: .26rem;}



}