@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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: #f5f5f5; */
	text-align: left;
}

.domPC {
	display: block;
}

.domMb {
	display: none;
}

.banner {
	height: auto;
}

.banner img,
.mbanner img {
	width: 100%;
	height: auto;
	display: block;
}

.con1200 {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #082CA4;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	font-weight: bolder;
}

p,
span {
	color: #000;
	line-height: 1.8;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

li {
	list-style: none;
	list-style-position: outside;
	border: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear::after {
	display: block;
	content: "";
	clear: both;
}

.left {
	display: flex;
	flex-wrap: wrap;
}

/* 公共样式 E */
.news {
	margin: 40px 0;
}

.news .topic {
	background: url(../images/tit_yw.png) no-repeat top;
	height: 70px;
	margin: 0;
	overflow: hidden;
}

.news .topic h2 {
	text-align: left;
}

.news .topic a {
	width: 160px;
	height: 60px;
}

.topic a span {
	display: none;
}

.news .wz {
	width: 700px;
	margin-right: 40px;
}

.news .wz ul li {
	margin: 20px 0px;
	line-height: 1.4;
	border-bottom: 1px #999 dashed;
}

.news .wz ul li:nth-child(4) {
	border: none;
}

.news .wz ul li h3 {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news .wz ul li .sourthTime {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.sourthTime {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

.sourthTime span {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
}

.sourthTime i {
	font-style: normal;
	margin: 0 3px;
}

.news .pic {
	width: 460px;
	overflow: hidden;
}

.news .pic ul li {
	margin-bottom: 40px;
}

.news .pic ul li .img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.news .pic ul li .img img {
	display: block;
}

.news .pic ul li h3 {
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	background: #082CA4;
}

.news .pic ul li h3 a {
	color: #fff;
}

/* 新闻 E */

.topic {
	height: 136px;
	line-height: 136px;
	margin: 50px 0 20px;
}

.topic h2 {
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: bolder;
	text-align: center;
}

.topic h2 a {
	color: #082CA4;
	font-weight: bolder;
	display: inline-block;
}

.xczj .topic {
	background: url(../images/tit_zb.png) no-repeat center;
}

.ltrc .topic {
	background: url(../images/tit_rc.png) no-repeat center;
	text-align: center;
}

.xczj .topic a,
.ltrc .topic a {
	width: 200px;
	height: 60px;
}

/* 标题栏 E */
.xczj {
	background: #082CA4;
	padding: 1px 0px 100px;
}

.xczj a,
.xczj h2 a {
	color: #fff;
}

.menu {
	text-align: center;
}

.menu ul {
	display: inline-block;
}

.menu ul li {
	display: inline-block;
	width: 200px;
	font-size: 20px;
	font-weight: bolder;
	padding: 10px 20px;
	margin: 30px 30px 80px 30px;
	background: #fff;
	color: #082CA4;
	border: 1px #082CA4 solid;
	border-radius: 20px;
	cursor: pointer;
}

.xczj .con ul li {
	margin: 0 20px 20px 0;
	width: 285px;
	float: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.xczj .con ul li:nth-child(4n) {
	margin-right: 0;
}

.xczj .con ul li .img {
	height: 160px;
}

.xczj .con ul li h3 {
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	margin: 10px 5px;
	overflow: hidden;
}

.xczj .con ul li h3 a {
	color: #333;
}

/* 直播 E  */

.m_dsCon,
.m_rcCon {
	display: none;
}

.m_active {
	background-color: #3d65fb !important;
	color: #fff !important;
	font-weight: bolder !important;
}

.m_active a {
	color: #fff;
}

.show {
	display: block !important;
}

.liBox {
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px #ccc solid;
}

.liBox .Box {
	padding: 20px;
	display: flex;
}

.liBox .Box .titBox .tit {
	font-weight: bolder;
	margin-bottom: 20px;
}

.liBox .Box .titBox .address .left {
	margin-right: 20px;
	float: left;
}

.liBox .Box .titBox .address .left p {
	font-size: 14px;
}

.liBox .Box .btnBox {
	flex: 0 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.liBox .Box .btnBox .icon-jiantou {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	margin-left: 16px;
	background-color: #082CA4;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
}

.liBox .Box .btnBox .icon-jiantou:before {
	content: "";
	width: 12px;
	height: 12px;
	border-width: 0 2px 2px 0;
	border-color: #fff;
	border-style: solid;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 11px;
}

.liBox .Box.on,
.liBox .Box.on p {
	background-color: #082CA4;
	color: #fff;
}

.liBox .Box.on .btnBox .icon-jiantou {
	background: #fff;
	transform: rotate(180deg);
}

.liBox .Box.on .btnBox .icon-jiantou::before {
	border-color: #082CA4;
}

.between {
	display: flex;
	justify-content: space-between;
}

.contBox {
	display: none;
}

.contBox .cont {
	width: 100%;
	background-color: #FAFBFF;
	padding: 1% 30px 26px;
}

.contBox .cont .t {
	font-size: 14px;
	line-height: 24px;
	color: #3D3D3D;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 12px 0;
}

.contBox .cont .t p {
	margin: 6px 0;
}

.contBox .cont .t p:nth-child(1) {
	min-width: 80px;
}

.contBox .cont .t p:nth-child(2) {
	min-width: calc(100% - 80px);
}

.contBox .cont .t p span:last-child em {
	display: none;
}

.contBox .cont .t1 {
	font-size: 16px;
	line-height: 20px;
	color: #3D3D3D;
	padding: 20px 0 14px;
}

.contBox .cont .t2 {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	overflow: hidden;
}

.contBox .cont .t2.on {
	height: auto;
}

.contBox .cont .show {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	cursor: pointer;
}

.contBox .cont .show p {
	margin-bottom: 5px;
}

.contBox .cont .show .iconfont {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background-color: #262626;
	color: #fff;
	transform: rotate(90deg);
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

.contBox .dl {
	width: 100%;
	padding: 50px 30px 20px;
	position: relative;
}

.contBox .dl::after {
	content: '';
	width: 1px;
	height: calc(100% - 156px);
	border-left: 1px dashed #082CA4;
	position: absolute;
	top: 79px;
	left: 190px;
}

.contBox .dl .dt {
	width: 100%;
	margin-bottom: 30px;
}

.contBox .dl .dt .time {
	width: 170px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-right: 60px;
	padding-right: 70px;
	text-align: right;
	position: relative;
	padding-top: 20px;
}

.contBox .dl .dt .time::after {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: rgba(8, 44, 164, 0.1);
	position: absolute;
	top: 23px;
	right: 2px;
}

.contBox .dl .dt .time::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #082CA4;
	position: absolute;
	top: 27px;
	right: 6px;
}

.contBox .dl .dt .dd {
	width: calc(100% - 230px);
	background-color: #FAFBFF;
	padding: 20px 2% 0;
}

.contBox .dl .dt .dd .t3 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
}

.contBox .dl .dt .dd .li {
	width: 31.3333%;
	margin: 0 3% 30px 0;
	align-items: center;
}

.contBox .dl .dt .dd .li:nth-child(3n) {
	margin: 0 0 30px 0;
}

.contBox .dl .dt .dd .li .img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.contBox .dl .dt .dd .li .img img {
	width: 100%;
	display: block;
}

.contBox .dl .dt .dd .li .t4 {
	width: calc(100% - 60px);
}

.contBox .dl .dt .dd .li .t4 .name {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.contBox .dl .dt .dd .li .t4 .name span {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.contBox .dl .dt .dd .li .t4 .t5 {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin-top: 4px;
}



/* Small devices (phones) */

@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.domPC {
		display: none;
	}

	.domMb {
		display: block;
	}

	.con1200 {
		width: 100%;
	}

	.banner {
		width: 100%;
	}

	.main {
		width: 100%;
		padding: 0 0.5rem;
	}

	h3 {
		font-size: 16px;
	}

	.topic {
		height: 50px;
		line-height: 45px;
		margin: 20px 0 30px;
	}

	.news {
		margin: 0.5rem 0;
	}

	.news .topic {
		background: none;
	}

	.news .topic a {
		height: auto;
	}

	.news .wz ul li h3 {
		height: 50px;
	}

	.sourthTime span {
		font-size: 14px;
	}

	.topic h2 {
		border-bottom: 1px #082CA4 solid;
		font-size: 22px;
		letter-spacing: 1px;
		text-align: left;
	}

	.topic h2 a {
		color: #082CA4;
		font-weight: bolder;
		display: inline-block;
		/* border-bottom: 8px #389750 solid; */
	}

	.topic a span {
		color: #082CA4;
		display: inline-block;
		border-bottom: 5px #082CA4 solid;
	}

	.xczj .topic {
		background: none;
		text-align: left;
	}

	.ltrc .topic {
		background: none;
		text-align: left;
	}

	.xczj .topic a,
	.ltrc .topic a {
		width: auto;
		height: auto;
	}

	.news .wz {
		width: 100%;
	}

	.news .wz ul {
		padding: 0 0.5rem;
	}

	.news .pic {
		width: 100%;
	}

	.news .pic ul li .img {
		width: 100%;
		height: 200px;
	}

	.news .pic ul li {
		border-radius: 10px;
		overflow: hidden;
	}

	.news .pic ul li:nth-child(2) {
		margin-bottom: 0;
	}

	.menu ul {
		width: 100%;
	}

	.menu ul li {
		width: 25%;
		padding: 1%;
		margin: 2% 4% 2% 0;
		font-size: 16px;
	}

	.xczj {
		background: none;
		padding: 0;
	}

	.xczj .con ul {
		margin: 2rem 0.5rem 0;
	}

	.xczj .con ul li {
		width: 48%;
		margin-right: 3%;
		border-radius: 5px;
		overflow: hidden;
	}

	.xczj .con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.xczj .con ul li .img {
		width: 100%;
		height: 100px;
	}

	.xczj .con ul li .img img {
		width: 100%;
		height: 100%;
		object-fit: initial;
	}

	.xczj .con ul li h3 {
		font-size: 14px;
		line-height: 20px;
		height: 61px;
		overflow: hidden;
	}

	.contBox .dl {
		display: none;
	}

	.m_rcCon {
		margin: 1rem 0;
	}

	.liBox .Box {
		padding: 10px;
	}

	.liBox .Box .titBox .tit {
		margin-bottom: 10px;
	}

	.contBox .cont {
		padding: 1% 10px 26px;
	}

	.m_header1 {
		overflow: hidden;
	}
}


.m_rcCon .contBox .guestBox {
	width: 100%;
	padding: 0 20px 20px;
}

.m_rcCon .contBox .guestBox .guestTit {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: #3D3D3D;
	text-align: center;
	margin-bottom: 50px;
}

.m_rcCon .contBox .guestBox .guestList {
	width: 100%;
}

.m_rcCon .contBox .guestBox .guestList li {
	width: 220px;
	max-height: 300px;
	overflow: visible;
	padding: 20px;
	border: 2px solid #fff;
	transition: all 0.6s ease;
	position: relative;
}

.m_rcCon .contBox .guestBox .guestList li .img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.m_rcCon .contBox .guestBox .guestList li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
	border-radius: 50%;
	/* å›¾ç‰‡è´¨é‡ä¼˜åŒ– */
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.m_rcCon .contBox .guestBox .guestList li .img img:not([src]),
.m_rcCon .contBox .guestBox .guestList li .img img[src=""],
.m_rcCon .contBox .guestBox .guestList li .img img[src*="placeholder"] {
	background: linear-gradient(135deg, #e3e3e3 0%, #f5f5f5 100%);
	position: relative;
}

.m_rcCon .contBox .guestBox .guestList li .img img:not([src]):before,
.m_rcCon .contBox .guestBox .guestList li .img img[src=""]:before,
.m_rcCon .contBox .guestBox .guestList li .img img[src*="placeholder"]:before {
	content: "ðŸ‘¤";
	font-size: 40px;
	color: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m_rcCon .contBox .guestBox .guestList li .img img.error-image {
	filter: grayscale(20%);
	opacity: 0.9;
}

.m_rcCon .contBox .guestBox .guestList li:hover .img {
	transform: scale(1.05);
}

.m_rcCon .contBox .guestBox .guestList li:hover .img img {
	filter: brightness(1.1);
}

@media (max-width: 768px) {
	.m_rcCon .contBox .guestBox .guestList li {
		width: 50%;
	}

	.m_rcCon .contBox .guestBox .guestList li .img {
		width: 100px;
		height: 100px;
	}
}

.m_rcCon .contBox .guestBox .guestList li .img img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.m_rcCon .contBox .guestBox .guestList li .name {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #333333;
	margin-top: 16px;
}

.m_rcCon .contBox .guestBox .guestList li .p {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #999999;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	position: relative;
	cursor: pointer;
}

.m_rcCon .contBox .guestBox .guestList li .guest-tooltip {
	position: absolute;
	bottom: 0;
	right: -180px;
	background: rgba(0, 0, 0, 0.9) !important;
	color: white !important;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px !important;
	line-height: 1.4;
	white-space: normal;
	max-width: 200px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9999 !important;
	pointer-events: none;
	margin-bottom: -5px;
	margin-right: -5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.m_rcCon .contBox .guestBox .guestList li .guest-tooltip::after {
	content: '';
	position: absolute;
	top: 10px;
	left: -19px;
	border: 10px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.9);
	transform: rotate(270deg);
}

.m_rcCon .contBox .guestBox .guestList li .p:hover+.guest-tooltip {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 10000 !important;
}

.m_rcCon .contBox .guestBox .guestList li .p {
	position: relative;
}

.m_rcCon .contBox .guestBox .guestList li .p:hover {
	z-index: 999;
}

@media (max-width: 768px) {
	.m_rcCon .contBox .guestBox .guestList li .img {
		width: 100px;
		height: 100px;
	}
}

.m_rcCon .contBox .guestBox .guestList li .img img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.m_rcCon .contBox .guestBox .guestList li .name {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #333333;
	margin-top: 16px;
}

.m_rcCon .contBox .guestBox .guestList li:hover {
	background: linear-gradient(180deg, #A1B7FF -107%, #FFFFFF 113%);
	border: 2px solid rgba(8, 44, 164, 0.08);
}

.m_rcCon .contBox .guestBox .guestList li .p:hover {
	z-index: 999;
}

.m_rcCon .contBox .guestBox .guestList li .p:hover~*,
.m_rcCon .contBox .guestBox .guestList li .p:hover {
	pointer-events: auto;
}

.m_rcCon .contBox .guestBox .guestList li .p:hover .guest-tooltip {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 10000 !important;
}