﻿
/**菜单*/
.mscy{
    height: 24px; 
    line-height: 24px;
    min-height:600px;
    margin-bottom:90px;
}
.jtmenu{
    width:100%; 
    height: 24px;
    line-height: 24px; 
    text-align:center;
    padding-bottom:25px;
    border-bottom:1px solid #c9c8c2;
}
 
.jtmenu a{
    display:inline-table;
    width:18%;
    color:#aca59b;
    font-size:26px;  
    margin:0 40px 0 40px;
    padding-bottom:25px; 
}

.jtmenu a:hover{
    color:#523d2e; 
    border-bottom:solid 2px #af7a50;
}
 
.jtmenu .current {
    color:#523d2e !important;  
    border-bottom:solid 2px #af7a50 !important;
}

.l50{
    width:100%;
    height:50px;
    clear:both;
}

/*内容展示*/
.one_pic{
    padding:20px;
    text-align:center;
    background-color:white;
    min-height:500px;
    margin-bottom:50px;
}