.row_wtitle h3,.row_btitle h3,.row_wtitle li {  font-size: 1.8rem;}
#ny_banner { background-size: cover !important; background-position: center center !important;}

/* banner */
#sy_banner .swiper-container {  height: 550px;}

#sy_banner .swiper-pagination {
    width: 1400px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 48%;
    text-align: right;
    height: 228px;
}

.slide_text {
    top: auto;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    max-width: initial;
    height: auto;
    padding: 10px 0;
}

.slide_text .en_text { margin-bottom: 0;}

.slide_text a { display: block; width: auto; height: auto; border: none; text-align: left;  font-size: 18px;}

.a_wamp {  display: block; width: 100%; height: 100%;}

#sy_banner .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#sy_banner .swiper-pagination {
    width: 50px;
    position: absolute;
    right: 0;
    left: auto;
    margin-left: 0;
    top: 48%;
    text-align: right;
    height: 228px;
}

/* #sy_banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#sy_banner .swiper-slide a img {
	width: 100%;
	height:auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

a.btn_banlink {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	padding: 8px 15px !important;
} */


/* slogen  */
div#sy_aboat,#sy_teaching,#sy_news {   display: none;}


/*#sy_notice*/
#sy_notice {  padding: 60px 90px; height: 776px;}

/* 新的综合新闻  */
.zh_news {padding: 4rem 0 4.5rem 0;}


.zh_news .card_otitle {  font-size: 20px;}

.card_o a {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.new_1 .card_o img {
    /*width: 100%;*/
    height: 250px;
    object-fit: cover;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.new_1 .card_overlay {padding: 31px;}

.new_1 .card_otext { margin: 44px 0 15px 0;}

.row_wtitle li:first-child:after { display: none;}

/* 通知公告 */
.p_left {padding-left: 4%; }

#tgao_new {}

.tgao_new { height: 500px;}

#tgao_new .notice_item * {color: #313131;}

#tgao_new .notice_item {width: 100%; margin: auto;}

#tgao_new .notice_wrap {  margin-top: 0;}

#lec_new { width: 80%; margin-left: 0;}
.lec_new { height: 577px;}

.notice_item { width: 100% !important;}

#tgao_new .swiper-button-next, #tgao_new .swiper-button-prev,
#lec_new .swiper-button-next, #lec_new .swiper-button-prev{
    width: 30px;
    height: 30px;
    /* border: 1px #000 solid; */
    bottom: 0;
    top: auto;
    border-radius: 50%;
    background: #479ef2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
    outline: none;
}

#tgao_new .swiper-button-next,#lec_new .swiper-button-next {
	background-image:url(../img/btn-next2-hover.png) ;
}

#tgao_new .swiper-button-prev,#lec_new .swiper-button-prev {
	background-image: url(../img/btn-prev-hover.png);
	left: auto;
	right: 127px;
}

#tgao_new .swiper-pagination,#lec_new .swiper-pagination {
	text-align: right;
	width: auto;
    right: 63px;
    left: auto;
	bottom: 6px;
}


/* 视屏 */
.video { padding:4rem 0 6.5rem 0;}
.v_list { width: 100%;}
.v_list ul { list-style: none;}
.v_list ul li {
	width: 48%;
	height: auto;
	float: left;
}

.v_list ul li:nth-child(2n) {margin-left: 4%;}

.v-box { width: 100%; height: 390px; margin-bottom: 15px;}
.v-box video { width: 100%; min-height: 100%; outline: none; }

.v_list ul li h3 { text-align: center; line-height: 2; font-size: 22px;}



/* 新闻列表 */
.newslist_new {margin-top: 50px; }
.newslist_new ul { list-style: none;}
.newslist_new ul li { height: 180px; margin-bottom: 40px;}
.newslist_new ul li a {display: block;	width: 100%;height: 100%;}

.n_date { 
	width: 10%;
	height: auto;
/* 	background-color: red; */
	float: left;
	text-align: right;	
	padding-right: 18px;
	position: relative;
	padding-bottom: 15px;
}

.n_date::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 2px;
	background-color: #fd7c00;
	right: 18px;
	bottom: 0;
}

big.n_mouth {
	font-size: 20px;
	 font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: right;
}

small.n_year {
	display: inline-block;
    width: 100%;
    text-align:right;
    font-size: 18px;   
}

.n_content {width: 90%;	height: 100%;	float: left;}

.n_content dt {
	width: 30%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.n_content dt img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.n_content dd {
	width: 65%;
	margin-left: 5%;
	float: left;
	height: 100%;
	padding: 0 !important;
}


.n_content dd h3 {
	color: #00479d;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.n_desc p {font-size: 14px !important;  color: #313131;  opacity: .7;}


/* 学术讲座 */
.lecture_new {width: 100%; margin-top: 50px;}

.lecture_new ul { list-style: none;}

.lecture_new dl {width: 100%;height: 211px; margin-bottom: 50px;}

.lecture_new dt {
	width: 30%;
	margin-right: 3%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.lecture_new dt img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.lecture_new dd {
	float: left;
	width: 67%;
	height: 100%;
}

.lecture_new dd h3 {
	color: #313131;
	margin-bottom: 25px;
	transition: all 0.3s;
}

p.icon {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left 3px;
	font-size: 14px;
	line-height: 1.5;
	color: #313131;
	margin-bottom: 5px;
}

.speeker { background-image: url(../img/lectures-person.png);}
.time { background-image: url(../img/lectures-time.png);}
.add { background-image: url(../img/lectures-add.png);}


/* 公告 */
#notice_new { padding:6.5rem 0 8.5rem 0;}

.notice_new { width: 100%; margin-bottom: 50px; height: auto;}

.notice_new ul { list-style: none;}

.notice_new ul li {	
    width: 48%;
    height: 130px;
    float: left;
    margin-bottom: 35px;
   background-color: #f8f8f8;
}

.notice_new ul li:nth-child(2n) { margin-left: 4%;}

.left_date {
	width: 16%;
	height: 100%;
	background-color:#fd7c00 ;
	color: #fff;
	float: left;
	display: table;
}

.left_date p {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.left_date p big,.left_date p small {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
}

.left_date p small { font-size: 20px;}

.right_content {
	margin-left: 4%;
	width: 80%;
	float: left;
	height: 100%;
	padding: 16px 18px 18px 0;
}

.right_content h3 {
	font-size: 18px;
	color: #313131;
	height: 45px;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical ;
	margin-bottom: 12px;
}

.notice_desc {
	color: #313131;
	opacity: .7;
	font-size: 14px;
}

.notice_desc p {
	height: 41px;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical ;
}


/* 分页 */
.page { width: 100%; margin-top: 15px; margin-bottom:100px;}

.pagination { display: block; }

.pagination li { display: inline-block; }

.page a ,.pagination li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px #6b6363 solid;
	color: #6b6363;
	border-radius:5px ;
	text-align: center;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 12px;
}

a.prev ,a.next {
	width: auto;
	padding: 0 18px;
	line-height: 33px;
}

.page a:hover {
	background-color:#fd7c00 ;
	color: #fff !important;
	border-color:#fd7c00 ;
}

.text_center { text-align: center !important;}

.pagination li.active span {
	background-color:#fd7c00 !important;
	color: #fff !important;
	border-color:#fd7c00 !important;
}

.lecddlk,.noticeddlk{
	position: absolute;
	bottom: 0;
	background: #479ef2;
	padding: 5px 30px;
	z-index: 5;
}

.lecddlk a,.noticeddlk a{
	color: #fff;
}




/* 党团建设 -dang  */
.study_dang , .dang_list {width: 100%;}

.study_dang ol { list-style: none; padding: 0;}

.study_dang li {
	display: inline-block;
	width: 25%;
	height: 55px;
	line-height: 55px;
	background:-webkit-linear-gradient(to right,#479ef2,#a6caec) ;
	background:-moz-linear-gradient(to right,#479ef2,#a6caec) ;
	background:-ms-linear-gradient(to right,#479ef2,#a6caec);
	background:linear-gradient(to right,#479ef2,#a6caec);	
	
	
	
	border-radius: 8px;	
	text-align: right;
	padding: 0 18px;
	color: #fff;
	position: relative;

	/* float: left; */
}


.study_dang p { color: #fff; font-size: 18px;}


.police_list p {
	padding-left: 35px;
	background-image: url(../img/wenjian1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom:12px;
    line-height: 1.8; 
}

.study_dang li i {
	display: inline-block;
    position: absolute;
    top: 40%;
    left: 17px;
    width: 15px;
    height: 15px;
	z-index: 5;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -2px -2px 0 rgba(0,0,0,.35);
}

.study_dang li::after {   
    content: "";
	display: block;
	width: 75%;
	position: absolute;
    bottom: 13px;
    right: 7px;
	top: 0;
	z-index: -10;
    
	background-color:transparent;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
	opacity: 1;
    transition: all .3s;
}






.study_dang li:hover, .dang_show {
	background:-webkit-linear-gradient(to right,#fd7c00,#fd7c00)  !important;
	background:-moz-linear-gradient(to right,#fd7c00,#fd7c00)  !important;
	background:-ms-linear-gradient(to right,#fd7c00,#fd7c00) !important;
	background:linear-gradient(to right,#fd7c00,#fd7c00) !important;
}

.study_dang li:hover::after {  opacity: 0 ; transition: all .3s; }
 .dang_show::after  {  	opacity: 0 !important;  transition: all .3s; }



.dang_list {
    margin-top: 60px;
    width: 100%;
    margin-bottom: 100px;
	min-height: 160px;
}

.dang_list ul { list-style: none;}

.dang_list ul li {
	width: 100%;
	height: auto;
	display: none;
}



.dang_download {
	width: 100%;
	margin-bottom: 100px;
	/* padding-left: 35px; */
}

.dang_download p {
    padding-left: 30px;
    background-image: url(../img/wenjian1.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 8px;
}




@media screen and (max-width: 1440px) {
	.menu li { padding: 0 24px;}
}






@media screen and (max-width: 768px)  {
	
	



	.mb-5, .my-5 {  margin-bottom: 2rem !important;	}
	
	/* 首页 */
	#sy_banner .swiper-container {   height: 221px;	}
	
	.slide_text a {font-size: 14px;  line-height: 1.5;}
	
	#sy_banner .swiper-pagination { display: none;}
	
	.zh_news,#sy_notice,.video {  padding: 3.5rem 0; }
	#sy_notice { height: auto; }
	
	.row_btitle h3 ,.row_wtitle li ,.row_wtitle h3 {  font-size: 24px; }
	
	.new_1 { margin-bottom: 54px; padding-right: 0;}
	
	.new_1 .card_o img {  height:143px; }
	
	.new_1 .w-33 { width: 50% !important;}
	
	#sy_notice .row_wtitle h3 { margin-top: 25px;}
	
	.v_list ul li {  width: 100%;  height: auto;   float: none;  margin-bottom: 35px; }
	.v_list ul li:nth-child(2n) {  margin-left: 0; }
	.v-box {  width: 100%;  height: auto; }
	
	
	
	/* 新闻 */
	.newslist_new ul li {  height: 259px;  margin-bottom: 26px;	}
	.n_date {  width: 26%; }
	.n_content { width: 73%; }
	.n_content dt {
	    width: 100%;
	    height: 128px;
	    margin-bottom: 18px;
	    float: none;
	}
	
	.n_content dd {  width: 100%;  margin-left: 0; float: none;}
	
	.n_content dd h3 {
		height: 51px;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 25px;
		margin-bottom: 9px;
	}
	
	.n_desc p {  font-size: 12px !important;}
	
	/* 讲座 */
	.lecture_new dl {  width: 100%;  height: auto; }
	.lecture_new dt { width: 100%; height: 236px; margin-right: 0; float: none; margin-bottom: 18px;	}
	.lecture_new dd { float: none; width: 100%; height: auto; }
	
	/* 公告 */
	#notice_new {  padding: 4.5rem 0;}	
	.notice_new ul li { float: none; width: 100%;  height: 95px;  margin-bottom: 26px;}
	.notice_new ul li:nth-child(2n) { margin-left: 0;}
	.left_date { width: 25%; }
	
	
	.right_content { width: 71%;}
	.notice_desc { display: none;}
	.left_date p big, .left_date p small { font-size: 16px;}
	.left_date p small {  font-size: 18px;	}
	
	.right_content h3 {
	    font-size: 16px;	   
	    height: 59px;
	    line-height: 1.3;
	    overflow: hidden;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    margin-bottom: 12px;
	}


	/* 党建 */
	.study_dang li { width: 73%;  margin-bottom: 15px;}
	
	.police_list p,.dang_download p {
	    line-height: 1.5;
	    margin-bottom: 22px;
	    font-size: 14px;
	    min-height: 29px;
	    background-position: left 5px;
	}

}
