﻿.Content {
    width: 1200px;
    margin: 20px auto 0px;
    padding: 0px 20px 20px 20px;
    border: 1px solid #ccc;
}

 .Content p {
        color: #666;
        line-height: 1.7;
        margin-bottom: 20px;
        width: 100%;
}
 
.Content .qianyan{
    font-size: 30px;
    text-align: center;
    margin: 20px 0 30px 0;
}
h1 {
    color: black;
    margin: 30px 0;
}

.title {
    font-size: 20px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666;
    font-weight: 600;
}

.msg {
    font-size: 18px;
    line-height: 2;
    color: #666;
}
