@import url("base.css");
a{ text-decoration:none; color: #333}
a:hover{ color: #f00}
.head-box{ height: 50px;background:#00AEEF;position: relative;     }
.page-subnav{background: #45b823;color:#fff; line-height: 45px;font-size: 14px;overflow: hidden}
.page-subnav a{color:#fff;}
.breadcrumbs{padding-left: 10px}
.breadcrumbs span {  margin: 0 8px;  color: #fff;}


.tt-name{font-size: 16px;font-weight:bold;padding-left: 8px}
.article-list{}
.article-list li{ padding: 12px 8px;  border-bottom: 1px solid #f2f2f2;display: block;min-height: 65px;}
.article-list li .imga{min-height: 20px;  width: 85px;padding-top: 2px; padding-right: 10px; float: left;height: 65px;overflow: hidden }
.article-list li .imga img{ width: 85px;}
.article-list li .txt{  overflow: hidden }
.article-list li  .name{ margin-bottom: 5px;font-size: 15px;height: 20px;overflow: hidden;display: block;font-weight: bold}
.article-list li p{color: #666}
.article-list li .time{color: #737980;font-size: 13px;padding-top: 2px}
.article-list li .inf{color: #737980;    max-height: 36px;  line-height: 20px;font-size: 13px;padding-top: 2px}
.bor{height: 10px; background: #f2f2f2;margin-bottom: 15px}
.list-box {padding: 0 10px;}
.list-box li{ background: url(../images/icon-arrow.png) left 8px  no-repeat; padding-left: 15px; margin: 5px 0px; height: 28px; overflow: hidden;line-height: 28px}
.goto-top{ background:rgba(0,0,0,0.5);  width:100%; height:35px; position:fixed; bottom:0px; left:0px; z-index:99; display:none}
.goto-top a{background:url(../images/goto_top.png) center no-repeat;width:100%; height:35px; display:block; background-size:35px; cursor:pointer}

.page-num {padding: 20px 0 ;  text-align: center;line-height: 30px }
.page-num a{display: inline-block;width: 30px;  height:26px;line-height: 26px;   background: #f2f2f2; margin:0 2px 0 3px; overflow: hidden}
.page-num a.cur,.page-num a:hover{ color: #fff; background: #00AEEF;}
.page-num a.np{ width: 60px}

.search-bg{background: #f2f2f2;margin-bottom: 10px;padding:10px 0 }
.search-box{ height:30px;  overflow: hidden; width: 95%;margin: 0 auto;background: #fff;position: relative}
.search-box input[type="text"]{background: #fff;border: none;color: #6e6c6c;padding-left:10px; outline: 0;text-align: left;width:90%;line-height: 30px}
.search-box input[type="submit"]{float: right;border-radius: 0; width: 60px; color: #fff;border: none;cursor: pointer;display: inline-block;outline: 0;overflow: visible;margin: 0;padding: 0px 14px;text-decoration: none;vertical-align: top;font-size: 15px;background: #fa0; height:30px;position: absolute;right: 0;line-height: 30px;}
input[placeholder]{font-size: 12px;color: #666;font-family: microsoft yahei}
.search-box input[value]{font-family: microsoft yahei}
.foot-bor{height: 50px;}
@media only screen and (min-width: 641px){
     html {
        width: 640px;
        margin: 0 auto;
    }
}
.h-name{font-size: 15px;padding: 5px 10px;border-bottom: 1px solid #f2f2f2;color: #45b823;font-weight: bold;}