@charset "UTF-8";

@import url(./header.css);
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-04-08 14:14:20
 * @version $Id$
 */
/*reset*/
body,h1,h2,h3,h4,h5,h6,hr,p,pre,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,button,input,textarea,figure,figcaption,nav,footer,menu{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}address,em,i,b{font-style:normal}a,a:hover{color:#000;text-decoration:none}ul,ol,li{list-style:none}fieldset,img{border:0}button,input,select,textarea{font:16px/1.5 \5FAE\8F6F\96C5\9ED1,Helvetica;outline:none}body{background:#fff;font:0.938rem/1.5 \5FAE\8F6F\96C5\9ED1,Helvetica;color:#000;;overflow:visible}html{font-size:100%;-webkit-text-size-adjust:none}

/*btn*/
.btn{display:inline-block;width:80px; height: 2rem; border-radius:3px;font-size:14px;line-height:2rem;text-align:center; font-size:.75em;}
.btn-download {background-color:#fff; color:#2ca3ea;border: 1px solid #2ca3ea;}
.btn-download:active{ background-color:#0080fc; outline: none; color: #fff;}
.header .btn-nobg{width: auto; height: 18px; line-height: 18px; padding:2px 10px;}

.in-banner img {width:100%;}
.in-banner .banner-box{ overflow: hidden; background-color: #000;}
.in-banner .banner-box li{ width:100%;}
.mod-gm-list {margin:5px 3px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.mod-gm-list li {padding: 15px 10px; border-bottom:1px solid #d9d9d9;}
/*.mod-gm-list li:last-child {border-bottom:0;}*/
.mod-gm-list figure {display:box; display:-webkit-box; display:-moz-box; -moz-box-align:center; -webkit-box-align:center; box-align:center; }
.mod-gm-list figcaption {-webkit-box-flex:1; -moz-box-flex:1;}
.mod-gm-list img {display:block; width:64px; height:64px; margin-right:10px; border-radius: 14px; -moz-border-radius:14px; -webkit-border-radius:14px; border: 1px solid #d8d8d8;}
.mod-gm-list .gm-tit,.mod-gm-list .gm-tit a{ color: #000; font-size:.875em; font-weight: bold;}
.mod-gm-list .gm-type {color:#aaaaaa; font-size:.75em;}
.mod-gm-list .gm-star-bg{ width:54px; height: 12px; margin:3px 0; text-indent: -999px; background:url(../images/star_bg.png) no-repeat; background-size: auto 70%; overflow: hidden;}
.mod-gm-list .gm-star-bg span{ display: block; height: 12px; background:url(../images/star.png) no-repeat; background-size: auto 70%; overflow: hidden;}

.btn-link {width:auto; line-height:3em; padding:0 1.5em; border:1px solid #bbbbbb; -moz-border-radius:1.2em; -webkit-border-radius:1.2em; border-radius:1.2em; color:#868686;}
.ft-btn {position:relative; bottom:0; margin-top:1em; text-align:center;} 
  
.article-box{padding: 1rem;}
.article-box .title{margin-bottom: 0.6rem;font-size: 1.1rem;font-weight: bold;}