@import "https://at.alicdn.com/t/c/font_178760_4jb088ofk19.css";
body,h1,h2,h3,h4,h5,h6,ul,li,p,dl,dt,dd{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Microsoft Yahei";
	background: url(/public/assets/img/wmcq/bg.png);
}
img{
	border: 0;
	max-width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666;
}
.clearfix { 
	*zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
	display: table; 
	line-height: 0; 
	content: ""; 
} 
.clearfix:after { 
	clear: both; 
} 
.header{
	height: 720px;
	background: url(/public/assets/img/wmcq/topbg.png) top center no-repeat;
}
.header-inside{
	height: 504px;
	background: url(/public/assets/img/wmcq/banner.png) top center no-repeat;
}
.container{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.logo{
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 2;
}
.mobile-banner{
	display: none;
}
.mobile-banner img{
	display: block;
}


.header-img{
	padding-top: 20px;
	text-align: center;
}
.header-txt{
	padding: 0 15px;
	margin-top: -50px;
	text-align: center;
}

.news{
	padding: 20px 0;
	background: #298365 url(../img/angle.png) bottom repeat-x;
}
.news-img{
	float: left;
	width: 45%;
}
.news-slider .item p{
	width: 100%;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	background:#000;
	background:rgba(0,0,0,0.8);
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(64%,rgba(0,0,0,0.56)),color-stop(100%,rgba(0,0,0,0.8)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
}
.news-slider .owl-nav{
	width: 100%;
	position: absolute;
	top: 35%;
}
.news-slider .owl-nav [class*='owl-']{
	background-color: rgba(0,0,0,.5);
	padding: 10px 7px;
}
.news-slider .owl-nav .owl-prev{
	float: left;
}
.news-slider .owl-nav .owl-next{
	float: right;
}
.news-slider .owl-dots .owl-dot{
	padding: 15px 0;
}
.news-slider .owl-dots .owl-dot span{
	background-color: #6aa894;
}
.news-slider .owl-dots .owl-dot.active span, .news-slider .owl-dots .owl-dot:hover span{
	background-color: #fff;
}

.news-list{
	width: 51%;
	float: right;
}
.news-list .news-title h2{
	padding: 8px 10px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	background: url(../img/news-title.png) no-repeat;
}
.news-list .news-title a.more{
	padding: 1px 6px;
	margin-top: 18px;
	float: right;
	border-radius: 3px;
	background-color: #dfede8;
	font-size: 14px;
	color: #298365
}
.news-list dl{
	padding: 15px 0;
	border-bottom: 1px solid #549c84;
}
.news-list dt{
	padding: 5px 0 10px;
}
.news-list dt a{
	color: #fff;
	font-size: 18px;
}
.news-list dd,
.news-list dd a{
	line-height: 28px;
	font-size: 14px;
	color: #90baaa;
}
.text-list{
	padding: 8px 0;
}

.text-list li{
	padding: 10px 15px;
	background: url(../img/dot.png) 0 center no-repeat;
}
.text-list li a{
	font-size: 16px; 
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-list{
	padding: 70px 0;
}
.info-list-left{
	float: left;
	width: 45%;
}
.info-list-left .info-list-title{
	height: 44px;
	background: url(../img/titlebg1.png) no-repeat;
}
.info-list-title h2{
	padding-left: 20px;
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	letter-spacing: 2px;
	color: #fff;
}

.info-list-title a.more{
	margin-top: 13px;
	float: right;
	background-color: #0a629e;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding: 1px 6px;
}
.info-list .text-list li{
	padding: 25px 15px;
	border-bottom: 1px dashed #e4e4e4;
	background: url(../img/dot-green.png) 0 center no-repeat;
}
.info-list .text-list li a{
	color: #444;
}
.info-list .text-list li a:hover{
	color: #298365;
}

.info-list-right{
	float: right;
	width: 51%;
}
.info-list-right .info-list-title,.list .info-list-title{
	height: 44px;
	background: url(../img/titlebg2.png) no-repeat;
}
.time-line{
	padding: 8px 0 0 0;
	border-left: 1px solid #e4e5e5;
}
.time-line li{
	margin-left: -3px;
}
.time-line li span{
	margin-right: 5px;
	padding: 1px 6px;
	font-size: 14px;
	background-color: #298365;
	color: #fff;
	border-radius: 3px;
}

.footer{
	padding: 30px 0;
	border-top: 2px solid #c6cfd3;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.crumbs{
	padding: 20px 0;
	color: #444;
	border-bottom: 1px solid #ddd;
}
.list{
	padding: 0;
}
.list .info-list-title{
	margin-top: 30px;
}
.list .text-list li{
	overflow: hidden;
}

.list .text-list a{
	float: left;
}
.list .text-list span{
	float: right;
	font-size: 14px;
	color: #999;
}
.page{
	padding: 30px 0;
	text-align: center;
}
.page a{
	padding: 0 10px;
}
.page a:hover,.page a.active{
	color: #298365;
	font-weight: bold;
}
.details-title{
	padding: 20px 0;
	text-align: center;
	border-bottom:1px dashed #ddd;
}
.details-title h2{
	padding: 10px 0;
	color: #444;
}
.details-title span{
	color: #666;
}
.details-text p{
	/*text-indent: 2em; */
	margin: 30px;
	line-height: 30px;
	color: #444;
}
.details-text p img{
	display: block;
	margin: 0 auto;
    height: auto;
}


@media (max-width: 1000px) {
	.container{
		width: auto;
		padding: 0 10px;
	}	
}
@media (max-width: 768px) {
	.header{
		background: none;
		height: auto;
	}
	.header-img,.header-txt{
		display: none;
	}
	.mobile-banner{
		display: block;
	}
	.info-list-left,.info-list-right{
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.news-img,.news-list{
		width: auto;
		float: none;
	}
	.list .text-list li{
		padding: 10px 15px;
		background-position: 0 20px;
	}
	.list .text-list li a{
		float: none;
		display: block;
	}
	.list .text-list li span{
		float: none;
	}

}
@media (max-width: 480px) {
	.logo{
		top: 0;
		left: 10px;
	}
	.logo img{
		width: 120px;
	}

	.info-list{
		padding: 30px 0;
	}
	.list{
		padding: 0;
	}
	.text-list li{
		padding: 15px!important;
		background-position: 0 22px!important;
	}
	.text-list li a{
		display: inherit;
		white-space: inherit;
	}
	.list .text-list li a{
		font-size: 14px;
	}
	.details-title h2{
		font-size: 18px;
	}
	.details-text p{
		margin: 20px 0px;
		font-size: 14px;
	}
}

/*无障碍关怀版样式*/
 .container{
        position: relative;
    }
    .ztwza {
        overflow: hidden;
    position: absolute;
    right: 0px;
    top: 25px;
    border-radius: 25px;
    border: 2px solid #4186ac;
    padding: 10px 0px;
}
.ztwza ul{
    padding-left: 0px;
}
.ztwza li {
    float: left;
    list-style: none;
}
.ztwza a {
    display: inline-block;
    width: auto;
    border-right: 1px solid #4186ac;
    padding: 0px 21px;
    color: #4186ac;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}
@media (max-width:480px){
    .ztwza{
        right: -30px;
        top: 0px;
        transform: scale(0.5);
    }
    .logo{
        margin-top: -10px;
    }
    .logo img {
        width: 100px!important;    max-width: none;
    }
}