body{
    background: url("../images/bg.jpg") repeat-x;
    font: normal 18px/2 "Microsoft YaHei","SimSun";
}
a{
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}
.more{
    background: #ebebeb;
    clear: both;
    font-size: .8rem;
    text-align: center;
    margin-top:20px;
}
.margin-tb{
    margin: 20px 0;
}
.m-top{
    margin-top: 20px;
}
.m-top li:first-child{
    font-weight: bold;
}
.header h1{
    height: 0px;;
}
nav{
    background: #1799d6;
    color: #fff;
    overflow: hidden;
    padding: 5px 0 10px;
}
nav a{
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 30%;
}
section{
    padding: 0 10px;
}
section h2{
    background: url("../images/icon.png") -6px -60px/308px;
    color: #fff;
    height: 30px;
    line-height: 23px;
    width: 296px;
    margin: 30px auto 20px;
    text-align: center;
}
section a{
    color: #474646;
}
section li{
    font-size: .9rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.img-list{
    overflow: hidden;
}
.img-list li{
    float: left;
    width: 48%;
    margin:0 4% 20px 0;
}
.img-list li:nth-child(even){
    margin-right: 0;
}
.img-list img{
    display: block;
    width: 100%;
}
.img-list span{
    display: block;
    text-align: center;
}
footer{
    font-size: 13px;
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    height: 180px;
}
footer a{
    color: #000;
}

.more-list li{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.more-list p{
    color: #808080;
    font-size: 14px;
    max-height: 52px;
    overflow: hidden;
}
.more-list h3{
    font-weight: normal;
}
.page .here{
    color: #1da0de;
}
.page{
    font-size: 16px;
}
.article-head{
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}
.article-head h2{
    background: none;
    color: #333;
    height: auto;
    line-height: 1.8;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.article-head p{
    color: #999;
    font-size: 13px;
    text-align: center;
}
.article-con{
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}
.article-con img{
    width: 95%;
}
.article-con p{
    padding: 10px;
}
.article-info{
    color: #4c4c4c;
    font-size: 13px;
    padding-top: 10px;
}
.article-info span{
    padding: 0 5px;
}
.article-list{
    margin: 20px 0;
}
.article-list a{
    color: #141414;
}
.slider{display:none;}
.focus span{width:10px;height:10px;margin-right:10px;border-radius:50%;background:#666;font-size:0}
.focus span.current{background:#fff}

div.position, p.position {
    text-align: left;
    font-size: 13px;
}