.page{
    background: url('./images/bg.png') no-repeat #e8d7b6;
    background-size: 100% 100%;
    min-height: 90vh;
}
.newsList{
    min-height:60vh;
}
.newsList-li{
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 10px 0;
    margin: 10px 0;
}
.newsList-li-time{
    text-align: center;
    margin-right: 15px;
    width: 120px;
    color: #BA683A;
    border-right: 2px solid #BA683A;
    padding-top: 12px;
}
.newsList-li-time p {
    font-size: 22px;
    font-weight: bold;
}
.newsList-li-title{
    color: #3C1809;
    font-size: 16px;
    font-weight: bold;
}
.newsList-li-title p{
    font-size: 14px;
    font-weight: 500;
}
.page-index{
    position: relative;
    padding-left: 200px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.page-title{
    width: 150px;
}
.page-more{
    float: right;
    margin-right: 10px;
    color: #942727;
    cursor: pointer;
    margin-top: 3px;
    font-size: 12px;
}
.page-logo{
    position: absolute;
    left: 60px;
    top: 60px;
    width: 80px;
}
.page-banner{
    width: 100%;
}
.jianshang{
    padding: 0 0 30px 0;
}
.jianshang-ul{
    margin:10px -1%;
}
.jianshang-ul-li{
    width: 23%;
    margin: 1%;
    float: left;
    text-align: center;
    background: #FFF1E4;
    color: #871414;
     cursor: pointer;
}
.jianshang-ul-li img{
    width: 100%;
    height: 150px;
}
.jianshang-title{
    padding-top: 10px;
}
.jianshang-subtitle{
    font-size: 12px;
    padding-bottom: 10px;
}
.news{
    display: flex;
    padding: 20px 0;
    height: 300px;
    font-size: 14px;
}
.news-left{
    flex: 3;
    background: #E7CBA6;
    margin-right: 10px;
    
    display: flex;
}
.news-rigth{
    flex: 2;
    margin-left: 10px;
    background: url('./images/index-bt-bg.png') no-repeat ;
    background-size: 100% 100%;
    padding: 10px;
}

.news-list-li{
    position: relative;
    padding-right: 100px;
    padding: 8px;
    border-bottom: 1px solid rgba(255,255,255,.2);
   color: #3C1809;
   cursor: pointer;
}
.news-list-icon{
    padding-right: 5px;
}
.news-list-li span{
    position: absolute;
    top: 5px;
    right: 0;
    
}
.page-content{
    font-size: 16px;
    line-height: 40px !important;
   color: #3C1809;
}
.page-content *{
    line-height: 40px;
}
.page-content-title{
    padding: 20px 0;
    width: 180px;
}
.layui-laypage button, .layui-laypage input,.layui-laypage a, .layui-laypage span{
    background: none;
    color: #333;
    border-color: #3C1809;
}
.layui-laypage .layui-laypage-total{
    background: none !important;
}
input[type="number"]{
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    text-align: center;
}