@charset "utf-8";
/* CSS Document */

/* 清除内外边距 */
*{
    margin: 0;
    padding: 0;
	
}

/* 重置列表元素 */
ul, ol { list-style: none; }



/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em{font-style:normal;}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-x:hidden; }
body{font-family:"微软雅黑"; min-width: 1200px;}
img{ max-width: 100%;}
a{ cursor:pointer; text-decoration:none;}
a:hover{ text-decoration:none;}
.clear{ clear:both;}
.center{ width:1200px; margin:0 auto;}
.flex{ display:flex;flex-flow:row wrap;justify-content:space-between; align-items: center;}
.flex-stretch{ display:flex;flex-flow:row wrap;justify-content:space-between; align-items: stretch;}



/* header */
header{
	width: 100%;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top{
	text-align: right;
	padding: 10px 0;
}
.top span,


nav{
	background: url(../images/nav.png) center no-repeat;
	height: 112px;
	padding-top: 70px;
	box-sizing: border-box;
}
nav ul li a{
	
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 20px;
}

.search{
	width: 300px;
	height: 30px;
	border-radius: 15px;
	background: #FFFFFF;
	padding: 0 15px;
	box-sizing: border-box;
}
.search input{
	border: none;
	outline: none;
	
	color: #999999;
}
.search a{

	color: #e70012;
	font-weight: bold;
}

/* news */
.news{
	padding: 20px 15px;
	background: #FFFFFF;
	border: #dddddd 1px solid;
	box-sizing: border-box;
}
.news-top{
	text-align: center;
}
.news-top h2{
	
	color: #111;
}
.news-top p{
	
	color: #666;
	margin-top: 5px;
}
.news-top a{
	
	color: #ef0018;
}

.news-img{
	width: 600px;
	height: 360px;
	overflow: hidden;
}
.news-text{
	flex: 1;
	margin-left: 20px;
}

.news-title{
	width: 100%;
	border-bottom: #eeeeee 2px solid;
	position: relative;
	justify-content: flex-start;
}
.news-title span{
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #333;
	transform: translateY(2px);
	padding: 0 10px;
	min-height: 43px;
	font-weight: bold;
	border-bottom: transparent 2px solid;
	cursor: pointer;
}
.news-title span img{
	margin-right: 10px;
}
.news-title span.on{
	color: #ef0018;
	border-bottom: #ef0018 2px solid;
}
.news-title a{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	
	height: 20px;

	color: #333333;
}

.news-tt{
	margin-top: 15px;
}
.news-tt ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.news-tt ul li a{

	color: #333333;
}
.news-tt ul li a:hover{
	color: #ef0018;
}
.news-tt ul li a em{

	color: #ef0018;
	margin-right: 10px;
}
.news-tt ul li span{
	
	color: #bbbbbb;
}

/* news2 */
.box-sd{
	box-shadow:inset 3px 30px 44px -15px #f7f4f5;
	padding: 20px 15px 10px 15px;
	border: #dddddd 1px solid;
	box-sizing: border-box;
}
.dongt{
	min-height: 333px;
	flex: 1;
	margin-right: 20px;
}
.dongt-qh{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f3f3f3;
	width: 404px;
	border-radius: 16px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	height: 32px;
}
.dongt-qh span{
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 32px;

	
	border-radius: 16px;
	cursor: pointer;
}
.dongt-qh span.on{
	background: #ec0015;
	color: #FFFFFF;
}

.img-right{
	flex-direction: column;
	align-items: stretch;
}


/* 团市委文化产品展播 */
.swiper-container01{ position: relative; padding: 0 28px;}
.swiper-container01 .swiper-button-prev{ left:0; background:url(../images/wh-qh.png) no-repeat;background-position: left center;}
.swiper-container01 .swiper-button-next{ right:0;background:url(../images/wh-qh.png) no-repeat;background-position: right center; transform: rotate(180deg);}
.swiper-container01 .swiper-button-prev,.swiper-container01 .swiper-button-next{ width:17px; height:25px;top:0;bottom: 0;margin: auto;}
.swiper-container01 .swiper-slide{
	position: relative;
}
.swiper-container01 .swiper-slide img{
	min-width: 100%;
}
.swiper-container01 .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	text-indent: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	font-size: 16px;
}



.p-f{
	position: fixed;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 120px;
	background-color: #FFFFFF;
}






