@charset "utf-8";

/*======Reset style======*/
* {
	margin: 0;
	padding: 0;
}

em,i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

html,
body {
	margin: 0;
	padding: 0;
	font: 15px/26px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	color: #666;
	min-width: 1200px;
    background:#fdf8f0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #cb3838;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.bgff1 {
	overflow: hidden;
	background-color: #fff9f1;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.flex_bttween {
	display: flex;
	justify-content: space-between;
}

.flex_center {
	align-items: center;
}

.banner_row {
	width:100%;
	display:block;
}
.banner_row img { width:100%; }

/* ===头条=== */
.headline_row {
	margin: 50px auto 40px;
}

.headline_row h2 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.headline_row a {
	color: #e0281d;
}

.headline_row p {
	font-size: 16px;
	color: #777;
	text-indent: 2em;
	line-height: 30px;
	padding-top: 20px;
}

.headline_row p a:hover {
	text-decoration: underline;
}

/* ===首屏=== */
.first_row_2025 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 93px;
}

/* ===首屏-新闻=== */
.news_row1 {
	width: 530px;
}

.news_row1 dl {
	overflow: hidden;
	border-bottom: dashed 1px #cfcfcf;
	padding-bottom:4px;
}

.news_row1 dl:nth-child(2) {
	margin-top: 10px;
	border-bottom: none;
	padding-bottom: 4px;
}

.news_row1 dt {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 6px;
}

.news_row1 dt a {
	color: #e0281d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_row1 dd {
	display: flex;
	align-items: center;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}

.news_row1 dd::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #bf4d4d;
}

.news_row1 dd a {
	flex: 1;
	padding-left: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_row1 .more1 {
	float: right;
	margin: -10px 0 8px;
	color: #999;
}

.more1:hover {
	color: #cb3838;
}

/* ===首屏-焦点图=== */
.first_row_r {
	width: 640px;
}

.focus_row_2025 {
	width: 640px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.focus_row_2025 .hd {
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}

.focus_row_2025 .hd ul {
	zoom: 1;
	display: flex;
	justify-content: space-between;
}

.focus_row_2025 .hd ul li {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: block;
	background: #fff;
	opacity: 0.4;
	margin: 2px 0 0 8px;
	border-radius: 50%;
}

.focus_row_2025 .hd ul li.on {
	opacity: 1;
}

.focus_row_2025 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row_2025 .bd li {
	zoom: 1;
}

.focus_row_2025 .bd img {
	object-fit: cover;
	max-height: 360px;
}

.focus_row_2025 .bd p {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	width: 83%;
	margin-left: 16px;
	z-index: 111;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.focus_row_2025 .bd a {
	color: #fff;
}

.focus_row_2025 .bd li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #cb3838 0%, #e4473d 50%, #ff5842 100%);
	width: 100%;
	height: 50px;
}

/* ===首屏-焦点图底部=== */
.news_row2 {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}

.news_row2 li {
	width: 305px;
	text-align: center;
}

.news_row2 li div {
	width: 305px;
	height: 172px;
	overflow: hidden;
}

.news_row2 li div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_row2 li p {
	font-size: 16px;
	text-align: left;
	padding: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*===特别推荐===*/
.tbtj_row {
	width: 100%;
	height: 334px;
	margin-top: -37px;
	background: url(../images/title_bjj.png) center top no-repeat;
}

.tbtj_row img {
	float: left;
	margin-top: 19px;
}

.tbtj_nr {
	float: right;
	position: relative;
	width: 1130px;
	margin: 87px 0 0 -16px;
}

.tbtj_nr .hd .prev,
.tbtj_nr .hd .next {
	display: block;
	width: 20px;
	height: 39px;
	cursor: pointer;
	position: absolute;
	top: 46px;
}

.tbtj_nr .hd .prev {
	background: url("../images/arrow-l.png") center no-repeat;
	left: 20px;
}

.tbtj_nr .hd .next {
	background: url("../images/arrow-r.png") center no-repeat;
	right: 4px;
}

.tbtj_nr .bd {
	margin-left: 55px;
	width: 1034px;
	overflow: hidden;
}

.tbtj_nr .bd ul {
	overflow: hidden;
	zoom: 1;
}

.tbtj_nr .bd ul li {
	width: 244px;
	margin-right: 19.5px;
	float: left;
}

.tbtj_nr .bd ul li img {
	width: 240px;
	height: 135px;
	border: solid 2px #e9c283;
	margin-bottom: 8px;
	margin-top: 0;
}

.tbtj_nr .bd ul li a {
	color: #ffe9af;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tbtj_nr .bd ul li p {
	font-size: 18px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: justify;
	color:#333333;
	
}

/* ===报告解读=== */
.main_title {
	width: 1200px;
	margin: 40px auto 50px;
	text-align: center;
}

.report_row {
	overflow: hidden;
}

.news_list2 {
	float: right;
	width: 735px;
	height: 602px;
	padding: 70px 0 28px 172px;
	position: relative;
	margin: 2px 0 0 -172px;
	z-index: 1;
	box-sizing: border-box;
	background: #d33432;
}

.news_list2 dt {
	padding: 0 72px 0px 10px;
	margin-bottom: 12px;
	overflow: hidden;
	
}

.news_list2 dt h4 {
	font-size: 22px;
	font-weight: normal;
	color: #ffdebc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list2 h4 a {
	color: #ffdebc;
}

.news_list2 dt p {
   
	color: #ffc9c9;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_list2 dt p a:hover {
	text-decoration: underline;
}
.news_list2 .lineh{ margin-left:12px; width:480px;  border-top: 1px dotted #ff6664; margin-bottom:4px;}
.news_list2 dd {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 65px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffdebc;

}
.news_list2 dd a{color: #ffdebc;}

/* ===轮播=== */
.poster-main {
	float: left;
	width: 608px;
	position: relative;
	z-index: 30;
}

.poster-main .poster-prev-btn,
.poster-main .poster-next-btn {
	position: absolute;
	width: 43px !important;
	height: 69px !important;
	top: 46%;
}

.poster-main .poster-prev-btn {
	left: 4px;
	background: url(../images/mhtp-prev.png) center no-repeat #bf0100;
}

.poster-main .poster-next-btn {
	right: -4px;
	background: url(../images/mhtp-next.png) center no-repeat #bf0100;
}

.poster-main .poster-list .item {
	border: 4px solid #ffce9a;
	user-select: none;
	position: absolute;
	overflow: hidden;
}

.poster-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.poster-main a p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0.6);
}

/* ==== 聚焦湖南 ==== */
.main_list3_row {
	padding-top: 20px;
	overflow: hidden;
}

.title_short {
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	color: #cb3838;
	padding-left: 46px;
	background: url("../images/title-short-icon.png") left center no-repeat;
}

.title_short a {
	color: #cb3838;
}

.main_list3_l {
	float: left;
	width: 600px;
	overflow: hidden;
}

.main_list3_l ul {
	margin-top: 8px;
}

.main_list3_l li {
	display: flex;
	width: 100%;
	margin: 26px 0 0;
	overflow: hidden;
}

.pic_list3 {
	width: 174px;
	height: 130px;
	border: 3px solid #fbba82;
	/* border-radius: 50%; */
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.pic_list3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* width: 130px;
	min-height: 130px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.pic_title3 {
	width: 400px;
	height: 130px;
	margin-left: 16px;
}

.pic_title3 h3 {
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 5px 0 12px;
}

.pic_title3 p {
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pic_title3 p a:hover {
	text-decoration: underline;
}

.main_list3_r {
	float: right;
	width: 560px;
}

.main_list3_focus {
	margin-top: 20px;
	width: 552px;
	height: 308px;
	position: relative;
	border: 4px solid #ffce9a;
	box-sizing: border-box;
	overflow: hidden;
}

.main_list3_focus img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.main_list3_focus p {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	width: 544px;
	z-index: 30;
	font-size: 18px;
	padding-left: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: linear-gradient(90deg, #cb3838 0%, #e4473d 50%, #ff5842 100%);
	
}

.main_list3_focus a p {
	color: #fff;
}

.news_row3 {
	margin-top: 8px;
}

.news_row3 li {
	display: flex;
	align-items: center;
	line-height: 40px;
	font-size: 18px;
}

.news_row3 li a {
	flex: 1;
	padding-left: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_row3 li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #bf4d4d;
}

/* ===视频播报=== */
.video_row {
	width: 100%;
	height: 776px;
	margin-top: 50px;
	overflow: hidden;
	background: url(../images/video_bg.png)center bottom no-repeat #d33432;
}

.video_row .main_title {
	margin-top: 45px;
}

.spbb_row {
	margin: 0 auto 60px;
}

.talking-tabs {
	display: flex;
	justify-content: space-between;
	text-align: center;
	height: 55px;
}

.talking-tabs .tab-link {
	display: inline-block;
	padding: 0 24px;
	height: 55px;
	line-height: 50px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 27.5px;
}

.talking-tabs a.active {
	color: #bf0100;
	background: #fff;
}

.video_row_in {
	width: 1200px;
	margin: 40px auto 0;
	height: 372px;
	overflow: hidden;
	background: #fff;
	position: relative;
	display: none;
}

.video_row_in.active {
	display: block;
}

.dys_nav_father {
	float: right;
	width: 524px;
	height: 288px;
	margin-top: 42px;
	position: relative;
	overflow: hidden;
}

.dys_nav {
	width: 100%;
	position: absolute;
}

.dys_nav li {
	height: 48px;
	padding: 0 28px 0 24px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	zoom: 1;
	cursor: pointer;
	transition: all 0.7s;
	display: flex;
	align-items: center;
}

.dys_nav li a {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dys_nav li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin-right: 12px;
	background: #c2c2c2;
}

.dys_nav li.dys_active {
	transition: all 0.7s;
	background: #ffdcb7;
}

.dys_nav li.dys_active::before {
	background: #bf4d4d;
}

.dys_nav li i {
	display: none;
}

.dys_nav_content {
	float: left;
	width: 668px;
	height: 372px;
	box-sizing: border-box;
	border: 4px solid #fbba82;
	overflow: hidden;
}

.dys_nav_content li {
	display: none;
	width: 100%;
	height: 380px;
}

.focus_pic_left {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
	overflow: hidden;
}

.focus_pic_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: slip_in 1s;
}

.focus_pic_left a::after {
	content: '';
	display: block;
	width: 676px;
	height: 380px;
	background: rgba(0, 0, 0, .4) url(../images/video_icon.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.dys_top,
.dys_bottom {
	width: 524px;
	height: 42px;
	display: block;
	z-index: 101;
	position: absolute;
	right: 0;
}

.dys_top {
	top: 0px;
	background: url("../images/arrow-top.png") center no-repeat;
}

.dys_bottom {
	bottom: 0px;
	background: url("../images/arrow-down.png") center no-repeat;
}

.dys_top a,
.dys_bottom a {
	display: block;
	width: 100%;
	height: 42px;
}

/* ===两会好声音=== */
.sound_row_main {
	padding-top: 25px;
	overflow: hidden;
}

.sound_row {
	position: relative;
}

.sound_row .parHd {
	width: 100%;
}

.sound_row .parHd ul {
	height: 70px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.sound_row .parHd ul li {
	box-sizing: border-box;
	padding: 0 76px;
	line-height: 70px;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	background-color: #cb3838;
	position: relative;
}

.sound_row .parHd ul li.on {
	color: #cb3838;
	background-color: #fff9f1;
	border: 1px solid #cb3838;
}

.sound_row .parHd ul li.on::before {
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	top: 53px;
	width: 93%;
	height: 8px;
	background: url("../images/list5.png") center top no-repeat;
}

.sound_row .rw_row_in {
	width: 1200px;
	margin: 40px auto 0;
	zoom: 1;
	position: relative;
	overflow: hidden;
}

.sound_row .sPrev,
.sound_row .sNext {
	display: block;
	width: 52px;
	height: 74px;
	cursor: pointer;
	position: absolute;
	top: 248px;
	z-index: 500;
}

.sound_row .sPrev {
	background: url("../images/prev1.png") no-repeat;
	left: 4px;
}

.sound_row .sNext {
	background: url("../images/next1.png") no-repeat;
	right: 0px;
}

.sound_row .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.sound_row .parBd ul li {
	width: 234px;
	height: 558px;
	margin: 0 4px;
	float: left;
	position: relative;
	background: #fff;
}

.sound_row .parBd ul li div {
	width: 234px;
	height: 312px;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 1;
}

.sound_row .parBd ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sound_row .parBd ul li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	height: 76px;
	box-sizing: border-box;	
	background-color: #cb3838;
	position: absolute;
	top: 312px;
	left: 0;
}

.sound_row .parBd ul li div::after {
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	top: 303px;
	width: 24px;
	height: 17px;
	background: url("../images/list3.png") no-repeat;
}

.sound_row .parBd ul li h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}

.sound_row .parBd ul li p {
	height: 134px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 416px;
	left: 0;
}

.sound_row .parBd ul li p a {
	color: #c51717;
}

.sound_row .parBd ul li:nth-child(2n-1) {
	margin-top: 70px;
}

.sound_row .parBd ul li:nth-child(2n-1) div {
	bottom: 0;
}

.sound_row .parBd ul li:nth-child(2n-1) h3 {
	top: 174px;
}

.sound_row .parBd ul li:nth-child(2n-1) p {
	top: 20px;
}

.sound_row .parBd ul li:nth-child(2n-1) div::after {
	top: 0;
	background: url("../images/list4.png") no-repeat;
}

/* ===融媒策划=== */
.media_row_main {
	width: 100%;
	position: relative;
	padding-top: 30px;
}

.media_row {
	width: 1200px;
	position: relative;
	margin-bottom: 55px;
}

.swiper-container2 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 102px;
	box-sizing: border-box;
}

.swiper-container2 .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(.95);
	transform: scale(.95);
	position: relative;
}

.swiper-container2 .swiper-slide-active,
.swiper-container2 .swiper-slide-duplicate-active {
	-webkit-transform: scale(0.25);
	transform: scale(1.35);
	height: 462px;
	z-index: 1002;
}

.swiper-container2 .swiper-slide-next,
.swiper-container2 .swiper-slide-prev {
	-webkit-transform: scale(.95);
	transform: scale(1.18);
	z-index: 102;
}

.swiper-container2 .swiper-slide a {
	display: block;
	height: 394px;
	position: relative;
	border: 4px solid #ffce9a;
	overflow: hidden;
}

.swiper-container2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container2 .swiper-slide p {
	position: absolute;
	left: 0;
	top: 356px;
	padding: 0 4px 0 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.button1 {
	width: 100%;
	left: 0;
	top: 52%;
	position: absolute;
	z-index: 10002;
	margin: 0 auto;
}

.button1 div:hover {
	opacity: 0.8;
	cursor: pointer;
}

.swiper-container2 .swiper-button-prev {
	width: 43px;
	height: 69px;
	background: url("../images/prev-arrow.png") no-repeat;
	cursor: pointer;
	left: 6px;
}

.swiper-container2 .swiper-button-next {
	width: 43px;
	height: 69px;
	background: url("../images/next-arrow.png") no-repeat;
	cursor: pointer;
	right: 6px;
}

/* ===两会观察=== */
.survey_row {
	overflow: hidden;
}

.survey_row .main_title {
	margin-bottom: 35px;
}

.survey_row_l {
	float: left;
	width: 540px;
}

.survey_row_l_img {
	width: 540px;
	height: 304px;
	position: relative;
	overflow: hidden;
}

.survey_row_l_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.survey_row_l_img p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-image: linear-gradient(90deg, #cb3838 0%, #e4473d 50%, #ff5842 100%);
}

.pic_list2 {
	float: right;
	width: 610px;
}

.pic_list2 li {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	overflow: hidden;
}

.pic_list2 li .img_bg {
	width: 190px;
	height: 142px;
	overflow: hidden;
}

.pic_list2 li:nth-of-type(2) {
	margin: 26px 0;
}

.pic_list2 li:nth-of-type(2) .img_bg {
	float: right;
}

.pic_list2 li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_title2 {
	flex: 1;
	height: 142px;
	padding: 20px 27px 0 20px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

.pic_list2 h3 {
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pic_list2 p {
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pic_list2 p a:hover {
	text-decoration: underline;
}

/* ===镜观两会=== */
.pic_news_row .main_title {
	padding-top: 12px;
	margin-bottom: 30px;
}

.pic_row {
	width: 100%;
	height: 675px;
	margin-bottom: 106px;
	position: relative;
	overflow: hidden;
}

.pic_row .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px
}

.pic_row .bd li {
	width: 1200px;
	height: 675px;
	overflow: hidden;
	margin: 0 2px;
	position: relative;
}

.pic_row .bd li img {	
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_row .bd li div {
	width: 100%;
	height: 290px;
	background: url("../images/jcsj-bg.png") left bottom repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.pic_row .bd li div p {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 178px 34px 0;
}

.pic_row .bd li div span {
	display: block;
	box-sizing: border-box;
	padding: 10px 34px 0;
	font-size: 16px;
	line-height: 24px;
	color: #c4c4c4;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pic_row .tempWrap {
	overflow: visible !important
}

.pic_row .tempWrap ul {
	margin-left: -1205px !important;
}

.pic_row .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 675px;
	cursor: pointer;
}

.pic_row .prev {
	left: -50%;
	margin-left: -604px;
}

.pic_row .next {
	left: 50%;
	margin-left: 604px;
}

.pic_row .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 675px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.5;
}

.pic_row .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 45%;
	z-index: 1;
	width: 60px;
	height: 74px;
}

.pic_row .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.pic_row .prev .arrow {
	right: -65px;
	background: url(../images/jcsj-prev.png) no-repeat;
}

.pic_row .next .arrow {
	left: -63px;
	background: url(../images/jcsj-next.png) no-repeat;
}

/* ====友情链接====*/
.links {
	margin-top: -50px;
	overflow: hidden;
}

.links_row {
	display: flex;
	flex-wrap: wrap;
	margin: 22px auto 86px;
}

.links_row li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 43px 16px 0;
	width: 128px;
	height: 54px;
	overflow: hidden;
}

.links_row img {
	max-width: 128px;
	max-height: 54px;
}