﻿.Content
{
    background-color:#FFFFFF;
}
.Left
{
    float:left;
    margin:20px 0px 0px 20px;
}
.Right
{
    float:left;
    margin:20px 0px 0px 20px;
}
/*project*/
.Project_img
{
  height:250px;
  width:250px;
}
.R_cell_1
{
    padding:10px 0px 0px 10px;
    width:380px;
    text-align:center;
}
.R_cell_2
{
    width:380px;
    text-align:center;
}
.Project_Link
{
    color:#c87474;
}
/*publication*/
.Publication_Table
{
    margin:20px 0px 0px 0px;
}
.title1
{
    font-weight:bold;
    font-size:20px;
    text-align:left;
    width:380px;
    /*color:Black;*/
    border-bottom:solid 2px #01b6ef;
    padding:0px 0px 5px 0px;
}
.P_cell_1
{
    width:380px;
    /*word-break:break-all;*/
    word-wrap:break-word;
    line-height:150%;
    text-align:justify;
    text-justify:auto; 
    border-bottom:1px solid #e9e9e9; 
}
.Publication_Link
{
    color:#c87474;
}
.P_Row
{
    display:block;
}
.P_Row:hover
{
  background-color:#edeff4;
}

/*News*/
.title2
{
    font-weight:bold;
    font-size:20px;
    text-align:left;
    width:415px;
    /*color:Black;*/
    border-bottom:solid 2px #01b6ef;
    padding:0px 0px 5px 0px;
}
.N_cell_1
{
    text-align:left;
    width:350px;
    border-bottom:solid 1px #ffffff;
    padding:5px 0px 5px 0px;
    font-weight:bold;
    font-size:17px;
    cursor:pointer;
    color:#6986b5;
}
.N_cell_2
{
    text-align:left;
    width:70px;
    color:#272727;
    border-bottom:solid 1px #ffffff;
    padding:5px 0px 5px 0px;
}

.N_cell_3
{
    text-align:left;
    width:350px;
    padding:2px 0px 2px 0px;
    word-wrap:break-word;
    text-align:left;
    
}

.N_Row2
{
    background-color:#edeff4;
}
.Link
{
    color:#c87474;
}


