 *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background: #f3f3f3;
}
a{
    text-decoration: none;
}
body{
    background: #f3f3f3;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
header{
    width: 100%;
    height: 63px;
    background: #2797ef;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.head{
    width: 1200px;
    height: 80px;
    margin: auto;
    display: flex;
    position: relative;
}
.logo{
    width: auto;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    font-size: 24px;
}
.logo a{
    color: #fff;
    font-weight: bold;
}
.open{
    display: none;
    width: 30px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 10px;
}
.open span{
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 5px;
}

.pagination{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
.page-item{
    width: 40px;
    height: 40px;
    border: 1px solid #cbcbcb;
    text-align: center;
    margin: 0 10px;
    color: #9c9c9c;
}
.page-item a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #9c9c9c;
}
.active{
    border: 1px solid #2797ef;
    background: #2797ef;
}
.page-item span{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    header{
        height: 50px;
        position: fixed;
        left: 0;
        top: 0;     
        z-index: 999;
    }
    .head{
        width: 100%;
        height: 50px;
    }
    .logo{
        width: 100px;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        font-size: 20px;
    }
    .open{
        display: block;
    }
   
    .close{
        display: block;
        width: 100%;
        text-align: right;
        padding-right: 15px;
        line-height: 50px;
        color: #ccc;
        font-size: 28px;
    }
    .title {
        height: 30px;
        line-height: 30px;
    }
    .title span {
        font-size: 16px;
    }
    .title b {
        font-size: 16px;
    }
    footer{
        height: 100px;
    }

    .location {
        width: 95%;
        height: 30px;
        line-height: 30px;
        margin: auto;
    }
    .location span {
        font-size: 12px;
    }
    .location a {
        font-size: 12px;
    }
    .location a:last-child{
        max-width: 50%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .page-item{
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
    .page-item a{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .page-item span{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .foot{
        width: 100%;
    }
    .foot p{
        bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }
}
.details-btn:hover{
    color: #7bbdfe;
}
.details-btn{
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 450px;
    font-size: 18px;
    height: 100px;
    line-height: 40px;
    color: #111;
    opacity: .9;
    font-weight: bold;
}
.zixun-title{
    width: 100%;
    text-align: center;
}
/*.list_r_title .team_list_t {*/
/*    width: 50%;*/
/*    text-align: center;*/
/*    background: #efefef;*/
/*    color: #999;*/
/*}*/
/*.list_r_title .team_list_t_cur {*/
/*    background: #fff;*/
/*    color: #111;*/
/*}*/
/*.list_r_title .team_list_t {*/
/*    width: 50%;*/
/*    text-align: center;*/
/*    background: #efefef;*/
/*    color: #999;*/
/*}*/
@media screen and (max-width: 320px) {

}
@media screen and (min-width: 400px) and (max-width: 414px) {

}
@media screen and (min-width: 415px) and (max-width: 1024px) {
    
}


li{
    list-style: none;
}
header{
    width: 100%;
    background: #2797ef;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.head{
    width: 1200px;
    height: 80px;
    margin: auto;
    display: flex;
    position: relative;
}
.logo{
    width: auto;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    font-size: 24px;
}
.logo a{
    color: #4285f4;
    font-weight: bold;
}
.open{
    display: none;
    width: 30px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 10px;
}
.open span{
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 5px;
}


.title{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.title span{
    color: #2797ef;
    font-weight: bold;
    font-size: 20px;
}
.title b{
    color: #111;
    font-weight: bold;
    font-size: 20px;
}
footer{
    width: 100%;
    height: 200px;
    background: #404040;
}
.foot{
    width: 1200px;
    height: auto;
    margin: auto;
    position: relative;
    text-align: center;
}
.foot p{
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    line-height: 25px;
}
.beian-font{
    color: #666;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    line-height: 50px;
}
.beian-font a{
    color:#2797ef;
}
.line{
    overflow: hidden;
    width: 100%;
    margin: 12px 0;
    height: 4px;
    background:  no-repeat;
}
.clear{
    clear: both;
}
.location{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
}
.location span{
    color: #525252;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.location a{
    color: #525252;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.location a:last-child {
   max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pagination{
    width: 100%;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    margin: 10px auto !important;
}
.page-item{
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #cbcbcb !important;
    text-align: center !important;
    margin: 0 10px !important;
    color: #9c9c9c !important;
}
.page-item a{
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #9c9c9c;
}
.active{
    border: 1px solid #2797ef !important;
    background: #2797ef !important;
}
.page-item span{
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #fff !important;
    margin: 0 !important;
}
@media screen and (max-width: 1024px) {
   
    .page-item{
        width: 30px !important;
        height: 30px !important;
        margin: 0 5px !important;
    }
    .page-item a{
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .page-item span{
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .foot{
        width: 100%;
    }
    .foot p{
        bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }
}
.details-btn:hover{
    color: #7bbdfe;
}
.details-btn{
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 450px;
    font-size: 18px;
    height: 100px;
    line-height: 40px;
    color: #111;
    opacity: .9;
    font-weight: bold;
}
.zixun-title{
    width: 100%;
    text-align: center;
}
/*.list_r_title .team_list_t {*/
/*    width: 50%;*/
/*    text-align: center;*/
/*    background: #efefef;*/
/*    color: #999;*/
/*}*/
/*.list_r_title .team_list_t_cur {*/
/*    background: #fff;*/
/*    color: #111;*/
/*}*/
/*.list_r_title .team_list_t {*/
/*    width: 50%;*/
/*    text-align: center;*/
/*    background: #efefef;*/
/*    color: #999;*/
/*}*/
@media screen and (max-width: 320px) {

}
@media screen and (min-width: 400px) and (max-width: 414px) {

}
@media screen and (min-width: 415px) and (max-width: 1024px) {
    
}
@media screen and (min-width: 769px) and (max-width: 1024px) {

}