﻿#main {
    margin: 0 auto;
    max-width: 1024px;
}

#title {
    font-size: 40px;
    margin-bottom: 0px;
}

.container {
    padding: 10px 25px 10px 25px;
    border-bottom: 3px solid #D3D3D3;
}
.font {
}

.red {
	color:red;
}

.blue {
    color:blue;
}

#publications ul li {
    margin-bottom:20px;
}

.bold {
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#diaoge {
  margin-right: 20px;
  margin-bottom: 16px;
  background-image: url('image/liwenxin.jpg');
  background-repeat: no-repeat;
  background-size: 200px;
  width: 200px;
  height: 250px;
}

.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}

.sidebar {   
  border-right: 1px solid #f0f2f1;   
  width: 220px;   
  float: left;   
  padding-left: 35px;   
}   

.sidebar>ul {   
  list-style: none;   
  padding: 0;   
  margin: 0;   
}   

.sidebar>ul>li {   
  font-size: 18px;   
  font-weight: 400;   
  padding: 0010px;   
  margin-top: 5px;   
}   

.sidebar>ul>li>ul {   
  border-top: 1px dashed rgba(0,0,0,0.1);   
  display: block;   
  list-style: none;   
  margin: 5px010px0;   
  padding: 10px0010px;   
  font-size: 16px;   
  max-height: 138px;   
  overflow: auto;   
}   

.sidebar a {   
  line-height: 1.5;   
}   

.sidebar a:hover {   
  color: #e74430;   
  cursor:pointer;   
}   

.sidebar-selected {   
   color: #e74430;   
}   