main{
	padding-top: 60px;
}
.banner{
	width: 100%;
	background-color: #006498;
	box-sizing:border-box;
	background: url(../images/socialbanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 70px;
	margin-left: -100px;
	margin-top: -25px;
	text-align: center;
	font-size: 32px;
	color: white;
}
.banner-container{
	position: relative;
	height: 100%;
}

.page{
	padding-top: 30px;
}
.title{
	margin-top: 40px;
	width: 100%;
	background-color: #E3F1FC;
	color: #036698;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 20px;
	position: relative;
}
.anchor{
	position: absolute;
	top: -70px;
	left: 0;
}
.post{
	margin-top: 20px;
	width: 100%;
	height: 320px;
	border: 1px solid #C0D7E5;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.post-num-bj{
	position: absolute;
	width: 60px;
	height: 60px;
	top: -30px;
	left: -30px;
	background-color: #006498;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.post-num{
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 4px;
	left: 7px;
}
.post-image{
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: auto;
}
.post-image img{
	width: 100%;
}
.post-title{
	font-size: 15px;
	line-height: 1.666667;
}
.content{
	padding: 20px 0;
	width: 100%;
	position: relative;
}
.content-left{
	padding: 50px 10px
}

.content-left ul{
	list-style:none;
}
.content-left ul li{
	line-height: 30px;
}

.content-left ul li a{
	color: #006498;
}
.content-left ul li a > .spot {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	background-color: #006498;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.content-left ul li .excel{
	display: inline-block;
	background-color: #3c763d;
	color: #fff;
	font-size: 12px;
	width: 56px;
	padding: 0px 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: text-bottom;
	margin-left: 10px;
}
.content-left ul li .word{
	display: inline-block;
	background-color: #192741;
	color: #fff;
	font-size: 12px;
	width: 56px;
	padding: 0px 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: text-bottom;
	margin-left: 10px;
}
.content-left ul li .pdf{
	display: inline-block;
	background-color: #E70012;
	color: #fff;
	font-size: 12px;
	width: 56px;
	padding: 0px 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: text-bottom;
	margin-left: 10px;
}
.content-right{
	position: absolute;
	right: 0;
	top: 20px;
}
.content-right img{
	width: 300px;
}
@media (max-width: 767px) {
	main{
		padding-top: 50px;
	}
}

@media (max-width: 479px) {
	.col-cx-12{
		width: 100%;
	}
	.post {
		height: 320px;
		padding: 10px;
	}
	.post-image{
		width: 80%;
	}
	.post-title{
		margin-top: 0px;
	}
	.content-left{
		padding: 0px 10px;
	}
	.banner-content{
		font-size: 24px;
	}
}
@media (max-width: 767px) and (min-width: 479px){
	.post {
		height: 340px;
		padding: 15px;
	}
	.post-image{
		width: 80%;
	}
	.post-title{
		margin-top: 0px;
	}
	.content-left{
		padding: 30px 10px;
	}
	.banner-content{
		font-size: 28px;
	}
}
@media (max-width: 992px) and (min-width: 767px){
	.post-image{
		width: 80%;
	}
	.content-left{
		padding: 0px 10px;
	}
	.content-left ul li a{
		font-size: 15px;
	}
	.content-right img{
		width: 260px;
	}
}
@media (min-width: 939px){
.post-height{
    height: 361px;	
}

}
@media (max-width: 938px) and (min-width: 768px){


.post{
    height: 371px;	
}
.post-height{
    height: 403px;	
}

}
@media (max-width: 880px) and (min-width: 768px){
.content-left ul{
	width: 67%;
}
}


