﻿.page
{
    width:1000px;
    margin:5px auto;
    font-family:微软雅黑;
}
.titlezone
{
    width:1000px;
    height:27px;
    background-color:#cccccc;
    color:#818181;
    }
    .titlezone a:visited
    {
        color:#818181;
        line-height:27px;
        }
    .titlezone a:link
    {
        color:#818181;
        line-height:27px;
        }
    .titlezone a:hover
    {
        color:#818181;
        line-height:27px;
        }
.banner
{
    background:url('Imagesheader.jpg');
    width:1000px;
    height:136px;
    border-bottom:3px solid #999999;
}
.Ebanner
{
    background:url('../Images/Eheader.jpg');
    width:1000px;
    height:136px;
    border-bottom:3px solid #999999;
}
.nav
{
    width:100%;
    background:url(ImagesnavBg.jpg);
    background-repeat:repeat-x;
    height:37px;
}
.titlePicBig
{
    width:1000px;
    height:120px;
    background-color:#cccccc;
    background:url('ImagestitlePic2.jpg');
    }

.foot
{
    margin-top:4px;
    width:1000px;
    height:117px;
    background:url(Imagesfooter.jpg);
}
.copyright
{
    text-align:center;
    color:#ffffff;
}
/********************主页布局定义结束*****************************/

 /*********************************************************/
/********************************/
.contentBanner
{
  margin-top:4px;
  background-image:url(ImagescontentBanner.jpg);
  background-repeat:repeat-x;
  width:100%;
  height:34px;
   color:#ffffff;
}
.contentBanner_left
{
    float:left;
    font-size:12px;
    }
.contentBanner_right
{
    line-height:34px;
    float:right;
}
.contentMain
{
    margin-top:4px;
    width:998px;
    height:auto;
    border:1px solid #cccccc;
    background-color:#ebf5ff;
    text-align:left;
}

.contentContent
{
    width:960px;
    height:auto;
    border:0;
    margin:20px auto;
    }
.NewsTitle
{
    width:inherit;
    height:50px;
    border-bottom:2px solid #bcbcbc;
    margin-top:10px;
    }
.NewsTitleTitle
{
    width:inherit;
    height:30px;
    font-size:16px;
    text-align:center;
    font-weight:500;
    border:0;
    }
.NewsTitleTime
{
    width:auto;
    height:19px;
    border:0;
    color:Gray;
    font-size:12px;
    }