@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	/* min-width: 1250px; */
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	background-color: #fffaf4;
	text-align: left;
}

.domPC {
	display: block;
}

.domMb {
	display: none;
}

.banner {
	height: auto;
}

.banner img,
.m_banner img {
	width: 100%;
	height: auto;
	display: block;
}

.con1200 {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #bf0009;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.4;
}

p,
span {
	color: #333;
	line-height: 1.8;
}

img {
	width: 100%;
	height: 100%;
}

div {
	text-align: left;
}

li {
	list-style: none;
	list-style-position: outside;
	border: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

/* 要闻 S */
.main .yaow {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #bf0009;
	background-color: #fff;

}

/* 轮播图 S */
.yaow_pic {
	position: relative;
	width: 800px;
	height: 450px;
	overflow: hidden;
	border-top: 5px #bf0009 solid;
}

.yaow_pic .swiper-slide img {
	display: block;
	width: 800px;
	height: 450px;
	object-fit: cover;
}

.yaow_pic h3 {
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	font-size: 18px;
}

.yaow_pic h3 a {
	color: #fff;
}

.yaow_pic .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 40px;
}

:root {
	--swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
	background: #fff;
	margin-right: 5px;
}

.swiper-button-prev {
	left: 0px;
	right: auto;
	color: #bf0009;
	font-weight: bolder;
}

.swiper-button-next {
	right: 0px;
	left: auto;
	color: #bf0009;
	font-weight: bolder;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	opacity: 0.3;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #bf0009;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 50px;
}

.yaow_list {
	width: 400px;
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
}

.yaow_list .topic {
	height: 40px;
}

.yaow_list .topic h2 {
	font-size: 24px;
	font-weight: bolder;
	position: relative;
}

.yaow_list .topic h2 a {
	color: #bf0009;
	font-weight: bolder;
	display: inline-block;
}

.yaow_list ul {
	border-top: 5px #bf0009 solid;
}

.yaow_list ul li {
	height: 180px;
	padding: 40px 0px;
	box-sizing: border-box;
	border-bottom: dashed 1px #ccc;
}

.yaow_list ul li:last-child {
	margin-bottom: 0;
	border: none;
}

.yaow_list ul li h3 {

	line-height: 1.4;
	margin-bottom: 20px;
}

.yaow_list ul li h3 a {
	color: #333;
}

.yaow_list ul li h3 a:hover {
	color: #bf0009;
}

p {
	color: #333;
	line-height: 1.8;
}


.mtjj .topic h2 {
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: bolder;
	position: relative;
}

.mtjj .topic h2 a {
	color: #bf0009;
	font-weight: bolder;
	display: inline-block;
}


/* 标题栏 E */
.mtjj {
	margin: 30px 0;
}

.mtjj .con1200 {
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
}

.mtjj_con ul {
	border-top: 5px #bf0009 solid;
}

.mtjj_con li {
	margin-top: 30px;
	overflow: hidden;
}

.mtjj_con li+li {
	border-top: 1px dashed #999;
	/* padding-top: 30px; */
	margin-top: 30px;
}

.mtjj_con li .img {
	width: 350px;
	height: auto;
	float: left;
	margin-right: 30px;
}

.mtjj_con li .img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.mtjj_con li h3 {
	line-height: 1.4;
	font-weight: bolder;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtjj_con li h3 a {
	color: #333;
}

.mtjj_con li h3 a:hover {
	color: #bf0009;
}

.sourthTime {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	color: #666666;
}

.sourthTime span {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
}

.sourthTime i {
	font-style: normal;
	margin: 0 3px;
}

.more {
	text-align: center;
	padding: 30px 0px 0px;
}

.more a {
	color: #666;
	font-size: 16px;
}

.yaow_list .more {
	padding: 5px 0;
}

.m_topNav {
	max-width: 1000px;
}

.groupAll,
.groupVideos {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.mainPubNews {
	width: auto;
	height: auto;
	background: #fff;
	margin-bottom: 30px;
}

.mainPubNews .pubTit {
	text-align: center;
	padding: 15px;
}

.mainPubNews .pubTit img {
	width: auto;
	height: 100px;
	display: inline-block;
}

.mainPubNews .pubCont {
	padding: 0 20px 15px;
	text-align: left;
	overflow: hidden;
}

.mainPubNews .pubCont .contItem {
	margin-bottom: 10px;
}

.mainPubNews .pubCont .contItem a {
	display: block;
	overflow: hidden;
}

.mainPubNews .pubCont .contItem img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 20px;
}

.mainPubNews .pubCont .contItem h3 {
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainPubNews .pubCont .contItemV {
	float: left;
	width: 365px;
	margin-bottom: 20px;
	margin-right: 30px;
	position: relative;
}

.mainPubNews .pubCont .contItemV:nth-child(3n) {
	margin-right: 0;
}

.mainPubNews .pubCont .contItemV a {
	display: block;
	overflow: hidden;
}

.mainPubNews .pubCont .contItemV a>i {
	background: url("https://www.stdaily.com/resource/kjw/index/images/btn_play.png") no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	margin: -72.5px 0 0 -27.5px;
}

.mainPubNews .pubCont .contItemV img {
	width: 100%;
	height: 200px;
}

.mainPubNews .pubCont .contItemV h3 {
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainPubNews .pubCont .contItemV a:hover h3 {
	color: #bf0009;
}

.groupAll .mainPubNews {
	width: 585px;
	min-height: 376px;
	float: left;
	margin-right: 30px;
}

.groupAll .mainPubNews:nth-child(2n) {
	margin-right: 0;
}

.groupVideos .mainPubNews{
	min-height: 489px;
}

.groupVideos .mainPubNews .pubCont {
	padding-bottom: 0;
}

/* Small devices (phones) */

@media only screen and (max-width: 767px) {

	/* 宽度设定750px */
	.domPC {
		display: none;
	}

	.domMb {
		display: block;
	}

	.con1200 {
		width: 100%;
	}

	.banner {
		background: none;
		width: 100%;
		height: auto;
	}

	.main {
		width: 100%;
		padding: 0;
	}

	.main .yaow {
		background-color: transparent;
	}

	.topic {
		width: 100%;
	}

	.yaow_list .topic h2,
	.mtjj .topic h2 {
		height: auto;
		font-size: 20px;
		padding: 0.5rem 0 0;
		letter-spacing: 1px;
	}

	.yaow_list .more,
	.mtjj .more {
		padding: 0.5rem 0;
	}

	.yaow_list {
		width: auto;
		background-color: #fff;
		margin: 0rem 0 2rem 0;
		padding: 0.5rem;
	}

	.yaow_list ul li {
		height: auto;
		padding: 20px 0;
	}

	.yaow_list ul li h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.yaow_pic {
		width: 100%;
		height: 280px;
	}

	.yaow_pic .swiper-slide img {
		width: 100%;
		height: 280px;
	}

	.yaow_pic h3 {
		font-size: 16px;
	}

	.mtjj {
		width: auto;
		margin: 1rem 0.5rem;
	}

	.mtjj .con1200 {
		padding: 0.5rem 0.5rem 2rem 0.5rem;
	}

	.mtjj_con li .img {
		width: auto;
		float: none;
		margin: 0;
		padding-top: 10px;
	}


	.mtjj_con li {
		margin-top: 0.5rem;
	}

	.mtjj_con li h3 {
		font-size: 18px;
		margin: 1rem 0;
	}

	.sourthTime span {
		font-size: 14px;
	}

	.m_header1 {
		overflow: hidden;
	}
	
	.groupAll,
	.groupVideos{
		width: auto;
	}
	
	.groupAll .mainPubNews{
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.mainPubNews .pubCont .contItemV{
		float: none;
		width: auto;
		margin-right: 0;
	}
}