body {
	background: url('./content-bg.png') no-repeat center;
  background-position: 0 100%;
  background-size: 100%
}

input.sch_input {
    font-size: 15px;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}


.m-t30 {
	margin-top: 30px;
}


/* 内容 */
.con-content {
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 10px;
	max-width: 1140px;
	margin: 30px auto;
  
}

.con-content .content1 {
	height: 340px;
}

.con-content .content1 .imglist {
	width: 600px;
}
.con-content .content1 .imglist .slideBox1{
	position: relative;
}

.con-content .content1 .slideBox1 .bd ul li a .img {
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}

.con-content .content1 .slideBox1 .bd {
	z-index: 0;
}

.con-content .content1 .slideBox1 .bd ul li a .title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	width: 97%;
	position: absolute;
	bottom: 0;
	background: rgb(53 53 53 / 60%);
	color: #fff;
	padding-left: 20px;
}

.con-content .content1 .slideBox1 .hd {
	position: absolute;
	    z-index: 1;
	    bottom: 20px;
	    right: 20px;
}

.con-content .content1 .slideBox1 .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.con-content .content1 .slideBox1 .hd ul li.on {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: none;
	background: #fff;
}

.con-content .content1 .tablist {
	width: 510px;
}

.con-content .content1 .tablist .hd {
	background: #f9f9f9;
	border-radius: 10px;
}

.con-content .content1 .tablist .hd ul li.on {
	background: #2550a4;
	color: #fff;

}

.con-content .content1 .tablist .hd ul li {
	color: #333;
	padding: 0 20px;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.con-content .content1 .tablist .bd ul li {
	margin-top: 19px;
}

.con-content .content1 .tablist .bd ul li span.dian {
	width: 10px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	background: url(./news_list_dian.png) no-repeat;
}

.con-content .content1 .tablist .bd ul li a {
	font-size: 18px;
	color: #000;
}

.con-content .content1 .tablist .bd ul li a:hover{
	color: #2550a4;
}


.con-content .content1 .tablist .bd ul li a span.dete {
	float: right;
	color: #919191;
	font-size: 16px;
	margin-top: 5px;
}

.con-content .content1 .tablist .slideTxtBox {
	position: relative;
}

.con-content .content1 .tablist .more a {
	color: #9a9a9a;
	font-size: 14px;
}

.con-content .content1 .tablist .more .more1 {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content1 .tablist .more .more2 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content2 .img {
	overflow: hidden;
	width: 1140px;
	height: 120px;
	border-radius: 10px;
}

.con-content .content1 .img img {
height: 340px;width:100%;object-fit:cover}

/*swiper*/
.swiper-slider {
	height: 340px;
  border-radius: 10px
}

.swiper-slider img {
	border-radius: 10px;
  width :100%;
  height: 100%;
  object-fit: cover
}

.swiper-slider p.title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	width: 97%;
	position: absolute;
	bottom: 0;
	background: rgb(53 53 53 / 60%);
	color: #fff;
	padding-left: 20px;
  border-radius: 0 0 10px 10px;
}

.swiper-slider p.title a{
	color: #fff
}
span.swiper-pagination-bullet {
	height: 12px;
  width:12px;
}
.swiper-pagination-bullet {
background: #fff!important;
  opacity: 0.6!important;
}
.swiper-pagination-bullet-active {
background: #fff!important;
  background: #fff!important;
  opacity: 1!important;
}
.swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }

.swiper-pagination {
	width:575px!important;
  text-align: right!important;
}

/* 时政要闻 */
.con-content .content3 {
	height: 330px;
}

.con-content .content3 .newslist {
	width: 600px;
}

.con-content .content3 .newslist .hd {
	background: #f9f9f9;
	border-radius: 10px;
}

.con-content .content3 .newslist .hd ul li.on {
	background: #2550a4;
	color: #fff;

}

.con-content .content3 .newslist .hd ul li {
	color: #333;
	padding: 0 20px;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.con-content .content3 .newslist .slideTxtBox2 {
	position: relative;
}

.con-content .content3 .newslist .more a {
	color: #9a9a9a;
	font-size: 14px;
}

.con-content .content3 .newslist .more .more3 {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content3 .newslist .more .more4 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content3 .newslist .more .more5 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content3 .newslist .more .more6 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}


.con-content .content3 .newslist .bd ul li {
	margin-top: 17px;
}

.con-content .content3 .newslist .bd ul li span.dian {
	width: 10px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	background: url(./news_list_dian.png) no-repeat;
}

.con-content .content3 .newslist .bd ul li a {
	font-size: 18px;
	color: #000;
}

.con-content .content3 .newslist .bd ul li a:hover{
	color: #2550a4;
}


.con-content .content3 .newslist .bd ul li a span.dete {
	float: right;
	color: #919191;
	font-size: 16px;
	margin-top: 5px;
}

.con-content .content3 .xxgklist {
	width: 510px;
}

.con-content .content3 .xxgklist .hd {
	background: #f9f9f9;
	border-radius: 10px;
}

.con-content .content3 .xxgklist .hd ul li.on {
	background: #2550a4;
	color: #fff;

}

.con-content .content3 .xxgklist .hd {
	background: #f9f9f9;
	border-radius: 10px;

}

.con-content .content3 .xxgklist .hd ul li {
	color: #333;
	padding: 0 20px;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.con-content .content3 .xxgklist .hd ul .more7 {
	display: inline-block;
	float: right;
	margin-right: 20px;
	margin-top: 18px;
}

.con-content .content3 .xxgklist .hd ul .more7 a {
	color: #9a9a9a;
	font-size: 14px;
}

.con-content .content3 .xxgklist .bd ul li.item {
	width: 250px;
	line-height: 75px;
	height: 75px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}


.con-content .content3 .xxgklist .bd ul li.item1 {
	background: url(./xxgk_item01.jpg) no-repeat;
	margin-right: 10px;
}

.con-content .content3 .xxgklist .bd ul li.item2 {
	background: url(./xxgk_item02.jpg) no-repeat;
}

.con-content .content3 .xxgklist .bd ul li.item3 {
	background: url(./xxgk_item03.jpg) no-repeat;
	margin-right: 10px;
}

.con-content .content3 .xxgklist .bd ul li.item4 {
	background: url(./xxgk_item04.jpg) no-repeat;
}

.con-content .content3 .xxgklist .bd ul li.item5 {
	width: 510px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	float: right;
	background: url(./xxgk_item05.jpg) no-repeat;
}

.con-content .content3 .xxgklist .bd ul li.item1 a {
	font-size: 18px;
	color: #7a6fa1;
}

.con-content .content3 .xxgklist .bd ul li:hover a{
	font-weight: bold;
}

.con-content .content3 .xxgklist .bd ul li.item2 a {
	font-size: 18px;
	color: #166d98;
}

.con-content .content3 .xxgklist .bd ul li.item3 a {
	font-size: 18px;
	color: #459e53;
}

.con-content .content3 .xxgklist .bd ul li.item4 a {
	font-size: 18px;
	color: #4f7499;
}

.con-content .content3 .xxgklist .bd ul li.item5 a {
	font-size: 18px;
	color: #98723c;
}

.con-content .content4 {
	width: 1140px;
	height: 230px;
	border-radius: 10px;
	background: url(./media_bg.png) no-repeat;
}

.con-content .content4 .media {
	padding: 18px;
}

.con-content .content4 .media .title {
	width: 15px;
	clear: both;
	height: 107px;
	padding: 45px 20px;
	writing-mode: tb;
	background: url(./media_title_bg.png) no-repeat;
}


.con-content .content4 .media .title a {
	position: relative;
	left: 5px;
	position: relative;
	left: 5px;
	font-size: 20px;
	color: #fff;
}

.con-content .content4 .media .codelist ul li {
	margin-right: 20px;
	cursor: pointer;
	width: 125px !important;
}

.con-content .content4 .media .codelist ul li img{
	border-radius: 10px;
}

.con-content .content4 .media .codelist ul li .code-title {
	font-size: 18px;
	color: #333;
	width: 125px;
	text-align: center;
	margin-top: 10px;
}

.con-content .content4 .media .codelist .bd {
	margin-left: 90px;
	margin-top: 20px;
	padding-right: 20px;
}

.con-content .content4 .media .codelist .bd .tempWrap {
	width: 100% !important;
}