/*最外侧*/
.zwcWidth{
	width: 100%;
}
/*PC导航*/
.header{
	height: 120px;
	line-height: 120px;
	background: #2F9FAB;
}
.header-left{
	float: left;
}
.header-left img{
	vertical-align: middle;
}
.header-right{
	float: right;
}
.header-right>li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	position: relative;
}
.header-right>li span{
	display: inline-block;
	height: 2px;
	width: 0;
	left: 50%;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.header-right>li:hover span{
	transform: translateX( -50% );
	animation: headerani 1s ease;
    width: 100%; 
}
/*鼠标滑过动效*/
@keyframes headerani {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
.header-right>li>a{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	letter-spacing: 5px;
	height: 20px;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
.header-right>li:last-child>a{
	border-right: 0;
	padding-right: 0;
}
/*下拉*/
.headerxiala{
	position: absolute;
	top: 40px;
	width: 100%;
	background: #2F9FAB;
	display: none;
}
.headerxiala li{
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #fff;
}
.headerxiala li:first-child{
	height: 40px;
	line-height: 40px;
	border-bottom: 0;
}
.headerxiala li:last-child{
	border-bottom: 0;
}
.headerxiala li a{
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
}
.headerxiala li:hover{
	background: #fff;
}
.headerxiala li:hover a{
	color: #2F9FAB;
}
.headerxiala li:first-child:hover{
	background: #2F9FAB;
}

/*手机端*/
.header-nolg{
	height: 80px;
	line-height: 80px;
	background: #2F9FAB;
	position: fixed;
	top: 0;
	z-index: 10000;
}
.header-nolglist{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.header-nolglist img{
	vertical-align: middle;
}
.header-nolglist span{
	position: absolute;
    right: 0;
    top: 30%;
    font-size: 24px;
    width: 34px;
    height: 32px;
    text-align: center;
    background: #fff;
    color: #2F9FAB;
    padding-top: 4px;
    border-radius: 4px;
	
}
.header-nolgnav{
	position: fixed;
	top: 80px;
	background: rgba(0,0,0,.4);
	width: 100%;
	z-index: 10000;
	color: #fff;
	display: none;
}
.header-nolgnav>li{
	border-bottom: 1px solid #fff;
	text-indent:2.5%;
}
.header-nolgnav>li>a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.headerxiala-xs{
	display: none;
}
.headerxiala-xs li{
	height: 40px;
	line-height: 40px;
	text-indent: 14%;
	border-bottom: 1px solid #fff;
}
.headerxiala-xs li:last-child{
	border-bottom: 0;
}
.headerxiala-xs li a{
	color: #fff;
	font-size: 14px;
}


/*内容区*/
.banner img{
	width: 100%;
}
/*当前位置*/
.curpostion{
	height: 32px;
	line-height: 32px;
	background: -webkit-linear-gradient(left, #3FA7B2 , #F0F8F9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3FA7B2 , #F0F8F9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3FA7B2 , #F0F8F9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3FA7B2 , #F0F8F9); /* 标准的语法（必须放在最后） */
}
.curpostion p{
	color: #fff;
}
/*列表*/
/*标题背景*/
.content-list{
	margin-top:80px;
}
.content-titlebg{
	border-bottom: 1px solid #2F9FAB;
}
.content-title{
	width: 200px;
	border-bottom: 6px solid #2F9FAB;
}
.content-title span:first-child{
	font-size: 24px;
	color: #2F9FAB;	
}
.content-title span:last-child{
	font-size: 36px;
	color: #2F9FAB;	
	font-family: '宋体';
	margin-left: 8px;
}
.list-conleft{
	width: 100px;
	height: 318px;
	/*line-height: 318px;*/
	float: left;
	position: relative;
}
.list-conleft span{
	display: block;
	width: 100%;
	text-align: center;
}
.list-conleft span:first-child{
	font-size: 16px;
	color: #2F9FAB;
	margin-top: 132px;
}
.list-conleft span:nth-child(2){
	font-size: 24px;
	font-weight: bold;
	color: #2F9FAB;
}
.list-conleft span:last-child{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:#2F9FAB;
	position: absolute;
	right: -10px;
	top: 150px;
}


.list-conright{
	float: right;
	width: 1040px;
	border-left: 1px solid #2F9FAB;
	border-bottom: 1px solid #2F9FAB;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 45px;
}

.list-img{
	float: left;
	width: 352px;
	height: 198px;
}
.list-img img{
	width: 100%;
	height: 100%;
}
.list-right-con{
	width: 596px;
	float: right;
	margin-left: 46px;
}
.list-right-con>li:first-child{
	font-size: 24px;
	color: #2F9FAB;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-right-con>li:nth-child(2){
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	margin-top: 20px;
	letter-spacing: 1px;
}
.list-right-con>li:nth-child(3){
	text-align: right;
	height: 24px;
	line-height: 24px;
}
.list-right-con>li:nth-child(3) a{
	color: #2F9FAB;
}
.list-right-con>li:nth-child(3) a:hover{
	text-decoration: underline;
}
.first-text{
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.sec-text{
	font-size: 12px;
	color: #999;
}
.list-right-con>li:nth-child(4){
	margin-top: 20px;
}
.list-right-con>li:last-child{
	position: relative;
}
.list-right-con>li:last-child a{
	position: absolute;
	right: 0;
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #2F9FAB;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
}
.list-right-con>li:last-child a span{
	margin-left: 5px;
}
.list-right-con>li:last-child a:hover{
	text-decoration: underline;
}
/*分页*/
.pagelist{
	width: 360px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	margin: 0 auto;
}
.pagelist li{
  float:left;
  border:0;
  border: 1px solid #2F9FAB;
  padding:0 6px;
  margin: 0 10px;
}
.pagelist li a{
	color: #2F9FAB;
}
.pagelist li:first-child,
.pagelist li:last-child{
	border: 0;
}

.pagelist li.thisclass{
	color:#fff;
  	background: #2F9FAB;
}   

/*底部*/
.footerbg{
	padding-top: 20px;
	padding-bottom: 40px;
	background: #2F9FAB;
}
.footer-list{
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer-list li{
	height: 24px;
	line-height: 24px;
}
.footer-list li:first-child{
	height: auto;
	line-height: auto;
}
.footer-list li:nth-child(3){
	margin-top: 10px;
}

@media (max-width: 1199px){
	.contentZwc{
		margin-top: 80px;
	}
	.footer-list li:first-child img{
		width: 140px;
		height: 40px;
	}
	.list-right-con>li:nth-child(4),
	.list-right-con>li:nth-child(5),
	.list-right-con>li:nth-child(6){
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.content-list{
		margin-top: 45px;
	}
	.list-conleft{
		height: 200px;
	}
	.list-conleft span:first-child{
		margin-top: 76px;
	}
	.list-conleft span:nth-child(2){
		font-size: 20px;
	}
	.list-conleft span:last-child{
		width: 16px;
		height: 16px;
		right: -8px;
		top: 100px;
	}
   .list-conright{
		width: 840px;
		padding-top: 45px;
		padding-bottom: 45px;
		padding-left: 45px;
	}
	
	.list-img{
		width: 176px; 
		height: 99px; 
	}
	
	.list-right-con{
		width: 588px;
		margin-left: 30px;
	}
	.list-right-con>li:first-child{
		font-size: 18px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.content-list{
		margin-top: 45px;
	}
	.list-conleft{
		height: 200px;
	}
	.list-conleft span:first-child{
		margin-top: 76px;
	}
	.list-conleft span:nth-child(2){
		font-size: 20px;
	}
	.list-conleft span:last-child{
		width: 16px;
		height: 16px;
		right: -8px;
		top: 100px;
	}
   .list-conright{
		width: 620px;
		padding-top: 45px;
		padding-bottom: 45px;
		padding-left: 45px;
	}
	
	.list-img{
		width: 176px; 
		height: 99px; 
	}
	
	.list-right-con{
		width: 368px;
		margin-left: 30px;
	}
	.list-right-con>li:first-child{
		font-size: 18px;
	}
}




@media (max-width: 767px){
	.content-title span:first-child{
		font-size: 20px;
	}
	.content-title span:last-child{
		font-size: 30px;
	}
	
	.list-con>li{
		position: relative;
	}
	.content-list{
		margin-top: 15px;
	}
	.list-con>li .list-conleft{
		position: absolute;
	    height: auto;
	    bottom: 20px;
	    left: 44%;
	}
	.list-conleft span{
		display: inline;
	}
	.list-conleft span:first-child:after{
		content: '-';
	}
	.list-conleft span:first-child{
		font-size: 14px;
		color: #999;
	}
	.list-conleft span:nth-child(2){
		font-size: 14px;
		font-weight: normal;
		color: #999;
	}
	.list-conleft span:last-child{
		display: none;
	}
   .list-conright{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0;
		border-left: 0;
	}
	
	.list-img{
		width: 42%; 
		height: auto; 
	}
	
	.list-right-con{
		width: 56%;
		margin-left: 2%;
	}
	.list-right-con>li:first-child{
		font-size: 16px;
	}
	.list-right-con>li:nth-child(2){
		height: 20px;
		-webkit-line-clamp:1;
		margin-top: 6px;
	}
	.list-right-con>li:nth-child(3) {
	    position: absolute;
	    bottom: 20px;
	    right: 0;
	}
	
	/*分页*/
	.pagelist {
	    width: 240px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    text-align: center;
	    margin: 0 auto;
	}
	.pagelist li{
		margin: 0 6px;
	}
	
	.footerbg{
		padding-bottom: 20px;
	}
	.footer-list li{
		height: auto;
	}
	.footer-list li:nth-child(3){
		margin-top: 4px;
	}
	
}


@media (max-width: 299px){
	.list-img{
		height: 60px;
	}
	
}
@media (min-width: 300px) and (max-width: 399px) {
	.list-img{
		height: 78px;
	}
}
@media (min-width: 400px) and (max-width: 499px) {
	.list-img{
		height: 100px;
	}
}
@media (min-width: 500px) and (max-width: 599px) {
	.list-img{
		height: 125px;
	}
}
@media (min-width: 600px) and (max-width: 699px) {
	.list-img{
		height: 148px;
	}
}
@media (min-width: 700px) and (max-width: 767px) {
	.list-img{
		height: 166px;
	}
}