﻿/*导航*/
.menu ul {
    position: absolute;
    margin: 0px;
    opacity: 0;
    background: #E93D1B;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.menu li:hover ul {
    opacity: 1;
}

.menu ul li {
    height: 0;
    overflow: hidden;
    float: inherit;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.menu li:hover ul li {
    height: 38px;
    overflow: visible;
}

.menu ul li a:hover {
    background-color: #fff;
    color: #000;
}

.menu ul li a {
    min-width: 120px;
    line-height: 38px;
    border: none;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

/*分页*/
.pagelist .page{font-size:12px;float: right;}
.pagelist .page li{float:left;height: 35px;margin-bottom:3px;}
.pagelist .page a{padding:8px 10px;border:1px #dddddd solid;margin:0px 2px;background-color:#fff;color: #ccc;}
.pagelist .page a:hover{background-color:#3fd075;color:#fff;border-color:#3fd075;}
.pagelist .page span{padding:8px 10px;border:1px #3fd075 solid;margin:0 2px;background-color:#3fd075;color: #fff !important;}

/*通告*/
.gonggao-1{width:190px;background-color:#3fd075;border-radius:5px;padding-bottom:1px;position:fixed;bottom:0px;z-index: 1000000;}
.gonggao-2{width:190px;height:40px;line-height:40px;padding:0 10px;}
.gonggao-2 img{margin-top:15px;cursor:pointer;}
.gonggao-3{width:180px;height:100%;background-color:#fff;margin:0 auto;border-radius:5px;margin-bottom:5px;padding:20px 15px;}
.ggao-p1{text-align:right;}
