/*title*/
.fa_htitle.fa_text_w h2 {
    color: #fff;
}
.fa_htitle.fa_text_w h4 {
    color: #fff;
    /* font-weight: 300; */
}
.fa_htitle {
    margin-bottom: var(--f30);
}
.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f36);
    font-weight: 500;
	color:var(--main-color);
    margin-bottom: 10px;
	position:relative;
	padding-left:40px;
}
.fa_htitle h4:before{
	content:"";
	background:url(../images/sjcc.png) no-repeat left center;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:28px;
	background-size:contain;
	
	
}
.fa_htitle h4 span{
	display:inline-block;
}
.fa_htitle h6{
    font-size: var(--f18);
    color: #333;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.6;
}

/*banner*/
.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden; 
}
.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    opacity: 1;
    max-height: 700px;
}

.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    z-index: 5;
    /* text-align: center; */
    transition: all 0.5s;
    top: 50%;
    right: 0;
}


.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
    position: relative;
    /* text-align: right; */
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: var(--f18);
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 1.6;
    /* margin: auto; */
    letter-spacing: 0;
    font-weight: 400;
    max-width: 600px;
    margin-top: 30px;
    /* margin-bottom: 3vw; */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: var(--f50);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
    /* margin-top: var(--f20); */
    position:relative;
    display:block;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 640px;
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}
.fa_Home .fa_hBanner .fa_tit h3 span{
    position:relative;
}
.fa_Home .fa_hBanner .fa_tit h6 {
  margin-top:30px; 
  
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
}

.fa_Home .fa_hBanner .fa_tit h6 a{
    display: inline-block;
    border:#fff solid 1px;
    line-height:40px;
    min-width: 130px;
    text-align: center;
    border-radius:5px;
    font-size:14px;
    font-weight:300;
    margin-right:20px;
    transition:all 0.5s;
}

.fa_Home .fa_hBanner .fa_tit h6 a:nth-child(1){
    background: #fff;
    color:#333;
}
.fa_Home .fa_hBanner .fa_tit h6 a:nth-child(2){
    background: rgba(255,255,255,0.2);
    color:#fff;
}

.fa_Home .fa_hBanner .fa_tit h6 a:hover{
    background: var(--main-color);
    border-color:var(--main-color);
    color:#fff;
}
.fa_Home .fa_hBanner .fa_More{
    margin-top:3vw;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
}
.fa_Home .fa_hBanner  .swiper-slide-active .fa_More{
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.6s;
}

.fa_Home .fa_hBanner .fa_scroll{
    position:absolute;
    right: 0;
    bottom: 0;
    /* transform: translateX(-50%); */
    /* width:96%; */
    max-width: var(--wrapper);
    padding: 0 10px;
    z-index: 10;
}
@keyframes yuan1 {
	0% {
		transform: translate(20%,0px) rotate(360deg) scale(1.2);
		opacity: 0.1;
	}

	50% {
		transform: translate(10%,-50px) rotate(360deg) scale(0.8);
		opacity: .2;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1);
		opacity: 0.1;
	
	}
}
@keyframes yuan1 {
	0% {
		transform: translate(20%,20%) rotate(360deg) scale(1.2);
		opacity: 0.1;
	}

	50% {
		transform: translate(30%,-50px) rotate(360deg) scale(1);
		opacity: .2;
	}

	100% {
		transform: translate(-20%,100px) rotate(360deg) scale(1.1);
		opacity: 0.1;
	
	}
}

 @keyframes cc_round {
 	0% {
 		transform: rotate(0) ;
 		opacity: .2;
 	}
 
 	100% {
 	transform: rotate(360deg) ;
 		opacity: .5;
 	}
 
 }

/**/
.fa_hBanner  .fa_page{
    position: absolute;
    bottom:5%;
    left:50%;
    transform:translateX(-50%);
    width:96%;
    max-width:var(--wrapper);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 5;
    /* padding-right: 130px; */
} 
.fa_hBanner .fa_swp_btn{
    display: flex;
    width: 180px;
}
.fa_hBanner .fa_swp_btn>div{
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    font-size: 14px;
    color:#fff;
    transition:all 0.5s;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    margin-right: 1vw;
    opacity: 1;
}
.fa_hBanner .fa_swp_btn>div:hover{
    background: var(--main-color);
    color:#fff;
    border-color:var(--main-color);
    opacity:1;
}
.fa_hBanner .fa_swp_page{
    font-size:var(--f20);
    color:rgba(255,255,255,0.5);
    font-family: 'Barlow Condensed', sans-serif;
    width: auto;
}
.fa_hBanner .fa_swp_page span{
    
    font-family: 'Barlow Condensed', sans-serif;
}
.fa_hBanner .fa_swp_page span.swiper-pagination-current{
    font-size:var(--f36);
    color:#fff;
}
@media screen and (min-width: 769px) {
.fa_hBanner  .fa_page{
    bottom:100px;
    /* margin-bottom:2vw; */
}
    
}    
@media screen and (max-width: 768px) {
    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: 22px;
        text-shadow:none;
    }
    .fa_Home .fa_hBanner .fa_tit h4 {
       font-size: 16px;
    }
    .fa_htitle .fa_tt_span {
        display: none;
    }
    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        min-height: 400px;
        object-fit: cover;
        height: 50vh;
    }
    .fa_hBanner .fa_page{
        padding:20px;
    }
    .fa_hBanner .fa_swp_btn>div{
        width:36px;
        height:36px;
        font-size:14px;
        margin-left:15px;
        border:none;
        background:rgba(33,33,33,0.9);
    }
    .fa_hBanner .fa_swp_page,.fa_hBanner .fa_swp_page span,.fa_hBanner .fa_swp_page span.swiper-pagination-current{
        font-size:16px;
    }
	.fa_htitle h4{
		padding-left:30px;
	}
}

/**/
.fa_hRoute{
    position: relative;
    overflow: hidden;
    background: #fff url(../images/dtpng.webp) no-repeat right top;
}
.fa_hRoute .fa_li{
    position: relative;
    display: block;
}
.fa_hRoute .fa_Img{
    padding-bottom: 50%;
    border-radius:10px;
    position: relative;
    z-index: 5;
    transition: all 0.8s;
    transform: translateY(110px);
}
.fa_hRoute .swiper-slide-next .fa_Img{
    transform: translateY(0);
	transition-delay:0.5s;
}
.fa_hRoute .fa_tt{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    padding:30px;
    transition:all 0.8s;
	transform:translateY(0%);
    opacity:1;
	z-index:3;
}
.fa_hRoute .fa_Img:before{
	content:"";
	background:linear-gradient(transparent,var(--main2-color));
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	transition:all 0.8s;
	height:60%;
}

.fa_hRoute .swiper-slide-next  .fa_Img:before{
	height:0;
}
.fa_hRoute .fa_Img:after{
      content: "";
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(0, 145, 215, 0), rgba(255, 255, 255, .3), rgba(0, 145, 215, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(0, 145, 215, .0), rgba(255, 255, 255, .3), rgba(0, 145, 215, 0));
    transform: skewx(-25deg);
    z-index: 3;
}

.fa_hRoute .fa_li:hover .fa_Img:after{
     left: 120%;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.fa_hRoute .swiper-slide-next .fa_li .fa_tt{
    
    transform:translateY(100%);
    opacity: 0;
	transition-delay:0.5s;
}

.fa_hRoute .fa_tt h3{
    font-size: var(--f36);
    color:#fff;
    font-weight:600;
}
.fa_hRoute .fa_tit{
	padding-top:30px;
	padding-bottom: 10px;
}
.fa_hRoute .fa_tit h4{
    font-size: var(--f30);
    color:var(--tit-color);
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
}
.fa_hRoute .fa_tit p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:14px;
    color:var(--sum-color);
    line-height:16px;
    margin-top: 20px;
}

.fa_hRoute .fa_box_btn>div.fa_btn_l{
    transform:rotateY(-180deg);
}
@keyframes rotate{
	0%{transform:rotate(0);}
	100%{transform:rotate(360deg);}
}
@media screen and (min-width: 769px) {
    .fa_hRoute .fa_swplist{
        position: relative;
    }
    .fa_hRoute .swiper-container{
        overflow: visible;
    }
    .fa_hRoute .fa_li{
        
    }
	.fa_hRoute .fa_htitle{
		width:50%;
		padding-right:50px;
	}
	.fa_hRoute .fa_swplist{
		margin-top: -110px;
	}
	.fa_hRoute .fa_box_btn{
	    position: absolute;
	    right:-50px;
	    top:-100px;
	    width:140px;
	    height:140px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
		z-index:10;
	}
	.fa_hRoute .fa_box_btn:before{    
    	content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: url(../images/quanquan.png) center no-repeat;
		background-size:100%;
        animation: rotate 10s linear infinite;
    }
	.fa_hRoute .fa_box_btn>div{
	    color:var(--main-color);
	    font-size:20px;
	    display: block;
		width:40px;
		text-align:center;
	    transition:all 0.5s;
		cursor:pointer;
		position:relative;
		z-index:15;
	}
}
@media screen and (max-width: 768px) {
    
}

/**/
.fa_hBuss{
    position: relative;
    overflow: hidden;
    background: linear-gradient(#f7f7f7, #eee);
}
.fa_hBuss .fa_li{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background:#fff;
    border: #eee solid 1px;
	transition:all 0.5s;
}

.fa_hBuss .fa_li:hover{
	background:var(--main-color);
}
.fa_hBuss .fa_Img{
    padding-bottom: 45%;
}

.fa_hBuss .fa_li .fa_tit{
	padding:20px;
	/* text-align:center; */
}
.fa_hBuss .fa_li .fa_tit h4{
    font-size: var(--f20);
    color: #000;
    font-weight: 400;
	transition:all 0.5s;
}
.fa_hBuss .fa_li:hover h4{
	color:#fff;
}
.fa_hBuss .fa_li .fa_tit p{
    color: #333;
    font-size:14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
    transition: all 0.5s;
    margin-top: 10px;
    font-weight: 300;
    margin-bottom: 10px;
	transition:all 0.5s;
}

.fa_hBuss .fa_li:hover .fa_tit p{
	color:#fff;
}
.fa_hBuss .fa_li .fa_tit span{
	font-size:14px;
	color:var(--main-color);
	transition:all 0.5s;
}

.fa_hBuss .fa_li:hover .fa_tit span{
	color:#fff;
}
/**/ 
.fa_hAbout{
    
}
.fa_hAbout .fa_sum{
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 30px;
	/* font-weight: 300; */
}
.fa_hAbout .fa_right .fa_pic{
	border-radius:10px;
	overflow:hidden;
}
.fa_hAbout .fa_sum li{
	position:relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size:16px;
}

.fa_hAbout .fa_sum li p{
	font-size:16px;
}
.fa_hAbout .fa_sum li:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:8px;
	background:var(--main2-color);
	border-radius:500px;
}
.fa_hAbout .fa_jump{
	display:flex;
	justify-content:space-between;
	margin-bottom: 2vw;
	max-width: 530px;
}
.fa_hAbout .fa_jump dl dt {
	color:var(--main-color);
	font-weight:600;
	line-height:1;
}
.fa_hAbout .fa_jump dl dt span{
	font-size:2.5vw;
	color:var(--main-color);
	margin-right:5px;
	
}

.fa_hAbout .fa_jump dl dt i{
	font-size:0.8vw;
}
.fa_hAbout .fa_jump dl dd{
	font-size:16px;
	margin-top:10px;
}
@media screen and (min-width: 769px) {
   .fa_hAbout{
	   position:relative;
   }
   .fa_hAbout .fa_wrapper{
       display: flex;
       /* align-items: center; */
   }
   .fa_hAbout .fa_left{
       width:50%;
       padding-right: 5vw;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }
   .fa_hAbout .fa_right{
       width:50%;
   }
	.fa_hAbout .fa_right .fa_pic{
		height:100%;
		overflow:hidden;
	}
	.fa_hAbout .fa_right .fa_pic img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.fa_hAbout .fa_sum{}
}
@media screen and (max-width: 768px) {
	.fa_hAbout{
		padding:0;
	}
	.fa_hAbout .fa_left{
		margin-bottom:20px;
	}
  .fa_hAbout .fa_sum{
      font-size:14px;
  }
	.fa_hAbout .fa_jump dl dt span{
		font-size:20px;
	}
	.fa_hAbout .fa_jump dl dt i{
		font-size:14px;
	}
}
/**/ 
.fa_hAdv{
	
    background: linear-gradient(#f7f7f7, #eee);
}
.fa_hAdv .fa_list{
    overflow: hidden;
}
.fa_hAdv .fa_li{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

@media screen and (min-width: 769px) {
    .fa_hAdv .fa_li{
        float: left;
        width:calc(35% - 20px);
        margin-left:20px; 
        margin-bottom:20px;
        
    }
    .fa_hAdv .fa_li:nth-child(1){
        width:30%;
        padding:0;
        margin:0;
    }
    .fa_hAdv .fa_li .fa_Img{
        height:calc((44vh - 20px) / 2);
    }
	.fa_hAdv .fa_li:nth-child(1) .fa_Img{
        height: 44vh;
    }
.fa_hAdv .fa_li:before{
    content:"";
    height: 10vh;
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    background: linear-gradient(transparent,rgba(0,163,175,0.8));
    z-index:3;
    min-height: 130px;
}
.fa_hAdv .fa_li .fa_tit{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    padding:20px;
    z-index: 3;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.5s;
    height: 77px;
}

.fa_hAdv .fa_li:hover .fa_tit{
	background:rgba(187,39,45,0.8);
	height:100%;
}

.fa_hAdv .fa_li .fa_tit>div{
	width:100%;
}
.fa_hAdv .fa_li .fa_tit h5{
    font-size:var(--f22);
    color:#fff;
    font-weight: 400;
}

.fa_hAdv .fa_li .fa_tit p{
    font-size:14px;
    color:#fff;
    margin-top:10px;
	font-weight:300;
	max-height:0;
	overflow:hidden;
	transition:all 0.8s;
	opacity:0;
}

.fa_hAdv .fa_li:hover .fa_tit p{
	max-height:300px;
	opacity:1;
}
}
@media screen and (max-width: 768px) {
  .fa_hAdv .fa_li .fa_Img{
	  padding-bottom:50%;
	  border-radius:5px;
  }
	
	.fa_hAdv .fa_li{
		margin-bottom:20px;
	}
	.fa_hAdv .fa_li .fa_tit  h5{
		font-size:18px;
		color:#333;
		font-weight:300;
		margin-top:10px;
	}
	
	.fa_hAdv .fa_li .fa_tit  p{
		font-size:14px;
		font-weight:300;
		margin-top:5px;
	}
}

/**/ 
.fa_hService{
	overflow:hidden;
}
.fa_hService .fa_li{
    padding: 30px;
    border:#eef2f7 solid 1px;
    display:block;
    position: relative;
    border-radius: 5px;
    background: linear-gradient(45deg, #e5ecf2, #fff);
	overflow:hidden;
}

.fa_hService .fa_li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:var(--main-color);
	opacity:0;
	transition:all 0.5s;
}

.fa_hService .fa_li:hover:before{
	opacity:1;
}
.fa_hService .fa_li>*{
	position:relative;
}
.fa_hService .fa_li .fa_ico span{
	display:inline-flex;
	width:80px;
	height:80px;
	padding:15px;
	align-items:center;
	justify-content:center;
	border-radius:500px;
	border:var(--main2-color) solid 2px;
	transition:all 0.5s;
}

.fa_hService .fa_li:hover .fa_ico span{
	background:#fff;
	border-color:var(--main-color);
}
.fa_hService .fa_li .fa_ico span img{
	width:100%;
	transition: all 0.5s;
}

.fa_hService .fa_li:hover .fa_ico span img{
	    filter: grayscale(1);
}
.fa_hService .fa_tit h4{
    font-size: var(--f20);
    color:var(--tit-color);
    margin-bottom: 10px;
    margin-top: 25px;
    transition:all 0.5s;
    font-weight: 400;
	
}

.fa_hService .fa_li:hover .fa_tit h4{
	color:#fff;
}
.fa_hService .fa_tit p{
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:20px;
    height:40px;
    font-size:14px;
    color:#666;
	font-weight:300;
	transition:all 0.5s;
}

.fa_hService .fa_li:hover .fa_tit p{
	color:rgba(255,255,255,0.6)
}
.fa_hService .fa_box_btn{
	/* width: 180px; */
	padding: 0;
	display: block;
}
.fa_hService .fa_box_btn>div{
	width:50px;
	height:50px;
	background: #00a3af;
	margin-right:10px;
	display:inline-flex;
	color: #fff;
	font-size:20px;
	border: #eee solid 1px;
}

.fa_hService .fa_box_btn>div:hover{
    background: var(--main-color);
    color:#fff;
}
.fa_hService .fa_box_page {
	font-size:var(--f30);
	color:#ccc;
	position: relative;
	width: 100px;
	line-height: 1;
}

.fa_hService .fa_box_page .swiper-pagination-current{
	color:var(--main-color);
}
@media screen and (min-width: 769px) {
    .fa_hService .swiper-container{
		/* overflow:visible; */
	} 
	.fa_hService .fa_swplist{
		position:relative;
	}
	.fa_hService .fa_box{
		display:flex;
		align-items:center;
		position:absolute;
		right:0;
		top:-90px;
	}
}
@media screen and (max-width: 768px) {
    .fa_hService .fa_box_page {
		display:none;
	}
	.fa_hService{
		position:relative;
	}
	.fa_hService .fa_htitle{
		/* padding-left:20px; */
	}
	.fa_hService .fa_box_btn{
		position:absolute;
		right:20px;
		top: 40px;
		width:auto;
	}
	.fa_hService .fa_box_btn>div{
		width:30px;
		height:30px;
		font-size:14px;
		margin-left:5px;
		margin-right: 0;
	}
}
/**/ 
.fa_hNews{
}
.fa_hNews .fa_li{
    border:#eee solid 1px;
    border-radius:5px;
    overflow: hidden;
}
.fa_hNews .fa_it{
	position:relative;
	display:block;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom:#ddd dotted  1px;
}
.fa_hNews .fa_it:last-child{
	border:none;
}

.fa_hNews .fa_it h6{
	font-size: 16px;
	color: #333;
	font-weight:400;
	margin-bottom:5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition:all 0.5s;
}
.fa_hNews .fa_it:hover h6{
	color:var(--main-color);
}
.fa_hNews .fa_it p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:14px;
	color: #333;
	font-weight: 300;
}
.fa_hNews .fa_Img{padding-bottom: 50%;}
.fa_hNews .fa_tit{
    padding: 22px;
}
.fa_hNews .fa_tit h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:var(--f20);
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
    transition:all 0.5s;
}

.fa_hNews .fa_li:hover .fa_tit h3{
    color:var(--main-color);
}
.fa_hNews .fa_tit article{
    
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    color:#999;
    font-size:14px;
    line-height:20px;
    height:40px;
}
.fa_hNews .fa_tit p{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .fa_hNews .fa_listbox{
      display:flex;
      justify-content: space-between;
  }
   
  .fa_hNews .fa_left{
      width:60%; 
  }
  .fa_hNews .fa_left .fa_list{
      display: flex;
      
      justify-content: space-between;
  }
  .fa_hNews .fa_left .fa_li{ 
      width:calc((100% - 20px) / 2);
  } 
  .fa_hNews .fa_right{
      width:40%;
      padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
.fa_hNews{
	padding-top:0;
}
	.fa_hNews .fa_li{
		border:#eee solid 1px;
	}
} 
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
    
}
   