.page
 {
    width:1320px;
    height:auto;
    border-style:groove;
 }
     
.headerpart
 {
   width:1315px;
   height:170px;
   border-style:groove;
   background-color:rgb(12,100,198);
   background-image:url("image/12.jpg");
   background-repeat:no-repeat;
}
.linkspart
  {
   width:1315px;
   height:30px;
   margin-top:5px;
   background-color:rgb(12,100,198);
   border-style:groove;
}
.linkspart a
 {
  color:rgb(245,246,251);
  text-decoration:none;
 }
.linkspart a:hover
 { 
  background-color:rgb(245,246,251);
  color:rgb(12,100,198);
  }
.bodypart
 {
  width:1200px;
  height:600px;
  border-style:groove;
  margin-top:5px;
 }
.bodypart .imagepart
{ 
width:800px;
height:400px;
border-style:groove;
background-image:url('image/2.jpg');
display:inline-block;
}
.bodypart .newspart h2
{
 color:green;
 margin-left:10px;
}
.bodypart .newspart
{
width:300;
height:580;
border-style:groove;
float:right;
}
.bodypart .newspart .news
{
 width:295px;
 height:500px;
 
}
.bodypart .newspart .news h4
{ 
color:blue;
}
.bodypart h3
{
color:blue;
text-align:center;
}
.footerpart
{
   width:1315px;
   height:30px;
   margin-top:5px;
   background-color:rgb(12,100,198);
   border-style:groove;
}