body {
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: "Times New Roman", Arial, "Microsoft Yahei";
    font-size: 16px;
    background-color: #eee;
}
table {
    width: 100%;
}
.container {
    /* width: 80%; */
    width: 1000px;
    min-height: 1000px;
    margin: 50px auto 20px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 0 7px #122b6d;
    text-align: left;
    /* hyphens: auto; */
    background-color: #fff;
}
h1 {
    font-family: Georgia, "Times New Roman", Arial, "Microsoft Yahei";
}
.subsection {
    font-size: 25px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Arial, "Microsoft Yahei";
    color: #800020;
    border-bottom: 1px solid gray;
    padding: 0 0 5px 0;
    margin: 35px 0 15px 0;
    /* background-color: rgb(197, 196, 255); */
}
/* 设置开头样式 */
.head_content {
    width: 100%;
}
.head_content table {
    border-spacing: 0 0;
}
.head_left {
    width: 75%;
    /* background-color: yellow; */
}
.head_right {
    width: 25%;
    /* background-color: blue; */
}
.head_content p {
    margin: 0 0 5px 0;
}
.head_right img {
    width: 120px;
}
/* 设置内容样式 */
.content p {
    margin: 0 0 15px 0;
    padding: 0;
}
/* .content ul {
    margin: 0 auto 15px;
    padding: 0 auto;
} */
.content ul li {
    margin: 0 0 5px 0;
}
/* 设置链接样式 */
a {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: #800020;
    text-decoration: underline;
    /* border-bottom: 1px dotted #800020; */
}
/* 设置论文列表样式 */
.pub_list {
    width: 100%;
    overflow: auto;
}
.pub_left {
    width: 20%;
    /* vertical-align: top; */
}
.pub_right {
    width: 80%;
    /* vertical-align: top; */
}
.pub_left .pubimage {
    width: 180px;
    height: 90px;
    object-fit: fill;
    border: 1px solid #800020;
}
.pub_right .article {
    font-weight: bold;
    font-size: large;
    margin: 0 auto 5px;
}
.pub_right .pubtags {
    margin: 5px auto 0;
}