﻿@charset "utf-8";
/*全局样式
---------------------------------------------*/
section, article, aside, header, footer, nav, figure {
    display: block;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12pt/1.5 "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    color: #782a0d;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
    font-weight: normal
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new,courier,monospace;
}

p, ul, li, dl, dd, dt, form, h1, h2, h3, h4, h5, h6 {
    list-style: none;
}

a {
    color: #782a0d;
    text-decoration: none;
}

    a:hover, a:active {
        color: #bd3907;
        text-decoration: none;
    }

fieldset, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.line5 {
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
}

.line10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
}

.line15 {
    clear: both;
    font-size: 0px;
    height: 15px;
    overflow: hidden;
}

.line20 {
    clear: both;
    font-size: 0px;
    height: 20px;
    overflow: hidden;
}

.line30 {
    clear: both;
    font-size: 0px;
    height: 30px;
    overflow: hidden;
}

.bg1 {
    background: #fff;
}

.load_more {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fbc70e;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
    font-size: 0.8rem
}

.loading {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 1rem 0 0.5rem 0;
    text-align: center;
    background: url(../images/loader.gif) top center no-repeat;
}

.fl {
    float: left
}

.fr {
    float: right
}

.fm {
    margin-left: auto;
    margin-right: auto;
}


/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hide from IE Mac */
.clearfix {
    display: block;
}
/* End hide from IE Mac */
/* end of clearfix */
.left {
    float: left;
}

.right {
    float: right;
}

.mar1 {
    margin-top: 15px;
}

.mar2 {
    margin-right: 15px;
}

.mar3 {
    margin-left: 15px;
}

.mar4 {
    margin-bottom: 15px;
}
/*文本框样式*/
input.wide {
    width: 250px;
}

input.txt {
    width: 200px;
}

input.medium {
    width: 100px;
}

input.mediums {
    width: 80px;
}

input.small2 {
    width: 60px;
}

input.small {
    width: 50px;
}

.input {
    display: inline;
    margin-right: 5px;
    padding: 6px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #fff;
    color: #999px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.select {
    padding: 4px 5px;
    border: 1px solid #e8e8e8;
    line-height: 20px;
    border-radius: 2px;
}

/*按钮样式*/
.btn {
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    color: #fff;
    font-size: 12pt;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.btn {
    background: #ff9900;
    border: 1px solid #d88200;
    border-radius: 2px;
    vertical-align: middle;
}

    .btn:hover {
        color: #fff;
        opacity: 0.9;
    }

.btn-mini {
    height: 20px;
    line-height: 20px;
    padding: 1px 8px 0;
}

input.btn, button.btn {
    height: 34px;
    cursor: pointer;
    overflow: visible;
}

.btn-success {
    background: #448fed;
    border: 1px solid #236bc5;
    text-shadow: 0 -1px 0 #236bc5;
}

.btn-error {
    background: #CB423B;
    border: 1px solid #AA352F;
    text-shadow: 0 -1px 0 #CB423B;
}

.btn-gray {
    background: #ddd;
    border: 1px solid #A9A9A9;
    text-shadow: 0 -1px 0 #EEEEEE;
}

    .btn-gray, .btn-gray:hover {
        color: #777;
    }

/*页面布局*/
.index_body, .arc_body {
    background: url(/images/bg01.jpg) top center repeat-x #fff;
    *position: relative;
}

.section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1442px;
    text-align: left;
    overflow: hidden;
}
.bg01 {
    background:#fff;
}
.bg02 {
    background: #f1f1f1;
}
/*页面头部
----------------------------------------------*/
.header {
    width: 100%;
}

    .header .logo {
        margin: 40px auto;
        display: block;
        overflow: hidden;
        width: 1432px;
        height: 111px;
    }

.nav_box {
    width: 1476px;
    margin: 0 auto;
    color: #fff;
}


    .nav_box .nav_left {
        width: 5%;
        height: 61px;
        float: left;
        overflow: hidden;
        background: url(/images/nav_bg.png) left -93px no-repeat;
    }

    .nav_box .nav_right {
        width: 5%;
        height: 61px;
        float: right;
        overflow: hidden;
        background: url(/images/nav_bg.png) right -193px no-repeat;
    }

.nav {
    width: 90%;
    height: 61px;
    float: left;
    background: url(/images/nav_bg.png) top center repeat-x;
}

    .nav li {
        float: left;
        background: url(/images/nav_line.gif) left 20px no-repeat;
        display: inline-block;
        margin: 0 10px;
        padding: 18px 0 0 15px;
    }

    .nav a {
        font-size: 16px;
        padding: 5px 15px;
        color: #fff;
        font-weight: 200;
        font-family: 'Microsoft YaHei';
    }

    .nav li.focus {
        background: none;
    }

    .nav a:hover {
        background: #ff7800;
        border-radius: 5px;
        color: #fff
    }
/*index*/
.index_banner {
    width: 1442px;
    margin: 0 auto;
}

.slides li a img {
    border-radius: 10px;
}

/*首页*/
.title_common1 {
    background: url(../../images/title_bg.jpg) left top no-repeat #fff;
    height: 65px;
}
    .title_common1 h3 {
        text-indent:-9999px;
        float:left;
    }
    .title_common1 span {
        float: right;
        padding: 14px 12px 0 0;
    }
    .title_common1 span a{
        display: block;
        width: 65px;
        height: 25px;
        margin:5px 0 0 0;
        float: right;
        text-indent: -9999px;
        background: url(../../images/title_more.gif) center top no-repeat;
    }

.index_left1 {
    float: left;
    width: 580px;
    border: 2px solid #f0ddc8;
    border-radius:15px;
}
.index_left1_inner {
margin:0 24px 0px 24px;}

.index_right1 {
    float: right;
    width: 830px;
}
.ifocus {
    width: 700px;
    height: 350px;
    visibility: hidden;
}

    .ifocus img {
        width: 540px;
        height: 330px;
        border: 1px solid #f00;
    }


.list {
    text-align: left;
    margin: 20px 12px 12px 0;
}
    .list li a {
        display: block;
        float: left;
        width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 8px 0 8px 20px;
        background: url(/images/index_icon.png) left 14px no-repeat
    }
    .li_95 li a {
    display: block;
    float: left;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0 8px 20px;
    background: url(/images/index_icon.png) left 14px no-repeat
}
    .list li span {
        padding: 8px 0 0 0;
        float: right;
    }

.list_col2 {
    text-align: left;
    margin: 20px 12px 12px 0;
}
    .list_col2 li{
        width:50%;
        float:left;
    }
    .list_col2 li a {
        display: block;
        float: left;
        width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 8px 0 8px 20px;
        background: url(/images/index_icon.png) left -98px no-repeat
    }


.index_right1 .list li a {
    width: 600px;
}

    
.index_col2 {
width:48%;
}
.col_left1 {
width:250px;
}
.col_right1 {
    width: 435px;
}


.index_list_title0 {
    background-position: left -118px;
    border-bottom: 2px solid #f0ddc8;
}

.index_list_title2 {
    background-position: left -225px;
    border-bottom: 2px solid #f0ddc8;
}
.index_list_title3 {
    background-position: left -335px;
    border-bottom: 2px solid #f0ddc8;
}
.index_list_title4 {
    background-position: left -555px;
    border-bottom: 2px solid #f0ddc8;
}
.index_list_title5 {
    background-position: left -445px;
    margin:-10px 0 0 0;
    border-bottom: 1px dashed #f0ddc8;
}

.index_col_zlfa {
}
.zlfa_top {
    height:23px;
    background: url(/images/bg03.gif) left top repeat-x;
    overflow:hidden;
}
.zlfa_top_left {
    float: left;
    width: 30px;
    height: 23px;
    overflow: hidden;
    background: url(/images/bg03.gif) left -62px no-repeat;
}
.zlfa_top_right {
    float: right;
    width: 30px;
    height: 23px;
    overflow: hidden;
    background: url(/images/bg03.gif) right -131px no-repeat;
}
.zlfa_middle {
    border-left: 2px solid #f0ddc8;
    border-right: 2px solid #f0ddc8;
    overflow:hidden;
}
.zlfa_inner {
    margin:0 32px;
    overflow:hidden;
}
.zlfa_bottom {
    width:100%;clear:both;
    height: 23px;
    overflow: hidden;
    background: url(/images/bg03.gif) left bottom repeat-x;
}
.zlfa_bottom_left {
    float: left;
    width: 30px;
    height: 23px;
    overflow: hidden;
    background: url(/images/bg03.gif) left -201px no-repeat;
}

.zlfa_bottom_right {
    float: right;
    width: 30px;
    height: 23px;
    overflow: hidden;
    background: url(/images/bg03.gif) right -270px no-repeat;
}
.list_col3 {
    margin: 20px;
}

    .list_col3 li {
        width: 32%;
        margin:0 1% 12px 0;
        float: left;
        border:1px solid #eee;
    }

        .list_col3 li a {
            display: block;
            float: left;
            width: 90%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 8px 0 8px 40px;
            background: url(/images/index_icon.png) 10px -185px no-repeat
        }
.flink {
    border: 2px solid #f0ddc8;
    overflow: hidden;
}
.flink_inner{
    margin:12px;
    overflow:hidden;
}
.flink_inner a{
    display:block;
    float:left;
    max-width:520px;
    overflow: hidden;
    margin:12px 12px 12px 0;
}
    .flink_inner a img{
        width:98%;
        border:1px solid #eee;
    }
/*当前位置*/
.curr-nav {
    margin: 30px 0 15px 0;
    color: #999;
    line-height: 20px;
}

    .curr-nav a {
        color: #999;
    }

        .curr-nav a:hover {
            color: #0089CD;
        }

/*页面底部
----------------------------------------------*/
.footer {
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: url(/images/bg02.jpg) top center no-repeat;
    *filter: alpha(opacity=100);
    z-index: 300;
}
.footer-wrap .copyright {
    color: #782a0d;
    font-size: 14px;
    text-align:center;
    margin:65px 0 0 0;
}

    .footer-wrap .copyright a {
        color: #782a0d;
        font-size: 14px;
    }

.msg_box {
margin:24px;
}
/*列表页*/
.list_left {
    width: 20%;
    float: left;
    padding:0 3% 0 2%;
    min-height:600px;
    background: url(/images/list_line.gif) top right no-repeat;
}

.list_right {
    width: 73%;
    float: right;
}
.list_right_inner {
width:95%;
overflow:hidden;
}
.list_tit1 {
    width: 100%;
    height: 85px;
    background: url(/images/list_title.gif) bottom left no-repeat;
}
.list_tit1 h5 {
    text-indent:-9999px;
}
.list_list1 ul li {
    width:100%;
}
.list_list1 ul li a {
    display: block;
    width:82%;
    border: 1px solid #edecec;
    background: url(/images/index_icon.png) 24px -275px no-repeat #f4f4f4;
    padding: 8px 3% 8px 15% ;
    border-radius: 8px;
    margin: 8px 0;
    cursor: pointer;
}

    .list_list1 ul li a:hover, .list_list1 ul li.active a {
        border: 1px solid #edecec;
        background: url(/images/index_icon.png) 24px -230px no-repeat #cf6363;
        color: #fff;
    }

    .list_list1 ul li:hover a{
        color: #fff;
    }

.list_tit h5 {
    padding:30px 0 14px 0;
    font-size:18px;
    border-bottom: 1px dashed #f0ddc8
}

.list_list ul li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0
}

.subcate {
    width: 99.5%;
    overflow: hidden;
    padding: 7px 0;
    border: 1px dotted #00a321;
    margin: 0 0 14px 0;
}

    .subcate ul li {
        float: left;
        margin: 0 12px;
    }

        .subcate ul li a {
            font-size: 12px;
        }


.list_co11 {
    width: 100%;
    overflow:hidden;
}
.list_img_box {
    width: 28%;
    background: #fff;
    overflow: hidden;
    float:left;
    margin:10px 1% 10px 1%;
}

    .list_img_box img {
        width: 100%;
        height: 256px;
        transition: all 0.6s;
    }

        .list_img_box img:hover {
            transform: scale(1.2);
        }

.list_co11 .list_archive_info_box {
    width: 63%;
    overflow: hidden;
    margin: 6px 5% 0 0;
    float: right;
}

.list_co11 .list_archive_title {
    margin: 14px 0 0 0;
    font-size: 18px;
    line-height: 185%;
}

.list_co11 .list_archive_info {
    font-size: 14px;
    color: #999;
}

.list_co11 .list_archive_info, .list_archive_info a {
    color: #999;
}

    .list_co11 .list_archive_info a:hover, .list_archive_info a:active {
        color: #f30;
    }

.title_common2 {
    background: url(../../images/title_bg_list.png) left top no-repeat #fff;
    height: 65px;
    border-bottom: 1px dashed #f0ddc8;
}
.title_common2 h3 {
    text-indent: -9999px;
    float: left;
}
    .title_common2 .loc {
        float: right;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin:0 24px 0 0;
}

list_title_1{

}
.list_title_2 {
    background-position:left -88px;
}
.list_title_15 {
    background-position: left -178px;
}
.list_title_12 {
    background-position: left -273px;
}
.list_title_17 {
    background-position: left -375px;
}
.list_title_20 {
    background-position: left -475px;
}
.list_title_11 {
    background-position: left -578px;
}
.list_title_9 {
    background-position: left -688px;
}


.list_co1_team {
    width: 33%;
    float: left;
    overflow: hidden;
    height:350px;
    margin-top:14px;
}
.list_co1_team_inner {
    width: 80%;
    margin: 0 10%;
    border: 1px solid #eee;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
    .list_co1_team .list_img_box {
        width: 100%;
        background: #fff;
        overflow: hidden;
        margin: 10px 1% 10px 1%;
    }

        .list_co1_team .list_img_box img {
            width: 50%;
            margin:0 25%;
            transition: all 0.6s;
            border-radius:50%;
        }

            .list_co1_team .list_img_box img:hover {
                transform: scale(1.2);
            }

    .list_co1_team .list_archive_info_box {
        width: 90%;
        margin:6px 5%;
        overflow: hidden;
    }

.list_co1_team .list_archive_title {
    margin: 16px 0 0 0;
    font-size: 18px;
    text-align: center;
}

.list_co1_team .list_archive_title span {
    font-size:14px;
    color:#00c;
    border-radius:5px;
    border:1px solid #00c;
    padding:3px 5px;
}
    .list_co1_team .list_archive_title p {
        font-size: 14px;
        color: #999;
        padding:8px 0;
        margin: 14px 0;
        background: url(../../images/bg_line.png) center bottom no-repeat;
    }



.list_co1_team .list_archive_info {
    font-size: 12px;
    color: #999;
    margin:14px 0;
}

.list_co1_team .list_archive_info, .list_archive_info a {
    color: #999;
    font-size:12px;
}

.list_co1_team .list_archive_info a:hover, .list_archive_info a:active {
    color: #f30;
}


.dialog_team {
    width: 100%;
    overflow: hidden;
}

.dialog_team_inner {
    width: 100%;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.dialog_team .list_img_box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 10px 1% 10px 1%;
}

    .dialog_team .list_img_box img {
        width: 50%;
        margin: 0 25%;
        transition: all 0.6s;
        border-radius: 50%;
    }

        .dialog_team .list_img_box img:hover {
            transform: scale(1.2);
        }

.dialog_team .list_archive_info_box {
    width: 90%;
    margin: 6px 5%;
    overflow: hidden;
}

.dialog_team .list_archive_title {
    margin: 16px 0 0 0;
    font-size: 18px;
    text-align: center;
}

    .dialog_team .list_archive_title span {
        font-size: 14px;
        color: #00c;
        border-radius: 5px;
        border: 1px solid #00c;
        padding: 3px 5px;
    }

    .dialog_team .list_archive_title p {
        font-size: 14px;
        color: #999;
        padding: 8px 0;
        margin: 14px 0;
        background: url(../../images/bg_line.png) center bottom no-repeat;
    }



.dialog_team .list_archive_info {
    font-size: 12px;
    color: #999;
    margin: 14px 0 0 0;
}



.arc_list {
    margin: 20px 12px 12px 0;
}
    .arc_list li {
        border-bottom: 1px dashed #f0ddc8;
        overflow:hidden;
    }
    .arc_list li a {
        display: block;
        float: left;
        width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 10px 0 10px 20px;
        background: url(/images/index_icon.png) left 14px no-repeat
    }

        .arc_list li span {
            padding: 10px 0;
            float: right;
        }
/*排行*/
.rank-list li {
    position: relative;
    _display: block;
    padding: 10px 0 0 25px;
    height: 25px;
    vertical-align: top;
}

    .rank-list li a {
        display: block;
        padding: 0;
        color: #888;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        _position: absolute;
    }

        .rank-list li a:hover, .rank-list li a:active {
            color: #f30;
        }

    .rank-list li .num {
        position: absolute;
        left: 0px;
        top: 12px;
        display: inline-block;
        vertical-align: -3px;
        *vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background: #1389d7;
        font-style: normal;
        color: #fff;
        font-size: 10px;
        font-family: Verdana, Geneva, sans-serif;
        text-align: center;
        overflow: hidden;
    }

    .rank-list li.active .num {
        top: 12px;
        background: #d60007;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .rank-list li span {
        float: right;
        margin-left: 5px;
        color: #999;
        _padding: 2px 0 2px 5px;
        _z-index: 2;
        _position: absolute;
        _background: #fff;
        _right: 0;
    }


.list_co1_img {
    width: 33.3%;
    float: left;
    overflow: hidden;
}

.list_co1_img_inner {
    width: 98%;
    overflow: hidden;
}

.list_co1_img .list_img_box {
    width: 100%;
    overflow: hidden;
}

    .list_co1_img .list_img_box img {
        width:100%;
        height:180px;
        transition: all 0.6s;
    }

        .list_co1_img .list_img_box img:hover {
            transform: scale(1.2);
        }
.list_co1_img .list_archive_info {
    font-size: 16px;
    color: #999;
    margin: 14px 0;
    text-align:center;
}

.entry p.albums_list {
    margin: 14px 0;
    width: 100%;
}

.entry p.albums_list a {
    display: block;
    width: 30.3%;
    float: left;
    margin: 14px 1.5%
}
    .entry p.albums_list a img {
        width: 100%;
        height: 200px;
    }


.video .inner {
    display: block;
    cursor: pointer;
    height: 260px;
}

    .video .inner img {
        width:100%;
        height:200px;
        transition: all .4s;
    }

    .video .inner:hover img {
        transform: scale(1.05);
    }

.video .vr-big {
    float: left;
    width: 30.3%;
    margin:0 1% 20px 1%;
    position: relative;
    overflow: hidden;
}

    .video .vr-big .play {
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,.4) url(/images/3f_play_left.png) no-repeat center center;
        position: absolute;
        left: 48%;
        top: 42%;
        margin: -21px 0 0 -21px;
        border-radius: 50%;
        cursor: pointer;
        transition: all .2s;
    }

        .video .vr-big .play:hover {
            background-color: rgba(0,0,0,.6);
        }
    .video .vr-big .text {
        margin:8px 0;
        text-align: center;
    }
.video-page {
margin:12px 0;
}
    .video-page a {
        display: block;
        float:left;
        border: 1px solid #782a0d;
        padding: 4px 10px;
        border-radius: 8px;
        margin:0 5px;
    }
        .video-page a:hover, .video-page a:active, .video-page a.active {
            background:#f0ddc8;
        }
/*内容*/
.title_detail {
    background: url(../../images/icon.png) left top no-repeat #fff;
    height: 65px;
    border-bottom: 1px dashed #f0ddc8;
}

    .title_detail h3 {
        text-indent: -9999px;
        float: left;
    }

    .title_detail .loc {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin: 0 24px 0 80px;
    }

.arc_box {
    margin: 12px 0;
    overflow: hidden;
}
.detail_inner {
    margin:24px;
    overflow:hidden;
}
.detail_inner h1{
    text-align:center;
    margin: 24px auto;
    font-size:24px;
}
.meta-info {
    text-align:center;font-size:14px;color:#999;
}
.entry {
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    padding: 24px 0 0 0;
    text-indent: 2rem;
}

    .entry img {
        max-width: 800px;
        margin: 0 0 0 -2em
    }

    .entry h2, .entry h3, .entry h4 {
        color: #111;
        padding-bottom: 5px;
    }

    .entry h2 {
        font-size: 15px;
    }

    .entry h3, .entry h4 {
        font-size: 14px;
    }

    .entry strong {
        font-weight: bold
    }

    .entry ul, .entry ol {
        margin: 16px;
    }

    .entry li {
        margin-left: 26px;
    }

    .entry ul li {
        list-style: disc outside none;
    }

    .entry ol li {
        list-style: decimal outside none;
    }

    .entry p {
        margin: 15px 0;
        text-indent: 2em;
    }

    .entry a {
        text-decoration: underline;
    }

    .entry code, .comment code {
        background-color: #EEE;
        border-radius: 2px 2px 2px 2px;
        color: #777;
        font-family: 'courier new';
        margin: 0 4px;
        padding: 1px 4px;
    }

    .entry table {
        border-left: 1px solid #EEE;
        border-top: 1px solid #EEE;
    }

        .entry table th {
            background-color: #F9F9F9;
            text-align: center;
        }

        .entry table td, .entry table th {
            border-bottom: 1px solid #EEE;
            border-right: 1px solid #EEE;
            padding: 5px 10px;
        }
.next-prev-single {
    border-top: 1px dashed #f0ddc8;
    padding:20px 0;
}
    .next-prev-single .prev, .next-prev-single .next {
        width: 48%;
        overflow: hidden;
    }

.entry_contact{
    font-size:14px;color:#666;
}
.entry_contact p{
    font-size: 14px;
    color: #666;
    margin:14px 0;
}

/*留言板*/
.guest_box h3{
    text-align:center;
    font-size:22px;
    padding:14px 0;
}
.guest_form {
    background: #f1f1f1;
    padding:20px;
}
    .guest_form dl dt {
        display: block;
        float: left;
        width: 130px;
        text-align: right;
        color: #333;
    }

    .guest_form dl dd {
        margin-left: 150px;
    }
.guest_form dl, .div-content dl {
    clear: both;
    display: block;
    padding: 5px 0;
    line-height: 30px;
}

    .guest_form dl:after, .div-content dl:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .guest_form dl:first-child {
        border-top: none;
    }

    .guest_form dl dt {
        display: block;
        float: left;
        width: 130px;
        text-align: right;
        color: #6d7e86;
    }

    .guest_form dl dd {
        position: relative;
        margin-left: 150px;
        *position: static;
    }
        .guest_form dl dd input, .guest_form dl dd textarea {
            width: 70%;
        }
        .guest_form dl dd textarea {
            height: 200px;
        }
    .guest_form .btn {
        background: #3375b9;
        border: 1px solid #3375b9;
        margin: 12px auto;
    }

