*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}
.container {
    padding-right: 0;
    padding-left: 0;
   
}
/*头部*/
.header{
	width: 100%;
	background: #333333 !important;
	color: white;
}
.header-top{
	text-align: right;
	line-height: 25px;
	padding-top:5px ;
}
.header-top a{
	margin-left: 10px;
	color: white;
	text-decoration: none;
}
.header-top a:hover{
}
.header-logo{
	background: white;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}
.header-logo img{
	width: 100%;
}
@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	.slide{
		margin-top: 20px;
	}
	.slide .left,.slide .right{
		display: none;
	}

}

/*头部轮播按钮*/

#lun2 .left,#lun2  .right{
width: 30px  !important;
height: 45px  !important;
background-image: url(../images/btn.png);
background-size:200% 70% ;
transition: all 0.36s ease;
opacity: 0.7;
}
#lun2  .left{
		background-position: 0px 8px;
		 
}
#lun2  .right{
	background-position: -30px 8px;
	 
}
#lun2 img{
	height: 420px;
	/*width: 100%;*/
}
#lun2 .left:hover,#lun2  .right:hover{
	background-color:rgba(255,255,255,0.5);
	border-radius: 5px;
	opacity: 1;
}
#lun2 .dotList{
	bottom: 35px ;
}

/*新闻*/
.news{
	/*margin-top: -22px;*/
}
.head-top{
	border-bottom:2px solid #d91722 ;
}

.head-top h4{
	color: #d91722;
}
.head-top .more{
	float: right;
	margin-top: -28px;
}
.head-top .more a{
	color: #d91722;
	font-size: 15px;
}
.head-top .more a:hover{
}
.news-list a{
	color: #313131;
	display: block;
	overflow: hidden;
	margin-left: -15px;
}
.news-time{
	width: 70px;
	height: 65px;
	background: #d91722;
	color: white;
	text-align: center;
	padding: 5px;
	float: left;
	transition: all 0.3s ease;
}
.news-time h2{
	margin: 0 !important;
}
.news-aside{
	float: right;
	width: 70%;

}
.news-img{
	overflow: hidden;
	min-height: 160px;
	padding-top: 5px;
}
.news-img img{
	width: 100%;
	height: 145px;
}
.news-title{
	font-size: 15px;
}
.news-abs{
	height: 40px;
	/*text-indent: 2em;*/
	color: #8e8e8e;
}
.news-list a:hover .news-time{
	background: #001351;
	height: 150px;
}
.news-list a:hover .news-title{
}

/*通知公告*/
/*.notice{
margin-top: -22px;
}
.content-two{
	margin-top: 40px;
}

.notice .head-top {
	border-bottom:3px solid  ;
		color: #122341 ;
}
.notice .head-top h4,.notice .head-top a{
	color: #122341 ;
}
.notice .head-top a:hover{
}
.n-title{
	display: block;
	width: 70%;
	color: #494949;
}

.n-time{
	float: right;
	margin-top: -20px;	
}
.notice ul li{
	margin: 0 !important;
	padding: 0 !important;
	
}
.notice ul li a{
	display: block;
	padding: 10px;
	color: #494949;
	transition: all 0.2s ease;
}

.notice ul li a:hover{
		background: #e2e2e2;
}
.notice ul li a:hover .n-time,.notice ul li a:hover .n-title{
}*/

/*荣誉奖项*/
.content-thr{
	width: 100%;
	background: #e6e6e6;
	padding: 20px;
}
#lun3{
	margin-top: 20px;
}
.honor-title{
	padding: 10px;
	background: white;
	color: #818181;
	font-size: 16px;
}
.honor-img{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
#lun3 .slideItem a{
	display: block;
	margin-top: 10px;

}
#lun3 .slideItem a>div>div{
		box-shadow: 3px 0px 10px #8a8a8a;
}
.icon{
	display: block;
	text-align: center;
	position: absolute;
	left: 45%;
	top: -50px;
	transition: all 0.6s ease;
	opacity: 0;
}
.icon img{
	width: 40px !important;
	height: 40px;
}
#lun3 .slideItem a:hover>div>div{
	opacity: 0.8;
border-bottom: 2px solid #d91722;
}
#lun3 .slideItem a:hover .icon{
	top: 40%;
	opacity: 1;
}
#lun3 .dotList{
	bottom:-15px !important;
}
#lun3 .dotList li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.news-list{
		margin-top: 20px;
	}
	.notice{
	margin-top: 0px !important;
	}
}

/*教师风采*/

.js-ti{
	text-align: center;
	color: #505050;
	background-color: #c8c8c8;
	padding: 5px;
}
.jiaoshi{
	margin-top: 20px;
}
.jiaoshi a:hover .js-ti{
	background: #016ca0;
	color: white;
}


/*文字溢出处理*/
.news-title,.n-title,.honor-title{
	overflow: hidden;
	text-overflow: ellipsis;
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
/*多行溢出处理*/
/*2行*/
.news-abs{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*3行*/
{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
/*屏幕小于768px*/
@media only screen and (max-width: 768px){

	.content-txt{
		margin-top: 10px !important;
		min-height: none ;
	}
	.footer-left{
		display: none;
	}
	footer .row{
	border-left:none !important;
	padding: 0 !important;
}

}


/*footer*/
footer{
	width: 100%;
	background: #494949;
	color: white;
	padding-top: 30px ;
}
footer .row img{
	width: 100%;
}
footer .row{
	border-left:2px solid white ;
	padding: 40px 0;
}
footer .row div{
	text-align: center;
}
.footer-left{
	padding: 40px 0;
}
.footer-left-top{
	border-bottom: 1px solid white;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer-left ul li a{
		color: #f1f1f1;
	
}
.footer-left ul li{
	margin-top: 3px;
}

.footer-left ul li a:hover{
}
.foot{
	padding: 5px;
	background: #333333;
	font-size: 12px;
	text-align: center;
	color: white;
}
.foot a{
	color: #d91722;
}
.phon {
	width: 100%;
	text-align: center;
}





/*党群 实践 校友 图*/
.section1 a,.section2 a {
	color: #666;
}
.section2 {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding: 20px 0 20px;
}
.section2 .practice_banner {
	display: block;
	max-width: 100%;
	height: 105px;
	object-fit: cover;
}
.section2 .shijian {
	background: url("../images/shj1.jpg");
	background-size: 100% 100%;
	cursor: pointer;
}
.section2 .shijian:hover {
	background: url("../images/shj2.jpg");
	/*background-size: cover;*/
	background-size: 100% 100%;
	cursor: pointer;
}
.section2 .dangqun {
	background: url("../images/dqun1.jpg");
	/*background-size: cover;*/
	background-size: 100% 100%;
	cursor: pointer;
}
.section2 .dangqun:hover {
	background: url("../images/dqun2.jpg");
	/*background-size: cover;*/
	background-size: 100% 100%;
	cursor: pointer;
}
.section2 .xiaoyou {
	background: url("../images/xiaoy1.jpg");
	/*background-size: cover;*/
	background-size: 100% 100%;
	cursor: pointer;
}
.section2 .xiaoyou:hover {
	background: url("../images/xiaoy2.jpg");
	/*background-size: cover;*/
	background-size: 100% 100%;
	cursor: pointer;
}

.section2 ul li:hover, .section2 ul li:focus {
	cursor: pointer;

}
@media (max-width: 768px) {
	.section2 {
		margin-top: 80px;
	}
	.section2 .practice_banner {
		height: 200px;
		margin-top: 10px;
	}
}
@media (max-width: 378px) {
	.section2 .practice_banner {
		height: 105px;
		margin-top: 10px;
	}
}
/*内容页面*/
.con-pan{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content-txt{
	margin-top: 20px;
	min-height: 580px ;
	background: white;
}
.content-top a{
	color: #003885;
}
.content-top{
	border-bottom: 1px solid #003885;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.con-title{
		font-weight: bold;
		text-align: center;

}
.time{
			background: #efefef;
			padding: 10px 0 10px 0;
}
.content-atice p{
/*	letter-spacing: 2px;*/
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 !important;
}
.content-atice img{
	margin: 10px 0;
}
/*列表*/
.badge{
	border-radius:0 !important;
	background: none !important;
	color: black !important; 
	float: right  !important; 
	font-size: 15px;
	font-weight: 100 !important;
}
.list-group-item{
	border-left: none !important;
	border-right: none !important; 
	border-top: none !important;
	padding-bottom: 1px solid #d91722 !important;
	margin-top: 10px !important;
	overflow: hidden;
}
.list-group-item{
	color: #3f3f3f;
	font-size: 16px !important;
}
.con-list .list-group .list-group-item:hover,.list-group-item:hover .badge{
	color: #d91722 !important;
}
.con-list .list-group-item:hover{
	background: #e3e4e6;
}


/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.panel-heading{
	background: #acacac !important;
	color: white !important;
}
.left-nav header{
	background: #acacac;
	color: white !important;

}
.f-box{
	padding: 10px;
	text-align: center;
}
.fast-title{
	color: #4a4a51;
	margin-top: 10px;
}
.title-top{
	font-size: 19px;
	font-weight: bold;
	color: #4a4a52;
	padding-bottom: 8px;
}
.left-nav header h3{
	font-size: 20px !important;
		padding: 10px;
}
.left-nav li a{
	display: block;
	text-align: left !important;
	padding: 10px;
	color: #4c4c4c ;
}
.panel-title a{
	color: white !important;
	text-align: left !important;  
	display: block;
}

.left-nav .active{
	background: #e1e1e1 !important;
	color: #000000 !important;
}
.jia{
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}


/*新*/
a:hover,a:hover span{
    color: #d18e59!important;
    text-decoration: none;
}
 
.xwgg{
/*margin-top: -22px;*/

}
.xwgg>.head-top>el{
	color: rgb(174, 11, 41);
    font-size: 16px;
}
.xwgg .head-top {
	color: rgb(0, 27, 103);
    border-bottom: 2px solid rgb(0, 27, 103);
}
.xwgg .head-top h4{
	margin-top:0  ;
}
.xwgg .head-top h4{
	color: #122341 ;
	font-size: 20px;
    font-family: 微软雅黑;
}
.xwgg .head-top .more a{
    float: right;
    font-size: 14px;
    color: #8b8b8b;
}
.xwgg .imgnews{
	margin-top: 15px;
    overflow: hidden;
}
.xwgg .imgnews .img a {
    display: block;
    padding: 3px;
    border: 1px solid #ccc;
}
.xwgg .imgnews .img a img {
    width: 100%;
    height: 200px;
    border: 0;
    object-fit: cover;
}
.xwgg .imgnews .img a el {
    display: block;
    position: absolute;
    margin-top: -31px;
    background: #316bbf;
    color: #fff;
    padding: 5px 10px;
}
.xwgg .imgnews .img a span {
    display: block;
    height: 60px;
    background: #f2f2f2;
    padding: 10px;
    font-size: 16px;
    color: #000;
}
/*newslist*/
.xwgg .list{
	margin: 0 0 25px 0;
}
.xwgg .list li {
    line-height: 25px;
    float: left;
    width: 48%;
    margin-top: 20px;
    list-style: none;
    padding-left: 18px;
    margin-right: 8px;
     
}
@media only screen and (max-width:500px ) {
	.xwgg .list li {
		width: 95%;
	}
}
.xwgg .list li span {
    overflow: hidden;
    margin-right: 20px;
    background: #3767ad;
    float: left;
    text-align: center;
    width: 55px;
    height: 50px;
    line-height: 0px;
    border-radius: 8px;
    color: #fff;
}
.xwgg .list li span el {
    display: block;
    line-height: 20px;
}
.xwgg .list li span el:first-child {
    padding: 6px;
    font-size: 18px;
}
.xwgg .list li span el:last-child {
    background: #88b0ea;
    font-size: 12px;
}
.xwgg .list li a {
    height: 50px;
    overflow: hidden;
    display: block;
    color: #000;
}
/*NOTICE*/
.xwgg .list2 .notice {
    background: #edeff0;
    padding: 10px;
    height: 430px;
}
.xwgg .list2 .notice li {
    background: url(../images/dot.jpg) left center no-repeat;
    border-bottom: 1px dashed #999;
    height: 52px;
    line-height: 51px;
}
.xwgg .list2 .notice li a {
    width: 72%;
    float: left;
    margin-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #000;
}
@media only screen and (max-width:400px ) {
	.xwgg .list2 .notice li a  {
		width: 50%;
	}
}
.xwgg .list2 .notice li span {
    color: #999;
    float: right;
}
/*2*/
.c_bg {
    background: url(../images/body_bg.jpg) top center no-repeat #ebebeb;
}
.dwjxky{
	margin-top: 50px;
	margin-bottom: 50px;
}
.dwjxky .list2 .notice {
    background: #FFF;
    padding: 10px;
    height: 425px;
}
.dwjxky .list2 .notice li {
    border-bottom: 1px dashed #999;
    height: 52px;
    line-height: 51px;
}
.dwjxky .list2 .notice li a {
    width: 65%;
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #000;
}
@media only screen and (min-width: 1200px) {
	.dwjxky .list2 .notice li a{
		margin-right: 15px;
	}
}
@media only screen and (max-width:400px ) {
	.dwjxky .list2 .notice li a  {
		width: 50%;
	}
}
 
.dwjxky .head-top {
	color: rgb(0, 27, 103);
    border-bottom: 2px solid rgb(0, 27, 103);
}
.dwjxky .head-top h4{
	margin-top:0  ;
}
.dwjxky .head-top h4{
	color: #122341 ;
	font-size: 20px;
    font-family: 微软雅黑;
}
.dwjxky .head-top .more a{
    float: right;
    font-size: 14px;
    color: #8b8b8b;
}
.dwjxky .list2 li span {
    color: #003f88;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    line-height: 17px;
    margin-top: 17px;
    padding-right: 15px;
}
/*3*/
.c_bg3{
	    background: #e5edfa;
	    padding-bottom:30px ;
}
/*滚动*/
/*精彩图库*/
.two-icon img{
	width: 28px;
	margin-right: 5px;
}
#demo,#demo1{
	width:100%; 
	overflow:hidden; 
	margin:0px auto;
}
#demo a ,#demo1 a{
	color: white;
	text-decoration: none;
}
#demo td ,#demo1 td{
	padding: 10px;
	/*background-color: white;*/
}
#demo table tr td table tr td{
	position: relative;
	text-align: center;
	overflow: hidden;
}
 
#demo table tr td{
	transition: all 1s ease;
}
#demo table tr td table tr td:hover .table_title{
	bottom: 0;
}
.xsgz .head-top{
	padding: 20px 0;
	border-bottom: 2px solid #001b67;
}
.xsgz .head-top h4{
	border-left: 10px solid #00296d;
    padding-left: 20px;
    color: #001b67;
    font-size: 20px;
    font-family: 微软雅黑;
    
}
