.main{
    width: 95%;
    max-width: 1340px;
    margin: 0 auto;
}
.infocont{
    padding: 40px 30px;
    height: auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin: 0 0 30px 0;
}
.contentbox{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.contitle{
    text-align: center;
    padding: 20px 30px;
    overflow-x: auto;
}
.contitle h1{
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
}
.contitle p{
    font-size: 1rem;
    color: #666;
    margin: 30px 0;
}
.content{
    padding: 20px 30px;
    font-size: 0.8rem;
    overflow-x: auto;
}
.content p{
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 3%;
    margin-bottom: 20px;
}
td p{
margin-bottom:0 !important;
}
.source{
    float: right;
}
.pangelink{
    margin: 20px 30px;
}
.pagelinktitle{
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
}
.pagelinkxx li{
    line-height: 2;
    margin-bottom: 8px;
}
.pagelinkxx li a{
    font-size: 1rem;
    color: #080808;
}
.nextbox{
    margin-top: 10px;
}
.nextbox span{
    margin:8px 40px 0 8px;
    display: block;
    line-height: 2;
}
.nextbox span a{
    line-height: 26px;
    margin-left: 10px;
    color: #080808;
}