/*banner*/
.owl-dots{
    position: absolute;
    bottom: 15px;
    margin-top: 0;
    width: 100%;
}
.cont{
    border-bottom: 1px solid #ccc;
}
/*留言*/
.mast{
    position: relative;
}
.mast:before{
    display: block;
    content:'*';
    position: absolute;
    width: 10px;
    height: 20px;
    left: -10px;
    top: 0;
    color: red;
}
.content{
    margin-bottom: 2rem;
}
.content img{
    max-width: 100%;
}
.content_title{
    margin-bottom: 1rem;
}
.plrow{
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
.siderow{
    padding-left: 30px;
    padding-right: 30px;
}
.side li{
    line-height: 40px;
    margin-bottom: 15px;
}
.side li a{
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}
.side li:hover a,.side li.on a{
    background: #d1c08c;
    border-color: #d1c08c;
}
.plrow li{
    margin-bottom: 20px;
}
.sidebar a{
   display: block;
   border: 1px solid #ccc;
   text-align: center;
   font-size: 16px;
}
.sidebar a:hover ,.sidebar a.on{
    background: #d1c08c;
    color: #fff;
    border-color: #d1c08c;
}
/*newslist*/
.arList h3{
    font-size: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.arList li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.news_title{
    font-size: 22px;
}
.article_right{
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-height: 96px;
}
.article_right span{
    font-size: 2rem;
    line-height: 1;
    display: block;
}
.article_right em{
    font-style: normal;
    font-size: 1rem;
}
/*page*/
.pagination{
    line-height: 35px;
}
.pagination a{
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
}
