*{
list-style:none;
padding:0;
margin:0
}
.navbar{
	background:#023b95;
	margin:0 auto;
}
a{
	text-decoration:none;
}
.wrapper{
	margin:0 auto;
	width:100%;
	max-width:720px;
}
.header{
	justify-content:space-between;	
	align-items:center;
	
	display:flex;
	padding-bottom:20px;
}
.header .link{
	display:flex;
	justify-content:space-between;	
	align-items:center;
}
.header .my{
	width:60px;
	margin-right:10px;
}
.logo{
	width:4rem;
	padding-top:10px;
	margin-left:5px;
	margin-right:5px;
}
.title{
	color:#FFFFFF;
}
.title h1{
	font-size:1.5rem;
	margin:0;
	padding:0;
	margin:10px 0;
}
.title div.url{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 10rem;
    height: 1.81282rem;
    background: linear-gradient(180deg,#fff,#ff0);
    border-radius: 2.5641rem;
    font-weight: 700;
    font-size: .8rem;
    line-height: .31282rem;
	letter-spacing: .12821rem;
    color: #023b95;
}
.search{
	justify-content:space-between;	
	align-items:center;
	width:90%;
	display:flex;
	margin:0 auto;
	padding-bottom:20px;
}
.search .input{	
	align-items:center;	
	display:flex;
	border:1px solid #FFFFFF;
	background:#FFFFFF;
	width:70%;
	border-radius:40px;
	height:30px;
	padding-left:5px;
	font-size:14px;
	color:#c8c9cc;
}
.search .button{
	border:1px solid #FFFFFF;
	background:#FFFFFF;
	width:25%;
	border-radius:40px;
	height:30px;
	line-height:30px;
	color:#006ce3;
	text-align:center;
	font-weight:700;
	font-size:16px;
}
.z{
	display: flex;
    align-items: center;
	justify-content:space-between;	
	text-align:center;
	padding: 0px 6px 0px 6px;
	
}
.z .lanmu{
	width:24%;
	background:#006ce3;
	font-size:14px;
	height:1.8rem;
	line-height:1.8rem;
	border-radius:5px;
	color:#FFFFFF;
}
.z .lanmu span{
	padding-left:4px;
	font-size: 0.7rem;
}
.piclist{
	display: flex;
	flex-direction:row; 
	flex-wrap: wrap; 
	justify-content:space-between;
	text-align:center

}
.piclist li{
	width:23%;
	text-align:center;
	margin:8px 0;
	
}
.piclist li img{
	border-radius:3px;
}
.piclist li a{
	font-size:.8rem;
	color:#000000;

}
.piclist li .biaoti{
	padding-top:5px;
}

.list h1{
	padding-left:10px;
	font-size:1.4rem;
	color:#023b95;
}
.graybar{
	height:10px;
	background:#e1e1e1;
	margin:5px 0;
}
.list .more{
    color: #023b95;
    border-radius: .10256rem;
    font-weight: 400;
    font-size: .65897rem;
    padding-left: .38462rem;
    padding-right: .38462rem;
    border: .01282rem solid #023b95;
	text-align:center;
	height:2rem;
	line-height:2rem;
	width:90%;
	margin:20px auto;

}

.list table {
    margin-bottom: .25641rem;
    border: .02564rem solid #dfdfdf;
    border-top: 0;
    text-align: center;
    width: 100%;
	font-size:12px;
}

.list table .table-title {
    text-align: center;
    background: #f4f4f4;
    border: .02564rem solid #dfdfdf;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: -.02564rem;
    padding: 0;
    caption-side: top;
}

.list table td {
    border-top: 0.02564rem solid #dfdfdf;
    height: 2rem;
}
.list .red {
    color: #cc2c2c;
}
.list .blue {
    color: #4a8cc1;
}
.list .green {
    color: #65ab3b;
}