/* css */


/* 通用样式 */

* {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    text-decoration: none;
    list-style: none;
}

a {
    color: #000;
}

body {
    background-color: #f5f5f5;
   background: url(../images/All-bg.jpg) center top / 100% 100% no-repeat fixed;
    
    background-repeat: no-repeat;
  //  background-position-y: 128px;
}

.center {
    width: 1200px;
    margin: 0 auto;
    display: table;
}


/* Hellow */

.hle {
    width: 100%;
    height: 35px;
    background-color: #1f79c1;
}

.hle span {
    line-height: 35px;
    color: #fff;
    font-size: 12px;
}

.hle a {
    width: 100px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    background-image: url(../images/hel-pohe.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}

.lg-for {
    height: 100px;
 // background: #ffffff;
}

.lg-for img {
    margin-top: 3px;
}

.lg-for .form {
    float: right;
    margin-top: 36px;
}

.lg-for .form .keyword {
    height: 40px;
    width: 390px;
    border-radius: 30px;
    border: 1px solid #cdcdcd;
    background-color: #D9EEFB;
    text-indent: 2em;
    line-height: 38px;
    outline-style: none;
}

.lg-for .form .sumt {
    width: 90px;
    height: 42px;
    border: none;
    background: #089CFE;
    border-radius: 30px;
    margin-left: -90px;
    color: #fff;
    font-size: 16px;
}

.lead {
    height: 62px;
    background-color: #0993D8;
}

.lead li {
    float: left;
    width: 232px;
    border-left: 1px solid #cdcdcd;
    text-align: center;
}

.lead li a {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 黑体;
    display: block;
    height: 62px;
}

.lead li a:hover {
    background-color: #fff;
    color: #0993D8;
}

.lead li .on {
    background-color: #fff;
    color: #0993D8;
}


/* Main */

.news {
    margin-top: 28px;
}

.news .left {
    float: left;
}


/* banner */

.slideBox {
    width: 590px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 45px;
    overflow: hidden;
    position: absolute;
    margin-top: 315px;
    z-index: 1;
    background: none;
}

.slideBox .hd ul {
    width: 150px;
    margin-top: 18px;
    margin-right: 10px;
    overflow: hidden;
    zoom: 1;
    float: right;
    display: flex;
    justify-content: space-between;
}

.slideBox .hd ul li {
    line-height: 45px;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    background: #CBCBCB;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #F2221E;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
}

.slideBox .bd img {
    width: 590px;
    height: 360px;
    display: block;
}

.slideBox .bd li .title {
    width: 590px;
    height: 45px;
    position: absolute;
    margin-top: 316px;
    text-align: left;
    text-indent: 2em;
    background-color: rgb(0, 0, 0, 0.5);
}

.slideBox .bd li .title a {
    color: #fff;
    line-height: 45px;
    font-size: 18px;
}


/* News-right */

.news .right {
    width: 562px;
    height: 360px;
    float: right;
    position: relative;
}

.news .right .top {
    height: 38px;
    background-color: #F0F0F0;
}

.news .right .top li {
    text-align: center;
    float: left;
    width: 170px;
}

.news .right .top li a {
    line-height: 38px;
    height: 38px;
    display: block;
}

.news .right .top li .aa:hover {
    background-color: #1682CA;
    color: #fff;
}

.news .right .top li .active {
    background-color: #1682CA;
    color: #fff;
}

.news .right .top li .nav {
    position: absolute;
    margin-top: 42px;
}

.news .right .top li .nav li {
    width: 538px;
    height: 37px;
    text-align: left;
    list-style: url(../images/list-01.png);
    margin-left: 20px;
    line-height: 30px;
}

.news .right .top li .nav li a {
    font-size: 14px;
    float: left;
    line-height: 35px;
}

.news .right .top li .nav li a:hover {
    text-decoration: underline;
    color: #1682CA;
}

.news .right .top li .nav li span {
    float: right;
    font-size: 12px;
    color: #767676;
    margin-top: 5px;
}


/* Apply */

.apply {
    float: left;
    margin-top: 20px;
}

.apply ul {
    width: 1160px;
    display: flex;
    justify-content: space-between;
}

.apply li {
  	width: 260px;  
  	height: auto;
    float: left;
    background-repeat: no-repeat;
}

.apply li img{
  	width: 260px;  
  	height: auto;
}

/* GG-top */

.gg-top {
    float: left;
    width: 1160px;
    height: 43px;
    border-bottom: 2px solid #1682CA;
}

.gg-top img {
    display: block;
    float: left;
}

.gg-top span {
    margin-left: 5px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #1682CA;
}

.gg-top a {
    float: right;
    color: #CBCBCB;
    line-height: 42px;
    font-size: 13px;
}


/* ZP */

.zp {
    float: left;
    margin-top: 20px;
}

.zp .zbox {
    float: left;
    margin-left: -20px;
    margin-top: 20px;
}

.zp .zbox li {
    width: 356px;
    height: 168px;
    float: left;
    background-color: #F5F6FA;
    margin-top: 10px;
    margin-left: 32px;
}


.zp .zbox li .gsname{
    margin: 5px auto;
    width: 336px;
    height: 42px;
    border-bottom: 1px #cdcdcd solid;
   
}
.zp .zbox li .gsname img{
    width:36px ;
    border-radius: 50%;
    float: left;
}
.zp .zbox li .gsname b{
    line-height: 36px;
    margin-left: 5px;
    float: left;
    margin-top: 4px;
    font-size: 18px;
}
.zp .zbox li .gsname span{
    font-size: 12px;
    float: right;
    margin-top: 16px;
    color: #767676;
}
.zp .zbox li .gzgw{
    margin: 0 auto;
    height: 52px;
   
}
.zp .zbox li .gzgw li{
    height: 26px;
    width: 326px;
    font-size: 16px;
}
.zp .zbox li .gzgw li:hover{
color:red;
}
.zp .zbox li .gzgw span{
    float: right;
    color: red;
}



/* QZ */

.qz {
    float: left;
    margin-top: 20px;
}

.qz .qxx {
    float: left;
    margin-left: -30px;
    margin-top: 30px;
}

.qz .qxx li {
    float: left;
    width: 267px;
    height: 174px;
    background-color: #F5F6FA;
    margin-left: 30px;
}

.qz .qxx li .crad {
    width: 227px;
    margin: 0 auto;
}

.qz .qxx li .crad .t1 {
    height: 54px;
    margin-top: 16px;
    border-bottom: 1px solid #fff;
}

.qz .qxx li .crad .t1 .ceam {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    float: left;
}

.qz .qxx li .crad .t1 span {
    line-height: 46px;
    margin-left: 10px;
    font-size: 16px;
}

.qz .qxx li .crad .t2 {
    float: left;
    margin-top: 12px;
}

.qz .qxx li .crad .t2 p {
    font-size: 14px;
    line-height: 28px;
}


/* Faqy */

.faqy {
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
}

.faqy .fabox {
    float: left;
    margin-left: -29px;
    overflow: hidden;
}

.faqy .fabox .picScroll-left .bd ul li {
    float: left;
    width: 169px;
    height: 208px;
    margin-top: 30px;
    margin-left: 26px;
    background-color: #F5F6FA;
    box-shadow: #767676 0px 2px 8px 0px;
    text-align: center;
}

.faqy .fabox .picScroll-left .bd ul li img {
    width: 169px;
    height: 160px;
}

.faqy .fabox .picScroll-left .bd ul li span {
    line-height: 36px;
    font-size: 16px;
}

.faqy .picScroll-left {
    width: 1160px;
    overflow: hidden;
    position: relative;
    margin-left: 26px;
}

.faqy .picScroll-left .bd {
    padding: 10px;
    margin-left: -26px;
}

.faqy .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 248px;
}



/* 玉峡英才 */
.yxyc {
    float: left;
    margin-top: 20px;
   
}

.yxyc .fabox {
    float: left;
    margin-left: -29px;
    overflow: hidden;
}

.yxyc .fabox .picScroll-left1 .bd ul li {
    float: left;
    width: 169px;
    height: 208px;
    margin-top: 30px;
    margin-left: 26px;
    background-color: #F5F6FA;
    box-shadow: #767676 0px 2px 8px 0px;
    text-align: center;
}

.yxyc .fabox .picScroll-left1 .bd ul li img {
    width: 169px;
    height: 160px;
}

.yxyc .fabox .picScroll-left1 .bd ul li span {
    line-height: 36px;
    font-size: 16px;
}

.yxyc .picScroll-left1 {
    width: 1160px;
    overflow: hidden;
    position: relative;
    margin-left: 26px;
}

.yxyc .picScroll-left1 .bd {
    padding: 10px;
    margin-left: -26px;
}

.yxyc .picScroll-left1 .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 248px;
}

/* 证书查询 */
.zscx{
    float: left;
    margin-top:20px;
   
}
.zxcbox{
    /* overflow: hidden; */
}
.zxcbox li{
margin-top: 30px;
margin-left: 60px;

/* background-color: #089CFE; */
float: left;
}
.zxcbox li img{
    width: 150px;
  height: 190px;
     
}
/* .zxcbox li:nth-of-type(odd){ 
    background:#0199ED;
}
.zxcbox li:nth-of-type(even){ 
    background:#CBFFE8;
} */

/* Foot */

.foot {
   
    overflow: hidden;
}

.bout-lead {
    height: 172px;
    background-color: #eee;
    position: relative;
}

.bout-lead ul {
    width: 1150px;
    margin: 0px auto;
    background-color: #fff;
  position: relative;
    overflow: initial;
  display: table;
}

.bout-lead ul li {
    float: left;
    width: 19%;
    height: 38px;
    line-height: 38px;
  	margin-top: 10px;
 	margin-bottom:10px;
    border-right: 1px solid #CBCBCB;
    text-align: center;
   
    cursor: default;
  	padding: 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
   
}
.bout-lead ul li a:hover{
color:#1682CA
}
.bout-lead ul li .zes_nav {
    display: none;
    position: absolute;
    width: 1150px;
    margin-top: 48px;
  min-height: 280px;
}

.bout-lead ul li .zes_nav li {
    border-right: none;
    line-height: 38px;
	
    margin-bottom: 0px;
    margin-top: 0px;
}

.bout-lead ul li .zes_nav li a:hover {
    color: #fff;
    background-color: #CBCBCB;
    display: block;
    height: 38px;
}

.guan {
    display: table;
    margin: 32px auto;
}

.guan a {
    margin: 0 10px;
    color: #1682CA;
    font-size: 14px;
}

.guan a:hover {
    color: #F2221E;
}

.guan span {
    color: #1682CA;
}

.foot p {
  margin-top:52px;
   color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}


/* List */

.list {
    margin-top: 3px;
}

.letop {
    height: 50px;
    width: 1200px;
    background-color: #F7F7F7;
    line-height: 50px;
    float: left;
}

.list-left {
    width: 254px;
    float: left;
}

.list-left li {
    width: 254px;
    height: 64px;
    line-height: 64px;
    background-color: #eee;
    text-align: center;
    font-size: 18px;
  	margin-bottom:10px;
}

.list-left li a{
	display: block;
}

.list-left li:hover{
	background-color: #248BCA;
}

.list-left .fr {
    display: block;
}

.list-left .fr:hover {
    background-color: #248BCA;
    color: #fff;
    font-weight: bold;
}

.list-left li .on {
    background-color: #248BCA;
    color: #fff;
    font-weight: bold;
}

.list-right {
    float: right;
    width: 900px;
    margin-right: 30px;
}

.list-right .ritop {
    height: 40px;
    background-color: #F0F0F0;
}

.list-right .ritop span {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1682CA;
    color: #fff;
    font-weight: bold;
    font-family: 黑体;
    font-size: 20px;
    text-align: center;
    cursor: default;
}

.list-right ul {
    margin-top: 10px;
    overflow: hidden;
}

.list-right li {
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    list-style: url(../images/list-li.png);
    border-bottom: 1px solid #eaeaea;
}

.list-right li a:hover {
    text-decoration: underline;
    color: #248BCA;
}


/* Show */

.list-right .tetile {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    color: #248BCA;
    font-weight: bold;
}

.list-right .timer {
    height: 46px;
    line-height: 46px;
    background-color: #F9F9F9;
    width: 860px;
    margin: 0 auto;
}

.list-right .timer span {
    margin-left: 30px;
    display: block;
    float: left;
}

.list-right.timer ul {
    float: left;
    margin-top: 6px;
}

.list-right .timer li {
    float: left;
    margin-right: 10px;
}

.list-right .timer img {
    height: 30px;
}

.list-right.content {
    width: 860px;
    margin-top: 30px;
    text-align: left;
    min-height: 200px;
}

.list-right.content img {
    float: right;
    max-width: 840px;
}

.qyzp-right {
    width: 900px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.qyzp-right .lr {
    height: 50px;
    line-height: 50px;
    text-indent: 1em;
    color: #000;
}

.qyzp-right .lr li {
    float: left;
}

.qyzp-right .lr a .nam {
    color: #0849a3;
}

.qyzp-right .lr a .nam:hover {
    color: #0993D8;
    text-decoration: underline;
}

.fl{float:left}
.fr{float:right}
#all_list{
height: 36px;
line-height: 36px;
border-bottom: 1px dashed #dcdcdc;
}
  .mypages {
    text-align: center;
  }
.mypages a{ 
  padding: 0 10px;
  color:red;
}  
.defalt_total{
  color:red;
  float: none !important;
}
.mypages .first, .mypages .last,.mypages .prev,.mypages .next{
  font-size: 14px;
  color: #333;
  border: 1px solid #eee;
  display: inline-block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: none;
}
.list_weizhi_r a{
  float:initial;
}
.mypages .prev{
  margin: 0;
}
.mypages .next{
  margin: 0;
}
.mypages .first{
  margin-left: 10px;
}
.mypages .last{
  margin-right: 10px;
}