.f-right {
	float: right;
}

.f-left {
	float: left;
}


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

.m-width {
	width: 1200px;
	margin: 0 auto;
}


/* 内容 */
.content {
	background: #f5f7fb;
}

.content-bg {
	background: url(./content-bg.png) no-repeat center;
	background-size: 100%;
	background-position-y: 100%;
	padding: 30px 0;
}

.con-content {
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 10px;
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
}

.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;
}

/*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 .content1 .tablist {
	width: 510px;
}

.con-content .content1 .tablist .hd {
	border-bottom: 1px solid #f2f2f2;
}

.con-content .content1 .tablist .hd ul li.on {
	color: #2550a4;
	border-bottom: 3px solid #2550a4;
}

.con-content .content1 .tablist .hd ul li {
	color: #333;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	margin-right: 30px;
}

.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 {
	height: 440px;
}

.con-content .content2 .f-left {
	width: 600px;
	height: 330px;
}
.con-content .content2 .f-right {
	width: 600px;
	height: 330px;
}

.con-content .content2 .f-left .hd ul li {
	color: #333;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	margin-right: 30px;
}
.con-content .content2 .f-left .bd ul li {
	margin-top: 17px;
}

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

.con-content .content2 .f-left .bd ul li a {
	font-size: 18px;
	color: #000;
}

.con-content .content2 .f-left .bd ul li a:hover {
	color: #2550a4;
}


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

.con-content .content2 .f-left .slideTxtBox4 {
    position: relative;
}

.con-content .content2 .f-left .hd {
    border-bottom: 1px solid #f2f2f2;
}


.con-content .content2 .f-left .more a {
	color: #9a9a9a;
	font-size: 14px;
}

.con-content .content2 .f-left .more .more5 {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content2 .f-left .more .more6 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}
.con-content .content2 .f-left .more .more7 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}
.con-content .content2 .f-left .more .more8 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content2 .f-left .hd ul li.on {
	color: #2550a4;
	border-bottom: 3px solid #2550a4;
}


/* ------- */
.con-content .content2 .f-right {
	width: 510px;
	height: 330px;
}
.con-content .content2 .f-right {
	width: 510px;
	height: 330px;
}

.con-content .content2 .f-right .hd ul li {
	color: #333;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	margin-right: 30px;
}
.con-content .content2 .f-right .bd ul li {
	margin-top: 17px;
  width: 250px;
}

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

.con-content .content2 .f-right .bd ul li a {
	font-size: 18px;
	color: #000;
}

.con-content .content2 .f-right .bd ul li a:hover {
	color: #2550a4;
}


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

.con-content .content2 .f-right .slideTxtBox5 {
    position: relative;
}

.con-content .content2 .f-left .hd {
    border-bottom: 1px solid #f2f2f2;
}


.con-content .content2 .f-right .more a {
	color: #9a9a9a;
	font-size: 14px;
}

.con-content .content2 .f-right .more .more9 {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content2 .f-right .more .more10 {
	display: none;
	position: absolute;
	top: 18px;
	right: 20px;
}

.con-content .content2 .f-right .hd ul li.on {
	color: #2550a4;
	border-bottom: 3px solid #2550a4;
}



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

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

.con-content .content3 .newslist .hd {
	border-bottom: 1px solid #f2f2f2;
}

.con-content .content3 .newslist .hd ul li.on {
	color: #2550a4;
	border-bottom: 3px solid #2550a4;
}

.con-content .content3 .newslist .hd ul li {
	color: #333;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	margin-right: 30px;
}

.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 {
	border-bottom: 1px solid #f2f2f2;
}

.con-content .content3 .xxgklist .hd ul li.on {
	color: #2550a4;
	border-bottom: 3px solid #2550a4;
}

.con-content .content3 .xxgklist .hd ul li {
	color: #333;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	margin-right: 30px;
}


.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;
	display: inline-block;
	background: url(./media_bg.png) no-repeat;
}

.con-content .content4 .col-title {
	width: 55px;
	height: 197px;
	border-radius: 10px;
	text-align: center;
	clear: both;
	background: url(./media_title_bg.png) no-repeat;
}

.con-content .content4 .col-title a {
	writing-mode: tb;
	color: #fff;
	font-size: 20px;
	margin-top: 45px;

}


.con-content .content4 .media {
	padding: 18px;
	width: 1104px;
	height: 194px;
	display: inline-block;
}

.con-content .content4 .code-list {
	margin-top: 20px;
	width: 1020px;
}

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

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

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

.con-content .content4 .code-list .bd {
	padding-right: 20px;
}

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


/* 页尾公共 */
.footer {
	height: 125px;
	width: 100%;
	background: #f3f3f3;
}

.footer .foot {
	position: relative;
}

.footer .banq p {
	font-size: 16px;
	color: #333;
	opacity: 0.8;
	height: 35px;
	line-height: 35px;
}

.m-top20 {
	margin-top: 20px;
}

.footer .f-jiuc {
	display: inline-block;
	position: absolute;
	right: 340px;
	top: 35px;
}

.footer .f-link {
	height: 125px;
	line-height: 125px;
}

.footer .f-link a {
	color: #333;
	font-size: 16px;
}

.con-newsList .content .con-list {
	width: 820px!important;
	padding: 0px 10px 30px 10px!important;
}

/* ----高新风采--- */

.content2 .slideTxtBox5 .bd ul li .img img{
	width: 250px;
	height: 140px;
	border-radius: 10px;
  padding-bottom: 5px;
}

.con-content .content2 .n-right .bd ul li{
	float: left;
	margin-right: 10px;
}

.con-content .content2 .n-right .bd ul li .title{
	font-size: 16px;
	color: #333;
	text-align: center;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con-content .content2 .n-right .bd ul li a:hover .title{
	color: #2550a4;
}