@media screen and (max-width: 1920px){
    *{
    	font-size: 0px;
    }
    p,span,strong{
        font-size: 16px;
    }
    span{
        display: inline;
    }
    .posi{
        width: 100%;
        height:2vw;
        font-size: 0.8vw;
        color: #333;
        font-family: '微软雅黑';
        line-height:2vw;
    }
    .posi a{
        font-size: 0.8vw;
        color: #333;
        font-family: '微软雅黑';
        line-height:2vw;
    }
    .lists{
    	width: 100%;
    	height: auto;
    	border-top:2px solid #0f649f ;
    	background: #fff;
    	padding-bottom:1vw;
    }
    .lists .brothers{
    	width: 100%;
    	height: 2.5vw;
    	background: #e7f3fc;
        overflow:hidden
    }
    .lists .brothers .brother{
    	height: 2.5vw;
    	padding: 0 1vw;
    	border-right: 1px solid #ddd;
    	font-size: 0.8vw;
    	line-height: 2.5vw;
    	color: #666;
    	float: left;
    }
    .lists .brothers .brother:hover{
    	background: #fff;
    }
    .lists .brothers .active{
    	background: #fff;
    }

    .lists .son_list{
        width: 90%;
        height: auto;
        margin: 1vw 0 0 5%;
    }
    .lists .son_list .son{
        height:2vw;
        font-size: 0.8vw;
        padding: 0 1vw;
        color: #0f649f;
        border: 1px solid  #0f649f;
        line-height: 2vw;
        border-radius:4px;
        margin-right: 0.5vw;
    }
    .lists .son_list .son:hover{
        /*background: #0f649f;
        color: #fff;*/
        box-shadow: 0 0 12px #999;
    }

    .lists .son_list .son .icon{
        width: 1.6vw;
        height: 1.6vw;
        margin: 0.2vw 0 0 0;
        float: left;
    }
    .lists .articles{
    	width: 90%;
    	height: auto;
    	min-height: 6.1vw;
    	margin: 1vw 0 0 5%;
    	border-top: 1px solid #0f649f;
    	padding: 0.6vw 0;
    	font-size: 0.7vw;
    }
    .lists .articles .article{
    	width: 100%;
    	height: 1.5vw;
    }
    .lists .articles .article .title{
    	width: 80%;
    	font-size: 0.9vw;
    	color: #333;
    	line-height: 1.5vw;
    	overflow: hidden;
    	white-space:nowrap;
    	text-overflow: ellipsis;
    }
    .lists .articles .article .time{
    	width: 20%;
    	height: 1.5vw;
    	float: right;
    	font-size: 0.8vw;
    	line-height: 1.5vw;
    	color:#999;
    	text-align: right;
    }
    .lists .articles .new_title{
    	line-height: 2vw;
        font-size: 1.2vw;
        color: #272727;
        text-align: center;
        margin-top: 1vw;
        color: #0f649f;
        font-weight: 600;
    }
    .lists .articles .new_time{
    	line-height: 1.5vw;
        font-size: 0.9vw;
        color: #666;
        text-align: center;
    	margin-bottom: 1vw;
    }
    .lists .articles .article1{
        display: inline-block;
        width: 16%;
        height: 16vw;
        margin: 2vw 1.5% 0 1.5%;
        /*outline: 1px solid #ddd;*/
    }
    .lists .articles .article1 .thumb{
        width:80%;
        height: 11vw;
        margin: 10%;
        overflow: hidden;
        box-shadow: 6px 6px 10px #666;
    }
    .lists .articles .article1 .thumb img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .lists .articles .article1 .title{
        display: inline-block;
        width:90%;
        line-height: 1vw;
        height: 1vw;
        font-size: 0.7vw;
        color:#333;
        margin:0 0 0 5%;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        text-overflow: ellipsis;
    }
    .lists .articles .article1 .time{
        display: inline-block;
        width:90%;
        line-height: 1vw;
        height: 1vw;
        font-size: 0.7vw;
        color:#333;
        margin:0 0 0 5%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*视频页面样式*/
    .videotitle{
        width: 90%;
        height: 2vw;
        font-size: 1.2vw;
        line-height: 2vw;
        text-align: left;
        color: #000;
        margin:0 0 0 5%;
    }
    .videoBox{
        width: 90%;
        height:30vw;
        margin:0 0 0 5%;
        position: relative;
    }

    /*视频页面样式*/

    /*成绩查询页面样式*/
    .exam_search_area{
        width: 90%;
        height: 2.5vw;
        margin:0 5%;
    }
    .exam_search_area .exam_search{
        width: 20%;
        height:2vw;
        font-size: 0.9vw;
        border: 1px solid #0f649f;
        color: #444;
        outline: none;
        text-indent: 0.5vw;
        margin-top: 0.5vw;
    }
    .exam_search_area .exam_search_btn{
        cursor: pointer;
        border: 1px solid #0f649f;
        background: #0f649f;
        height:2vw;
        vertical-align: top;
        color: #fff;
        margin-top: 0.5vw;
        line-height: 2vw;
        padding:0 1vw;
        font-size: 0.8vw;
    }
    /*成绩查询页面样式*/



    /*招聘信息*/
    .hireitem{
        width: 47%;
        height: 13vw;
        margin:1vw 1% 0 1%;
        vertical-align: top;
        outline: 1px solid #ddd;
    }
    .hireitem:hover{
        box-shadow: 0 0 10px #999;
    }
     .hireitem .title{
        width: 68%;
        height: 2vw;
        font-size: 1vw;
        margin: 0.4vw 3% 0 3%;
        line-height: 2vw;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 700;
        text-overflow: ellipsis;
        /*font-family: "微软雅黑";*/
    }
    .hireitem .positions{
        width: 68%;
        height: 1.4vw;
        font-size: 0.8vw;
        margin: 0.2vw 3%;
        line-height: 1.4vw;
        text-align: justify;
        color: #333;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hireitem  .salary{
        font-size: 0.9vw;
        font-weight: 700;
        color: #FF5722;
    }
    .hireitem  .tags{
        display: inline-block;
        height: 1.3vw;
        line-height: 1.3vw;
        width: auto;
        padding:0 0.7vw;
        font-size: 0.7vw;
        color: #fff;
        border-radius: 0.2vw;
        margin-right: 0.2vw;
    }
    .hireitem  .tags_orange{
        background: #FF5722;
    }
    .hireitem  .tags_grey{
        color: #444;
        background: #ddd;
    }



    .hireitem  .company_detail{
        width: 6vw;
        height: 1.6vw;
        background: #0f649f;
        border-radius: 0.8vw;
        font-size: 0.8vw;
        color: #fff;
        line-height: 1.6vw;
        text-align: center;
        margin:0.2vw 0 0 0.6vw;
        cursor: pointer;
    }
    .hireitem  .sendmsg{
        width: 6vw;
        height: 1.6vw;
        background: #FF5722;
        border-radius: 0.8vw;
        font-size: 0.8vw;
        color: #fff;
        line-height: 1.6vw;
        text-align: center;
        margin:0.2vw 0 0 0.6vw;
        cursor: pointer;
    }
    .hireitem  .hiredetail{
        width: 6vw;
        height: 1.6vw;
        background: #FF5722;
        border-radius: 0.8vw;
        font-size: 0.8vw;
        color: #fff;
        line-height: 1.6vw;
        text-align: center;
        margin:0.2vw 0 0 0.6vw;
        cursor: pointer;
    }
   .hireitem .code_img{
        width: 26%;
        height: auto;
        position: absolute;
        right: 0.6vw;
        top: 0.6vw;
    }
    /*招聘信息*/




    #pull_right{
        text-align:center;
    }
    .pull-right {
        /*float: left!important;*/
    }
    .pagination_box{
        width: 62.5vw;
        height: 60px;
        text-align: center;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 2vw 0 0 28vw;
        border-radius: 4px;
    }
    .pagination > li {
        display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #2a6496;
        background-color: #eee;
        border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
    .clear{
        clear: both;
    }
}@media screen and (max-width: 960px){
    *{
        font-size: 16px;
    }
    span{
        display: inline;
    }
    .posi{
        width: 100%;
        height:6vw;
        font-size: 3vw;
        color: #333;
        font-family: '微软雅黑';
        line-height:6vw;
    }
    .posi a{
        font-size: 0.8vw;
        color: #333;
        font-family: '微软雅黑';
        line-height:2vw;
    }
    .lists{
        width: 100%;
        height: auto;
        border-top:2px solid #0f649f ;
        background: #fff;
        padding-bottom:1vw;
    }
    .lists .brothers{
        width: 100%;
        height: 6vw;
        background: #e7f3fc;
        overflow:hidden;
    }
    .lists .brothers .brother{
        height: 6vw;
        padding: 0 1vw;
        border-right: 1px solid #ddd;
        font-size: 3vw;
        line-height: 6vw;
        color: #666;
        float: left;
    }
    .lists .brothers .brother:hover{
        background: #fff;
    }
    .lists .brothers .active{
        background: #fff;
    }

    .lists .son_list{
        width: 90%;
        height: auto;
        margin: 1vw 0 0 5%;
    }
    .lists .son_list .son{
        height:2vw;
        font-size: 0.8vw;
        padding: 0 1vw;
        color: #0f649f;
        border: 1px solid  #0f649f;
        line-height: 2vw;
        border-radius:4px;
        margin-right: 0.5vw;
    }
    .lists .son_list .son:hover{
        /*background: #0f649f;
        color: #fff;*/
        box-shadow: 0 0 12px #999;
    }

    .lists .son_list .son .icon{
        width: 1.6vw;
        height: 1.6vw;
        margin: 0.2vw 0 0 0;
        float: left;
    }
    .lists .articles{
        width: 90%;
        height: auto;
        min-height: 6.1vw;
        margin: 1vw 0 0 5%;
        border-top: 1px solid #0f649f;
        padding: 0.6vw 0;
        font-size: 0.7vw;
    }

    .lists .articles img{
        width: 100%;
    }
    .lists .articles .article{
        width: 100%;
        height: 6vw;
    }
    .lists .articles .article .title{
        width: 80%;
        font-size: 3vw;
        color: #333;
        line-height: 6vw;
        overflow: hidden;
        white-space:nowrap;
        text-overflow: ellipsis;
    }
    .lists .articles .article .time{
        width: 20%;
        height: 6vw;
        float: right;
        font-size: 3vw;
        line-height: 6vw;
        color:#999;
        text-align: right;
    }
    .lists .articles .new_title{
        line-height: 4vw;
        font-size: 3vw;
        color: #272727;
        text-align: center;
        margin-top: 1vw;
        color: #0f649f;
        font-weight: 600;
    }
    .lists .articles .new_time{
        line-height: 1.5vw;
        font-size: 0.9vw;
        color: #666;
        text-align: center;
        margin-bottom: 1vw;
        margin-top: 1vw;
    }
    .lists .articles .article1{
        display: inline-block;
        width: 46%;
        height: 3vw;
        margin: 2vw 1.5% 0 1.5%;
        /*outline: 1px solid #ddd;*/
    }
    .lists .articles .article1 .thumb{
        width:80%;
        height: 31vw;
        margin: 10%;
        overflow: hidden;
        box-shadow: 6px 6px 10px #666;
    }
    .lists .articles .article1 .thumb img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .lists .articles .article1 .title{
        display: inline-block;
        width:90%;
        line-height: 5vw;
        height: 5vw;
        font-size: 3vw;
        color:#333;
        margin:0 0 0 5%;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        text-overflow: ellipsis;
    }
    .lists .articles .article1 .time{
        display: inline-block;
        width:90%;
        line-height: 1vw;
        height: 1vw;
        font-size: 0.7vw;
        color:#333;
        margin:0 0 0 5%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*视频页面样式*/
    .videotitle{
        width: 90%;
        height: 2vw;
        font-size: 1.2vw;
        line-height: 2vw;
        text-align: left;
        color: #000;
        margin:0 0 0 5%;
    }
    .videoBox{
        width: 90%;
        height:30vw;
        margin:0 0 0 5%;
        position: relative;
    }

    /*视频页面样式*/

    /*成绩查询页面样式*/
    .exam_search_area{
        width: 90%;
        height: 2.5vw;
        margin:0 5%;
    }
    .exam_search_area .exam_search{
        width: 20%;
        height:2vw;
        font-size: 0.9vw;
        border: 1px solid #0f649f;
        color: #444;
        outline: none;
        text-indent: 0.5vw;
        margin-top: 0.5vw;
    }
    .exam_search_area .exam_search_btn{
        cursor: pointer;
        border: 1px solid #0f649f;
        background: #0f649f;
        height:2vw;
        vertical-align: top;
        color: #fff;
        margin-top: 0.5vw;
        line-height: 2vw;
        padding:0 1vw;
        font-size: 0.8vw;
    }
    /*成绩查询页面样式*/

/*招聘信息*/
    .hireitem{
        width: 100%;
        height: auto;
        margin:3vw 0% 0 0;
        vertical-align: top;
        outline: 1px solid #ddd;
    }
    .hireitem:hover{
        box-shadow: 0 0 10px #999;
    }
     .hireitem .title{
        width: 94%;
        height: 6vw;
        font-size: 4vw;
        margin: 2vw 3% 0 3%;
        line-height: 6vw;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 700;
        text-overflow: ellipsis;
        /*font-family: "微软雅黑";*/
    }
    .hireitem .positions{
        width: 94%;
        height: 6vw;
        font-size: 3vw;
        margin: 0.2vw 3%;
        line-height: 6vw;
        text-align: justify;
        color: #333;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hireitem  .salary{
        font-size: 4vw;
        font-weight: 700;
        color: #FF5722;
    }
    .hireitem  .tags{
        display: inline-block;
        height: 6vw;
        line-height: 6vw;
        width: auto;
        padding:0 2vw;
        font-size: 3vw;
        color: #fff;
        border-radius: 0.8vw;
        margin-right: 0.2vw;
    }
    .hireitem  .tags_orange{
        background: #FF5722;
    }
    .hireitem  .tags_grey{
        color: #444;
        background: #ddd;
    }



    .hireitem  .company_detail{
        width: 20vw;
        height: 6vw;
        background: #0f649f;
        border-radius: 3vw;
        font-size: 3vw;
        color: #fff;
        line-height: 6vw;
        text-align: center;
        margin:0.2vw 0 2vw 1.6vw;
        cursor: pointer;
    }
    .hireitem  .sendmsg{
        width: 20vw;
        height: 6vw;
        background: #FF5722;
        border-radius: 3vw;
        font-size: 3vw;
        color: #fff;
        line-height: 6vw;
        text-align: center;
        margin:0.2vw 0 2vw 1.6vw;
        cursor: pointer;
    }
    .hireitem  .hiredetail{
        width: 20vw;
        height: 6vw;
        background: #FF5722;
        border-radius: 3vw;
        font-size: 3vw;
        color: #fff;
        line-height: 6vw;
        text-align: center;
        margin:0.2vw 0 2vw 1.6vw;
        cursor: pointer;
    }
    /*招聘信息*/







    #pull_right{
        text-align:center;
    }
    .pull-right {
        /*float: left!important;*/
    }
    .pagination_box{
        width: 86vw;
        height: 60px;
        text-align: center;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 2vw 0 0 2vw;
        border-radius: 4px;
    }
    .pagination > li {
        display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #2a6496;
        background-color: #eee;
        border-color: #ddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
    .clear{
        clear: both;
    }
}
