#nav li {
    position: relative;}


#nav li h2 {
    font-size: .25rem;
    color: #333333;
    line-height: 1rem;
    text-align: center;}

#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .6s;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    opacity: 1;
    visibility: visible;}

#nav ul li.on h2, #nav ul li:hover h2{
    color: #fff;
    font-weight: 700;}
#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #bd1313;
    min-width: 2.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;}

#nav ul li .sub a {
    padding: .05rem .1rem;
    line-height: 2;
    transition: .6s;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;}

#nav ul li .sub a:hover {
    background: #a40000;}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);}
.tpcontent{font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体;}
.cytpstyle{font-size: 9pt; color: #2b2b2b; font-family: 宋体;}
.content{margin:auto;text-align:left;line-height:18px;padding:3px 0 0 0;color:#727272;}
.process{width:162px;height:11px;background:#EDEDED;overflow:hidden;float:left;margin-left:26px !important;margin-left:13px;margin-right:10px;}
.process div{width:160px;height:11px;background:url(/system/resource/images/newsvote/bg.gif) repeat-x;border-left:1px solid #000;border-right:1px solid #000;}
.process .style7{border-left-color:#ff0000;border-right-color:#ff0000;background-position:0 -77px;}

