* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #010101;
}

.clearfix {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

img {
    border: 0;
}

body {
    font-family: "microsoft yahei";
}
.zyq_page{
	background: url('zyq2020_04.jpg') no-repeat center top;
}
.zyq_pane{
	background: url('zyq2020_03.jpg') no-repeat center bottom;
	min-height: 400px;
	padding: 0 0 300px 0;
}
.bann{
	height: 246px;
}
.pane_main{
	width: 860px;
	margin: 0 auto;
}
.column_title{
	overflow: hidden;
	padding:0 0 5px 0;
}
.column_title .channelname{
	font-size: 36px;
	color: #363670;
	padding:0 10px 0 0;
}
.column_title .channelname a{
	color: #363670;
}
.column_title .channelname span,.column_title .channelname a span{
	color: #e00000;
}
.column_title .more{
	font-size: 18px;
	color: #202052;
	background: url('zyq2020_05.png') no-repeat 0 bottom;
	padding:0 0 0 25px;
}
.column_title .more a{
	color: #202052;
}
.column_items{
	padding:50px 0 15px 0;
}
.ulist{
    overflow: hidden;
}
.ulist li {
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    border-bottom: 1px dashed #a9a9a9;
    height: 50px;
    overflow: hidden;
}
.ulist li a {
    color: #000;
    float:left;
}
.ulist li span {
    color: #808080;
    float: right;
    font-size: 14px;
}

@media screen and (max-width: 768px){
	body{ min-width:auto !important; width:100%;}
	.bann{height: 10rem;}
	.pane_main{ width:95%;}
	.ulist li a{ max-width:75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.zyq_page{    background: url(zyq2020_04s.jpg) no-repeat center top;-webkit-background-size: contain;background-size: contain;}
	.column_items{padding:0px 0px 15px 0px;}
	}