﻿body {
}

.loc
{
    width: 100%;
    height: 38px;
    background-image: url('../images/path.jpg');
    background-repeat: repeat-x;
}


.container .main_r {
    float: right;
    position: relative;
    width: 735px;
    min-height: 500px;
    background-color: #fff;
    z-index: 2;
    /*
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
*/
    box-sizing: border-box;
    border: 1px solid #cccccc;
    /*
    behavior: url(styles/iecss3.htc) 
*/
}

.main_r #content
{
    padding:35px 35px 35px 35px;
}

.main_r #content #content_head
{
    text-align: center;
    padding-bottom: 8px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

.main_r #content #content_head h1
{
    margin: 0 auto;
    font-size: 23px;
    font-weight: 600;
    color: #000;
    font-family: 微软雅黑;
}

.main_r #content #content_head h2
{
    margin: 2px auto;
    font-size: 14px;
    color: #808080;
    font-weight: normal;
}

    .main_r #content #endtext {
        padding-top: 10px;
        text-align: justify;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: 微软雅黑;
    }

