﻿#newsContent
{
    width:940px;
     height:330px;
     background-image:url(../images/nav2.jpg);
     background-repeat:no-repeat;
     margin:0 auto;
     margin-top:400px;
     position:relative;
     overflow:hidden;
}


.uniTitle
{
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0e5180;
    width:95%;
     margin:0 auto;
     margin-top:10px;
     font-family:Times New Roman;
}

.uniNews
{
 
  width:95%;
  margin:0 auto;
  min-height:270px;
  overflow:auto;
  background-color:#e1eae3;
  padding-left:5px;
  
  
}




.uniNews a
{
    text-decoration:none;
}
.uniNews a:hover
{
    color:#17dbcf;
    text-decoration:none;
}

.newsDate
{
    font-size:10px;
    color:#7e6108;
    font-family:Arial;
     margin-left:2px;
     text-decoration:none;
   
}

.newsTitle2
{
    font-size:11px;
    color:#0a406f;
    font-family:Arial;
    font-weight:bold;
    margin-top:-3px;
    margin-left:2px;
}

.newsContent
{
    font-size:10px;
    color:#0a406f;
    font-family:Arial;
    width:99%;
    overflow:hidden;
    height:15px;
    position:relative;
}

.newsReadMore
{
  font-size:10px;
    color:#7e6108;
    font-family:Arial; 
    margin-bottom:5px;  
     margin-left:2px;
       border-bottom:dotted 1px gray;
}
