.lf{
    float: left;
}
.rt{
    float: right;
}
.mgtop10{
   margin-top: 10px; 
}
.mgbottom10{
    margin-bottom: 10px; 
 }
.wd1200{
    width: 1200px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.wd880{
    width: 880px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.wd300{
    width: 300px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
header{
    height: auto;
    overflow: hidden;
}
.top{
    height: 36px;
    line-height: 36px;
    background: #f1f1f1;
    border-bottom: 1px solid #eaeaea;
}
.logo{
    padding: 10px 0;
}
.logo img{
    height: 60px;
    width: auto;
}
.menu{
    background: #f00;
}
ul.nav li{
    float: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
ul.nav li a{
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    padding: 0 15px;
}
ul.nav li a:hover{
    background: #d30606;
}
.mainbody{
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}
.datalist{
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}
.datalist .layui-card-header{
    background: #f1f1f1;
}
ul.item-list li{
    line-height: 30px;
}
.list-title{
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-title{
    padding: 10px 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-time{
    text-align: center;
    width: 10%;
}
.list-jine{
    text-align: center;
    width: 10%;
}
ul.list-data li{
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}
h1.article-title{
    font-size: 26px;
    padding: 20px 0;
}
.article-pubinfo{
    color: #515151;
    font-size: 14px;
    padding: 10px 0;
}
.article-body{
    font-size: 16px;
    line-height: 1.75em;
    text-align: justify;
}
.article-body h2{
    margin: 26px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
}
.article-body h3{
    color: #009688;
    margin: 18px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
}
.huge-arc{
    margin: 20px 0;
    padding: 10px;
    background: #eaeaea;
    border-radius: 5px;
}
.article-body h4{
    margin: 10px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
}
.article-body img{
    max-width: 100%;
}

.article-body p{
    margin-bottom: 10px;
}
footer{
    color: #515151;
    padding: 20px 0;
    background: #323441;
}
ul.footer-nav{
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}
ul.footer-nav li{
    float: left;
    padding: 0 12px;
}
ul.footer-nav li a{
    color: #f1f1f1;
}
.login-box {
    width: 380px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}
.login-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.code{
    display: block;
    float: left;
}
.layui-carousel img{
    width: 100%;
}
ul.pagination li{
    float: left;
    padding: 5px 12px;
    border: 1px solid #eaeaea;
}
@media (max-width: 769px){
    .wd1200{
        width: 100%;
    }
    .wd880{
        width: 100%;
    }
    .wd300{
        width: 100%;
    }
    .login-box{
        width: 100%;
    }
}