@charset "utf-8";
*{font-family:"Microsoft YaHei UI";font-size:14px;margin:0;padding:0;list-style:none;text-decoration:none}
body{background:#f2f2f2;}
a{color:#333;}
.header {
	background: #fff;
    height: 40px;
}
.logo a{
    float: left;
    width: 64.16px;
    height: 40px;
	padding: 0 0 0 10px;
}
.logo img {
    width: 64.16px;
    height: 40px;
}
.position {
    color: #777;
    padding: 3px 3%;
}
.position a {
    color: #777;
}
.list {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.list h1 {
    font-size: 24px;padding:10px 3% 0;
}
.list span {
    color: #999;
	font-weight: lighter;
    padding: 10px 3%;
    display: block;
}
.list p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 0 3% 20px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}
.list p img{max-width:100%;height:auto;}
.list p strong,.list p a{font-size:16px;}
.list h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer {
	color: #777;
    padding: 5px 3%;
}
.list li {background:#fff;position:relative;overflow:hidden;border-bottom:1px solid #f6f6f6;}
.list li a {
	box-sizing: unset;
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 3%;
    position: absolute;
    right: 0;
    width: 94%;
    height: 107px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list li:hover{background:#f9f9f9;}
.list li img{float: left;
    margin: 48px 3% 18px;
    width: auto;
    height: 74px;}
.list li p {color: #777;
    font-size: 14px;
    margin-left: 3%!important;
    padding: 44px 3% 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;}
.list p a{color:#249dd9;}
.list li span {
    display: block;
    margin: 11px 3% 15px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
}
.pagenavi {
    clear: both;
    font-size: 14px;
    padding:5px 3%;
    overflow: hidden;
    text-align: center;
}
.pagenavi li {background: #fff!important;
    border: none;color: #909090!important;
    position: static;
    float: left;font-weight: lighter;
	height: 40px!important;
    line-height: 40px;
    margin: 0 1%!important;min-height: 40px;padding:0;
}
.pagenavi li a,.pagenavi .active {
    background: #fff!important;
    border: 0!important;
    color: #909090!important;
    display: block;
    float: left;
    font-size: 14px!important;
    font-weight:normal!important;
    height: 40px!important;
    line-height: 40px;
    text-decoration: none;
    width: 100%!important;
    overflow: hidden;
    padding: 0!important;
    position: static;text-align: center;width: 64.3px!important;
}
.pagenavi li a:hover{background:#eaeaea!important;}
.prev{padding:5px 0;}
.next{padding:5px 0;}
@media screen and (min-width:640px) {
img{max-width:400px!important;}
.header{margin: 0 auto;
    width: 670px;height:90px;}
.header .logo a img{margin:25px 0;}
.position,.footer{margin: 0 auto;
    width: 670px;}
.list{margin: 0 auto 20px;
    width: 670px;}
}