﻿.contentdiv {
    width: 983px;
    position: relative;
    color: rgb(99, 76, 59);
    margin: 15px auto;
}

.leftcontent1 {
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    border: 1px solid rgb(228,204,167);
    width: 275px;
    height: 100%;
    position: absolute;
    background-color: rgb(240, 234, 222);
    background-image: url(/Content/default/images/leftflowers.png);
    background-position-y: bottom;
    background-repeat: no-repeat; /*box-shadow:0 0 5px #808080;*/
    border-radius: 3px;
}

.leftmaintitle {
    width: 232px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 20px auto;
    background: url("/Content/default/images/left-title_1.png");
}

.leftcontent2 {
    position: relative;
    width: 700px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgb(228,204,167);
    margin-left: 283px;
    background-color: rgb(240, 234, 222);
    font-size: 12px;
    min-height: 800px;
    padding: 40px 35px; /*box-shadow:0 0 5px #808080;*/
}

.lefttext {
    width: 232px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 14px;
    margin: 0px auto;
    border-bottom: 1px solid rgb(228, 216, 207);
}

.leftjiansuo {
    width: 232px;
    height: 150px;
    text-align: center;
    line-height: 49px;
    font-size: 14px;
    margin: 0px auto;
}

.leftjiansuosousuo {
    background-color: rgb(192, 165, 145);
    color: rgb(255, 255, 255);
    float: right;
    margin-right: 2px;
    width: 67px;
    height: 30px;
    border-radius: 5px;
}

.contentdiv a {
    color: #634c3b;
    text-decoration: none;
    cursor: pointer;
}

.introductiontitle {
    width: 183px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 20px auto;
    background: url("/Content/default/images/juzhangtitle.png");
}

.articlestitle {
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    margin: 20px auto;
    font-weight: 700;
}

.articlescontitle {
    width: 100%;
    height: 100%;
    min-height: 800px;
    background-color: rgb(240, 234, 222);
    font-size: 12px;
    margin: 18px auto;
    padding: 40px 35px;
}

.nav-tree {
    margin: 0px 25px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.img-list a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.txt1 {
    text-align: center;
}
/*相册*/
#imglist_lunbo .img_lunbo {
    width: 100%;
}

.img_lunbo .img_lunbo_show li {
    list-style: none;
    width: 184px;
    float: left;
    margin: 10px;
    border: 2px solid #333;
    border-radius: 12px;
    height: 166px;
}

    .img_lunbo .img_lunbo_show li img {
        width: 180px;
        height: 162px;
        border-radius: 13px;
        display: block;
    }

.imglist_lunbo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 99999999;
    text-align: center;
    line-height: 0;
    top: 0;
    display: none;
}

.imgs_bg {
    position: relative;
    background: #000000;
    opacity: 0.6;
    z-index: 1000;
    height: 100%;
    z-index: -1;
}

.imglist_lunbo .img_left {
    position: absolute;
    left: 0;
    top: 25%;
    cursor: pointer;
}

.imglist_lunbo .img_right {
    position: absolute;
    right: 0%;
    top: 25%;
    cursor: pointer;
}

.imglist_lunbo .showimg {
    position: absolute;
    left: 28%;
    top: 23%;
    width: 690px;
    height: 465px;
}

.showimg .showimg_lunbo {
    position: relative;
    left: 0;
    width: 576px;
    height: 465px;
    overflow: hidden;
    margin-left: 56px;
}

.showimg .showimg_lunbo_ul {
    position: relative;
    height: 465px;
    overflow: hidden;
}

.imglist_lunbo .showimg .showimg_lunbo li {
    list-style: none;
    float: left;
    width: 576px;
    height: 465px;
}

    .imglist_lunbo .showimg .showimg_lunbo li img {
        max-width: 576px;
        max-height: 465px;
        border: 3px solid #aaa090;
        padding: 1px;
    }

    .imglist_lunbo .showimg .showimg_lunbo li p {
        line-height: 20px;
        text-align: left;
        font-size: 14px;
        color: #fff;
        padding: 10px 5px;
    }

    .imglist_lunbo .showimg .showimg_lunbo li .img_title_center {
        text-align: center;
    }

/*邮箱*/

.mail_search_word {
    float: left;
    margin: 0 0 10px 15px;
    position: relative;
}

.mail_search .mail_search_word input {
    width: 160px;
    height: 30px;
    background: none;
    outline: none;
    border: 1px solid #e2d6c4;
    padding: 0px 5px;
    margin: 0 2px 0 0;
    /*bottom: 3px;*/
    bottom: -2px;
    position: relative;
}

.mail_search .mail_search_word a {
    background-image: url(../../Content/default/img/searchbtn.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e2d6c4;
}

.mail_tongji {
    position: relative;
    margin: 40px 0 20px;
}

    .mail_tongji p span {
        margin-right: 15px;
    }

.mail_div .mail_table, .mail_div {
    position: relative;
    width: 100%;
}

    .mail_div .mail_table thead {
        background: #c3b09b;
        line-height: 30px;
    }

    .mail_div .mail_table td {
        padding: 0 3px;
        text-align: center;
        line-height: 30px;
    }

.td_color {
    background-color: #dbccbc;
}

.td_colorts {
    background-color: #c3b09b;
}

.td_colorjy {
    background-color: #ecdfd0;
}

.mailmode {
    background: rgba(227, 215, 190, 0.5);
    margin: 0 auto;
    padding: 30px 10px;
    min-height: 800px;
}

.consult_btn a {
    display: inline-block;
    width: 15%;
    background: #957a6e;
    text-align: center;
    line-height: 32px;
    /* text-align: center; */
    margin: 20px;
    color: #fff;
    box-shadow: 2px 3px 13px #333;
}

    .consult_btn a:hover {
        background: #6b4223;
    }
