﻿@charset "utf-8";
/*全局样式
---------------------------------------------*/
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: 0;
    margin: 0;
    padding: 0;
    touch-action: pan-y;
}
section, article, aside, header, footer, nav, figure {
    display: block;
}
body {
    color: #333;
    font-family: arial;
    font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
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;
}


ul, ol {
    list-style: none
}


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 {
    font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
    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;
    max-width: 1442px;
    text-align: left;
    overflow: hidden;
}
.bg01 {
    background:#fff;
}
.bg02 {
    background: #f1f1f1;
}
/*页面头部
----------------------------------------------*/
.header {
    width: 100%;
    max-width:1432px;
    margin:0 auto;
}

    .header .logo {
        margin-top: 10px;
        margin-left:10px;
        display: block;
        overflow: hidden;
        width: 80%;
        float:left;
    }
    .header .logo img{width:100%;
    }

.nav_box {
    width: 100%;
    height: 61px;
    color: #fff;
}
.nav_left, .nav_right {
    width: 5%;
    height: 61px;
    background: url(/images/nav_bg.png) no-repeat;
}
.nav_left {
    background-position:left -93px;
}
.nav_right {
    background-position: right -193px;
}

.ico-nav {
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
    display: block;
    width: 20px;
    height: 25px;
    background: url(/images/mobile/ico_02.svg) no-repeat 50% 50%;
    -webkit-background-size: 1.5rem 1.2rem;
    -moz-background-size: 1.5rem 1.2rem;
    -o-background-size: 1.5rem 1.2rem;
    background-size: 1.5rem 1.2rem;
    text-indent: -999rem
}
    /* 菜单栏图标 */
    .ico-nav.active {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
/*index*/
.index_banner {
    width: 100%;
    margin: 0 auto;
}

.slides li a img {
    border-radius: 10px;
    width:100%;
}

.popShadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 900
}

.newNav {
    position: fixed;
    top: 51px;
    width: 100%;
    padding-bottom: 15px;
    z-index: 1000;
    background: #fff;
}

    .newNav .nav-box {
        padding: 0 2%;
        width: 96%;
    }
.newNav{background:#fff;}

.newNav .nav-menu {
    padding: 6px 0;
}

    .newNav .nav-menu a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 1rem;
        color: #333;
        margin: 0.2rem 1% 0.2rem 0;
        background: #eee;
        padding: 3px 0 3px 2%;
        width: 30%;
        float: left
    }

.newNav .nav ul {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
    width: 96%;
    margin:0 2%;
}

    .newNav .nav ul li {
        width: 100px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
    }

        .newNav .nav ul li img {
            margin-right: 10px;
            vertical-align: middle;
            width: 29px;
            height: 29px;
        }

        .newNav .nav ul li a {
            color: #333;
            font-size: 14px;
        }
/*首页*/
.title_common1 {
    background: url(../../images/mobile/title_bg.png) left 4px no-repeat #fff;
    height: 40px;
}
    .title_common1 h3 {
        text-indent:-9999px;
        float:left;
    }
    .title_common1 span {
        float: right;
    }
    .title_common1 span a{
        display: block;
        width: 35px;
        height: 13px;
        margin:15px 10px 0 0;
        float: right;
        text-indent: -9999px;
        background: url(../../images/mobile/more.svg) center top no-repeat;
    }

.index_left1 {
    width: 98%;
    border: 1px solid #f0ddc8;
    border-radius:8px;
    margin:0 1%;
    background:#fff;
}
.index_left1_inner {
margin:0 2%;}

.index_right1 {
    float: right;
    width: 100%;
}
.video_box {
    width: 100%;
}
.video_box img {
    width: 100%;
}


.list {
    width:96%;
    text-align: left;
    margin: 20px 2% 12px 2%;
}
    .list li{
        width:100%;
         overflow:hidden;
    }
    .list li a {
        display: block;
        float: left;
        width: 70%;
        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;
    }

    .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_col2 {
    text-align: left;
    margin: 20px 2%;
}
    .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_col2 {
width:100%;
}
.col_left1 {
width:28%;margin:0 0 0 2%
}
.col_left1 img{
    width:100%;
}
.col_right1 {
    width:65%;
}


.index_list_title0 {
    background-position: left -110px;
    border-bottom: 1px solid #f0ddc8;
}
.index_list_title1 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.index_list_title2 {
    background-position: left -220px;
    border-bottom: 1px solid #f0ddc8;
}
.index_list_title3 {
    background-position: left -335px;
    border-bottom: 1px solid #f0ddc8;
}
.index_list_title4 {
    background-position: left -555px;
    border-bottom: 1px solid #f0ddc8;
}
.index_list_title5 {
    background-position: left -438px;
    margin:-10px 0 0 0;
    border-bottom: 1px dashed #f0ddc8;
}

.index_col_zlfa {
}
.zlfa_top {
    height:22px;
    background: url(/images/mobile/bg03.gif) left top repeat-x;
    overflow:hidden;
}
.zlfa_top_left {
    float: left;
    width: 30px;
    height: 22px;
    overflow: hidden;
    background: url(/images/mobile/bg03.gif) left -62px no-repeat;
}
.zlfa_top_right {
    float: right;
    width: 30px;
    height: 22px;
    overflow: hidden;
    background: url(/images/mobile/bg03.gif) right -131px no-repeat;
}
.zlfa_middle {
    border-left: 1px solid #f0ddc8;
    border-right: 1px solid #f0ddc8;
    overflow:hidden;
}
.zlfa_inner {
    margin:0 32px;
    overflow:hidden;
}
.zlfa_bottom {
    width:100%;clear:both;
    height: 22px;
    overflow: hidden;
    background: url(/images/mobile/bg03.gif) left bottom repeat-x;
}
.zlfa_bottom_left {
    float: left;
    width: 30px;
    height: 22px;
    overflow: hidden;
    background: url(/images/mobile/bg03.gif) left -202px no-repeat;
}

.zlfa_bottom_right {
    float: right;
    width: 30px;
    height: 23px;
    overflow: hidden;
    background: url(/images/mobile/bg03.gif) right -271px no-repeat;
}
.list_col3 {
    margin: 20px 0;
}

    .list_col3 li {
        width: 48%;
        margin:0 2% 0 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: 1px solid #f0ddc8;
    overflow: hidden;
}
.flink_inner{
    margin:12px;
    overflow:hidden;
}
.flink_inner a{
    display:block;
    float:left;
    width:24%;
    margin:0 1% 0 0;
    overflow: hidden;
}
    .flink_inner a img{
        width:98%;
        border:1px solid #eee;
        height:100px;
    }
/*当前位置*/
.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: 125px;
    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:45px 0 0 0;
}

    .footer-wrap .copyright a {
        color: #782a0d;
        font-size: 14px;
    }

.msg_box {
margin:24px;
}
/*列表页*/
.list_left {
    width: 98%;
    margin:0 1%;
}

.list_right {
    width: 98%;
    margin:0 1%;
}
.list_right_inner {
width:100%;
overflow:hidden;
}
.list_list1 {
    width: 100%;
    float:right;
}
.list_list1 ul li {
    width:100%;
}
.list_list1 ul li a {
    display: block;
    width:27%;
    border: 1px solid #edecec;
    background: url(/images/index_icon.png) 8px -280px no-repeat #f4f4f4;
    padding: 5px 0 5px 5%;
    margin: 4px 1px;
    cursor: pointer;
    float:left;
    font-size:14px;
}

    .list_list1 ul li a:hover, .list_list1 ul li.active a {
        border: 1px solid #edecec;
        background: url(/images/index_icon.png) 8px -237px no-repeat #cf6363;
        color: #fff;
    }

    .list_list1 ul li:hover a{
        color: #fff;
    }

.list_tit h5 {
    padding:20px 0 10px 14px;
    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: 96%;
    background: #fff;
    overflow: hidden;
    float:left;
    margin:10px 2%;
}

    .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 {
    margin: 6px 2%;
}

.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 {
    overflow:hidden;
    border-bottom: 1px dashed #f0ddc8;
}
.title_common2 h3 {
    text-indent: -9999px;
    float: left;
}
    .title_common2 .loc {
        float: left;
    font-size: 16px;
    margin:0 0 14px 14px;
}
        .title_common2 .loc a {
            display: block;
            border: 1px solid #eee;
            background: #eee;
            float: left;
            border-radius: 4px;
            margin: 2px;
            padding: 4px 6px 2px 6px;
        }

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: 96%;
    margin:0 2%;
    overflow: hidden;
}
.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:100%;
        overflow: hidden;
    }

.list_co1_team .list_archive_title {
    font-size: 14px;
    text-align: center;
    margin: 6px auto;
}

.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: 12px 0;
        background: url(../../images/bg_line.png) center bottom no-repeat;
    }



.list_co1_team .list_archive_info {
    font-size: 12px;
    color: #999;
    margin: 14px 2%;
    width: 96%;
}

.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: 98%;
    margin: 6px 1%;
    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;
}
.dialog_team .entry{
    width: 100%;
    font-size:12px;
    overflow: hidden;
    text-indent: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: 70%;
        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;
            font-size:12px;
            float: right;
        }
/*排行*/
.rank-list {
margin:0 14px;}
.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: 96%;
    margin:0 2%;
    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;
}



.video .inner {
    display: block;
    cursor: pointer;
}

    .video .inner img {
        width:100%;
        height:200px;
        transition: all .4s;
    }

    .video .inner:hover img {
        transform: scale(1.05);
    }

.video .vr-big {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    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/mobile/icon.png) left top no-repeat #fff;
    height: 45px;
    border-bottom: 1px dashed #f0ddc8;
}

    .title_detail h3 {
        text-indent: -9999px;
        float: left;
    }

    .title_detail .loc {
        font-size: 14px;
        margin: 0 24px 0 50px;
    }

    .title_detail .loc a{
        display:block;
        border:1px solid #eee;
        background:#eee;
        float:left;
        border-radius:4px;
        margin: 2px;
        padding:4px 6px 2px 6px;
    }

.arc_box {
    margin: 6px;
    overflow: hidden;
    background:#fff;
}
.detail_inner {
    margin:6px 14px;
    overflow:hidden;
}
.detail_inner h1{
    text-align:center;
    margin: 14px 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;
        }

    .entry .albums_list {
    width:98%;
    margin:0 1%;
    
    }
        .entry .albums_list a {
            display: block;
            width:100%;
            overflow: hidden;
        }
            .entry .albums_list a img {
                max-width: 100%;
                width: 100%;
            }

    .next-prev-single {
        border-top: 1px dashed #f0ddc8;
        padding: 10px 0;
    }
    .next-prev-single .prev, .next-prev-single .next {
        font-size:12px;
        overflow: hidden;
        width:100%;
        padding:10px 0;
    }

.entry_contact{
    font-size:14px;color:#666;
}
.entry_contact p{
    font-size: 14px;
    color: #666;
    margin:14px 0;
}
    .entry_contact img{
        width:100%;
    }
/*留言板*/
.guest_box h3{
    text-align:center;
    font-size:22px;
    padding:14px 0;
}
.guest_form {
    background: #f1f1f1;
    padding:20px;
}
    .guest_form dl dt {
        font-size:14px;
        display: block;
        float: left;
        width: 65px;
        text-align: right;
        color: #333;
    }

    .guest_form dl dd {
        font-size: 14px;
        margin-left: 75px;
    }
.guest_form dl, .div-content dl {
    clear: both;
    display: block;
    padding: 2px 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 dd input, .guest_form dl dd textarea {
            width:95%;
        }
        .guest_form dl dd textarea {
            height: 100px;
        }
    .guest_form .btn {
        background: #3375b9;
        border: 1px solid #3375b9;
        margin: 12px auto;
    }

.Validform_checktip {
clear:both;
display:block;
font-size:12px;
color:#999;
}