/*轮播图*/
.content-banner{
	position: relative;
        min-width:1200px;
}
.content-banner img{
	width: 100%;
	height: auto;
}
.banner-title{
	width: 1200px;
	height: 46px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	/*background: rgba(0,0,0,.2);*/
	line-height: 46px;
	color: #FFFFFF;
	font-size: 22px;
}
.banner-btn{
	width: 250px;
	height: 46px;
	position: absolute;
	bottom: 20px;
	right: 351px;
}
.banner-btn a{
	width: 46px;
	height: 46px;
	z-index: 99999;
	opacity: 1;
	background-size: 46px !important;
}
.banner-btn a:first-child{
	background: url(../img/icon/banner-btn-left.png) no-repeat center;
}
.banner-btn a:last-child{
	background: url(../img/icon/banner-btn-right.png) no-repeat center;
}

.content-banner .carousel-indicators{
	width: 150px;
	margin: 0;
	right: 400px;
	left: initial;
	background: rgba(0,0,0,.1);
	height: 46px;
	text-align: center;
	padding-top: 5px;
}
.content-banner .carousel-indicators li{
	width: 15px;
	height: 30px;
	border-radius: initial;
	border: none;
	text-align: center;
	text-indent: initial;
	line-height: 30px;
	font-size: 20px;
	background: none;
}
.carousel-indicators .active{
	color: #ffffff;
}

/*学院新闻和通知公告*/
.content-news-notice{
	width: 100%;
	height: 450px;
	min-width: 1200px;
	margin-top: 49px;
}
.content-news{
	width: 730px;
	height: 450px;
	float: left;
}
.content-notice{
	width: 470px;
	height: 450px;
	float: left;
}
.content-news-list{
	padding-left: 15px;
	padding-right: 35px;
	margin-top: 30px;
}
.content-news-head{
	width: 100%;
	height: 180px;
	border-bottom: 1px solid #CCCCCC;
}
.content-news-head-img{
	width: 280px;
	height: 150px;
	float: left;
}
.content-news-head-img img{
width:100%;
height:100%;
}
.content-news-head-text{
	width: 390px;
	height: 150px;
	float: left;
	padding-left: 33px;
}
.content-news-head-text h1{
	font-size: 18px;
	font-family: Source Han Serif TC;
	font-weight: 800;
	color: #222222;
	margin: 18px 0;
}
.content-news-head-text p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-indent: 32px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}
.content-news-head-text label{
	font-size: 16px;
}
.content-news li{
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 15px;
	background: url(../img/icon/icon-left1.png) no-repeat left;
}
.content-news li span{
	float: right;
}
.content-notice-list{
	margin-top: 30px;
	padding: 0 15px;
}
.content-notice-list li{
	width: 100%;
	height: 62px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
.content-notice-list li:last-child{border: none;}

.content-notice-list li:hover{
	box-shadow: 0px 2px 0px rgba(0,0,0,.3);
}
.content-notice-list-time{
	width: 70px;
	height: 40px;
	float: left;
}
.content-notice-list-time label{
	font-size: 18px;
	margin: 0;
}
.content-notice-list-time span{
	display: block;
	font-size: 16px;
}
.content-notice-list-title{
	width: 360px;
	float: left;
	height: 40px;
	padding-left: 30px;
	border-left: 1px solid #cccccc;
}

/*党建工作和团学工作*/
.content-dangjain-tuanxue{
	width: 100%;
	height: 460px;
	min-width: 1200px;
	background: url(../img/icon/bg-djtx.png) no-repeat center;
	padding: 40px 0;
}
.content-dangjain,.content-tuanxue{
	width: 595px;
	height: 380px;
	float: left;
	padding: 20px;
	background: url(../img/icon/bg-dangjian.png) no-repeat;
}
.content-tuanxue{
	margin-left: 10px;
	background: #FFFFFF;
}
.content-dangjain-list,.content-news-list{
	padding: 0 30px;
}
.content-dangjain-head,.content-tuanxue-head{
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #ffffff;
}
.content-tuanxue-head{
	border-bottom: 1px solid #CCCCCC;
}
.content-dangjain-head h1,.content-tuanxue-head h1{
	height: 19px;
	font-size: 18px;
	font-family: Source Han Serif TC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 18px;
}
.content-tuanxue-head h1{
	margin-top: 0;
	color: #DAAB6C;
}
.content-dangjain-head p,.content-tuanxue-head p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 20px;
	margin-bottom: 20px;
	text-indent: 32px;
}
.content-dangjain-head span{
	color: #FFFFFF;
	letter-spacing: 2px;
}
.content-dangjain-head label{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.content-tuanxue-head label{
	font-size: 16px;
	letter-spacing: 2px;
}
.content-tuanxue-head span{
	letter-spacing: 2px;
	color: #DAAB6C;
}
.content-dangjain-list li,.content-news-list li{
	width: 100%;
	height: 46px;
	color: #FFFFFF;
	line-height: 46px;
	padding-left: 15px;
	background: url(../img/icon/icon-yuan.png) no-repeat left;
}
.content-news-list li{
	background: url(../img/icon/icon-left.png) no-repeat left;
}
.content-dangjain-list li a{
	color: #ffffff;
}
.content-news-list li span{
	color: #000000;
	letter-spacing: 2px;
	float: right;
}
.content-dangjain-list li span{
	float: right;
	letter-spacing: 2px;
}
.content-news-list li span label,.content-dangjain-list li span label{
	font-size: 16px;
}
.content-tuanxue-head-img{
	width: 200px;
	height: 120px;
	float: left;
}
.content-tuanxue-head-img img{
	width: 100%;
	height: 100%;
}
.content-tuanxue-head-text{
	width: 295px;
	height: 120px;
	float: left;
	padding-left: 30px;
}

/*专题导航*/
.content-ztdh{
	width: 100%;
	height: 240px;
	min-width: 1200px;
	padding: 40px 0;
}
.content-ztdhbox{
	position: relative;
	width: 100%;
	height: 100%;
}
.content-ztdhbox span{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.content-ztdhbox-left{
	left: 0;
	background: url(../img/icon/banner-btn-left.png) no-repeat center;
}
.content-ztdhbox-right{
	left: initial;
	right: 0;
	background: url(../img/icon/banner-btn-right.png) no-repeat center;
}
.content-ztdh-scroll{
	width: 1100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.content-ztdh-scroll ul{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.content-ztdh-scroll ul li{
	width: 265px;
	margin-left: 10px;
	float: left;
	margin-top: 15px;
	height: 160px;
	text-align: center;
position:relative;
}
.content-ztdh-scroll ul li a{
position:absolute;
top:50%;
left:0;
transform: translateY(-50%);
	background: #EEEFF1;
	display: block;
	width: 100%;
	height: 130px;
	padding: 20px 0;
	transition: .2s;
}
.content-ztdh-scroll ul li p{
	font-size: 16px;
	font-family: Source Han Serif TC;
	font-weight: 800;
	color: #222222;
	margin-top: 10px;
}

.content-ztdh-scroll ul li:nth-child(1) a:hover{
	background: #D49E55;
        height:160px;
}
.content-ztdh-scroll ul li:nth-child(3) a:hover{
	background: #D49E55;
        height:100%;
}
.content-ztdh-scroll ul li:nth-child(5) a:hover{
	background: #D49E55;
        height:100%;
}

.content-ztdh-scroll ul li:nth-child(2) a:hover{
	background: #AC2121 !important;;
        height:100%;
}
.content-ztdh-scroll ul li:nth-child(4) a:hover{
	background: #AC2121 !important;;
        height:100%;
}
.content-ztdh-scroll ul li:nth-child(6) a:hover{
	background: #AC2121 !important;;
        height:100%;
}
.content-ztdh-scroll ul li:hover p{
	color: #FFFFFF;
}