@charset "utf-8";
/* CSS Document */
.header{width:100%;height:4.8rem;background:#326699;position: relative;}
.header a{height:100%;}
.header .sculpture{width: 1.8889rem;position: absolute;top:0;right:3.1%;background:url("../images/user.png") center no-repeat;background-size: 100%;}
.header .logo{width:9rem;position: absolute;top:0;left:3.1%;background: url("../images/logo.png") center no-repeat;background-size: 100%;}
/*导航*/
.category{height:4.8rem;overflow: hidden;background-color:#F1F8FF}
.category a{padding:0 5%;width:auto;height:100%;line-height:4.8rem;font-size:1.7rem;font-weight: bold}

.list{padding:0 3.1%;}
.list li{height:6rem;padding:0 1.2rem;border-bottom:1px dashed #ccc;}
.list .arttitle{font-size: 1.5rem;color: #333;height: 3.6rem;line-height: 1.7rem;padding-top:5px;overflow: hidden;margin: 0.5rem 0;}
.list .time{font-size:0.9rem;color:#999}