/*banner*/
.owl-dots{
    position: absolute;
    bottom: 15px;
    margin-top: 0;
    width: 100%;
}
.cont{
    position: relative;
}
.cont:before{
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    content:'';
    background: linear-gradient(to right, #5aa937, #aec823);
}
/*留言*/
.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_title{
    margin-bottom: 1rem;
}
.plrow{
 margin-left: -15px;
 margin-right: -15px;
 display: flex;
 flex-wrap: wrap;
 width: 100%;
}
.side li{
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
}

.sidebar a{
 display: block;
 border: 1px solid #ccc;
 text-align: center;
 font-size: 16px;
 position: relative;
}
.side li a:before,.sidebar li a:before{
    position: absolute;
    display: block;
    content:'';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to right, #5aa937, #aec823);
    opacity: 0;
    transition: all .5s;
}
.side li:hover a:before,.sidebar li:hover a:before{
    opacity: 1;
}
.side li a{
    display: block;
    border: 2px solid #ccc;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.side li:hover a,.side li.on a,.sidebar li:hover a,.sidebar li.on a{
    color: #fff;
    border-color: transparent;
}
.side li.on a:before,.sidebar li.on a:before{
    opacity: 1;
}

/*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;
}
