﻿﻿﻿﻿﻿
/*新闻列表页*/


.newslist{ width:100%;border-top:1px dashed #e5e5e5;float: left; overflow: hidden; display: block; position: relative; margin-bottom: 30px;}
.newslist ul{width: 100%; zoom: 1;overflow: hidden; display: block; position: relative; margin-bottom: 30px;}
.newslist ul li{ margin-top: -1px; position: relative;}
.newslist ul li:last-child a{border-bottom: none;}
.newslist ul li a{ display: block; padding:30px 270px 30px 70px ; position: relative; border-bottom:1px dashed #e5e5e5; position: relative; }
.newslist ul li a:before{ content: ""; position: absolute; bottom:0; left:0; width: 0; height: 3px; background: #9D2328; -webkit-transition: all ease .4s; -moz-transition: all ease .4s;  -ms-transition: all ease .4s; -o-transition: all ease .4s;  transition: all ease .4s;}
.newslist ul li .img{ float: left; overflow: hidden;width: 20%;}
.newslist ul li .img img{ width: 100%;}
.newslist ul li .text{  margin-left: 245px; }
.newslist ul li .text .tit{ height: 40px; line-height: 40px; font-size: 18px; color: #101010;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newslist ul li .text .des{ margin-top:5px; color: #999999; line-height:24px; height:48px; overflow: hidden; }
.newslist ul li .date{ position: absolute; top:30px; right:0; width:215px; border-left: 1px solid #eeeeee; padding-left: 50px;}
.newslist ul li .date span{ display: block; font-size: 25px; font-weight:200; color: #999999;}
.newslist ul li .date i{ margin-top:25px; display: inline-block; width: 28px; height: 28px; background:url(../images/news_more.png) no-repeat ;}
.newslist ul li:hover{z-index:1; }
.newslist ul li a:hover:before{ width: 100%;}
.newslist ul li a:hover{ background: #FFFFFF; border-bottom:1px solid #FFFFFF; -o-box-shadow:0 0 20px rgba(0,0,0,.08); -ms-box-shadow:0 0 20px rgba(0,0,0,.08); -moz-box-shadow:0 0 20px rgba(0,0,0,.08); -webkit-box-shadow:0 0 20px rgba(0,0,0,.08); box-shadow:0 0 20px rgba(0,0,0,.08);}
.newslist ul li a:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.newslist ul li a:hover .text .tit{ color: #9D2328;}



@media (max-width:999px) {

	.newslist ul li a{ padding:20px 0;}
	.newslist ul li .img{ width: 135px;}
	.newslist ul li .text{ margin-left:150px;}
	.newslist ul li .text .tit{ font-size: 15px; line-height: 30px; height: 30px;}
	.newslist ul li .text .des{ margin-top:0; font-size: 12px; line-height: 20px; height: 40px;}
	.newslist ul li .date{ display: none;}

}
/*新闻列表页*/


/*新闻详情页*/

.news-detail{ padding: 20px 0 50px; position: relative;}
.news-detail .title{ color: #333333; font-size: 22px; line-height: 28px; text-align: center; width: 100%;} 

.article-come{ line-height:26px; margin-top:15px; text-align: center; color: #999999;}
.article-come span{ margin:0 10px; padding-left: 28px; display: inline-block; vertical-align: middle; position: relative;}
.article-come .span-date{ background: url(../images/article_time.png) no-repeat left;}
.article-come .span-num{ background: url(../images/article_num.png) no-repeat left;}


.news-article{ margin-top: 15px; padding:45px 0 60px; border-top: 1px solid #eeeeee; line-height: 30px; }
.news-article p{font-size: 15px; }
.news-article p img{max-width: 100%; margin: auto; text-align: center; margin-bottom: 5px;}




.ny-more{ width: 150px; height: 40px; line-height: 40px; display: inline-block; background: #9D2328; color: #FFFFFF; text-align: center;}
.ny-more:hover{ background: #b95e5e; color: #fff;} 
.flip{ margin-top:45px; padding-top: 20px; border-top: 1px dashed #eeeeee;}
.flip a{ max-width:48%; display: inline-block; position: relative; line-height:30px;}
.flip .prev{ float: left; padding-left:20px; background:url(../images/prev_prev.png) no-repeat left;}
.flip .next{ float: right; padding-right:20px;  background:url(../images/prev_next.png) no-repeat right;}
.flip a:hover{ color: #9D2328;}
.flip .prev:hover{ background:url(../images/prev_prevh.png) no-repeat left;}
.flip .next:hover{ background:url(../images/prev_nexth.png) no-repeat right;}

@media (max-width:999px) {

	.news-detail{ padding: 0px 0;}
	.news-detail .back-top{ bottom: 135px;}
	.news-detail .title{ font-size:18px; }
	.news-article{padding:30px 0 0; }	
	.flip{ font-size: 12px;}
	
}
@media (max-width:640px) {
.flip a{ max-width:100%; margin-bottom: 15px;}
.flip .prev{ float: left; padding-left:0px; background:none;}
.flip .next{ float: left; padding-right:0px;  background:none;}	
}

.eb-details-more{margin: 20px 0;padding-top: 10px; padding-bottom: 10px;}
.eb-details-left p { line-height: 28px; font-size: 14px;white-space: nowrap; -o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; }
.eb-details-left span, .eb-details-left a { color: #666666;float: left; }
.eb-details-right { margin-top: 10px; }
.eb-details-right a { display: block; margin: 0 auto; width: 145px; height: 50px; line-height: 50px; font-size: 16px; color: #ffffff; text-align: center; background-color: #9D2328; }

@media (min-width: 768px){
	 .eb-details-more { position: relative; padding-right: 165px;margin: 40px 0; border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
  .eb-details-left p { line-height: 26px; }
  .eb-details-right { position: absolute; top: 50%; right: 0; margin-top: -25px; }
}



@media (min-width: 1024px){
  .eb-details-left p { line-height: 30px; }
  .eb-details-left a { -webkit-transition: color 0.7s ease; -moz-transition: color 0.7s ease; -o-transition: color 0.7s ease; transition: color 0.7s ease; }
  .eb-details-left a:hover { color: #C0130A; }
}



/*新闻详情页*/






/*员工天地*/

.picweblist{width:100%;position: relative;z-index: 10;background-color: #fff; overflow: hidden;}
.picweblist ul{zoom: 1;}
.picweblist ul li{float: left; position: relative; display: block; overflow: hidden; }

.picweblist ul li img{max-width: 100%;display: block; overflow: hidden; position: relative;}
.picweblist ul li .text{position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); top: 100%; -webkit-transition: top 0.7s ease; -moz-transition: top 0.7s ease; -o-transition: top 0.7s ease; transition: top 0.7s ease;   text-align: center; }
.picweblist ul li .text .tit{color: #fff;  font-size: 24px; width: 100%; display: block; overflow: hidden; position: relative;}
.picweblist ul li:hover .text{display: block;top: 0; }

.picweblist ul li:nth-child(1){width: 25%;animation-delay: 0.2s !important;}
.picweblist ul li:nth-child(1) .text .tit{padding-top: 40%; }
.picweblist ul li:nth-child(2){width: 25%;animation-delay: 0.4s !important;}
.picweblist ul li:nth-child(2) .text .tit{padding-top: 40%; }
.picweblist ul li:nth-child(3){width: 50%;animation-delay: 0.6s !important;}
.picweblist ul li:nth-child(3) .text .tit{padding-top: 20%; }
.picweblist ul li:nth-child(4){width: 50%;animation-delay: 0.8s !important;}
.picweblist ul li:nth-child(4) .text .tit{padding-top: 20%; }
.picweblist ul li:nth-child(5){width: 25%;animation-delay: 1s !important;}
.picweblist ul li:nth-child(5) .text .tit{padding-top: 40%; }
.picweblist ul li:nth-child(6){width: 25%;animation-delay: 1.2s !important;}
.picweblist ul li:nth-child(6) .text .tit{padding-top: 40%; }




@media (max-width:950px) {
.picweblist ul li:nth-child(1){width: 50%;animation-delay: 0.2s !important; margin-bottom: 10px;}
.picweblist ul li:nth-child(1) .text .tit{padding-top: 40%; }
.picweblist ul li:nth-child(2){width: 50%;animation-delay: 0.4s !important; margin-bottom: 10px;}
.picweblist ul li:nth-child(2) .text .tit{padding-top: 40%; }
.picweblist ul li:nth-child(3){width: 100%;animation-delay: 0.6s !important; margin-bottom: 10px;}
.picweblist ul li:nth-child(3) .text .tit{padding-top: 20%; }
.picweblist ul li:nth-child(4){width: 100%;animation-delay: 0.8s !important; margin-bottom: 10px;}
.picweblist ul li:nth-child(4) .text .tit{padding-top: 20%; }
.picweblist ul li:nth-child(5){width: 50%;animation-delay: 1s !important; margin-bottom: 10px;}
.picweblist ul li:nth-child(5) .text .tit{padding-top: 40%; }
.picweblist ul li:nth-child(6){width: 50%;animation-delay: 1.2s !important; margin-bottom: 10px;}
.picweblist ul li:nth-child(6) .text .tit{padding-top: 40%; }

}







/*员工天地*/







/*团建花絮*/
.piclist{width:100%;position: relative;z-index: 10;background-color: #fff; overflow: hidden; margin: 20px 0;}
.piclist ul{zoom: 1;}
.piclist ul li{float: left; position: relative; display: block; overflow: hidden; width:380px; margin-right: 30px; margin-bottom: 30px; }
.piclist ul li:nth-child(3n){margin-right: 0;}
.piclist ul li img{max-width: 100%;display: block; overflow: hidden; position: relative;}
.piclist ul li .textxt{position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); top: 100%; -webkit-transition: top 0.7s ease; -moz-transition: top 0.7s ease; -o-transition: top 0.7s ease; transition: top 0.7s ease;   text-align: center; }
.piclist ul li .textxt .tseit{color: #fff;  font-size: 24px; width: 100%; display: block; overflow: hidden; position: relative; padding-top: 40%;}
.piclist ul li:hover .textxt{display: block;top: 0; }
.piclist ul li .dindrt{position: relative; width: 100%; height: 50px; line-height: 50px ; background-color: #dedede; text-align: center; display: block; color: #333; font-size: 16px; overflow: hidden;}


@media (max-width:1200px) {
.piclist ul li{ width: 32.6%; margin-right: 1.1%; }
.piclist ul li:nth-child(4n){margin-right: 1.1%;}
.piclist ul li:nth-child(3n){margin-right: 0;}
}

@media (max-width:860px) {
.piclist ul li{ width: 49%; }
.piclist ul li:nth-child(4n){margin-right: 2%;}
.piclist ul li:nth-child(3n){margin-right: 2%;}
.piclist ul li:nth-child(2n){margin-right: 0;}
.piclist ul li .textxt .tseit{ font-size: 16px; }
.piclist ul li .dindrt{height: 36px; line-height: 36px ; color: #333; font-size: 15px; }
}

@media (max-width:560px) {
.piclist ul li{ width: 100%; margin: 0; margin-bottom: 20px; }

}
/*团建花絮*/





/*员工文摘*/
.newstelist{width: calc(100% - 320px); float: left; overflow: hidden; display: block; position: relative; margin-bottom: 30px;}
.newstelist ul{width: 100%; zoom: 1;overflow: hidden; display: block; position: relative;margin-bottom: 30px;}
.newstelist li{ border:1px solid #dedee3; padding:20px; margin-bottom:25px;transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;overflow: hidden;}
.newstelist ul li .pic{ display:block; width:167px; height:102px; float:left; margin-right: 18px;}
.newstelist ul li .pic img{ width:167px; height:102px;}
.newstelist ul li .txt{ float:right; width: calc(100% - 185px);}
.newstelist ul li .tit{ font-size:18px; display:block;overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.newstelist ul li time{ color:#999999; font-size:14px;}
.newstelist ul li .con{ font-size:14px; margin-top:10px; height:40px; line-height:20px; color:#999999; overflow:hidden;}
.newstelist ul li:hover{ box-shadow:0 10px 20px 0 rgba(0,0,0,.19);transform:translate3d(0,-2px,0);transition:all .3s cubic-bezier(.55,0,.1,1);}

@media (max-width:1920px) {
.newsbbbq{width: calc(100% - 320px); float: left; overflow: hidden; display: block; position: relative; margin-bottom: 30px;}
}
@media (max-width:920px) {
.newsbbbq{width: calc(100% - 0px); float: left; overflow: hidden; display: block; position: relative; margin-bottom: 30px;}
}

.newsbbbq ul{width: 100%; zoom: 1;overflow: hidden; display: block; position: relative;margin-bottom: 30px;}
.newsbbbq ul li{width: 48%; float: left; margin-right: 4%;  margin-bottom:25px;overflow: hidden;}
.newsbbbq ul li:nth-child(2n){margin-right: 0;}
.newsbbbq ul li .pic{ display:block; width:100%; overflow: hidden;}
.newsbbbq ul li .pic img{ max-width:100%; }
.newsbbbq ul li .txt{ font-size:18px; height: 36px; line-height: 36px; display:block;overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; text-align: center; }





.Rnewbox{ float:right; padding:18px 16px 16px; border:1px solid #dedee3; width:305px;text-align:right;}
.Rnewbox .ttimgst{width: 100%; overflow: hidden; margin-bottom: 20px;}
.Rnewbox .ttimgst img{max-width: 100%;-webkit-box-reflect: below;}
.Rnewbox ul{ padding-top:5px;}
.Rnewbox h2{ font-size:18px; font-weight:normal; margin:0; border-bottom:2px solid #e5e5e5; padding-bottom:15px; text-align:left;}
.Rnewbox li{ background:url(../images/li_bg.jpg) repeat-x left bottom; font-size:12px; line-height:22px; padding:7px 0 8px;text-align:left;}
.Rnewbox li a{ overflow:hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; display:inline-block; *display:inline; *zoom:1; position:relative; top:6px; width:92%; font-size:14px;}
.Rnewbox li a span{ padding-right:8px;}
.Rnewbox .more{ font-size:14px; display:inline-block; margin-top:15px;}


@media (max-width:920px) {
.Rnewbox{display: none;}
.newstelist{width: 100%;}
}


@media (max-width:620px) {
.newstelist li{ padding:10px; margin-bottom: 15px;}
.newstelist ul li .pic{ display:block; width:100px; height:80px; float:left; margin-right: 15px; overflow: hidden;}
.newstelist ul li .pic img{ width:100px; height:auto;}
.newstelist ul li .txt{ float:right; width: calc(100% - 115px);}
.newstelist ul li .tit{ font-size:16px;  }
.newstelist ul li .con {margin-top: 5px;}
}



/*员工文摘*/







/*人才招聘*/




.joplist{ width: 100%; display: block; position: relative; overflow: hidden;padding: 20px 0;}
.joplist ul{border-top:1px solid #e8e8e8;zoom: 1;}
.joplist ul li{ border-bottom:1px solid #e8e8e8;}
.joplist ul li h3{ font-size:15px; height:50px; line-height:50px; color:#4c4c4c;padding:0 28px 0 10px; background-image:url(../images/zp06.png);background-position:98% center;background-repeat:no-repeat; cursor:pointer;}
.zhaoptext04{ padding:16px; background-color:#f2f2f2; font-size:14px; color:#4c4c4c; line-height:24px; display:none;}
.zhaoptext04 p{font-size: 15px;line-height:28px;}
.zhaoptext04 h4{ font-weight:bold; font-size:14px; color:#4c4c4c; padding-bottom:5px;}
.hsh_mailtoa04{ width:120px; height:35px; line-height:35px; text-align:center; color:#ffffff; font-size:16px; background-color:#9D2328; display:block; margin:32px 0 10px 0;}
.hsh_mailtoa04:hover{color:#ffffff;}
.joplist ul li h3.cur{ color:#ffffff;background-color:#103770; background-image:url(../images/zp07.png);}
.hsh_mailtotext04{color:#9D2328;}
.recrequest04{padding:2% 0;margin: 0 0 3%;border-bottom:1px solid #d9d9d9;line-height:28px;font-size:14px;}
.recrequest04 li{padding:0;border:none !important;}
.recrequest04 .recp{}
.recrequest04 .recpone{}

@media (min-width: 768px){
.pagezhaopin4{padding-top:55px;padding-bottom:55px;}
	.hsh_mailtoa04{display:inline-block;margin:32px 22px 0 0;}

	.recrequest04 .recp{width:50%; float: left;}
	
}

@media (min-width: 991px){
.joplist ul li h3{padding:0 30px 0 35px; font-size:18px;}
	.recrequest04 .recp{width:21%; float: left;}
	.recrequest04 .recpone{width:35%;}

}

@media (min-width: 1024px){
.zhaoptext04 {padding: 16px 32px 32px;}	
	
	
}




/*人才招聘*/







