/* 公共属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	    /* font-family: Helvetica Neue, Helvetica, sans-serif !important; */
}

.container-fluid,
.container {
	padding: 0;
}
.news .col-lg-8 {
    /*width: 60.66666667% !important;*/
margin-right:4.333333%;      
}
.news .col-lg-8 .col-lg-6:not(:nth-child(2)){
    padding-right:3.3333%;


}
.news .col-lg-8 .col-lg-6:not(:nth-child(1)){
    padding-left: 3.3333%;


}


.jxjy .col-lg-4,.mlxy .col-lg-4,.news .col-lg-4 {
		width: 30.3333%;}
.jxjy .col-lg-4:not(:last-child),.mlxy .col-lg-4:not(:last-child) {
	margin-right:4.333333%;
    
}
.big_bg {
	background-image: url(../images/big_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	background: #fff;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	border: 0;
}

video {
	width: 100%;
}

.row {
	margin: 0 !important;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 顶部 */
.top {
	background-color: #63065F;
	/* background-image: url(../images/bg.png);
	background-size: cover;
	background-repeat: no-repeat; */
}

.top .phone_title {
	font-size: 1rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-style: italic;
	color: #00913C;
}

.top .phone_title>div:last-child {
	font-size: 1.81rem;
	font-weight: bold;
}

/* 标签导航 */

.tab {
	background: #721170;
}

.tab a {
	font-size: 1.5rem;
	font-family: Source Han Sans CN;
	color: #fff;
	display: block;
	padding: 1.5rem 0;
}

.tab .container>ul>li {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	position: relative;
}

.tab .active {
	border-bottom: 1px solid #fff;
}

/* .tab .container>ul>li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0.06rem;
	height: 1.19rem;
	top: 50%;
	transform: translate(0, -50%);
	background: #fff;
} */

.tab .tab-sen {
	position: absolute;
	left: 50%;
	display: none;
	width: 100%;
	text-align: center;
	transform: translate(-50%);
	z-index: 9999;
	top: 4.8rem;
	background: #721170;
}


.tab .container>ul>li:hover .tab-sen {
	display: block;
}

.tab-sen li {
	cursor: pointer;
}

.tab-sen li:hover,
.tab .container>ul>li:hover {
	background-color: #63065F;
}

/* 顶部轮播图 */
.topSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	opacity: 1;
	background: #ffff;
}

.topSwiper .swiper-pagination-bullet-active {
	background: #006BBA;
}

.topSwiper .zz {
	bottom: 4rem;
	width: fit-content;
}

.jy_con li a>div {
	padding-top: 2rem;
}

.jy_con li a>div:first-child {
	font-size: 1.33rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.date {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999999;
}

/* 轮播图遮罩 */
.zz {
	position: absolute;
	bottom: 0;
	z-index: 9;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 1rem;
}

/* .mySwiper .swiper-pagination {
	padding-right: 1.5rem;
	text-align: right;
	z-index: 100;
}

.mySwiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.mySwiper .swiper-pagination-bullet-active {

	background: #268FD7;
} */

/* 新闻动态 */
.zxwy_con .jy_con {
	min-height: 16rem;

}

.zx_title {
	background: linear-gradient(0deg, #fff -24%, #CBE8FE 52%);
}

.zx_title ul li {
	padding: 0 1.5rem;
}

.zx_title ul li a {
	font-size: 1.67rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #006BBA;

}

.zx_title .active a {
	font-weight: bold;
	color: #00913C;
}

.disp {
	display: none;
}

.gd {
	font-size: 1.17rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #006BBA;
}

.inner_img {
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner_img img {
	transform: scale(1);
	object-fit: cover;
	width: 100%;
}

.inner_img img:hover {
	opacity: 0.9;
	transform: scale(1.1);
}



.new_news a{
	font-size: 1.8rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #63065F;
}

.ygnews {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666666;
}

/* 公告通知 */
.rl {
	width: 6rem;
	height: 5rem;
	background-image: url(../images/rl.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1rem;
}

.year {
	font-size: 1.2rem;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #666666;

}

.day {
	font-size: 2rem;
	font-family: Source Han Sans SC;
	font-weight: 800;
	color: #63065F;
}
.gg_con{
    width: 77%;
}

.gg_con a{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	text-align: justify;
	padding-left: 1rem;
	/*width: 80%;*/
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #63065F;
}

.news_con {
	min-height: 15rem;
	font-size: 1.8rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	padding-top: 1.5rem;
}

.news_con>a {
	display: block;
	padding-bottom: 1.5rem;
}

/* 美丽校园 */
.mlxy .swiper-slide {
	height: 18rem !important;
}

/* 成绩查询 */
.cjcx {
	height: 19rem;
	display: flex;
	align-items: center;
	background-image: url(../images/cj_bg.jpg);
}

.cxbg {
	text-align: center;
	font-size: 2.8rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #63065F;
	padding: 1.7rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/cxbg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* 底部 */
footer {
	bottom: 0;
	z-index: 999;
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

footer>.container-fluid>div:first-child {
	padding: 1.2rem 0;

	background: #63065F;

}

.foot {}

.foot ul li {
	padding: 0 1rem;
	position: relative;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FFFFFF;
}

.foot ul li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0.06rem;
	height: 2rem;
	top: 50%;
	transform: translate(0, -50%);
	background: #fff;
}

.bq {
	padding: 1rem 0;
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.call {
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.share {
	display: flex;
	align-items: center;
}

.share>div {
	padding-left: 2rem;
}

.share>div {
	position: relative;
}

.share>div:hover>.disp {
	display: block;

}

.share>div>.disp {
	position: absolute;
	bottom: 60px;

}

.share>div>.disp img {
	height: 80px;
}
#top_qr{
    display: :block;
    color: #fff;
    text-align: center;
   
    margin-left: 20px;
}
#top_qr p{
     font-size:14px;
     margin-bottom: 0px;
     width: 130px;
     text-align: center;
     line-height: 35px;
     height: 35px;
     background-color: #721170;
     border-radius: 4px;
     border: 1px solid  rgba(255,255,255,0.5);
}
#top_qr img{
    width: 80px;
   display: none;
}