/*总体*/
body{
  background:url(../images/bankground2.jpg) center 121px no-repeat;
}
.left{
  padding-left:20px;
}
.right{
  padding-right:20px;
}
/*.banner{
  width:1220px;
}
.i-nav{
  width:1220px;
}
.main{
  width:1220px;
}
.left{
  padding-left:20px;
}*/

/*顶部*/
.sel-box{
  padding-top: 0px;
}

.m-select{
  background-color:#f8f8f8;
}

.header-search{
  padding-top:60px;
  width:690px;
}
.searchBox{
  background: #d8eff8;
  width:auto;
}

#searchText{
   outline: none;
   border:none;
   background-color: transparent;
}

#search-comm{
  background:url(../images/search.png) center  no-repeat;
  height: auto;
  width: 40px;
  border:none;
}

.i-nav{
  background-color:#3cacdb;
}

.i-nav li a{
  padding:20px 28px;
  min-width:40px;
}

.i-nav li a:hover{
    background-color:#1b76b7;
    color:#ffffff;
}

.i-nav li a.on{
  background-color:#1b76b7;
  color:#ffffff;
}


/*左侧导航*/
.ge{
  height: 20px;
}
.left-nav{
  display:flex; 
  justify-content:space-between;
  width: 100%;
}
.nav-in-item{
  padding: 10px;
  background-color:#3A72BA;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  /*float: none;*/
  width: 42%;
  margin-bottom: 10px;
}

.nav-in-item .top{
  height: 55px;
}

.nav-in-item .but{
  margin-top: 10px;
}

.color1{
  background-color:#2ab76e;
}

.color2{
  background-color:#9066b5;
}

.color3{
  background-color:#b6a25e;
}

.color4{
  background-color:#fe7d2c;
}

.color5{
  background-color:#7db7a4;
}

.color6{
  background-color:#7eaed9;
}

/*左侧超链接样式*/
a.lefta{
  color: #fff;
}



/*企业用户登录*/

.input{
  width:100%;
}

.login-in-item{
  margin-top: 15px;
}
.en-b-p{
  padding-bottom: 15px;
}

.login-btn-box{
  font-size: 15px;
  text-align: center;
  line-height: 40px;

}

.login-btn-box a{
  color: #fff;
}


.login-btn-box a.login-a{
  background-image:none;
  background-color:#5FA8DD; 
  
}

.login-btn-box a.cx{
  background-image:none;
  background-color:#5FA8DD; 
}

.login-btn-box a.tb{
  background-image:none;
  background-color:#5FA8DD; 
}


/*机构用户登录*/
.left .left-login{
  /*margin-top: 17px;*/
}
.left .left-jgou{
  background-color:#eeeeee;
}

/*图片*/
.left-nav-item{
  /*margin-top: 20px;*/
}

/*常见问题*/
.ques-b .left-ques-title{
  border-bottom:none;
}
.left-ques{
  margin-top: 39px;
}
.left-que{
  /*margin-top: 15px;*/
}


/*右侧列表*/
.hr{
  width: 98%;
  /*background-color:#EEEEEE;*/
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-bottom: 10px;
}

/*右侧-要闻动态*/
.list-item-news{
  clear: both;
}

.list-item-news{
    float: left;
    width: 410px;
    overflow: hidden;
    margin-left: 10px;
    padding-bottom: 20px;
}

.list-item-news-img{
  background-color:#FFF;
  height: 85px;
  line-height: 113px;
  overflow: hidden;
  display: flex;
  justify-content:center;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  border-bottom: 3px #61A6DC solid;
  padding-bottom: 20px;

}
/*.list-item-news-img .top{
  padding: 20px 0;
}*/

.list-item-news-img .nav-in-item-title2{
  padding: 50px 0;
}

.list-list-news{
  height: 330px;
}

.list-list-news li.in{
  position: relative;
  overflow: hidden;
  /*padding-right: 88px;*/
  border-bottom: 1px solid #dedede;
}



.list-list-news li a{
  display:block;
  line-height:32px;
  font-size:14px;
  color:#626262;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.list-list-news li a:hover{
    text-decoration: underline;
    color: #2d8cf0
}

.list-list-news li a span{
  color:#1b76b7;
  margin-right:10px;
}


.list-item3{
    float: left;
    width: 433px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-item-img3{
  background-color:#FFF;
  height: 73px;
  line-height: 113px;
  overflow: hidden;
  display: flex;
  justify-content:center;
  text-align: center;
  font-size:20px;
  font-weight: bold;

}




/*教育培训*/
.list-item-edu{
    float: left;
    width: 433px;
    overflow: hidden;
    /*margin-left: 10px;*/
    /*padding-bottom: 10px;*/
}
.list-list-edu{

  float: left;
  width: 433px;
  overflow: hidden;
}

.list-list-edu ul{
  
}
.list-list-edu li{
  float: left;
  width: 190px;
  padding: 10px;
}

.list-list-edu li img{

  width: 190px;
  height: 124px;
}

.list-list-edu li a{

  width: 220px;
}

.list-list-edu li a span{
  margin-top: 10px;
  font-size: 14px;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  line-height: 120%;
  height:30px;
}

.list-list-edu li a span:hover{
    text-decoration: underline;
    color: #2d8cf0
}



/*底下*/
.list-item{
  border:none;
  background-color: #fff;
}

.list-item:hover{
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;

  border-color:rgb(fff, fff, fff);
}


.list-item-img{
  background-color:#FFF;
  height: 120px;
  line-height: 110px;
  overflow: hidden;
  display: flex;
  justify-content:center;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  border-bottom: 3px #61A6DC solid;

}
.list-item-img .top{
  padding: 10px 0;
}

.list-item-img .nav-in-item-title2{
  padding: 50px 0;
}


/*右边中间分割线*/
.list-item{
  margin-left: 0px;
}
.xian-left-top{
  margin-left: 20px;
  margin-right: 20px;
}
.xian-left-bottom{
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px #cdcdcd solid;
}

.xian-right-top{
  margin-left: 20px;
  margin-right: 20px;
}
.xian-right-bottom{
  padding-left: 20px;
  padding-right: 20px;
}

.left-ques{
  margin-top: 20px;
  border-left: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
}

