﻿body 
{
    /*
    background-image:url(/Content/Images/Home/Default/bg.jpg);
    background-repeat:repeat;
    */
    margin:0px;
    overflow:hidden;
}

.None
{
    display:none;
}

.Black
{
    color:Black;
}

.White
{
    color:White;
}

/*浮动工具栏*/
#toolbar
{
    position:fixed;
    bottom:20px;
    right:50%;
    margin-right:-550px;
    width:40px;
    height:150px;
}

.phone
{
   position:relative;
   top:0px;
   left:-190px;
}

/*****新闻动态*****/
.PageItemBody
{
    width:330px;
    height:200px;
    position:fixed;
    left:100px;
    bottom:100px;
    z-index:1;
    border-radius:15px;
    background-color:#242E37;
    opacity:0.7;
}

.PageItemList
{
    width:100%;
    border-bottom:1px soild White;
    color:White;
    font-size:14px;
    font-weight:bold;
    line-height:35px;
}

.PageItemText
{
    width:230px;
    text-indent:0.8em;
}

.PageItemText a
{
    color:White;
    font-weight:bold;
    text-decoration:none; 
}

.PageItemText a:hover
{
    color:Red;
    cursor:pointer;
}


.PageItemMore
{
    width:100px;
    text-align:center;
}

.PageItemMore a
{
    color:White;
    font-weight:bold;
    text-decoration:none; 
}

.PageItemMore a:hover
{
    color:Red;
    cursor:pointer;
}

.PageItemDate
{
   width:100px; 
}

.PageItemSplit
{
    width:90%;
    height:1px;
    margin:0px auto;
    background-color:White;
}