﻿@charset "utf-8";
/* CSS Document */
.art-cont{
   width: 100%;
    margin: 0 auto;
    background: #fff;
}
.art-tit{
   display: block;
    width: 88%;
    text-align: center;
    margin: 0 auto;
}
.art-tit h2{
   text-align: center;
   font-weight: bold;
   padding: 0.25rem 0;
   color: #333;
}
.art-con{
   width: 88%;
    display: block;
    margin: 0 auto;
    font-size: 0.27rem !important;
    color: #333;
    margin-bottom:1rem;
}
.art-con p{ text-indent:30px;}
.art-con p a{
   color:#008fa7;
   text-decoration: none;
}