@charset “UTF-8”;

html,
body {
	font-size: 16px;
	font-family: "宋体";
	color: #666;
	line-height: 30px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background: url(../images/banner-img.jpg) center top no-repeat;
}

body {}

div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #0172c2;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.width1 {
	width: 100%;
	overflow: hidden;
}

.main1200 {
	width: 1200px;
	margin: 0 auto;
}

/*====banner_row====*/
.banner_row {
	height: 800px;
}

/*======头条======*/
.headline_row {
	margin-top: 43px;
}

.headline_row h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #04304f;

}

.headline_row h2 a {
	color: #04304f;
}

.headline_row p {
	display: block;
	text-indent: 2em;
	line-height: 28px;
	margin-top: 16px;
	color: #04304f;
}

.headline_row p a {
	color: #04304f;
}

.headline_row p a:hover {
	text-decoration: underline;
}

.first_row {
	padding-top: 45px;
	display: flex;
	justify-content: space-between;
}

.title_long {
	text-align: center;
	margin: 60px auto 0;
	height: 150px;
	overflow: hidden;
}
.title_long2 {
	text-align: center;
	margin: 40px auto 0px;
	height: 150px;
	overflow: hidden;
}
.title_long3 {
	text-align: center;
	margin: 25px auto 0px;
	height: 150px;
	overflow: hidden;
}
.title_long4 {
	text-align: center;
	margin: 10px auto 0px;
	height: 150px;
	overflow: hidden;
}
.main_title {
	width: 1200px;
	text-align: center;
	margin: 50px auto 40px;
	overflow: hidden;
}

.main_title img {
	display: block;
}



/*====头部====*/
/*===首屏焦点图===*/
.main_listkj {
	display: flex;
	justify-content: space-between;
	border: #5596df 10px solid;
	background-image: linear-gradient(90deg, #f2feff, #f3feff);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;

}

.focus_row {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.focus_row .hd {
	height: 10px;
	position: absolute;
	z-index: 1;
	bottom: -1px;
	right: 250px;

}

.focus_row .hd ul {
	zoom: 1;
	float: left;
}

.focus_row .hd ul li {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: block;
	text-indent: 20px;
	background: #b1cff0;
	float: left;
	margin: 0 0 0 11px;
	border-radius: 50%;
}

.focus_row .hd ul li.on {
	background: #4071be;
	width: 16px;
	height: 8px;
	border-radius: 25px;

}

.focus_row .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row .bd li {
	zoom: 1;
}

.focus_row .bd img {
	width: 700px;
	height: 376px;

}

.focus_row .bd p {
	position: absolute;
	bottom: 34px;
	left: 18px;
	width: 96%;
	z-index: 111;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;

	color: #fff;
}

.focus_row .bd p a {
	color: #fff;
	text-decoration: none;
}

.focus_row .bd div {
	position: absolute;
	bottom: 23px;
	left: 0;
	height: 70px;
	background: url(../images/text-bg1.png) left bottom repeat-x;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
}

/*===首屏右侧===*/
.first_right {
	width: 514px;
}

.first_righttop {
	height: auto;
	border-bottom: solid 1px #4fa5e2;
}

.first_righttop dt {
	font-size: 24px;
	font-weight: 700;
	margin-top: 3px;
	color: #04304f
}
.first_righttop dt a{color: #04304f;}
.first_righttop dd {
	margin: 7px 0 12px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.first_rightnr {
	width: 514px;
	height: 210px;
	margin-top: 10px;
	overflow: hidden;
}

.first_rightnr ul li {
	text-indent: 24px;
	background: url(../images/quan.png) left center no-repeat;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
	color: #04304f;
}

.first_rightnr ul li a {
	color: #04304f;
}

.first_rightnr ul li a:hover {
	color: #04304f;
}

.first_right .more1 {
	margin: 0px auto;
	display: block;
	width: 130px;
	margin-top: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0172c2;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 25px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.first_right .more1 a {
	color: #FFFFFF;
	display: block;
}

.first_right .more1 img {
	vertical-align: text-top;
	margin-left: 12px;
}

/*===视频播报===*/
.pic_list1_row {
	float: left;
	width: 1200px;
	height: 274px;
	overflow: hidden;

}

.pic_list1_in {
	width: 1200px;
	zoom: 1;
	position: relative;
	overflow: hidden;
	padding-left: 37px;
	box-sizing: border-box;
}

.pic_list1_in .sPrev,
.pic_list1_in .sNext {
	position: absolute;
	top: 127px;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 3;
}

.pic_list1_in .sPrev {
	background: url("../images/arrow1.png") no-repeat;
	left: 0;
}

.pic_list1_in .sNext {
	background: url("../images/arrow2.png") no-repeat;
	right: 0;
}

.pic_list1_in ul {
	overflow: hidden;
	zoom: 1;
}

.pic_list1_in li {
	width: 334px;
	height: 235px;
	float: left;
	_display: inline;
	overflow: hidden;
	position: relative;
	background: #edfeff;
	border: 1px solid #0172c2;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

.pic_list1_in li img {
	width: 334px;
	height: 179px;
	border-radius: 5px;

}

.pic_list1_in li i {
	width: 334px;
	height: 179px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 6;
	background: rgba(0, 0, 0, 0.5) 50%;
	border-radius: 5px;

}

.pic_list1_in li span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sp.png) center no-repeat;
	background-size: 10%;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 20;
}
.pic_list1_in li b{
float: left;
	width: 100%;
	font-size: 16px;
	height: 48;
	line-height: 24px;
	color: #04304f;

	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;


}

/* ====湘品出海==== */
.focus_row2 {
	width: 1200px;
	height: 420px;
	margin-top: 10px;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

.focus_row2 .hd {
	width: 590px;
	height: 420px;
	position: absolute;
	right: 0;
	z-index: 10;

}

.focus_row2 .hd ul {
	float: right;
	width: 100%;
	height: 390px;

}

.focus_row2 .hd ul li {
	width: 100%;
	height: 97px;
	float: right;
	padding-left: 30px;
	box-sizing: border-box;
}

.focus_row2 .hd ul li {
	display: block;

}

.focus_row2 .hd ul li h2 {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	padding-top: 7px;
	color: #04304f;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.focus_row2 .hd ul li p {
	font-size: 14px;
	line-height: 22px;
	color: #788a98;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}



.focus_row2 .hd ul li.on {
	background: url(../images/kuang3.png) no-repeat;
}

.focus_row2 .hd ul li.on a {
	display: block;
}

.focus_row2 .hd ul li a h2 {
	color: #04304f;
}

.focus_row2 .hd ul li a p {
	color: #788a98;
}

.focus_row2 .bd {
	width: 600px;
	height: 400px;

	float: left;
	position: relative;
	z-index: 1;
}

.focus_row2 .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.focus_row2 .bd li .pic {
	position: relative;
	
	z-index: 0;
}

.focus_row2 .bd li .pic img {
	width: 600px;
	height: 390px;
	vertical-align: center;
	border-radius:5px;
}

.main_nrk {
	display: flex;
	justify-content: space-between;
}

.focus_wzhhkfy {
	width: 580px;

}

.focus_wzhhkfytop {
	float: left;
	width: 100%;
	text-align: left;
}


.focus_wz_nr {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.focus_wz_nr ul {}

.focus_wz_nr ul li {
	float: left;
	width: 100%;
	border: #0172c2 solid 1px;
	background: #edfeff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.focus_wz_nr ul li .tl {
	float: left;
	width: 180px;
	height: 120px;

}

.focus_wz_nr ul li .tl img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.focus_wz_nr ul li .tr {
	float: right;
	width: 360px;
	padding-top: 10px;
	padding-right: 10px;
}

.focus_wz_nr ul li .tr b {
	float: left;
	width: 100%;
	font-size: 18px;
	height: 48px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #04304f;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
}

.focus_wz_nr ul li .tr p {
	float: left;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0172c2;
	font-size: 16px;
	color: #edfeff;
	border-radius: 25px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.focus_wz_nr ul li .tr p a {
	color: #edfeff;
}

.focus_wz_nr ul li .tr p img {
	margin-left: 4px;
}

/*===身“怀”绝技“遗”脉相承===*/
.shjj_top {
	float: left;
	width: 100%;
	text-align: left;
}
.shjj_in {
	float: left;
	width:1200px;


}

.shjj_in .bd {
	float: left;
	width:1200px;
	height: 222px;
	overflow:hidden;
	margin-top: 8px;

}

.shjj_in .bd ul {
	float: left;
	width: 110%;

}

.shjj_in .bd li {
	float: left;
	width: 268px;
	height: 200px;
	float: left;
	_display: inline;
	overflow: hidden;
	position: relative;
	background: #edfeff;
	border: 1px solid #0172c2;
	text-align: left;
	border-radius: 5px;
	padding: 10px;
	margin-right:13px;
	


}

.shjj_in .bd li img {
	float: left;
	width: 100%;
	height: 143px;
	border-radius: 5px;

}

.shjj_in .bd li i {
	width: 268px;
	height: 143px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 6;
	background: rgba(0, 0, 0, 0.5) 50%;
	border-radius: 5px;

}

.shjj_in .bd li span {
	display: block;
	width: 268px;
	height: 143px;
	background: url(../images/sp.png) center no-repeat;
	background-size: 12%;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 20;
}

.shjj_in .bd li b {
	float: left;
	width: 100%;
	font-size: 16px;
	height: 48;
	line-height: 24px;
	color: #04304f;
	margin-top: 10px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;


}

/*===非遗“整活”大赏===*/
.zhds{float: left;}
.zhds .bd {
	float: left;
	width: 1200px;
	height:350px;
	overflow:hidden;
	margin-top:10px;


}

.zhds .bd ul {
	float: left;
	width: 110%;

}

.zhds .bd ul li {
    float: left;
	width: 370px;
	height: 325px;
	border: #4fa5e2 solid 8px;
	background: #edfeff;
	border-radius: 5px;
	margin-right:21px;

}


.zhds .bd ul li .zl {

	width: 100%;
	height: 206px;
}

.zhds .bd ul li .zl img {
	width: 100%;
	height: 100%;

}

.zhds .bd ul li .zr {

	width: 350px;
	padding: 10px;

}

.zhds .bd ul li .zr b {

	width: 100%;
	font-size: 18px;
	height: 48px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #04304f;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
}

.zhds .bd ul li .zr p {
	margin: 0 auto;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0172c2;
	font-size: 16px;
	color: #edfeff;
	border-radius: 25px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.zhds .bd ul li .zr p a {
	color: #edfeff;
}

.zhds .bd ul li .zr p img {
	margin-left: 4px;
}

/*===文旅推荐===*/
.wltj_wz_nr {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.wltj_wz_nr ul {}

.wltj_wz_nr ul li {
	float: left;
	width: 580px;
	height: 460px;
	border: #0172c2 solid 1px;
	background: #edfeff;
	border-radius: 5px;
	margin-bottom: 30px;
}

.wltj_wz_nr ul li:nth-child(2n) {
	float: right;
}

.wltj_wz_nr ul li .sl {
	float: left;
	width: 260px;
	height: 460px;
}

.wltj_wz_nr ul li .sl img {
	width: 100%;
	height: 100%;

}

.wltj_wz_nr ul li .sr {
	float: right;
	width: 260px;
	padding-top: 30px;
	padding-right: 30px;
}

.wltj_wz_nr ul li .sr b {
	width: 100%;
	font-size: 22px;

	line-height: 30px;
	margin-bottom: 12px;
	color: #04304f;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
}

.wltj_wz_nr ul li .sr span {
	width: 100%;
	font-size: 16px;
	height: 112px;

	color: #788a98;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 180px;
}

.wltj_wz_nr ul li .sr p {
	margin: auto;

	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0172c2;
	font-size: 16px;
	color: #edfeff;
	border-radius: 25px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.wltj_wz_nr ul li .sr p a {
	color: #edfeff;
}

.wltj_wz_nr ul li .sr p img {
	margin-left: 4px;
}

/*===重磅策划===*/
.zbch_in {}

.swiper-container2 {
	width: 1200px;
	height: 690px;
	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(.90);
	transform: scale(.90);
	position: relative;
}

.swiper-container2 .swiper-slide-active,
.swiper-container2 .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.34);
	transform: scale(1.34);
	height: 360px;
	z-index: 1002;
}

.swiper-container2 .swiper-slide-next,
.swiper-container2 .swiper-slide-prev {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 102;
}

.swiper-container2 .swiper-slide a {
	display: block;
}

.swiper-container2 .swiper-slide img {
	width: 100%;
	box-shadow: 0 0 15px rgba(58, 115, 214, .3);

}

.swiper-container2 .swiper-slide span {
	position: absolute;
	left: -10px;
	top: -10px;
	background: #edfeff;
	width: 260px;
	height: 460px;
	border-radius: 5px;
	border: solid 1px #0172c2;
	z-index: -1;
}

.swiper-container2 .swiper-slide p {

	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.button1 {
	width: 100%;
	left: 0;
	top: 45%;
	position: absolute;
	z-index: 10002;
	margin: 0 auto;
}

.button1 div:hover {
	opacity: 0.8;
	cursor: pointer;
}

.swiper-container2 .swiper-button-prev {
	margin-left: -10px;
	width: 40px;
	height: 60px;
	background: url("../images/arrow3.png") no-repeat;
	cursor: pointer;
	left: 13px;
}

.swiper-container2 .swiper-button-next {
	margin-right: -10px;
	width: 40px;
	height: 60px;
	background: url("../images/arrow4.png") no-repeat;
	cursor: pointer;
	right: 13px;
}

/*===大美潇湘===*/
.jglh_row {
	margin: 0 auto;
	width: 100%;
	height: 540px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}

.jglh_row .bd {
	width: 1200px;
	position: absolute;
	left: 150px;

}

.jglh_row .bd li {
	width: 900px;
	overflow: hidden;
	margin: 0 10px;
	position: relative;
	border-radius: 25px;
}

.jglh_row .bd li img {
	display: block;
	width: 900px;
	height: 452px;
}

.jglh_row .bd li div {
	width: 100%;
	height: 155px;
	background: url("../images/lhbq-bg.png") repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.jglh_row .bd li div p {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 40px 20px 0;
}

.jglh_row .bd li div span {
	display: block;
	box-sizing: border-box;
	padding: 6px 20px 0;
	font-size: 14px;
	text-indent: 36px;
	line-height: 24px;
	color: #d6d6d6;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jglh_row .tempWrap {
	overflow: visible !important
}

.jglh_row .tempWrap ul {
	margin-left: -5px !important;
}


.jglh_row .prevan {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 100%;
	height: 461px;
	cursor: pointer;
	left: -30%;
	margin-left: -711px;
	background: #00CCCC;
	background: url(../images/leftd.png) right 0px repeat-y;
}

.jglh_row .nextan {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 10px;
	width: 100%;
	height: 461px;
	cursor: pointer;
	left: 30%;
	margin-left: 711px;
	background: #00CCCC;
	background: url(../images/rightd.png) repeat-y;
}

.jglh_row .pnBtn .blackBgl {
	display: block;
	position: absolute;
	left: 294px;
	top: 0;
	width: 100%;
	height: 456px;
	background: #00CCCC;

}

.jglh_row .pnBtn .blackBg {
	display: block;
	position: absolute;

	top: 0;
	width: 100%;
	height: 456px;

}

.jglh_row .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 315px;
	z-index: 1;
	width: 60px;
	height: 74px;
}

.jglh_row .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.jglh_row .hd {
	margin: 0 auto;
	height: 30px;
	width: 90px;
	position: relative;
	padding: 480px 40px 0px 40px;
}

.jglh_row .hd ul {
	overflow: hidden;
	zoom: 1;
}

.jglh_row .hd ul li {
	float: left;
	margin: 3px 4px;
	width: 10px;
	height: 10px;
	background: #0172c2;
	opacity: .7;
	border-radius: 25px;

	cursor: pointer;
}

.jglh_row .hd ul li.on {
	width: 20px;
	background: #a5d1f0;
	border-radius: 25px;
	opacity: 1;
}

.jglh_row .prev,
.jglh_row .next {
	position: absolute;
	top: 480px;
	display: block;
	width: 16px;
	height: 20px;
	z-index: 1;
	background: #339999
}

.jglh_row .prev {
	left: 0px;
	background: url(../images/dkld-prev.png) no-repeat;

}

.jglh_row .next {
	right: 0px;
	background: url(../images/dkld-next.png) no-repeat;
}

.end_box {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	min-width: 1200px;
	background: url(../images/hcgdend.png) center top no-repeat;
	margin-bottom: 60px;
}