.content{
    margin: 10px auto;
}
.layui-col-md9{
    width:74% !important;
    margin-right: 1%;
    min-height:500px;
    
}
.layui-col-md9 .grid-demo:first-child {
    border: 1px solid #e0e0e0;
    padding: 10px 30px;
    background-color: white;
}
.layui-col-md9  .article{
    text-align: center;
    /* margin: 10px 0; */
}
.layui-col-md9  .article h2{
    margin: 20px 0;
}
.layui-col-md9  .zhaiyao{
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    margin:15px 0;
    padding-bottom: 5px;
}
.layui-col-md9 .zhaiyao span{
    float:left;
    color:red;
}
.layui-col-md9 .title{
    color: #f39800;
    /* font-weight: bold; */
    width: 100%;
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
}
.layui-col-md9  .author{
    display: block;
    text-align: left;
    margin-left: 50px;
    margin-bottom: 8px;
}
.layui-col-md9  .richtext{
    text-align: left;
    text-indent:2em;
}
.layui-col-md9  ul li:first-child dl{
    text-align: left;
}
.layui-col-md9  ul{
    display: flex;
    justify-content: space-between;
    border-top:1px solid #e0e0e0;
    padding-top: 10px;
    align-items: center;
    margin-top: 10px;
}
.layui-col-md9  ul li:nth-child(2) dl{
    display: flex;
    align-items: center;
}
.layui-col-md9  ul li:nth-child(2) dl img{
    width: 20px;
    margin-right: 3px;
}
.layui-col-md9  ul li:nth-child(2) dl .button{
    background-color: #dfd1e8;
    color: #611987;
    width: 85px;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
}
.layui-col-md9  ul li:nth-child(2) dl span{
    color: #535353;
}
.layui-col-md9  ul li:nth-child(2) dl dd:nth-child(2){
    margin:0 10px;
}
.layui-col-md9  ul li:nth-child(2) dl dd{
    cursor: pointer;
}
.layui-col-md9 .grid-demo:nth-child(2){
    border:1px solid #e0e0e0;
    background-color: white;
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    border-radius: 5px;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:first-child{
    display: flex;
    justify-content: space-between;
    background-color: #e5e5e5;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:first-child li{
    padding: 10px 15px;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:first-child li:last-child{
    color: #611987;
    cursor: pointer;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2){
    margin: 10px;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) li{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    /* padding: 10px 0; */
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) li:last-child{
    border-bottom: none;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) li:last-child button{
    background-color: #611987;
    width: 80px;
    border-radius: 10px;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) li textarea{
    min-height: 120px;
    width: 100%;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) li a{
    color: #00479d;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) dd{
    padding: 8px 0;
}
.layui-col-md9 .grid-demo:nth-child(2) ul:nth-child(2) dd:first-child{

}
.layui-col-md3 .classify{
    border:1px solid #e5e5e5;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    background-color:white;
}
.layui-col-md3 .classify li{
    width: 50%;
}
.layui-col-md3 .classify li a{
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.layui-col-md3 .classify li span:first-child{
    display: block;
    width: 22px;
    background-color: #dfd1e7;
    padding:3px;
    border-radius: 5px;
    margin-right: 5px;    
}
.layui-col-md3 .classify li span:first-child img{
    width: 22px;
}

.layui-col-md3 .news,.layui-col-md3 .hot{
    border:1px solid #e5e5e5;
    background-color: white;
    margin-bottom: 15px;
}
.layui-col-md3 .news  label,.layui-col-md3 .hot label,.layui-col-md3 .classify label{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #611987;
    color: white;
}
.layui-col-md3 .classify label{
    background-color: white;
    color: black;
    border: 1px solid #e5e5e5;
}
.layui-col-md3 .news  ul,.layui-col-md3 .hot ul{
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
}
.layui-col-md3 .news  ul li,.layui-col-md3 .hot li{
    padding: 5px 10px;
}
.layui-col-md3 .news  ul li a{
    display:block;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    border-bottom: 1px solid white;    
}
.layui-col-md3 .news  ul li:hover a{
    border-bottom: 1px solid #e5e5e5;
}
.layui-col-md3 .news  ul li a span{
    margin-right :5px;
}
.layui-col-md3 .hot a span:first-child{
    display: block;
    width: 22px;
    background-color: #dfd1e7;
    padding:3px;
    border-radius: 50%;
    margin-right: 5px;
}
.layui-col-md3 .hot img{
    width: 100%;
}
.layui-col-md3 .hot li a{
    display: flex;
    align-items: center;
}
