@charset "utf-8";
body {
	min-width: 1200px;
}

.top_nav {
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-family: "microsoft YaHei";
}

.topnav_con {
	width: 960px;
	margin: auto;
	padding: 0px;
}

.topnav_logo {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}

.list_nv li {
	float: left;
	margin-right: 4px;
	line-height: 50px;
}

.list_nv li a {
	color: #777
}

.topnav_logo img {
	padding-top: 4px;
}

a {
	text-decoration: none!important;
}

a:link,
a:visited {
	color: #333;
}

ul,
li,
body {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tit {
	margin: 10px 0px 20px 0px;
}

.tit img {
	display: inline-block;
	vertical-align: top;
	width: 1200px;
}

.container {
	width: 1200px;
	height: auto;
	margin: auto;
}

.tit {
	margin: 25px 0px;
}

.tit img {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
}

.container {
	width: 1200px;
	height: auto;
	margin: auto;
}

.clear {
	clear: both;
}

.top_banner {
	height: 889px;
	background-image: url(https://img.sxdaily.com.cn/pic/banner20220526091357.png);
	background-position: top center;
	background-repeat: no-repeat;
}


/*焦点图*/

.focus {
	width: 600px;
	height: 360px;
	padding: 0px;
}

.scroll {
	position: relative;
	height: 360px;
	width: 600px;
	overflow: hidden;
	z-index: 0;
}

.items {
	position: absolute;
	list-style: none;
	height: 360px;
	float: left;
}

.items li {
	float: left;
	width: 600px;
	position: relative;
}

p {
	padding: 0;
	margin: 0;
}

.control {
	width: 360px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.focus a:link {
	color: #fff;
	text-decoration: none;
}

.flashshow {
	width: 600px;
}

.flashshow img {
	width: 600px;
	height: 360px;
}

.focus .flashtext {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 1;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.focus .flash_tit {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	overflow: hidden;
	margin-left: 20px;
}

.focus .flash_tit {
	font-size: 18px;
	font-family: Microsoft YaHei;
}

.next {
	position: absolute;
	right: 0;
	top: 160px;
	width: 25px;
	height: 66px;
	background: url(https://static.sxdaily.com.cn/pic/right.png) no-repeat 0 0;
	cursor: pointer;
}

.prev {
	position: absolute;
	left: 0;
	top: 160px;
	width: 25px;
	height: 66px;
	background: url(https://static.sxdaily.com.cn/pic/left.png) no-repeat 0 0;
	cursor: pointer;
}

.next:hover {
	background: url(https://static.sxdaily.com.cn/pic/righton.png) no-repeat 0 0;
}

.prev:hover {
	background: url(https://static.sxdaily.com.cn/pic/lefton.png) no-repeat 0 0;
}

.b_cons {
	width: 100px;
	float: right;
	position: relative;
	text-align: right;
	top: 335px;
	z-index: 99;
	margin-right: 10px;
}

.scrDotList {
	padding: 0;
}

.scrDotList span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: tranparent;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	border: solid #fff 2px;
	margin-left: 5px;
	border-radius: 50%;
	margin-top: -5px;
}

.scrDotList span.on {
	background: #F00;
	width: 15px;
	height: 15px;
	margin-top: -8px;
}

.p1_r li {
	list-style: none !important;
	margin: 10px 0px;
}

.p1_r {
	width: 560px;
}

.p1_r h1 {
	font: bold 20px/2 "微软雅黑";
}

.p1_r p {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 16px;
	text-indent: 2em;
}


/*谈未保*/

.detail {
	width: 360px;
	height: 225px;
	float: left;
	padding: 20px;
}

.detail img {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.detail .desc {
	position: relative;
	bottom: 65px;
	width: 340px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background-image: url(https://img.sxdaily.com.cn/pic/20220526itemtit01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.detail .desc p {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 40px;
	padding-right: 20px;
	line-height: 20px;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 40px;
	font-size: 18px;
}


/*知多少*/

.content01 {
	width: 100%;
	height: 640px;
	background: url(http://images1.wenming.cn/web_shx/publictm/202201/W020220126558295828958.jpg) no-repeat center 0;
	margin: 0px auto 0px auto;
}

.post-slide {
	margin: 0 15px;
	padding: 27px 30px;
}

.post-slide .post-header {
	margin-bottom: 10px;
}

.post-slide .subtitle {
	color: #0b99bc;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.post-slide .subtitle:hover {
	color: #333;
	text-decoration: none;
}

.post-slide .post-title {
	margin: 0;
}

.post-slide .post-title a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
}

.post-slide .post-title a:hover {
	color: #0b99bc;
	text-decoration: none;
}

.post-slide .pic {
	overflow: hidden;
	position: relative;
	line-height: 60px;
	font-size: 16px;
}

.post-slide .pic img {
	width: 100%;
	height: auto;
	transform: rotate(0deg) scale(1, 1);
	transition: all 0.9s ease 0s;
}

.post-slide:hover img {
	transform: rotate(-2deg) scale(1.1, 1.1);
}

.post-slide .pic:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	transition: all 0.9s ease 0s;
}

.post-slide:hover .pic:after {
	background: rgba(255, 255, 255, 0.2);
}

.post-slide .post-bar {
	list-style: none;
	padding: 12px 0;
	margin: 0;
}

.post-slide .post-bar li {
	display: inline-block;
	margin-right: 3px;
	color: #aaa;
}

.post-slide .post-bar li:last-child {
	margin-right: 0;
}

.post-slide .post-bar li a {
	color: #aaa;
	transition: 0.3s ease;
}

.post-slide .post-bar li a:hover {
	text-decoration: none;
	color: #0b99bc;
}

.post-slide .post-description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #767676;
}

.post-slide .read-more {
	color: #0b99bc;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
}

.post-slide .read-more:hover {
	color: #333;
	text-decoration: none;
}

@media only screen and (max-width: 479px) {
	.post-slide {
		padding: 15px;
	}
	.post-slide .post-bar li {
		margin-bottom: 5px;
	}
	.post-slide .post-bar li:last-child {
		margin-bottom: 0;
	}
}
/*融媒宣传*/

			.sxtx02 {
				width: 100%;
				position: relative;
				padding: 0 0 0 0;
				height: 148px;
				top: 0px;
			}
			
			.sxtx02 .prev {
				position: absolute;
				left: -19px;
				top: 48%;
				margin-top: -101px;
				display: block;
				width: 39px;
				height: 222px;
				background: url('	https://img.sxdaily.com.cn/pic/z01_210822.png') 0 0px no-repeat;
				z-index: 2;
			}
			
			.sxtx02 .next {
				position: absolute;
				right: -19px;
				top: 48%;
				margin-top: -101px;
				display: block;
				width: 39px;
				height: 222px;
				background: url('	https://img.sxdaily.com.cn/pic/y01_210822.png') 0 0px no-repeat;
				z-index: 2;
			}
			
			.sxtx02 .bd {
				margin: 0 0 0 0px;
				overflow: hidden;
			}
			
			.sxtx02 .bd ul {
				overflow: hidden;
				zoom: 1;
			}
			
			.sxtx02 .bd ul li {
				margin: 0 20px;
				float: left;
				_display: inline;
				width: 260px;
				height: 148px;
				position: relative;
			}
			
			.mcmin {
				width: 1170px;
				overflow: hidden;
				margin-top: 15px;
			}
			
			.mcmin ul li {
				width: 272px;
				height: 180px;
				float: left;
				position: relative;
				overflow: hidden;
				margin: 10px;
				border-radius: 5px;
			}
			
			.mcmin ul li img {
				width: 272px;
				height: 180px;
			}
			
			.mcmin ul li h5 {
				position: absolute;
				width: 100%;
				height: 40px;
				font: 16px/40px "Microsoft Yahei";
				text-align: center;
				filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
				background: rgba(0, 0, 0, 0.6);
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow: hidden;
				color: #fff;
				bottom: 0px;
				left: 0px;
			}
			
			.mcmin ul li h5 a {
				color: #fff
			}