/*initial*/
body,div,ul,li,table,img,hr,h1,h2,h3,h4,h5{margin:0;padding:0;font-size:16px;color:#333;}
body{
    background: #f5f5f5;
}
ul,li{
    list-style: none;
}
a{
    color: #565656;
    text-decoration: none;
}
a:hover{
    color: #5a7bd9;
}
.button-danger{
    cursor: pointer;
    font-size: 12px;
    padding: 2px 8px;
    background: #f55d01;
    color: #fff;
}

.button-danger:hover,.button-default:hover{
    color: #fff;
}
.button-default{
    cursor: pointer;
    font-size: 12px;
    padding: 2px 8px;
    background: #00ced1;
    color: #fff;
}
.pc{
    display: block;
}
.m{
    display: none;
}
.clearfix{
    clear: both;
}
.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header{
    height: 75px;
    background: #fff;
    margin-bottom: 10px;
}
.mainbody{
    height: auto;
    overflow: hidden;
}
.logo span{
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding: 17px 0;
}
.logo img{
    height: 60px;
    margin: 5px 0;
}
.logo a{
    color: #00ced1;
}
.search input{
    display: block;
    width: 200px;
    height: 26px;
    line-height: 26px;
    margin: 24px 0;
    padding: 0 3px;
    outline: none;
    box-sizing: border-box;
}
.search button{
    width: 60px;
    height: 26px;
    margin: 24px 0;
    outline: none;
    box-sizing: border-box;
}
.nav{
    padding-left: 20px;
}
.mdot{
    width: 40px;
    height: 30px;
    margin: 22px 0;
}
.mdot span{
    display: block;
    width: 40px;
    height: 0;
    border: 2px solid #00a1ff;
    margin: 3px;
}
.mnav{
    display: none;
    position: fixed;
    top: 70px;
    right: 5px;
    padding: 10px 20px;
    background: #00a1ff;
    border-radius: 0 0 5px 5px;
}
.mnav a{
    color: #fff;
}
.mnav ul li{
    line-height: 1.75em;
}
.menu,.ask{
    font-size: 18px;
    height: 26px;
    margin: 24px 0;
}
.menu li{
    float: left;
}
.menu li a{
    padding: 0 10px;
}
.ask a{
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 5px;
    background: #00a1ff;
}
.position{
    padding: 10px 5px;
    margin-bottom: 10px;
    background: #fff;
}
.arclist{
    width: 850px;
}
.arclist li{
    padding: 20px 10px;
    background: #fff;
    margin-bottom: 10px;
}
.arclist h2{
    line-height: 1.5em;
}
.article{
    padding: 10px;
    background: #fff;
    text-align: justify;
}
.article h1{
    margin: 10px 0;
    font-size: 18px;
}
.article img{
    max-width: 100%;
    display: block;
    margin: 25px auto;
}
.article table{
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.article table th,.article table td{
    color: #333;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 10px;
    font-size: 14px;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article input,.article textarea{
    width: 85%;
    resize: none;
}
li.answer{
    background: #fff8f3;
    line-height: 1.75em;
    border-radius: 5px;
}
.answer h2{
    margin-bottom: 24px;
}
.article .desc{
    padding: 20px 0px;
    line-height: 1.75em;
}
.desc p,.desc div,.desc h3,.desc h4{
    padding: 5px 0;
}
.tags{
    padding: 15px 0;
}
.tags a{
    font-size: 14px;
    color: #ccc;
}
.a-time{
    color: seagreen;
    padding-top: 15px;
}
.arclike{
    margin: 10px 0;
    height: 38px;
    line-height: 38px;
}
.pubinfo{
    padding: 15px 0;
    color: #7c7c7c;
}
.arcinfo{
    line-height: 1.75em;
}
.sidebar{
    width: 322px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-sizing: border-box;
}
.sidebar li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
}
.sidebar li span{
    padding: 0 3px;
    color: #7c7c7c;
}
.footer{
    margin-top: 10px;
    padding: 20px 0;
    background: #fff;
}
ul.pagination li{
    float: left;
    padding: 5px 12px;
    border: 1px solid #eaeaea;
}
@media screen and (max-width: 790px){
    .pc{
        display: none;
    }
    .m{
        display: block;
    }
    .container{
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }
    .arclist,.sidebar{
        width: 100%;
    }
    .search{
        display: none;
    }
}