/* 轮播图样式 */
#carousel img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
#carousel {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #ff6600;
    --swiper-pagination-size: 30px;
}
.layui-row {
	background: white;
	margin-top: 30px;
}

h3 {
	border-bottom: 3px #9d2933 solid;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}

h3::before {
	content: "";
	width: 8px;
	height: 24px;
	display: inline-flex;
	background: #9d2933;
	position: relative;
	top: 5px;
	left: -10px;
}

h3 a {
	float: right;
}

/* 新闻中心样式 */
/* 新闻中心-左侧视频样式 */
.swiper-container2 .swiper-slide {
	display: block;
}

.swiper-container2 .swiper-slide .ved {
	width: 90%;
	height: 280px;
	padding: 0px;
	margin-top: 20px;
}

.swiper-container2 .swiper-slide div {
	width: 90%;
}

.swiper-container2 .swiper-slide i {
	font-size: 16px;
	border-right: 10px transparent solid;
}

.swiper-container2 .swiper-slide a {
	display: block;
	width: 100%;
	text-align: left;
	color: red;
	font-weight: 600;
}

/* 新闻中心-右侧样式 */
.news {
	min-height: 420px;
}

.news_title {
	list-style: none;
	display: inline-flex;
	border-top: 20px transparent solid;
	border-bottom: 2px #f3f9f1 solid;
	width: 100%;
}

.news_title li {
	font-size: 16px;
	font-weight: 600;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 12px;
	margin-right: 5px;
	cursor: pointer;
	background: #fff2df;
	color: #CC0033;
	opacity: 0.6;
	transition: all 0.5s ease;
}

.news_title .active_nav {
	color: #fff2df;
	background: #CC0033;
	opacity: 1;
}

.news_content li {
	display: none;
}

.news_content .active_box {
	display: flex;
}

.notice a {
	color: #000000;
	font-size: 16px;
}

.notice a:hover {
	color: #9d2933;
}

.notice {
	position: relative;
	top: 0;
	left: 0;
}

.notice ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.notice ul li {
	width: 100%;
	height: 45px;
	display: flex;
	box-sizing: border-box;
	border-top: 8px transparent solid;
	border-bottom: 1px #f3f9f1 solid;
}

.notice ul li p i{
	margin-right: 10px;
	font-size: 1px;
	color: #FD482C;
}
.notice ul li p:nth-of-type(1) {
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

.notice ul li p:nth-of-type(2) {
	line-height: 45px;
	width: 120px;
	color: #CCCCCC;
}


/* 下属机构样式 */
.xsdw {
	width: 100%;
	min-height: 260px;
}

.xsdw_block {
	border-top: 20px transparent solid;
}

.xsdw_block div {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 10px transparent solid;
	text-align: center;
}

.xsdw_block div img{
	width: 70%;
}

.xsdw_block div a{
	width: 100%;
	border: 1px transparent solid;
}
.sider {
    position: fixed;
    z-index: 1;
    top: 40%;
    right: 0px;
    width: 280px;
    height: 80px;
}
.sider a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.sider a:hover {
    opacity: 1;
    cursor: pointer;
}
.sider a img {
    width: 280px;
    height: 80px;
    object-fit: scale-down;
}
.floatingAd .ad {
 z-index: 100;
 background: none;
 position: absolute;
 display: none;
}

.floatingAd a {
 color: #000000;
 display: inline-block;
 text-decoration: none;
}

.floatingAd a img {
 width: 400px;
 height: 160px;
 border: 0;
}

.floatingAd .close {
 display: none;
}

.floatingAd .opacity {
 position: absolute;
 top: 0;
 width: 100%;
 height: 25px;
 background-color: #000000;
 opacity: 0.20;
 filter: alpha(opacity=20);
}

.opacity1 {
 opacity: 0.90;
 filter: alpha(opacity=90);
}

.floatingAd .text {
 position: absolute;
 top: 0;
 width: 100%;
 height: 25px;
 color: #000000;
 line-height: 25px;
}

.floatingAd .text .button {
 position: relative;
 float: right;
 top: 5px;
 right: 5px;
 width: 16px;
 height: 16px;
 background: url("../img/close.png") no-repeat;
 cursor: pointer;
}

.floatingAd .text .title {
 position: relative;
 float: left;
 font-size: 12px;
 margin-left: 5px;
}
@media (max-width:1100px) {

	/* 轮播图样式 */
	#carousel img {
		height: 250px;
		width: 100%;
		object-fit: cover;
	}

	/* 新闻中心样式 */
	.notice ul li,
	.newsfocus ul li {
		width: 100%;
	}

	.swiper-container2 .swiper-slide div,
	.swiper-container2 .swiper-slide .ved {
		width: 100%;
		margin-top: 0;
	}

	.notice ul li:nth-of-type(odd),
	.newsfocus ul li:nth-of-type(odd) {
		border-right: none;
	}

	/* 下属机构样式 */
	.xsdw_block .yiliao,
	.xsdw_block .yiyang,
	.xsdw_block .yiyao {
		border: none;
		margin-bottom: 10px;
	}

}
