/* CSS Document */
html {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* 设置图片视频等自适应调整 */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	vertical-align: top;
}



input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.css {
	-webkit-touch-callout: none
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-user-modify:read-write-plaintext-only; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	-ms-touch-action: none;
}

a:hover {
	color: #e30005;
}

a:visited {
	color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	/* font-weight: normal; */
}

i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a.detail {
	color: red;
	margin-left: 5px;
}

/*a:hover{color:#c00;text-decoration:underline;}*/
em {
	font-style: normal;
}

body {
	background: #fdf9ee url(../images/pc-head.jpg) no-repeat center top;
	font: 16px/30px "Microsoft Yahei", "SimSun", "Arial Narrow";
	/* -webkit-filter: blur(4px);*/
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* 清除浮动*/
* html .clearfix {
	zoom: 1;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
.w {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.head {
	height: 770px;
	width: 100%;
}

.wap-head {
	display: none;
	text-align: center;
}


#foot {
	border-top: 1px solid #ddd;
	background: #EFEFEF;
}

#wap-foot {
	display: none;
}

/* 头条、焦点图、要闻 */
#layout1 {
	margin-top: 80px;
}

#layout1 .headline {
	background: url("../images/ly1-headline.png") no-repeat left center;
	min-height: 77px;
	padding-left: 122px;
}

#layout1 .headline h2 {
	font-size: 44px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#layout1 .headline h2 a {
	color: #db1b1e;
}

#layout1 .headline p {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
}

#layout1 .headline p a {
	margin: 0px 5px;
}

#layout1 .slideBox {
	position: relative;
	float: left;
	width: 710px;
	height: 400px;
	margin-top: 54px;
}

#layout1 .slideBox li {
	height: 400px;
}

#layout1 .slideBox li img {
	width: 100%;
	height: 100%;
}

#layout1 .slideBox .shadow {
	position: absolute;
	width: 100%;
	height: 93px;
	left: 0px;
	bottom: 0px;
	background: url("../images/ly1-shadow.png");
}

#layout1 .slideBox p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	z-index: 9;
	color: #fff;
}

#layout1 .slideBox .prev,
#layout1 .slideBox .next {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 83px;
	margin-top: -41px;
	cursor: pointer;
	z-index: 9;
}

#layout1 .slideBox .prev {
	background: url("../images/ly1-arrow1.png");
	left: 0px;
}

#layout1 .slideBox .next {
	background: url("../images/ly1-arrow2.png");
	right: 0px;
}

#layout1 .text {
	float: right;
	margin-top: 22px;
	width: 455px;
}

#layout1 .text h3 {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	margin-top: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#layout1 .text ul {
	margin-top: 11px;
}

#layout1 .text li {
	background: url("../images/ly1-list.png") no-repeat top left;
	background-position-y: 11px;
	padding-left: 25px;
	height: 70px;
	line-height: 35px;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 厦门实践 */
#layout2 {
	margin-top: 50px;
}

.topic1 {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	font-size: 45px;
	height: 64px;
	line-height: 64px;
	font-weight: bold;
}

.topic1,
.topic1 a {
	color: #0d5ab0;
}

.topic1 span {
	position: relative;
	padding: 0px 40px;
	z-index: 9;
}

.topic1 i {
	position: absolute;
	width: 36px;
	height: 2px;
	background: #d7d7d7;
}

.topic1 .tag1 {
	left: -6px;
	bottom: 30px;
	transform: rotate(-45deg);
}

.topic1 .tag2 {
	right: -5px;
	top: 30px;
	transform: rotate(-45deg);
}

.topic1 .line1,
.topic1 .line2 {
	position: absolute;
	width: 470px;
	height: 2px;
	background: #d7d7d7;
}

.topic1 .line1 {
	bottom: 20px;
	left: 0px;
}

.topic1 .line2 {
	top: 20px;
	right: 0px;
}

.picScroll-left {
	position: relative;
}

.picScroll-left .prev,
.picScroll-left .next {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 83px;
	margin-top: -41px;
	cursor: pointer;
	z-index: 9;
}

.picScroll-left .prev {
	background: url("../images/ly1-arrow1.png");
	left: 0px;
}

.picScroll-left .next {
	background: url("../images/ly1-arrow2.png");
	right: 0px;
}

.picScroll-left .bd {
	height: 465px;
	width: 1116px;
	margin: 0px auto;
}

.picScroll-left .picList li {
	float: left;
	width: 340px;
	height: 465px;
	margin: 0px 16px;
	position: relative;
}

.picScroll-left .picList .photo {
	position: absolute;
	left: 0px;
	height: 326px;
	width: 100%;
}

.picScroll-left .picList .photo i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	border-top: 73px solid #d7ad57;
	border-right: 73px solid transparent;
}

.picScroll-left .picList .photo img {
	width: 100%;
	height: 100%;
}

.picScroll-left .picList .photo label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 36px;
	height: 48px;
	line-height: 48px;
	font-size: 36px;
	font-style: italic;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.picScroll-left .picList .style1 .photo {
	top: 0px;
}

.picScroll-left .picList .style2 .photo {
	bottom: 0px;
}

.picScroll-left .picList .text {
	position: absolute;
	left: 0px;
	height: 115px;
	width: 302px;
	padding: 11px 18px;
	background: #f9f7f5;
	border: 1px solid #efece9;
}

.picScroll-left .picList .style1 .text {
	bottom: 0px;
}

.picScroll-left .picList .style2 .text {
	top: 0px;
}

.picScroll-left .picList .text h3 {
	font-size: 24px;
	line-height: 32px;
	height: 68px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.picScroll-left .picList .text p {
	height: 44px;
	line-height: 21px;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.picScroll-left .hd ul {
	text-align: center;
	margin-top: 40px;
}

.picScroll-left .hd ul li {
	width: 24px;
	height: 20px;
	line-height: 20px;
	background: #d7ad57;
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px;
	cursor: pointer;
	color: #fff;
	transform: skewX(-30deg);
}

.picScroll-left .hd ul li.on {
	background: #0350a6;
	width: 30px;
}

/* 记者观察、言论评论 */
#layout3 {
	height: 676px;
}

#layout3 .block {
	width: 440px;
	height: 498px;
	background: #fff;
	margin-top: 65px;
	position: relative;
	padding: 47px 33px 0px 62px;
}

#layout3 .block.left {
	margin-left: 32px;
}

#layout3 .block .title {
	position: absolute;
	left: -32px;
	top: 43px;
}

#layout3 .block .photo {
	position: relative;
	height: 225px;
}

#layout3 .block .photo img {
	width: 100%;
	height: 100%;
}

#layout3 .block .photo p {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #fff;
	opacity: 1;
	transition: opacity 0.2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#layout3 .block ul {
	margin-top: 20px;
}

#layout3 .block li {
	height: 55px;
	line-height: 55px;
	background: url("../images/ly14-type.png") no-repeat left center;
	padding-left: 16px;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 融媒策划 */
#layout4 .slideBox {
	display: none;
}

#layout4 .slideBox .prev,
#layout4 .slideBox .next {
	position: absolute;
	top: 66%;
	width: 52px;
	height: 83px;
	margin-top: -41px;
	cursor: pointer;
	z-index: 9;
}

#layout4 .slideBox .prev {
	background: url("../images/ly1-arrow1.png");
	left: 0px;
}

#layout4 .slideBox .next {
	background: url("../images/ly1-arrow2.png");
	right: 0px;
}

#layout4 .dtu {
	width: 805px;
	height: 490px;
}

#layout4 .poster-item img {
	width: 100%;
	height: 100%
}

#layout4 .poster-main {
	position: relative;
	margin: 0 auto;
}

#layout4 .tong_sp {
	height: 100%;
	width: 100%;
	overflow: hidden
}

#layout4 .tong_sp img {
	width: 100%;
	height: 100%
}

#layout4 .tong_sp .ex_n-bj {
	height: 30px;
	position: relative;
	top: -30px;
	background-color: #000000;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

#layout4 .tong_sp .ex_n-wenzi {
	height: 30px;
	position: relative;
	top: -60px;
	/* font-size: 12px; */
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

#layout4 .tong_sp .ex_n-wenzi a {
	color: #FFFFFF;
}

#layout4 .poster-main .poster-list .poster-item {
	position: absolute;
	background: #FFFFFF;
	overflow: hidden;
	left: 0;
	top: 0;
}

#layout4 .poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

#layout4 .poster-main .poster-prev-btn {
	left: 0;
	background: url(../images/bn-an1.png) no-repeat center center;
}

#layout4 .poster-main .poster-next-btn {
	right: 0;
	background: url(../images/bn-an2.png) no-repeat center center;
}

#layout4 .gd {
	float: right;
	padding-top: 18px;
}


/* 视频报道 */
#layout5 {
	margin-top: 80px;
	margin-bottom: 50px;
}

#layout5 .slideTxtBox .fr {
	width: 819px;
	height: 505px;
	border: 10px solid #0350a6;
}

#layout5 .slideTxtBox .bd,
#layout5 .slideTxtBox .bd ul {
	height: 505px;
}

#layout5 .slideTxtBox .bd li {
	position: relative;
	height: 100%;
}

#layout5 .slideTxtBox .bd li img {
	width: 100%;
	height: 100%;
}

#layout5 .slideTxtBox .bd li .play {
	position: absolute;
	width: 181px;
	height: 181px;
	background: url(../images/play04.png);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#layout5 .slideTxtBox .hd {
	width: 361px;
	height: 525px;
	position: relative;
}

#layout5 .slideTxtBox .hd .next,
#layout5 .slideTxtBox .hd .prev {
	position: absolute;
	width: 100%;
	height: 38px;
	left: 0px;
	cursor: pointer;
}

#layout5 .slideTxtBox .hd .next {
	top: 0px;
	background: url(../images/arrow07.png) no-repeat;
}

#layout5 .slideTxtBox .hd .prev {
	bottom: 0px;
	background: url(../images/arrow08.png) no-repeat;
}

#layout5 .slideTxtBox .hd ul {
	position: absolute;
	width: 100%;
	height: 449px;
	top: 38px;
	left: 0px;
}


#layout5 .slideTxtBox .hd ul li {
	background: #f9f7f5;
	height: 63px;
	margin-top: 9px;
	overflow: visible;
	position: relative;
	font-family: "Microsoft Yahei", "SimSun";
	/* font-size: 14px; */
	padding: 8px 30px;
}

#layout5 .slideTxtBox .hd ul li i {
	position: absolute;
	width: 9px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fdf9ee;
}

#layout5 .slideTxtBox .hd ul li.on {
	color: #fff !important;
	background-color: #0350a6;
}

#layout5 .slideTxtBox .hd ul li.on i {
	background-color: #0350a6;
}



@media screen and (max-width:640px) {

	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	body {
		background: none;
		background-color: #fdf9ee;
	}

	.w {
		width: 96%;
	}

	.head,
	#foot {
		display: none;
	}

	.wap-head {
		display: block;
	}

	#wap-foot {
		display: block;
		height: 46px;
		width: 100%;
		background: #de3031;
		text-align: center;
		line-height: 46px;
		font-size: 18px;
		color: #fff;
	}

	/* 头条、焦点图、要闻 */
	#layout1 {
		margin-top: 1rem;
	}

	#layout1 .headline {
		background: url(../images/ly1-headline.png) no-repeat top left;
		background-size: 2rem;
		padding-left: 2.5rem;
	}

	#layout1 .headline h2 {
		font-size: 1rem;
		height: auto;
		line-height: 30px;
	}

	#layout1 .headline p {
		font-size: .65rem;
	}

	#layout1 .headline p a {
		height: 46px;
		line-height: 23px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	#layout1 .slideBox {
		width: 100%;
		height: 11rem;
	}

	#layout1 .slideBox li {
		height: 11rem;
	}

	#layout1 .slideBox p {
		font-size: .7rem;
		height: 2rem;
		line-height: 2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 5%;
	}

	#layout1 .slideBox .shadow {
		height: 3rem;
	}

	#layout1 .text {
		width: 100%;
	}

	#layout1 .text h3 {
		font-size: .85rem;
		line-height: 1rem;
		height: 1rem;
		margin-top: 0.5rem;
	}

	#layout1 .text li {
		height: 2rem;
		line-height: 1rem;
		font-size: .65rem;
		background-position-y: 0.2rem;
	}

	/* 厦门实践 */
	#layout2 {
		margin-top: 1rem;
	}

	.topic1 span {
		font-size: 1.2rem;
	}

	.topic1 .line1,
	.topic1 .line2,
	.topic1 .tag1,
	.topic1 .tag2 {
		display: none;
	}

	.picScroll-left .bd {
		width: 100%;
		height: 18rem;
		overflow: hidden;
	}

	.picScroll-left .hd ul {
		display: none;
	}

	.picScroll-left .picList li {
		width: 100%;
		height: 18rem;
		margin: 0;
	}

	.picScroll-left .picList .photo {
		height: 12rem;
	}

	.picScroll-left .picList .text {
		width: 100%;
		height: 6rem;
	}

	.picScroll-left .picList .text h3 {
		font-size: .85rem;
		height: 2.4rem;
		line-height: 1.2rem;
	}

	.picScroll-left .picList .text p {
		height: auto;
		line-height: 25px;
		font-size: .65rem;
	}

	/* 记者观察、言论评论 */
	#layout3 {
		height: auto;
	}

	#layout3 .block {
		width: 100%;
		height: 19rem;
		margin-top: 1rem;
		padding: 47px 15px 22px 62px;
	}

	#layout3 .block .title {
		width: 2rem;
		left: 0;
		top: 32px;
	}

	#layout3 .block .photo {
		height: 9rem;
	}

	#layout3 .block .photo p {
		font-size: .6rem;
	}

	#layout3 .block li {
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: .65rem;
	}

	/* 融媒策划 */
	#layout4 {
		height: 16rem;
		margin-top: 1rem;
	}

	#layout4 .dtu_k {
		display: none;
	}

	#layout4 .slideBox {
		display: block;
		width: 100%;
		height: 11rem;
	}

	#layout4 .slideBox li {
		height: 11rem;
	}

	#layout4 .slideBox li img {
		height: 11rem;
	}

	#layout4 .slideBox p {
		width: 100%;
		position: absolute;
		bottom: 0;
		font-size: .7rem;
		height: 2rem;
		line-height: 2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 5%;
		color: #fff
	}

	#layout4 .slideBox .shadow {
		height: 3rem;
	}

	/* 视频报道 */

	#layout5 .slideTxtBox .hd {
		width: 20%;
		height: 10rem;
	}

	#layout5 .slideTxtBox .hd ul {
		top: 15px;
		height: 10rem;
	}

	#layout5 .slideTxtBox .hd ul li {
		padding: 0 0 0 7px;
		height: 1.2rem;
		line-height: 1.2rem;
		margin-top: 11px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: .5rem;
	}

	#layout5 .slideTxtBox .hd .next,
	#layout5 .slideTxtBox .hd .prev {
		height: 0.7rem;
		background-size: 100% 100%;
	}

	#layout5 .slideTxtBox .fr {
		width: 80%;
		height: 10rem;
		border: 10px solid #0350a6;
	}

	#layout5 .slideTxtBox .bd,
	#layout5 .slideTxtBox .bd ul {
		height: 9.2rem;
	}

	#layout5 .slideTxtBox .bd li .play {
		width: 2rem;
		height: 2rem;
	}
}