body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
}

.logo {
    width: 100%;
    height: 80px;
}

.navigation {
    width: 100%;
    height: 60px;
    background-color: #03396a;
}

.logo .logo-content {
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}

.logo .logo-content .logo-content-left {
    width: 700px;
    height: 100%;
    float: left;
    background-color: #fff;
}

.logo .logo-content .logo-content-left div {
    height: 100%;
    line-height: 80px;
    float: left;
}

.logo .logo-content .logo-content-right {
    height: 100%;
    float: right;
}

.logo .logo-content .logo-content-right button {
    margin-top: 40px;
}

.logo .logo-content .logo-content-right .login,
.logo .logo-content .logo-content-right .register {
    width: 100px;
    float: right;
    text-align: center;
    color: #ffffff;
    border: 1px #cccccc solid;
}

.logo .logo-content .logo-content-left img {
    max-width: 220px;
    max-height: 60px;
}

.logo .logo-content .logo-content-left span {
    margin-top: 28px;
    font-size: 20px;
    float: left;
}

.logo .logo-content .logo-content-left .line {
    width: 1px;
    height: 50%;
    margin: 20px 20px;
    float: left;
    background-color: #cccccc;
}

.navigation .navigation-content {
    margin: 0px auto;
    width: 1255px;
    height: 100%;
    background-color: thistle;
}

.content {
    margin: 0px auto;
    width: 1200px;
    height: 640px;
}

.content .left {
    width: 70%;
    float: left;
}

.content .left .title {
    margin-top: 20px;
    width: 100%;
}

.content .left .title .top {
    margin-bottom: 20px;
}


.content .left .article {
    /*margin-top: 20px;*/
    height: 595px;
    overflow: auto;
}


.content .left .article .secondary {
    /*margin-top: 20px;*/
    width: 100%;
    /*height: 165px;*/
    /*border-bottom: 1px #eee dotted;*/
}

.content .left .article li {
    padding-left: 5px;
    line-height: 30px;
    cursor: pointer;
}
.content .left .article li:hover{
    background-color: #03396a;
    color: #ffffff;
}
.content .left .article li span {
    float: right;
}

.content .left .article .articlePage {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}


.content .right {
    width: 28.3%;
    float: right;
    margin-top: 37px;
}

.content .right .relatedBook,
.content .right .relatedText {
    margin-top: 25px;
    width: 100%;
    height: 400px;
}

.content .right .relatedBook .related-title,
.content .right .relatedText .related-title {
    width: 100%;
    height: 30px;
}

.content .right .relatedBook .related-title img,
.content .right .relatedBook .related-title p,
.content .right .relatedText .related-title img,
.content .right .relatedText .related-title p {
    float: left;
    font-size: 18px;
}

.content .right .relatedBook .related-title p,
.content .right .relatedText .related-title p {
    line-height: 27px;
    font-size: 18px;
}

.content .right .relatedBook .advertising {
    margin-top: 10px;
}

.content .right .relatedText li {
    padding-left: 10px;
    height: 40px;
    border-bottom: 1px #eeeeee solid;
    cursor: pointer;
    line-height: 40px;
}
.tail {
    margin-top: 30px;
    width: 100%;
}

.tail .up {
    width: 100%;
    height: 60px;
    border-bottom: 1px #cccccc solid;
}

.tail .up .upContent,
.tail .down .downContent {
    margin: 0px auto;
    width: 600px;
    text-align: center;
}

.tail .up .upContent span {
    line-height: 60px;
}

.tail .down .downContent p {
    padding: 20px;
}

.tail .down .downContent img {
    margin-bottom: 9px;
}
.contact{
    background: url("/Public/Home/img/agentIndex/mp1.png");
    background-size: contain;
    color: #ffffff;
    display: none;
    width: 800px;
    height: 500px;
    font-family: sans-serif;
}
.contact .contact-ewm{
    position: relative;
    width: 145px;
    top: 35%;
    left: 20%;
    float: left;
}
.contact .contact-ewm img{
    width: 100%;
}

.contact p{
    position: relative;
    line-height: 25px;
    font-size: 14px;
    float: right;
    width: 51%;
    top: 16%;
    right: 5%;
}
.contact .website_name{
    height: 40px;
    top: 15.5%;
    font-size: 32px;
}






















