.fontsSize14 {
  font-size: 14px;
}

.fontsSize16 {
  font-size: 16px
}
.fontsSize20 {
  font-size: 20px
}
.fontsSize26{
  font-size: 26px;
}
.y_txt-right{
  text-align: center;
}
.color_999999{
  color: #999999;
}
.color_656565{
  color: #656565;
}
.color_348bda{
  color: #348bda;
}
.y-conten {
  width: 100%;
  height: auto;
  /* text-align: center; */
  /* padding-left: 20%;
  padding-right: 20%; */
  margin: auto;
  min-width: 1200px;
  max-width: 1200px;
  margin-top: 20px;
  font-size: 14px;
}

.y-flex {
  display: flex;
}

/*S-----面包屑导航样式*/
.y_breadcrumb img {
  width: 17px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-top: 8px
}

.y_breadcrumb {
  display: flex;
}

.y_breadcrumb .y_breadcrumb_ul {
  list-style: none;
  padding: 8px 15px;
}

.y_breadcrumb .y_breadcrumb_ul li,
.y_breadcrumb_ul li a {
  display: inline;
  font-size: 14px;
  color: #999999;
}

.y_breadcrumb .y_breadcrumb_ul li span {
  font-size: 10px;
}

/*E---面包屑导航样式*/
/* 查询 s */
.y_query {
  border: .5px solid rgba(0, 0, 0, .1);
  /* border: 1px solid #999999; */
  width: 100%;
  display: flex;
  padding: 10px;
  height: 55px;
}

.y_query img {
  width: 14px;
  height: 16px;
}

.y_query div,
.y_query select,
.y_query button {
  margin-right: 20px;

}

.y_query select {
  width: 200px !important;
}

.y_query_button {
  background-color: #197ae6;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  width: 80px;
}

/* 查询 e */
.queryResult {
  padding-left: 20px;
  margin-top: 20px;
}

.queryResult img {
  height: 18px;
  width: 20px;
}

.y_table {
  margin-top: 20px;
  font-size: 14px;
}

.y_table .table-bordered {
  font-size: 14px;
  text-align: center;
  table-layout: fixed;
}

.y_table .table-bordered>thead {
  background-color: #eeeeee;
}

.y_table .table-bordered>thead>tr>td {
  border: none !important;
}

.y_table .table-bordered>tbody>tr>td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 20px;
}

.color_red {
  color: red
}
/*企业服务详情页*/
.company_name{
  padding-left:30px ; 
  margin-top: 20px;
  padding-bottom: 30px;   
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.vImg{
  margin-top: 5px;
  width: 19px;
  margin-left: 10px;
  vertical-align: middle !important;
}
.vSpan{
  color: #0096f6;
  border-radius: 5px;
  border: 1px solid #0096f6;
  padding: 3px;
  margin-left: -5px;
}
.trusteeShip{
  width: 70px;
}
.en_details_title{
  margin-top: 20px;
  padding-left:30px ;
  padding-right:30px ;
}
.en_details_title img{
  width: 20px;
  margin-right: 10px;
}
.en_details_title_conten{
  text-align: justify;
  margin: 20px 0px 30px 0px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 20px;
}

.en_details_title_conten_td{
  width: 200px;
   
}
.td-padding{
  padding: 20px !important;
}
.en_details_title_conten img,.en_details_title_conten video{
    display: inline-block;
    vertical-align: baseline;
    width: 160px !important;
    height: 120px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.query_phone{
  color: #ff8706;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;

}
/*全国司库一链接*/
.sky_link_conten{
  padding-left: 30px;
  padding-right: 30px;
}
.sky_link{
  background-color: #4c9cf5;
    color: #fff;
    padding: 10px 20px;
}
.sky_link_conten .link_conten{
  border: 1px solid #eeeeee;
  border-bottom: none;
  width: 100%;
}
.link_conten img{
  vertical-align: middle !important;
}
.link_conten div{
  border-bottom: 1px solid #eeeeee;  
  line-height: 50px;
  padding-left: 20px;
}
.link_conten div a{
  color: #282828; 
}
.link_conten div a span{
  margin-left: 10px;
}
/*头条列表*/
.headLine_div{
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}
 .headlineList{
    /* list-style: none; */
    padding-inline-start: -0px;    
 }
 .headlineList li{
  width: 45%; 
  min-width:470px;
  padding-bottom: 20px;  
  float: left; 
  padding-top: 30px;
  border-bottom: 1px dashed #aaaaaa; 
}
.headlineList li p{
  padding-left:10px;
}
.headlineList li div{
  width: 100%;
}
.headlineList img{
  vertical-align: middle !important;
}
.headlineList li div p:first-child{    
  width: 100%;   
  display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow:ellipsis;
	-khtml-text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow:ellipsis;
}
 
.headlineList li:nth-child(odd) {
  margin-right: 10%;
}
/*头条详情*/
.headlinesDteails_title{
  padding-left: 30px;
}
.headlinesDteails_title .titleP{
  padding-top: 10px;
}
.headlinesDteails_title .titleSpan{
  padding-left: 10px;
  padding-right: 10px;
}
.author_details{
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.author_Img{
  border-radius: 50%;
    width: 60px;
    height: 60px;
}
.author_Text{
  padding-left: 10px;
  padding-top: 10px;
}
.auth_deatls{
  padding-left: 30px;
  padding-top:30px ;
}
.auth_deatls p{
  text-indent:40px;
  /* padding-top:20px ; */
  text-align: justify;
  padding-bottom: 10px;
}
.auth_deatls img{
 width: 150px;
 margin-bottom: 10px;
}
/*招聘详情*/
.recruiment_title{
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  display: flex;
}
.recruiment_title .txtRight{
  text-align: right;
}
.recruiment_content{
  padding: 30px;
}
.recruiment_content>div{
  width: 60%;
  min-width: 460px;
  position: relative;
  /* padding-right: 10%; */
}
.recruiment_content>div:last-child{
  width: 45%;
  padding-left: 10%;
}
.padding_left_10{
  padding-left: 10px;
}
 
.padding_top_10{
  padding-top: 10px;
}
.padding20{
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.bgk{
  /* padding: 10px;    */
  clear: both;
}
.bgk>div:first-child>span:after{
  content:"";
  background-image: url(../images/icon/rowline.png);
  height:1px;
  position: absolute;   
  width: 75%;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 20px;
}
.bgk>div:first-child{
  background-color: #fff;
  margin-top: -15px;
  width: 150px;  
}
.bgk:nth-last-child(3){
  padding-bottom: 160px;
}
.zylight{
  padding-left: 20px;
  padding-top:30px;   
}
.zylight p{
  color: #4c9cf5;
  background-color: #eff7ff;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 5px;
  width: auto;
  float: left;
}
.zhiwei{
  padding-top: 30px;
  padding-bottom: 30px;
}
.zhiwei p{
  text-align: justify;
}
.company_jianjie{
  padding-top:  30px; 
  text-align: center;
}
.company_jianjie div:first-child{
  padding-bottom: 20px;
  text-align: justify;
}
 .comIndex{
     padding-left: 20px;
     padding-right: 20px;
 }


 .y_poolr{
  background-color:rgba(0,0,0,.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
   display: none;
 }
.y_poolr>div{
   background-color: #fff;
   width: 340px;
   height: 170px;
   position: relative;
   top: 50%;
   left: 50%;
   border-radius:10px;
   padding: 20px;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
}  
.poolrIMg{
  width: 15px;
  height: 15px;
   opacity: .5;
   cursor: pointer;
}
.y_poolr_text{
  text-align: center;
  padding-top: 30px;
  
}
.poorBold{
  font-weight:bold
}