.site {
    line-height: 50px;
    font-size: 16px;
    color: #666;
}
.site a {
    font-size: 16px;
    color: #666;
}
.site a:hover{ color: #be3434;}
.list_con {
    width: 1168px;
    padding: 20px;
    min-height: 560px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.list_con, .article {
    -webkit-box-shadow: 0 0 10px #cdced0;
    -moz-tbox-shadow: 0 0 10px #cdced0;
    -o-box-shadow: 0 0 10px #cdced0;
    box-shadow: 0 0 10px #cdced0;
}
.content {
    padding: 20px 50px;
}
.content .info {
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 30px;
    overflow: hidden;
}
.content .art-tit {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.content .info p{
    font-size: 14px;
}
@media only screen and (max-width:1024px) {
    body{ font-size: 14px;}
    .site .floor{ width: 90%;font-size: 14px;}
    .site .floor a{ font-size: 14px;}
    .main{width:100%;}
    .floor{ width: 100%;}
    .list_con{ width: 90%;margin: 0px 5%;padding: 0px;border: none;}
    .list_con, .article{ box-shadow: none;}
    .edit img{width:90% !important;height:unset !important;margin:0 auto;}
}