menu@charset "utf-8";
a,a:hover{
    text-decoration: none;
}
img,a{
    border: none;
}
ul,li{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
body{
    font-family:"微软雅黑","黑体","STHeiti","Microsoft YaHei";
    font-size: 16px;
    
}
.clear{
    clear: both;
}

/*头部*/
.header{
    width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow-x: hidden;
	background: url("../images/header-bg.jpg") no-repeat top right;
	background-size: auto 100%;
}
.logo img{
	max-width: 485px;
}
.header-left{
	float: right;
	padding-right: 15px;
}
.header-right{
	float: right;
}
#mobile{
	display:none;
}
.f-search{
	margin-top: 30px;
    padding:0px;
    display: block;
	float: right;
	width: 187px;
	background: #f4f4f4;
	line-height: 36px;
	color: #666;
}
.f-search input[type="text"]{
    width:140px;
    height:34px;
    display: inline;
    background: none;
    border: 0px;
}
.f-search button{
    width:42px;
    height:37px;
    background:#122e66;
    text-align:center;
    color:#fff;
    line-height: 36px;
    display: inline;
    border: none;
}
.f-search i{
    font-size:14px;
    color: #fff;
}

/*导航*/
.menu{
	background:#122e66;
	width: 100%;
	height: 64px;
	line-height: 64px;
	
}
.menu>.container{

}
.menu>.container .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}

.main>.container{
	background: #fff;
}

/*轮番图*/
.rslides img{
	width: 100%;
}

.main{
	width: 100%;
	margin-bottom: 50px;
	padding-top: 20px;
}
/*栏目标题*/
.lm{
	float: left;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #888888;
}
.lm-title{
	float: left;
	padding-left: 55px;
	margin-top: 10px;
	background: url("../images/title-bg.jpg") no-repeat;
	width: 244px;
	height: 65px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 64px;
	letter-spacing: 5px;
}
.more{
	margin-top: 30px;
	float: right;
	padding-right: 15px;
}
.more a{
	color: #ababab;
}

/*工作动态*/
.news{
	margin-top: 30px;
}
.news-main .col-md-4:nth-child(3n+1){
	padding-left: 0px;
}
.news-main .col-md-4:nth-child(3n+2){
	padding-left: 7px;
	padding-right: 8px;
}
.news-main .col-md-4:nth-child(3n){
	padding-right: 0px;
}
.news-item{
	border: 1px solid #e1e1e1;
	margin-top: 30px;
	padding: 15px;
}
.news-item-img{
	width: 100%;
	overflow: hidden;
}
.news-item-img img{
	width: 100%;
	cursor: pointer;  
    transition: all 0.6s; 
}
.news-item-img img:hover{
	transform: scale(1.2);
}
.news-item-title{
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	width: 100%;
	color: #001641;
}
.news-item-title a{
	color: #001641;
}
.news-item-title a:hover{
	color: #0044a9;
}
.news-item-date{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	line-height: 36px;
	margin-bottom: 20px;
}
.news-item-date div{
	position: relative;
	left: 50%;
	top: 16px;
	margin-left: -70px;
	width: 140px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	color: #797979;
}

/*支部建设*/
.zbjs{
	margin-top: 50px;
	padding-right: 25px;
}
.zbjs .lm-title{
	background: url("../images/title-bg2.jpg") no-repeat;
}
.zbjs-item{
	float: left;
	margin-top: 25px;
	padding:15px 0px;
	width: 100%;
	background: #efefef;
}
.zbjs-item-date{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 20%;
	color: #858585;
	text-align: center;
}
.zbjs-item-day{
	width: 90%;
	font-size: 32px;
	line-height: 36px;
}
.zbjs-item-month{
	width: 90%;
	font-size: 14px;
	border-top: 1px solid #858585;
	line-height: 32px;
}
.zbjs-item-title{
	padding-right: 15px;
	height: 64px;
	overflow: hidden;
	line-height: 32px;
}
.zbjs-item-title a{
	color: #313131;
}

/*学情数据*/
.xqsj{
	margin-top: 50px;
	padding-left: 25px;
}
.xqsj-item{
	width: 50%;
	float:left;
	margin-top: 20px;
}
.xqsj-item:nth-child(odd){
	padding-right: 10px;
}
.xqsj-item:nth-child(even){
	padding-left: 10px;
}
.data-icon{
	width: 30%;
	float: left;
}
.data-icon i{
	display: block;
	font-size: 42px;
	width: 96px;
	height: 96px;
	border-radius: 96px;
	-webkit-border-radius:96px;
	-moz-border-radius:96px;
	-o-border-radius:96px;
	line-height: 96px;
	text-align: center;
	background: #efefef;
	color: #575653;
}
.data-info{
	float: left;
	width:70%;
	padding-left: 25px;
	padding-right: 0px;
}
.data-info1{
	padding-top: 8px;
	font-size: 26px;
	font-weight: bold;
	color: #122e66;
}
.data-info2{
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}
.data-info2 div{
	font-size: 14px;
	color: #575653;

}

/*footer*/
.footer{
	float: left;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	background:url("../images/footer-bg.jpg") no-repeat center;
	background-size: auto 100%;
	width: 100%;
}
.link{
	padding-right: 10px;
	width: 100%;
	color: #fff;
}
.footer-title{
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	font-weight: bold;
	/* margin-bottom: 15px; */
}
.link li{
	list-style:square inside;
}
.link a{
	color: #fff;
	line-height: 42px;
}
.lxwm{
	padding-left: 10px;
	width: 100%;
	color: #fff;
}
.lxwm-con div{
	text-align: left;
	line-height: 42px;
}
.lxwm-con,.link-con{
	margin-top: 15px;
}
.link-con li{
	width: 50%;
	float: left;
}

@media(min-width:1600px){
    .header>.container,.menu>.container,.banner>.container,.main>.container,.footer>.container{
        width: 1200px;
    }
}
@media(max-width:1599px){
    .header>.container,.menu>.container,.main>.container,.banner>.container,.footer>.container{
        width: 1200px;
    }
	
}
@media(max-width:1380px){
	body{
		font-size: 14px;
	}
    .header>.container,.menu>.container,.main>.container,.banner>.container,.footer>.container{
        width: 1100px;
    }
	.footer{
		background-size: auto 100%;
	}
	.lm-title{
		padding-left: 45px;
		margin-top: 10px;
		background: url("../images/title-bg.jpg") no-repeat;
		background-size: 100%;
		width: 210px;
		height: 56px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		line-height: 56px;
		letter-spacing: 5px;
	}
	.zbjs .lm-title{
		background-size: 100%;
	}
	.more{
		margin-top: 30px;
	}
	.zbjs-item{
		padding:10px 0px;
	}
	.zbjs-item-title{
		line-height: 30px;
		height: 60px;
	}
	.zbjs-item-day{
		font-size: 24px;
		line-height: 30px;
	}
	.zbjs-item-month{
		line-height: 28px;
	}
	
	.data-icon i{
		font-size: 36px;
		width: 78px;
		height: 78px;
		border-radius: 78px;
		-webkit-border-radius:78px;
		-moz-border-radius:78px;
		-o-border-radius:78px;
		line-height: 78px;
	}
	.data-info{
		float: left;
		width:70%;
		padding-left: 15px;
	}
	.data-info1{
		padding-top: 0px;
		font-size: 24px;
	}
	.data-info2{
		height: 48px;
		line-height: 16px;
	}
	.lxwm-con div,.link a{
		line-height: 36px;
	}
	
}
@media (min-width: 769px) and (max-width: 1199px) {
	.header>.container,.menu>.container,.main>.container,.banner>.container,.footer>.container{
        width: 100%;
    }
	body{
		font-size: 14px;
	}
	.zbjs-item-date{
		width: 26%;
	}
	.zbjs-item-title{
		width: 74%;
	}
	
}
@media(max-width:768px){
	.header>.container,.menu>.container,.main>.container,.banner>.container,.footer>.container{
        width: 100%;
    }
	.logo img{
		max-width: 405px;
	}
	.header-right{
		float: right;
	}
	.f-search{
		margin-top: 20px;
	}
	.main{
		padding-top: 0px;
	}
	.news .col-md-4:nth-child(3n),.news .col-md-4:nth-child(3n+1),.news .col-md-4:nth-child(3n+2){
		padding-left: 15px;
		padding-right: 15px;
	}
	.news .col-md-4:nth-child(2n+1){
		padding-left: 0px;
		padding-right: 8px;
	}
	.news .col-md-4:nth-child(2n){
		padding-left: 8px;
		padding-right: 0px;
	}
	.data-icon{
		width: 25%;
	}
	.data-info{
		width: 75%;
	}
	.lxwm-con div,.link a{
		line-height: 32px;
	}
}
@media(max-width:767px){
	body{
		font-size: 12px;
	}
	.menu{
		height: 48px;
		line-height: 48px;
	}
	.header{
		background: none;
	}
	.logo img{
		max-width: 265px;
	}
	#pc{
		display: none;
	}
	#mobile{
		position: absolute;
		top: 10px;
		z-index: 9999999999999;
		display: block;
		float: left;
		margin-left: 15px;
	}
	.f-search{
		border:1px solid #fff;
		width: 189px;
		margin-top: 0px;
		height: 32px;
		line-height: 30px;
	}
	.f-search input[type="text"]{
		height:30px;
	}
	.f-search button{
		width:43px;
		height:30px;
		line-height: 28px;
	}
	.lm-title{
		padding-left: 35px;
		margin-top: 0px;
		width: 173px;
		height: 46px;
		font-size: 20px;
		line-height: 46px;
	}
	.news{
		margin-top: 15px;
	}
	.news .col-md-4:nth-child(2n+1){
		padding-left: 0px;
		padding-right: 0px;
	}
	.news .col-md-4:nth-child(2n){
		padding-left: 0px;
		padding-right: 0px;
	}
	.zbjs{
		padding-right: 15px;
	}
	.xqsj{
		padding-left: 15px;
	}
	.zbjs-item-date{
		width: 28%;
	}
	.zbjs-item-title{
		width: 72%;
	}
	.data-icon{
		width: 35%;
	}
	.data-icon i{
		font-size: 30px;
		width: 64px;
		height: 64px;
		border-radius: 64px;
		-webkit-border-radius:64px;
		-moz-border-radius:64px;
		-o-border-radius:64px;
		line-height: 64px;
	}
	.data-info{
		width:65%;
	}
	.data-info1{
		padding-top: 0px;
		font-size: 20px;
	}
	.data-info2{
		height: 48px;
		line-height: 16px;
	}
	.link{
		padding-right: 0px;
	}
	.lxwm{
		padding-left: 0px;
		margin-top: 30px;
	}
	.footer-title{
		font-size: 20px;
	}
}
@media(max-width:413px){
	
}
@media(max-width:374px){
	.data-icon i{
		font-size: 26px;
		width: 56px;
		height: 56px;
		border-radius: 56px;
		-webkit-border-radius:56px;
		-moz-border-radius:56px;
		-o-border-radius:56px;
		line-height: 56px;
	}
	.data-info1{
		font-size: 18px;
	}
	.data-info2{
		height: 36px;
		line-height: 18px;
	}
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}