.layout {
	overflow: hidden;background: #F5F6FA;
	margin: 0 auto;position: relative;
}
.wrap {
	width: 1000px;margin: 0 auto;
}
.header {
	height: 180px;
}
.header .hd .lt {
	float: left;
}
.header .hd .lt li {
	float: left;
}
.header .hd .lt li h5 {
	font-size: 17px;position: relative;top: 2px;
	color: rgba(255,255,255,0.5);padding: 0 3px 0 4px;
}
.header .hd .lt li a {
	display: block;
}
.header .hd .lt li h4 {
	padding-left: 20px;
	font-size: 14px;
	line-height: 30px;color: rgba(255,255,255,0.5);
	background: url(../images/fh1.png) no-repeat left center;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .hd .lt li:hover h4 {
	color: rgba(255,255,255,1);background: url(../images/fh1-1.png) no-repeat left center;
}
.header .hd .lt li:last-child h4 {
	background: url(../images/fh2.png) no-repeat left center;
}
.header .hd .lt li:hover:last-child h4 {
	background: url(../images/fh2-1.png) no-repeat left center;
}
.header .hd .rt {
	float: right;
}
.header .hd .rt li {
	float: left;
}
.header .hd {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.header .hd .rt li h5 {
	font-size: 17px;color: rgba(255,255,255,0.5);padding: 0 4px;
	position: relative;top: 2px;
}
.header .hd .rt li a {
	font-size: 14px;color: rgba(255,255,255,0.5);line-height: 30px;
	display: block;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .hd .rt li a:hover {
	color: #fff;
}
.header .cen {
	margin-top: 44px;
}
.header .cen .logo {
	display: block;width: 360px;
	float: left;
}
.header .cen .logo img {
	display: block;width: 100%;height: 100%;
}
.header .cen .naver {
	float: right;margin-top: 48px;
}
.header .cen .naver li {
	float: left;margin-right: 44px;
}
.header .cen .naver li:last-child {
	margin-right: 0;
}
.header .cen .naver li h3 {
	position: relative;
}
.header .cen .naver li h3::before {
	height: 3px;position: absolute;z-index: 11;
	background: #FFFFFF;content: "";
	left: 0;right: 0;
	margin: 0 auto;bottom: 0;width: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .cen .naver li.on h3::before,
.header .cen .naver li:hover h3::before {
	width: 100%;
}
.header .cen .naver li h3 a {
	display: block;font-size: 16px;line-height: 36px;color: #fff;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;font-weight: bold;
}
.header .cen .naver li.on h3 a,
.header .cen .naver li:hover h3 a {
	font-weight: bold;color: rgba(255,255,255,1);
}

.fcopyright {
	background: #FFFFFF;
	text-align: center;
	padding: 8px;
}
.fcopyright h6 {
	font-size: 14px;line-height: 2;color: #999;
}
.footer {
	background: #3d97f2;padding: 20px 0 15px;
}
.footer .lts {
	float: left;width: 22%;margin-top: 5px;
}
.footer .lts .tli a {
	text-align: center;display: block;
}
.footer .lts .tli .ico {
	height: 42px;width: 42px;border-radius: 50%;
	overflow: hidden;margin: 0 auto;
}
.footer .lts .tli .ico img {
	display: block;width: 100%;height: 100%;
}
.footer .lts .tli h3 {
	margin-top: 16px;font-size: 16px;color: #fff;
	font-weight: bold;
}
.footer .lts .pone {
	margin-top: 30px;
}
.footer .lts .pone h4 {
	font-size: 14px;line-height: 34px;color: #fff;
}
.footer .lts .pone h4 i {
	display: inline-block;font-size: 20px;
}
.footer .cen {
	float: left;width: 60%;margin-left: 3%;
}
.footer .cen li {
	text-align: center;margin-bottom: 25px;
}
.footer .cen li:last-child {
	margin-bottom: 0;
}
.footer .cen li h4 {
	font-size: 14px;line-height: 20px;color: #fff;
	font-weight: bold;
}
.footer .cen li p {
	font-size: 14px;color: #fff;line-height: 1.4;
	margin-top: 14px;text-align: left;
}
.footer .rt {
	float: right;width: 13%;margin-top: 10px;
}
.footer .rt .wx {
	height: 130px;width: 100%;
}
.footer .rt .wx img {
	display: block;width: 100%;height: 100%;
}
.footer .rt h6 {
	text-align: center;
	font-size: 16px;line-height: 20px;color: #fff;
	margin-top: 20px;
}

.fhnews {
	padding: 40px 0 20px;
}
.fhnews .fnelts {
	width: 230px;float: left;
	background: #FFFFFF;
	position: relative;z-index: 66;
}
.fhnews .fnerts {
	width: calc(100% - 242px);margin-left: 12px;
	float: right;
}
.fhnews .fnelts .ftlls li{
	float: left;width: 50%;position: relative;
	background: #F5F6FA;cursor: pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	padding-top: 4px;
}
.fhnews .fnelts .ftlls li:hover h3,
.fhnews .fnelts .ftlls li.on h3 {
	color: #3D97F2 ;font-weight: bold;
	background: #fff;
}
.fhnews .fnelts .ftlls li::before {
	position: absolute;z-index: 11;content: "";
	left: 0;right: 0;margin: 0 auto;
	height: 6px;width: 0;top: 0;
	background: #3D97F2;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .fnelts .ftlls li.on::before,
.fhnews .fnelts .ftlls li:hover::before {
	width: 100%;
}
.fhnews .fnelts .ftlls li h3 {
	font-size: 18px;line-height: 52px;color: #999999;
	text-align: center;
}
.fhnews .fnelts .fnewls {
	
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .fnelts .fnewls .fnewl {
	display: none;
}
.fhnews .fnelts .fnewls .fnewl:first-child {
	display: block;
}
.fhnews .fnelts .fnewls .fnewl li {
	padding: 12px 5px 12px 16px;border-bottom: 1px solid #f2f2f2;
	transition:all 0.3s;position: relative;z-index: 66;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.fhnews .fnelts .fnewls .fnewl li:hover {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-color: #ddd;
}
.fhnews .fnelts .fnewls .fnewl li:last-child {
	border-bottom: none;
}
.fhnews .fnelts .fnewls .fnewl li h3 {
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fhnews .fnelts .fnewls .fnewl li h3 a {
	font-size: 16px;line-height: 22px;color: #333;
	font-weight: bold;background: url(../images/fn7.png) no-repeat right center;
	padding-right: 14px;background-size: 12px auto !important;
	-webkit-box-sizing: border-box;display: block;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .fnelts .fnewls .fnewl li h3 a:hover {
	color: #3D97F2;
}
.fhnews .fnelts .fnewls .fnewl dl {
	overflow: hidden;
}
.fhnews .fnelts .fnewls .fnewl dd {
	float: left;margin-right: 22px;
	margin-top: 10px;
}
.fhnews .fnelts .fnewls .fnewl dd:last-child{
	margin-right: 0;
}
.fhnews .fnelts .fnewls .fnewl dd a {
	display: block;font-size: 14px;line-height: 20px;color: #707070;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .fnelts .fnewls .fnewl dd a:hover {
	color: #3D97F2;
}
.fhnews .fnelts .fnewls .fnewl li:last-child h3 a {
	background: none;
}
.fhnews .fnerts .fsosuo {
	background: #3d97f2;
	border-radius: 5px;position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
} 
.fhnews .fnerts .fsosuo.on {
	background: #3d97f2;
}
.fhnews .fnerts .fsosuo .text {
	float: left;border: none;
	display: block;font-size: 14px;
	color: #333;height: 42px;padding: 0 40px;
	width: calc(100% - 130px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}
.fhnews .fnerts .fsosuo .ico {
	position: absolute;z-index: 11;
	width: 20px;height: 20px;left: 14px;
	top: 50%;transform: translateY(-50%);
}
.fhnews .fnerts .fsosuo .ico img {
	display: block;width: 100%;height: 100%;
}
.fhnews .fnerts .fsosuo .sub {
	float: right;width: 126px;
	text-align: center;font-size: 20px;
	line-height: 42px;cursor: pointer;color: #fff;
}
.qmbanner{
	margin: 10px 0;
}
.qmbanner img{
	width: 100%;display: block;object-fit: cover;
}
.fhnews .fnerts .ftogao .ls {
	margin-bottom: 10px;background: #FFFFFF;
}
.ftitle {
	
background: #D9ECFF;overflow: hidden;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftitle h3 {
	float: left;font-size: 18px;
	line-height: 40px;color: #3D97F2;
	font-weight: bold;position: relative;
	padding-left: 15px;
}
.ftitle h3::before {
	position: absolute;z-index: 11;content: "";
	left: 0;top: 50%;transform: translateY(-50%);
	width: 5px;
	height: 12px;
	background: #3D97F2;
	border-radius: 3px;
}
.ftitle .more {
	float: right;display: block;
	font-size: 14px;line-height: 40px;
	color: #3D97F2;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.ftitle .more:hover {
	font-weight: bold;
}

.fhnews .fnerts .ftogao .list {
	padding: 5px 20px;
}
.fhnews .fnerts .ftogao .list li h4 {
	float: left;width: calc(100% - 80px);
}
.fhnews .fnerts .ftogao .ls li a {
	display: block;overflow: hidden;
}
.fhnews .fnerts .ftogao .ls li h4 {
	font-size: 14px;line-height: 34px;color: #333;
	position: relative;padding-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .fnerts .ftogao .ls li:hover h4 {
	color: #0066CC;
}
.fhnews .fnerts .ftogao .ls li:hover h4::before {
	background: #0066CC;
}
.fhnews .fnerts .ftogao .ls li h4::before {
	position: absolute;z-index: 11;content: "";
	width: 10px;left: 0;top: 50%;
	height: 10px;transform: translateY(-50%);
	background: #999999;
	border-radius: 50%;
	overflow: hidden;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .fnerts .ftogao .list li h6 {
	float: right;font-size: 12px;line-height: 34px;
	color: #0066CC;
}
.fhnews .fnerts .ftogao .lis li {
	float: left;width: calc((100% - 20px)/2);border-right: 1px solid #F5F6FA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	
}

.fhnews .fnerts .ftogao .lis li:nth-child(2n) {
	border-right: none;float: right;
	padding-right: 0;
}
.fzhaopin {
	background: #fff;
}
.fzhaopin .frecrsw {
	overflow: hidden;
	padding: 15px 15px 26px;height: 190px;
}

.fhnews .fnerts .ftogao .lis {
	padding: 5px 20px;
} 
.fzhaopin .frecrsw li {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	height: 86px;
}
.fzhaopin .frecrsw li a {
	display: block;position: relative;
	height: 100%;
}
.fzhaopin .frecrsw li img {
	display: block;position: absolute;
	z-index: 11;top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-height: 95%;max-width: 95%;
}
.fzhaopin .frecrsw .swspan {
	text-align: center;margin-top: 4px;
}
.fzhaopin .frecrsw .swspan span {
	margin: 0 4px;
	width: 20px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 3px;
	overflow: hidden;
	opacity: 1;
}
.fzhaopin .frecrsw .swspan span.swiper-pagination-bullet-active {
	background: #3D97F2;
}
.fnewpost .fwposts {
	display: flex;flex-wrap:wrap;
}
.fnewpost .fwposts .ls:nth-child(2),
.fnewpost .fwposts .ls:nth-child(3) {
	width: 49%;
}
.fnewpost .fwposts .ls:nth-child(3) {
	margin-left: 2%;
}
.fnewpost .ls {
	margin-bottom: 20px;background: #fff;
	width: 100%;
}
.fnewpost .ls li a {
	display: block;overflow: hidden;
}
.fnewpost .ls li h3 {
	font-size: 16px;line-height: 44px;
	position: relative;padding-left: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnewpost .ls li:hover h3 {
	color: #3D97F2;
}
.fnewpost .ls .lpot li {
	float: left;padding-right: 20px;
	width: calc((100% - 20px)/2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewpost .ls .lpot li:nth-child(2n) {
	float: right;padding-right: 0;
}
.fnewpost .ls .lpot li h3 {
	float: left;width: 50%;
}
.fnewpost .ls .lpot.fpot li{
	float: none;width: auto;
}
.fnewpost .ls .lpot.fpot li h3 {
	float: none;width: auto;line-height: 38px;
}
.fnewpost .ls .lpot li h6{
	float: right;
}
.fnewpost .ls ul {
	overflow: hidden;padding: 15px 20px;
}
.fnewpost .ls .qmul{
	position: relative;
}
.fnewpost .ls .qmul::before{
	content: "";position: absolute;
	left: 49%;
	top: 50%;z-index: 1; width: 2px;
height: 202px;
background: #EBEBEB;margin-top: -101px;
}
.fnewpost .ls li h3::before {
	position: absolute;z-index: 11;content: "";
	left: 0;top: 50%;transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #999999;
	border-radius: 50%;
	overflow: hidden;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnewpost .ls li:hover h3::before {
	background: #3D97F2;
}
.fnewpost .ls li h6 {
	color: #3D97F2;font-size: 12px;
	line-height: 44px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: right;
	width: 48%;
}
.fnewpost .ls .lpot.fling li {
	float: none;width: auto;
	padding-right: 0;
}
.fnewpost .ls .fbai {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewpost .ls .fmap {
	height: 310px;
}
.fnewpost .ls .fmap .anchorBL {
	display: none;
}
.fnewpost .fganwpad {
	padding: 20px 20px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewpost .fzhiwei {
	border-bottom: 1px solid #F2F2F2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewpost .fzhiwei ul {
	padding: 0 !important;
}
.fnewpost .fzhiwei .lt {
	float: left;width: calc(100% - 40px);
}
.fnewpost .fzhiwei .lt li {
	float: left;position: relative;margin-right: 22px;
}
.fnewpost .fzhiwei .lt li:last-child {
	margin-right: 0;
}
.fnewpost .fzhiwei .lt li a {
	display: block;font-size: 18px;line-height: 40px;
	color: #333;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnewpost .fzhiwei .lt li.on a,
.fnewpost .fzhiwei .lt li a:hover {
	color: #3D97F2;font-weight: bold;
}
.fnewpost .fzhiwei .lt li::before {
	position: absolute;z-index: 11;content: "";
	height: 2px;left: 0;right: 0;margin: 0 auto;
	background: #3D97F2;width: 0;bottom: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnewpost .fzhiwei .lt li:hover::before,
.fnewpost .fzhiwei .lt li.on::before {
	width: 100%;
}
.fnewpost .fzhiwei .rt {
	float: right;
}
.fnewpost .fzhiwei .rt a {
	display: block;font-size: 16px;
	line-height: 40px;color: rgba(0,102,204,0.5);
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnewpost .fzhiwei .rt a:hover {
	color: #3D97F2;
}
.fnewpost .frenlst {
	margin-top: 20px;
}
.fnewpost .frenlst .frels {
	display: none;
}
.fnewpost .frenlst .frels:first-child {
	display: block;
}
.fnewpost .frenlst ul {
	padding: 0 !important;
}
.fnewpost .frenlst li {
	margin-bottom: 20px;float: left;
	width: calc((100% - 42px)/3);margin-right: 20px;
	border: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;height: 98px;overflow: hidden;
}
.fnewpost .frenlst li:nth-child(3n) {
	margin-right: 0;
}
.fnewpost .frenlst li a {
	display: block;padding: 20px 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewpost .frenlst li .tlt {
	overflow: hidden;margin-bottom: 14px;
}
.fnewpost .frenlst li .tlt h4 {
	float: left;width: 60%;
	font-size: 16px;line-height: 22px;
	color: #333;font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fnewpost .frenlst li:hover{
	border: 2px solid #3D97F2;
}
.fnewpost .frenlst li:hover  p {
	color: #3D97F2;
}
.fnewpost .frenlst li .tlt h6 {
	float: right;width: 40%;text-align: left;
	color: #3D97F2;font-size: 16px;line-height: 22px;
}
.fnewpost .frenlst li p {
	color: #999;font-size: 14px;line-height: 20px;
}



.fhnews .fnelts .fnewls .fnewl .fnali {
	position: absolute;z-index: 66;top: -1px;left: 229px;
	background: #fff;border: 1px solid #ddd;
	border-left: none;width: 582px;padding: 10px 22px 14px;
	-webkit-box-sizing: border-box;display: none;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls {
	margin-bottom: 20px;
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls:last-child {
	margin-bottom: 0;
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls .h {
	font-weight: bold;font-size: 16px;line-height: 1;
	
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls .tt {
	overflow: hidden;
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls .t {
	float: left;
	margin-top: 10px;
	margin-right: 16px;
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls .t a {
	display: block;font-size: 14px;line-height: 1.5;
	color: rgba(0,0,0,0.87);
}
.fhnews .fnelts .fnewls .fnewl .fnali .ls .t a:hover{
	color: #3D97F2;
}

.qmswqiehuan{
	margin-bottom: 12px;overflow: hidden;height: 255px;
}
.qmswqiehuan .hd{
	float: left;width: calc(100% - 155px);height: 100%;overflow: hidden;
}
.qmswqiehuan img{
	width: 100%;height: 100%;display: block;object-fit: cover;
}
.qmswqiehuan .bd{
	float: right;width: 146px;height: 100%;overflow: hidden;
}
.qmswqiehuan .bd li{
	height: 46px;overflow: hidden;width: 100%;cursor: pointer;
}
.qmswqiehuan .bd li img{
	opacity: 0.5;
}
.qmswqiehuan .bd .swiper-slide-thumb-active img{
	opacity: 1;
}