a:hover,
a,
a:active {
	text-decoration: none;
	

}

@media (max-width: 768px) {

	.hxwh {
		font-size: 1.37rem !important;
	}
}

@media (max-width: 1200px) {

	#xf {
		display: none;
	}
}

.scrollDiv {
	height: 6rem;
}

.scrollDiv .scrollDiv_ch>a>div:first-child {
	font-size: 2rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #245399;
	line-height: 60px;
}

.scrollDiv .scrollDiv_ch>a>div:last-child {
	font-size: 1.33rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: 400;
	color: #666666;
}

body>.container-fluid {

	height: 69.58rem;
	background: linear-gradient(0deg, #FFFFFF 0%, #DA2323 100%);
}

.container-fluid {
	padding: 0;
	margin: 0;
}

.swiper-slide img {
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}

.inner_img {
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner_img img {
	/*height: 8.375rem;*/
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.6s ease 0s
}

.inner_img img:hover {
	opacity: 0.9;
	transform: scale(1.1);
}


/* 顶部 */
.top {}

.top_left {
	width: 100%;
	line-height: 2.5rem;
}

.top_left>div img {
	padding-right: 0.83rem;
}

.top_title {
	position: absolute;
	top: 5rem;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
}

#top_right>div:first-child {
	padding-bottom: 2.3rem;

}

/* 搜索框 */
.sb-search {}

.sb-search-input {
	border: 0;
	outline: none;
	background: #fff;
	padding-left: 1rem;
	width: 19.88rem;
	height: 3.25rem;
	line-height: 3.25rem;
	margin: 0;
	z-index: 10;
	font-size: 1.33rem;
	font-family: Alibaba PuHuiTi !important;
	color: #999999;
}

.sb-search-input::-webkit-input-placeholder {
	color: #999999;
	font-size: 1.33rem;
}

.sb-search-input:-moz-placeholder {
	color: #999999;
	font-size: 1.33rem;
}

.sb-search-input::-moz-placeholder {
	color: #999999;
	font-size: 1.33rem;
}

.sb-search-input:-ms-input-placeholder {
	color: #999999;
	font-size: 1.33rem;
}

.sb-icon-search,
.sb-search-submit {
	width: 3.63rem;
	height: 3.25rem;

	padding: 0;
	margin: 0;
	line-height: 3.25rem;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff;
	/* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {}

.sb-icon-search img {
	width: 1.33rem;
	height: 1.5rem;
	line-height: 2.33rem;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	float: right;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #D92121;
	border-radius: 0rem 0rem 0rem 0rem;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* banner图 */
.banner {
	position: relative;
}

.banner img {
	height: 16.67rem;
	object-fit: cover;
}

.jrtt_wz{
    font-size:1.2rem;
    font-weight: bold;
}

/* 标签导航 */

.tab {
	padding: 2rem;
	background: rgba(255, 255, 255, 0.13);
	box-shadow: 0rem -0.42rem 1.25rem 0.42rem rgba(0, 76, 159, 0.2);
}

.tab #container_ul {
	width: 100%;
}

.tab #container_ul>ul>li {
	width: 10%;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	cursor: pointer;
	font-family: Alibaba PuHuiTi !important;
	position: relative;
}

.tab .tab-sen {
	position: absolute;
	left: 50%;
	display: none;
	width: 100%;
	text-align: center;
	transform: translate(-50%);
	z-index: 9999;
	top: 5.1rem;
	background: #EA8686;
}

.tab #container_ul>ul>li:hover .tab-sen {
	display: block;
}

.tab-sen li {
	width: 100%;
	cursor: pointer;
	padding: 1.5rem 0;
}



.tab #container_ul>ul>li.active {
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
}

/* 左右俩悬浮 */
#xf>div {
	position: absolute;
	z-index: 99999999;
	/* top: 26rem; */
	cursor: pointer;
	/* right: 5rem; */
}



#xf #nav img {
	width: 21.67rem;
	height: 15rem;
}


#xf .close_icon {
	position: relative;
	right: 2.5rem;
	top: 0.5rem;
}

#xf .close_icon img {
	width: 1.75rem;
	height: 1.75rem;
}




.nav_ul {
	background: #FFFFFF;
	border: 0px solid #005F8F;
	width: 27.42rem;
	padding: 2.44rem 2rem;
	display: none;
}

.nav_ul ul li a {
	font-size: 1rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: 400;
	color: #333333;
}

.nav_ul ul li {
	width: 50%;
	line-height: 5rem;
}

.nav_ul ul {
	padding-top: 2.5rem;
}

/* 今日头条 */
#ddh {
	background: #F0F0F0;
}

/* 隆阳资讯 */
.wetlandInformation .swiper-slide .inner_img {
	height: 24.58rem;
}

.wetlandInformation .swiper-slide img {
	height: 24.58rem;
	object-fit: cover;
}

.news .swiper-pagination {
	padding-right: 1.5rem;
	text-align: right;
	z-index: 100;
}

.news>div>div:last-child {
	min-height: 22rem;
}

/* 轮播图指示点颜色 */

.swiper-pagination-bullet {
	width: 0.86rem;
	height: 0.86rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	opacity: 1 !important;

}

.swiper-pagination-bullet-active {
	background: #FB0421 !important;
}

/* 轮播图遮罩 */
.zz {
	position: absolute;
	bottom: 0;
	z-index: 9;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 1rem;
}

.disp {
	display: none;
}

.common_title {
	align-items: center;
	background: linear-gradient(90deg, #D92121 0%, #FCF1F1 100%);
}

.common_title+div {
	min-height: 35rem;
}

.common_title .active {
	font-size: 2.17rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;

}

.tabs_title {
	border-bottom: 2px solid #ECECEC;
	padding: 0;
	align-items: center;
}

.tabs_title+div {
	min-height: 20rem;
}

#dis,
#information_dis {
	min-height: 17.5rem;
}

.tabs_title .active {
	font-size: 1.7rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #355E92;
	border-bottom: 2px solid #355E92;
	padding-bottom: 1rem;
	margin-left: 1.5rem;
}

.gd {
	color: #666666;
}

.common_title ul li,
.tabs_title ul li {
	padding-right: 2.5rem;
}

.newss {
	padding: 0.75rem 0;
}

.zx_title ul li {
	padding: 0 1.5rem;
}

.zx_title ul li a {
	font-size: 1.64rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #999999;
}

.zx_title .active {
	position: relative;
	height: 3.92rem;
	line-height: 3.92rem;
	background-color: #245399;
}

.zx_title .active a {
	color: #fff;
}

.zx_title .active:before {
	position: absolute;
	bottom: 0;
	top: 85%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	content: '';
	border-top: 14px solid #245399;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
}

.newsCenter_con .row>div>div>div {
	padding: 2rem 0 0;

}

.newsCenter_con .newss {
/*	min-height: 20rem;*/
}

.news_title {
	width: 100%;
	cursor: pointer;
}
.li_style .news_title .news_con {
	position: relative;
	padding: 0 1.5rem;
}
.li_style .news_title .news_con::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	content: '';
	width: 4px;
	height: 4px;
	background: #2F5E95;
	border-radius: 50%;
}
.news_title:hover .news_con,
.news_title:active .news_con {
	color: #3374DA;
}

.li_icon,
.imgs {
	padding-right: 0.67rem;
}

.imgs * {
	width: 15rem;
	height: 9.17rem;
}

.li_icon * {
	width: 1.5rem;
	height: 1.5rem;
}

.li_icon+div,
.imgs+div {
	font-size: 1.17rem;
	font-family: Alibaba PuHuiTi !important;
	color: #666666;
}

.imgs+div * {
	text-align: justify;
}



.imgs+div div:first-child {
	font-size: 1.33rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #333333;
}

.imgs+div div:last-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_con {
	    width: 73%;
	    height: fit-content;
	color: #333;
}

.news_con+div {
	font-size: 12px;
	font-family: Alibaba PuHuiTi !important;
	font-weight: 400;
	color: #666666;
}

.ztzl_con a {
	margin-top: 2rem;
	display: block;
}

/* 专题专栏 */
.swiper-container.school_img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.school_img .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 电视直播 */
video {
	object-fit: cover;
	width: 100%;
	height: 16.67rem;
	border-radius: 0.5rem;
}

video+div {
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #666666;
	margin-top: 1rem;
}
.img_title{
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #666666;
	margin-top: 1rem;
}

/* 视频中心 */
.videoCenter .row>div,
.lywh .row>div {
	margin-bottom: 2rem;
}

.videoCenter video+div {
	color: #355E92;
}

/* 旅游文化 */
.lywh img {
	width: 100%;
	height: 16.67rem;
}

.journeyImg {
	width: 100%;
	position: relative;
}

.journeyImg img {
	width: 100%;
	border-radius: 0.42rem;
}

.journeyImg .zz {
	background: rgba(0, 0, 0, 0.3);
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #FFFFFF;
}

/* 教育资讯 */
.jyzx .jyzx_active a {
	color: #355E92;
}

.jyzx ul {
	background: #F0F0F0;
}

.jyzx ul li,
.yqlj ul li {
	padding: 0.5rem 2.5rem;
	position: relative;
}

.jyzx ul li:not(:last-child)::before,
.yqlj ul li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0.08rem;
	height: 1.92rem;
	/*background: #999999;*/
	top: 50%;
	transform: translate(-50%, -50%);
}

.jyzx ul li a {
	font-size: 2rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #999999;
}

/* 图说隆阳 */
.ly_img img {
	width: 100%;
	height: 24rem;
	object-fit: contain;
}

.ly_img {
	width: 100%;
	height: 300px;
	margin: 20px auto;
}

.ly_img .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 党建服务 */
.djfw .row .col-lg-3,
.zwfw .row .col-lg-3 {
	text-align: center;
}

.djfw .row .col-lg-3 a>div,
.djfw .row .col-lg-3>div,
.zwfw .row .col-lg-3>div,
.zwfw .row .col-lg-3 a>div {
	margin: 1rem 0;

}

.djfw .row .col-lg-3 a,
.djfw .row .col-lg-3>div,
.zwfw .row .col-lg-3>div,
.zwfw .row .col-lg-3 a {
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #666666
}

.djfw img {
	width: 6.67rem;
	height: 6.67rem;
}

/* 政务服务 */
.zwfw .row .col-lg-3>div>p {
	font-size: 1rem;
}

.zwfw .col-lg-6>div:last-child,
.djfw .row .col-lg-6>div:last-child {
	margin-top: 3.33rem;
}

.zwfw_1 .col-lg-3>div a {
display: flex;
	align-items: center;
	height: 6rem;
	
	margin-bottom: 2rem;
	border: 1px solid #DDDDDD;
	padding: 1rem 1rem;
	font-size: 1.3rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #666666;
	padding-left: 2rem;
}

.zwfw_1 .col-lg-3 img {
	width: 3.25rem;
	margin-right: 0.5rem;
	/*height: 3.67rem;*/

}

.zwfw .col-lg-3 img {
	width: 6.67rem;
	height: 6.67rem;
	border-radius: 50%;

}

/* 友情链接 */
.yqlj {
	background: #F0F0F0;
}

.yqlj_title {
	font-size: 2rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.75rem;
	border-bottom: 0.08rem solid #DDDDDD;
}

.yqlj ul li {
	padding: 0;
	text-align: center;
}

.yqlj ul li a {
	font-size: 1.5rem;
	font-family: Alibaba PuHuiTi !important;
	font-weight: bold;
	color: #666666;
}

.yqlj ul li:not(:last-child)::before {
	right: -4.5rem;
}

/* 底部 */
footer {
	width: 100%;
	background: #DA2323;
	bottom: 0;
	z-index: 999;
	font-size: 1.6rem;
	font-family: Alibaba PuHuiTi !important;
	color: #FFFFFF;
	height: 21.6rem;
	display: flex;
	align-items: center;
}

.foot>div>div:last-child>div {
	margin-right: 3.17rem;
}

.foot_ul li {
	line-height: 3rem;
}

/* 弹出框 */
   .tanchuang {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9998;
    }
	 .tanchuang>div {
      background-color: #fff;
	  width: 20%;
	  height: 20%;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
		text-align: center;
	  z-index: 9999;
    }
    .tanchuang img {
        width: 60%;
		height: 100%;
      
    }



#shzyjzg{
	width: 290px;
	height: 210px;
	position: fixed;
	bottom: 43px;
	right: 6rem;
	z-index: 99;
}
#shzyjzgs{
	width: 290px;
	height: 210px;
	position: absolute;
	top: 43px;
	right: 2px;
	z-index: 99;
}
#shzyjzg div,#shzyjzgs div {
	width: 290px;
	text-align: right;
	font-size: 12px;
}
#shzyjzg div a:link {
	text-decoration: none;
}
#shzyjzgs div a:link {
	text-decoration: none;
}
#shzyjzg div a:hover {
	color: red;
	text-decoration: none;
}
#shzyjzgs div a:hover {
	color: red;
	text-decoration: none;
}
#shzyjzg img {
	width: 300px;
	height: 210px;
}
#shzyjzgs img {
	width: 300px;
	height: 210px;
}
.news_tabs{
    border-bottom: 1px solid #eee;
    display: flex;
}
.news_tabs >li{
    width: 120px;
    text-align: center;
    line-height: 55px;
    height: 55px;
        font-size: 2.17rem;
   
    font-weight: bold;
    cursor: pointer;
}
.news_tabs>li.act{
    background-color: #D92121 ;
    color: #fff;
}
.news_tab_box{
    display: none;
    min-height: 435px;
}
.news_tab_box.act{
    display: block;
}
.news_tab_box a{
    display: block;
   
        font-size: 1.5rem;
    font-family: Alibaba PuHuiTi !important;
    font-weight: bold;
    color: #666666;
    text-align: center;
}
.news_tab_box a div{
     margin: 1rem 0;
}
.thumbnail .caption h5 {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: calc(100% - 10px);
}