﻿@charset "utf-8";
/* 颜色 */
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0; /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
	font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #3773db;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe, img {
	border: 0;
}
img {
	vertical-align: middle;
}
input {
	outline: none;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	display: block;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
html, body {
	position: relative;
}
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	align-items: baseline;
}
.container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.outbox{ width:100%; background:#e2846a; padding:30px 0;}
.domPc {
	display: block;
}
.domMob {
	display: none;
}
.box {
	width: 1000px;
	margin: 0 auto;
}
.wrap {
	background: #fff url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/banner.jpg) center top no-repeat;
}
/*

BEM
.block{}
.block__element{}
.block--modifier{}
.site-search{} 块 
.site-search__field{} 元素 
.site-search--full{} 修饰符 

使用BEM的诀窍是，你要知道什么时候哪些东西是应该写成BEM格式的。因为某些东西确实是位于一个块的内部，但这并不意味它就是BEM中所说的元素。一个元素的范围可能开始于任何上下文，因此要确定只在需要用到BEM的地方才使用它。然而，一切都有可能潜在地用到BEM.
BEM最难的部分之一是明确作用域是从哪开始和到哪结束的，以及什么时候使用（不使用）它。
BEM 最多只有 B+E+M 三级,不可能出现 B+E+E+..+E+M 超长class名,也要求E不能同名

著作权归作者所有。
商业转载请联系作者获得授权,非商业转载请注明出处。
原文: https://www.w3cplus.com/css/mindbemding-getting-your-head-round-bem-syntax.html © w3cplus.com

工程化参考 https://www.zhihu.com/question/21935157

*/
.show {
	display: block;
}
.hide {
	display: none;
}
.logos__box {
	padding-top: 35px;
	padding-bottom: 300px;
	font-size: 0;
	position: relative;
}
.signs__box {
	width: 383px;
	float: left;
	margin-top: 60px;
	margin-left: -55px;
}
.logos__lh, .logos__xhw, .logos__ft {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.logos__lh {
	width: 221px;
	height: 58px;
	background: url(//www.news.cn/2019lh/sjxc/images/qglhlogo.png) center left no-repeat;
	margin-right: 80px;
}
.logos__xhw {
	width: 70px;
	height: 55px; /*background: url(//www.news.cn/politics/2021lh/jcrddb/images/jc_logo02.png) center left no-repeat;*/
	background-size: 100%;
	position: absolute;
	right: -4px;
	top: 103px;
}
.logos__ft {
	width: 136px;
	height: 58px;
	background: url(//www.news.cn/2019lh/sjxc/images/xhft.png) center left no-repeat;
}
.signs__link {
	display: block;
	width: 275px;
	height: 73px;
	margin: 0; /*background: transparent url(//www.news.cn/politics/2021lh/jcrddb/images/jc_logo01.png) center center no-repeat;*/
}
.tit {
	width: 1000px;
	margin: 0 auto;
	margin-bottom:60px;
}
.tit__box {
	padding-top: 0;
	text-align: left;
	margin: 0;
}
.tit__box, .tit__box a {
	font-size: 48px;
	line-height: 75px;
	color: #fff;
	font-weight: bold;
	max-width:1000px;
	height: auto;
	background:#e1382d;
	border-radius:5px;
	text-align: center;
	position:relative;
	display:inline-block;
	padding:0 30px;
	
}
.tit__box:after{ content:""; width:30px; height:21px; position:absolute; z-index:0; background:url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/chat.png) no-repeat; left:20px; bottom:-15px;}
.tit__box a {
	display: inline-block;
}
.slogan__box {
	height: 128px;
	background: transparent url("//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_slogan.png") 376px top no-repeat;
}
.video {
	position: relative;
	width: 1010px;
	height: 559px;
	border: 6px;
	border-radius: 5px;
	background: #d7574d;
	padding-top: 5px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom:10px;
}
.video__box {
	position: relative;
	width: 1000px;
	height: 554px;
	border: 6px;
	border-radius: 5px;
	background: #d7574d;
}
.video__wrap, .video__iframe, .video__box__cover {
	width: 100%;
	height: 100%;
}
.video__box__btn--close, .video__box__cover {
	position: absolute;
	top: 0;
	cursor: pointer;
}
.video__box__btn--close {
	top: 0px;
	right: -33px;
	width: 33px;
	height: 32px;
	background: transparent url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/close.png) left top no-repeat;
	display: none;
}
.video__box__cover {
	left: 0;
}
.video__box__cover img {
	display: block;
	width: 100%;
	height: 100%;
}
/* .video__box__cover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url($r+'ftlh2018_btn_play.png') left top no-repeat;
    margin-top: -40px;
    margin-left: -40px;
} */
.member {
	width: 530px;
	height: 284px;
	float: left;
}
.member__box {
	width: 530px;
	height: 284px;
	display: block;
	position: relative;
}
.member__des--wrap {
	width: 326px;
	margin: 0 auto;
	height: 220px;
	margin-top: 15px;
}
.member__pic {
	width: 162px;
	height: 284px;
	background: #fff;
	position: relative;
	float: left;
}
.member__pic img {
	max-width: 100%;
	max-height: 100%;
}
.member__pic--wrap {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 68px;
	padding-right: 72px;
}
.member__pic--wrap:before, .member__pic--wrap:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
}
.member__pic--wrap:before {
	left: 0;
	width: 66px;
	background: transparent url("//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_dec_solo_tri.png") left center no-repeat;
}
.member__pic--wrap:after {
	right: 0;
	width: 73px;
	background: transparent url("//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_dec_solo_circle.png") left center no-repeat;
}
.member__des {
	width: 363px;
	height: 284px;
	background: #596281;
	float: right;
}
.member__name {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.member__job {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.member__abs {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-top: 10px;
}
.list {
	width: 460px;
	height: 284px;
	float: right;
	position: relative;
}
.list__-tit {
	display: none;
	height: 140px;
	background: transparent url("//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_jcdb_img_tit.png") center 30px no-repeat;
}
.list__item {
	width: 100%;
	height: auto;
}
.list__img {
	position: relative;
	width: 100%;
	height: auto;
}
.list__img a, .list__img img {
	display: block;
	width: 100%;
	height: 100%;
}
.list__video-cover, .list__video-box {
	display: none;
}
.list__video-cover {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.list__video-cover:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 112px;
	height: 112px;
	background: url(//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_xl1_playbtn.png) 50% 50% no-repeat;
}
.list__video-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list__video-box iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.list__video-off {
	position: absolute;
	top: 0;
	right: -33px;
	width: 33px;
	height: 32px;
	background: transparent url("//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_btn_close.png") left top no-repeat;
	cursor: pointer;
	display: none;
}
.list__img[data-vod*="vod"] a {
	display: none;
}
.list__img[data-vod*="vod"] .list__video-cover {
	position: relative;
	z-index: 10;
	display: block;
}
.list__txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top, rgba(89,98,129,0) 0%, rgba(89,98,129,1) 100%);
	background: -webkit-linear-gradient(top, rgba(89,98,129,0) 0%, rgba(89,98,129,1) 100%);
	background: linear-gradient(to bottom, rgba(89,98,129,0) 0%, rgba(89,98,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596281', endColorstr='#596281', GradientType=0 );
	z-index: 0;
	padding-top:50px;
}
.list__tit {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	width:94%;
	margin:0 auto;
	margin-bottom: 10px;
}
.list__tit a {
	color: #fff;
}
.list__abs {
	display:none;
	position: relative;
	padding-left: 0;
	font-size: 16px;
	line-height: 24px;
	color: #414141;
}
.pic { /*padding-bottom: 84px;*/
	margin-top: 50px;
	margin-bottom: 0px;
}
.pic__tit {
	height: 117px;
	background: transparent url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/xlft.png) center no-repeat;
	margin-bottom:30px;
}
.pic__arrow, .pic__paginate {
	position: relative;
	cursor: pointer;
}
.pic__left, .pic__right {
	position: absolute;
	top: 76px;
	display: block;
	width: 28px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}
.pic__left {
	left: -48px;
	background-image: url(//www.news.cn/interview/2020lhft/mszy/images/ftlh2018_prev.png);
}
.pic__right {
	right: -48px;
	background-image: url(//www.news.cn/interview/2020lhft/mszy/images/ftlh2018_next.png);
}
.pic__swiper {
	height: 205px;
}
.pic__swiper .swiper-wrapper, .pic__swiper .swiper-slide {
	height: 100%;
}
.pic__swiper .swiper-slide {
	
}
.pic__swiper a, .pic__swiper img {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	
}
.pic__swiper a {
	width: 320px;
	margin: 0 auto;
	border:2px solid #fff;
}
.pic__swiper span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 12px 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
	background: white; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	color: #fff;
}
.footer {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	color: #db775b;
	text-align: center;
	position: relative;
}
.line {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 3px;
}
.m-cover {
	display: none;
}
.m-cover img {
	width: 100%;
	height: auto;
}
.zjj .member {
	display: none;
}
.player {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.bf_logo {
	width: 1000px;
	height: 158px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 84px;
}
@media screen and (max-width: 768px) {
	.container {
	width: 100%;
}
.domPc {
	display: none!important;
}
.domMob {
	display: block!important;
}
.player {
	width: 12%;
	height: auto;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.player img {
	width: 100%;
	height: auto;
}
.list__img[data-vod*="vod"] a {
	display: block;
}
.list__img[data-vod*="vod"] .list__video-cover {
	display: none;
}
html, body {
	height: 100%;
}
.box {
	width:96%;
}
/*.wrap { position: absolute; width: 100%; top: 100%; background-image:url(//www.news.cn/politics/2022lh/jcrddb/images/mb_banner.jpg); -moz-background-size: 100% auto; background-size: 100% auto; -webkit-transition: top 0.5s ease 0s; -moz-transition: top 0.5s ease 0s; transition: top 0.5s ease 0s; }*/
.wrap {
	position: absolute;
	width: 100%;
	top: 0;
	background-image: url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/mbbanner.jpg);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.logos__box{ height:5rem;}
.signs__box{ display:none; margin:0;}
.tit, .video, .list {
	width: 100%;
}
/*.m-cover { position: absolute; top: 0; display: block; width: 100%; height: auto; background: #fbf8ef url(//www.news.cn/politics/2021lh/jcrddb/images/cover_banner.jpg) center top no-repeat; background-size: cover; trabsform: translateZ(0); -webkit-transition: top 0.8s ease 0s; -moz-transition: top 0.8s ease 0s; transition: top 0.8s ease 0s; }*/
.m-cover {
	display: none;
}
.top0 {
	top: 0;
}
.top--1 {
	top: -100%;
}
.m-top {
	height: 1.2rem;
	background-image: url(//www.news.cn/2019lh/sjxc/images/xhwlogo.png), -webkit-linear-gradient(top, #d83d39 0%, #d83d39 100%);
	background-image: url(//www.news.cn/2019lh/sjxc/images/xhwlogo.png), -moz-linear-gradient(top, #d83d39 0%, #d83d39 100%);
	background-image: url(//www.news.cn/2019lh/sjxc/images/xhwlogo.png), linear-gradient(to bottom, #d83d39 0%, #d83d39 100%);
	background-position: center center, 0 0;
	background-repeat: no-repeat, repeat;
	-moz-background-size: 2rem 1.0666666666666667rem, cover;
	background-size: 2rem 1.0666666666666667rem, cover;
}
.m-signs__box {
	font-size: 0;
	text-align: center;
	display: none;
}
.m-signs__link {
	display: inline-block;
	width: 7.2rem;
	height: 1.6rem;
	background: url("//www.news.cn/res/xhwimg/interview/2018qglhft/ftlh2018_m_sign.png") center bottom no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.m-slogan {
	max-width: 80%;
	padding-bottom: 0.1rem;
	margin: 0 auto;
	font-size: 0.7rem;
	line-height: 0.74rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 60%;
}
.phone {
	width: 70%;
	height: 70%;
	background: url(//www.news.cn/politics/2021lh/jcrddb/images/covertx.png) top center no-repeat;
	margin: 0 auto;
	background-size: contain;
}
.m-img {
	text-align: center;
	padding-top: 7%;
}
.m-img img {
	width: 88%;
	height: auto;
	border-radius: 100%;
}
.m-name {
	font-size: 0.7rem;
	line-height: 0.6rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 0.6rem 1rem 0.2rem 1rem;
}
.m-job {
	max-width: 97%;
	padding-bottom: 0.1rem;
	margin: 0 auto;
	font-size: 0.4rem;
	line-height: 0.74rem;
	font-weight: bold;
	color: #483b29;
	text-align: center;
}
.m-tit {
	max-width: 80%;
	font-size: 0.5866666666666667rem;
	line-height: 0.85rem;
	color: #414141;
	text-align: center;
}
.m-logos {
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 1.4666666666666666rem;
	height: 0.9333333333333333rem;
	margin: 0 auto;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.m-logos a {
	display: none;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	background-size: cover;
}
.logos, .signs {
	display: none;
}
.tit a, .tit__box {
	font-size: 0.5866666666666667rem;
	line-height: 0.8533333333rem;
	font-weight: bold;
	margin: 0;
}
.tit__box:after{ content:""; width:15px; height:10px; position:absolute; z-index:0; background:url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/chat.png) no-repeat; background-size:cover; left:20px; bottom:-7px;}
.slogan {
	padding-top: 0.56rem;
	padding-bottom: 0.29333333333333333rem;
}
.slogan__box {
	height: 0.8rem;
	background-position-x: 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
.tit {
	height: auto;
	position: relative;
	margin-top:0.2rem;
	margin-bottom:0.4rem;
}
.video__box {
	width: 100%;
	height: 5.5rem;
	border-width: 2px;
	background: #d7574d;
	padding: 0;
	margin: 0 auto;
	border-top:3px solid#D33D3F;
	border-bottom:3px solid#D33D3F;
	border-radius:0;
}
.tit a, .tit__box {
	font-size: 0.6rem;
	width: 96%;
	left: 0;
	line-height: 0.6rem;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 0;
}
.tit__box{ padding:0 15px;}
.tit a{ padding:0;}
/* .video__box__cover:before{
		width: 0.8rem;
		height: 0.8rem;
		margin: 0;
		transform:translate(-50%,-50%);
	} */
.video__box__btn--close {
	display: none !important;
}
.video {
	background: none;
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.imglist {
	width: 94%;
	margin: 0 auto;
	overflow:hidden;
}
.imglist h2 {
	width: 200%;
	height: 1.75rem;
	background: url(//www.news.cn/politics/2023lh/lhhsy/byydn/images/xlft.png);
	background-size: 100% 100%;
	margin: 0.8rem 0 0.4rem 0;
	margin-left:-50%;
}
.imglist ul {
	width: 100%;
}
.imglist ul li {
	width: 100%;
	background: #f7f7f7;
	-moz-box-shadow: 0px 2px 11px #dddddd;
	-webkit-box-shadow: 0px 2px 11px #dddddd;
	box-shadow: 0px 2px 11px #dddddd;
	padding: 0.6rem 0;
	margin-bottom: 0.8rem;
}
.imglist ul li img {
	width: 88%;
	margin: 0 6%;
}
.imglist ul li h3 {
	font-size: 0.5rem;
	line-height: 0.6rem;
	width: 88%;
	margin: 0.4rem 6% 0 6%;
}
.member {
	width:100%;
	height:4.4rem;
	margin-top:10px;
	margin-bottom:10px;
	background:#596281;
	overflow:hidden;
}
.member__box {
	height: auto;
	width:100%;
	
}
.member__pic, .member__des {
}
.member__pic {
	width: 25%;
	height: auto;
}
.member__pic img {
	max-width: 100%;
	width:100%;
	height:auto;
	border-right:2px solid #fff;
}
.member__des--wrap{ width:94%; height:auto; margin-top:0;}
.member__pic--wrap:before, .member__pic--wrap:after {
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
.member__pic--wrap:before {
	width: 0.8rem;
	height: 0.8rem;
	-webkit-transform: translateX(-0.4rem);
	-moz-transform: translateX(-0.4rem);
	-ms-transform: translateX(-0.4rem);
	transform: translateX(-0.4rem);
}
.member__pic--wrap:after {
	width: 0.96rem;
	height: 1.2rem;
}
.member__des {
	width:74%;
	height:auto;
	float:right;
}
.member__pic--wrap {
	padding-left: 0.26666666666666666rem;
	padding-right: 0.9333333333333333rem;
}
.member__name {
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.6rem;
	text-align:left;
	display:block;
	padding-top:6px;
	margin-bottom:6px;
}
.member__job {
	padding-top:0;
	font-size: 0.4rem;
	line-height: 0.4rem;
	padding-bottom:5px;
}
.member__abs {
	font-size: 0.3rem;
	line-height: 0.4rem;
}
.list {
	padding-top: 0;
}
.zjj .list {
	padding-top: 0.5rem;
}
.list__img {
	width: 100%;
	height: auto;
}
.list__txt {
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
}
.list__-tit {
	height: 1.92rem;
	-moz-background-size: auto 0.7rem;
	background-size: auto 0.7rem;
}
.list__tit {
	line-height: 0.7rem;
	font-size: 0.5rem;
	font-weight: bold;
	width: 96%;
	margin: 0 auto;
	padding-top: 0.5rem;
}
.list__abs {
	padding-left: 0.285rem;
	font-size: 0.32rem;
	line-height: 0.5333333333333333rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display:none;
}
.list__abs:before {
	width: 2px;
	height: 0.5333333333333333rem;
}
.pic {
	padding-bottom: 0.8rem;
	overflow: hidden;
}
.pic .box {
	width: 160%;
	-webkit-transform: translateX(-18%);
	-moz-transform: translateX(-18%);
	-ms-transform: translateX(-18%);
	transform: translateX(-18%);
}
.pic__tit {
	width: 9rem;
	height: 1.92rem;
	margin: 0 auto;
	background-position-y: 0.6rem;
	-moz-background-size: auto 0.7rem;
	background-size: auto 0.7rem;
}
.pic__arrow {
	display: none;
}
.pic__swiper {
	height: 3.35rem;
	overflow: visible;
}
.pic__swiper span {
	padding: 0;
	background: none;
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.5rem;
	-webkit-transform: translateY(0.5rem);
	-moz-transform: translateY(0.5rem);
	-ms-transform: translateY(0.5rem);
	transform: translateY(0.5rem);
}
.pic__swiper .swiper-slide {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.list{ height:auto; float:none;}
.list__item {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.list__img {
	float: none;
	border: none;
}
.list__img img {
	width: 100%;
	height: auto;
}
.list__abs {
	position: relative;
	padding-left: 0;
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #414141;
}
.list__txt {
	float: none;
	width: 100%;
	padding-bottom:10px;
}
.rw_box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
}
.rw_pic {
	width: 30%;
	height: auto;
	border-radius: 100%;
	overflow: hidden;
	border: 3px solid #ccb686;
	background: #fff;
	position: absolute;
	overflow: hidden;
}
.rw_pic img {
	width: 100%;
	height: auto;
}
.rw_box_wrap {
	width: 90%;
	min-height: 105px;
	border: 2px solid #e6d7c0;
	border-radius: 30px;
	margin-left: 10%;
}
.rw_box_name {
	line-height: 0.7rem;
	font-size: 0.5rem;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 0.3rem;
	margin-left: 30%;
}
.rw_box_job {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #414141;
	margin-left: 30%;
}
.logos__box{     padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    position: relative;}
.tit__box, .tit__box a {
    font-size: 0.5866666666666667rem;
    line-height: 0.8533333333rem;
    font-weight: bold;
    margin: 0;
	width:auto;
}
.bf_logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}
.bf_logo img {
	width: 100%;
	height: auto;
}
.footer {
	font-size: 12px;
	line-height: 18px;
}
}

/*# sourceMappingURL=maps/ftlf2018_jcdb_pc.css.map */
