/* 下拉按钮样式 */
.dropbtn {
    color: #a7cde5;
    padding: 0;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: FZXH1K,"方正细黑",GBK10;
    background: #0769b4;
    margin-left: 10px;}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    float: left;
    display: inline-block;}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0769b4;
    width: 60px;}

/* 下拉菜单的链接 */
.dropdown-content a {
        text-decoration: none;
        display: block;
        width: 60px;
        height: 20px;
        margin-left: 10px;
        font-family: FZXH1K,"方正细黑",GBK10;
        font-size: 14px;
        letter-spacing: 1px;}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;}

.tijibutstyle268127{ cursor: hand ;}
.entertextstyle268127{ border-right: #d5d5d5 1px solid; padding-right: 8px; border-top: #d5d5d5 1px solid; padding-left: 3px; padding-bottom: 0px; border-left: #d5d5d5 1px solid; padding-top: 2px; border-bottom: #d5d5d5 1px solid; height: 18px; background-color: #ffffff ;}
.titlestyle268127{ padding-right: 3px; padding-left: 3px; font-weight: bold; font-size: 9pt; padding-bottom: 3px; color: #ff6600; padding-top: 3px; font-family: 宋体; background-color: #ffffec ;}

