﻿.title {
    width: 90%;
    height: 50px;
    margin: auto;
    border-bottom: 1px solid royalblue;
    text-align: center;
    padding-top: 20px;}

.content {
    width: 90%;
    min-height: 160px;
    height: auto;
    margin: auto;
    border-bottom: 1px dashed royalblue;
    padding-top: 10px;
    padding-bottom: 10px;}
.content1 {
    width: 90%;
    min-height: 160px;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;}