@charset "UTF-8";
/*****招考官网导航 start*****/
.website_banner{
    position:relative;
    width:100%;
    min-width:1400px;
    height:300px;
    overflow:hidden;
}
.website_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:300px;
    background:url("../images/website_banner.jpg") no-repeat top center;
}

.website_list{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    margin:25px auto 5px;
}
.website_list li{
    position:relative;
    width:calc((100% - 40px)/3);
    height:195px;
    background:#fff;
    border:5px solid #fff;
    border-radius:12px;
    margin:0 20px 20px 0;
    transition:all 0.25s ease;
    overflow:hidden;
    box-sizing: border-box;
}
.website_list li:nth-child(3n){margin-right:0;}
.website_list li h1{
    position:relative;
    z-index:1;
    width:100%;
    line-height:65px;
    color:#002fa7;
    font-size:18px;
    font-weight:bold;
    padding:0 20px;
    box-sizing:border-box;
}
.website_list li p{
    position:relative;
    z-index:1;
    display:inline-block;
    color:#002fa7;
    font-size:14px;
    background:#eff4ff;
    border-radius:30px;
    padding:7px 18px;
    margin:12px 0 5px 10px;
}
.website{
    position:relative;
    z-index:1;
    width:100%;
    padding:25px 10px;
    margin:0 auto;
    box-sizing: border-box;
}
.website a{color:#002fa7;}
.website a:hover{text-decoration:underline;}
.website span{
    color:#002fa7;
    font-size:14px;
    border-radius:30px;
    padding:6px 15px;
    background:#eff4ff;
    margin-right:7px;
}
.website .layui-icon-return{
    display:inline-block;
    transform:rotate(180deg);
}
.website_list li:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 28px -12px rgba(0,47,167,0.2);
}
.website_list li::after{
    content:'';
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.3);
    transition:all 0.3s;
}
.website_list li:hover::after{
    background:transparent;
}
.website_list li.anhui{background:#fff url(../images/anhui.png) no-repeat center right;}
.website_list li.beijing{background:#fff url(../images/beijing.png) no-repeat center right;}
.website_list li.chongqing{background:#fff url(../images/chongqing.png) no-repeat center right;}
.website_list li.fujian{background:#fff url(../images/fujian.png) no-repeat center right;}
.website_list li.gansu{background:#fff url(../images/gansu.png) no-repeat center right;}
.website_list li.guangdong{background:#fff url(../images/guangdong.png) no-repeat center right;}
.website_list li.guangxi{background:#fff url(../images/guangxi.png) no-repeat center right;}
.website_list li.guizhou{background:#fff url(../images/guizhou.png) no-repeat center right;}
.website_list li.hainan{background:#fff url(../images/hainan.png) no-repeat center right;}
.website_list li.hebei{background:#fff url(../images/hebei.png) no-repeat center right;}
.website_list li.heilongjiang{background:#fff url(../images/heilongjiang.png) no-repeat center right;}
.website_list li.henan{background:#fff url(../images/henan.png) no-repeat center right;}
.website_list li.hubei{background:#fff url(../images/hubei.png) no-repeat center right;}
.website_list li.hunan{background:#fff url(../images/hunan.png) no-repeat center right;}
.website_list li.neimenggu{background:#fff url(../images/neimenggu.png) no-repeat center right;}
.website_list li.jiangsu{background:#fff url(../images/jiangsu.png) no-repeat center right;}
.website_list li.jiangxi{background:#fff url(../images/jiangxi.png) no-repeat center right;}
.website_list li.jilin{background:#fff url(../images/jilin.png) no-repeat center right;}
.website_list li.liaoning{background:#fff url(../images/liaoning.png) no-repeat center right;}
.website_list li.ningxia{background:#fff url(../images/ningxia.png) no-repeat center right;}
.website_list li.qinghai{background:#fff url(../images/qinghai.png) no-repeat center right;}
.website_list li.shandong{background:#fff url(../images/shandong.png) no-repeat center right;}
.website_list li.shanghai{background:#fff url(../images/shanghai.png) no-repeat center right;}
.website_list li.shanxi{background:#fff url(../images/shanxi.png) no-repeat center right;}
.website_list li.shanxi2{background:#fff url(../images/shanxi2.png) no-repeat center right;}
.website_list li.sichuan{background:#fff url(../images/sichuan.png) no-repeat center right;}
.website_list li.tianjin{background:#fff url(../images/tianjin.png) no-repeat center right;}
.website_list li.xizang{background:#fff url(../images/xizang.png) no-repeat center right;}
.website_list li.xinjiang{background:#fff url(../images/xinjiang.png) no-repeat center right;}
.website_list li.yunnan{background:#fff url(../images/yunnan.png) no-repeat center right;}
.website_list li.zhejiang{background:#fff url(../images/zhejiang.png) no-repeat center right;}
/*****招考官网导航 end*****/