a,a:hover,a:active,a:link{
	outline:none;
}

.header-bg-base #site-logo img {
        filter: grayscale(100%) brightness(100);
    }
.table-bordered>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.footer-bg-primary a{
  color:rgba(255,255,255,0.8);
}
.footer-bg-primary a:hover{
  color:#FFF;
}
.footer-bg-primary{
	background:url(../../footer-bg.jpg) no-repeat center center;
	background-size:cover;
}
.bottom-logo {
    padding: 20px 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    text-align:center;
}
.bottom-logo img {
    height: 50px;
    width: auto;
}
.footer-bg-primary h4{
	font-weight:600;
	font-size:18px;
	padding-bottom:15px;
	margin-top:20px;
}
.footer-bg-primary .t-c{
	text-align:center;
}
.copyright{
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}
#footer .field-body div{
    margin-bottom: 0px !important; 
}
@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width:1400px;
}
  .block-region-top-third-left .block{
    margin-right:2%;
    width:48%;
    float:left;
  }
}
@media (min-width: 960px){
.header-container.inner, .header-row {
    height: 140px;
}
#header .header-body {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/graduate-prod/sites/graduate.prod.dpcms4.sysu.edu.cn/files/headbg.jpg);
    max-height: 200px;
    max-width: 9000px;
    padding: 0px;
}
#header .main-menu-nav-primary{
  background-color: transparent;
  border-top:1px #367B54 solid;
}
}
@media (min-width: 768px){
.header-bg-base {
    -moz-box-shadow: 0px 3px 10px #333333;
    -webkit-box-shadow: 0px 3px 10px #333333;
    box-shadow: 0px 3px 10px #333333;
    z-index: 9;
}}



/*********** table *********/
table>tbody>tr>td, table>thead>tr>td, table>tfoot>tr>td, table>tbody>tr>th, table>thead>tr>th, table>tfoot>tr>th {
    border: 1px solid #c6c6c6;
}
table {
    border: 1px solid #c6c6c6;
    width:100%;
}
table p{
	margin-bottom:0;
}
.table{
margin-top:5px;
}

.table thead tr th {
    font-size: 16px !important;
    background: #005826;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: center;
    border-bottom: 0;
    color:#FFF;
}
.table thead tr th p{
      font-size:16px !important;
}
.table p{
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {
    background:#F4F7FA;
}
.table tbody tr:nth-child(even) {
    background:#D6E2F4;
}
.table.normal tbody tr td {
    vertical-align: top;
}
.table tbody tr td {
   line-height: 180%;
}