
a{
    color:orange;
}
a:hover {
    color:blue;
}

body{
    font-size:15px;
    padding:22px 15px;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

/* 导航条 */
 
    nav {
        display: flex;
        background-color: #f4f4f4; /* 导航栏背景色 */
    }
   
    nav a {
        font-size:16px;
        flex: 1;         /* 链接块级元素 */
        color: black;          /* 链接文字颜色 */
        text-align: center;     /* 文字居中 */
        padding: 15px 0px;    /* 内边距 */
        text-decoration: none;  /* 去掉下划线 */
    }
    nav a:hover {
        color:maroon;
        /* background-color: #575757; 悬停时改变背景色 */
        border-bottom: 4px solid red;
        font-size:15px;
        font-weight: bolder;
    }


#link1 a{
    color:black;
    font-size:14px;
    text-decoration:none;
}

section{
    text-align:auto;
    margin:12px;
    font-size:15px;
    border-bottom: 1.5px solid orange; /* 每个部分下边框 */
}

#title_{
    color:#000;
    font-weight: bold;
    margin:12px 10;
    font-size:20px;
    text-decoration: none;
}
#title_:hover{
    color:orchid;
    font-size:19px;
}


#j_name {
    font-weight:bold;
    font-style: italic;
    color:black;
}
#j_li,#c_li{
    margin:10px 10px;
}

#j_li i{
    color: blue;
}

#c_li i{
    color: darkgreen;
}



#p_name{
    color:maroon;
    text-decoration: underline;
}

#p_li,#my_li{
    font-size:16px;
    margin:12px 10px;

}

#_detail{

    font-size:13px;
    color:black;
    font-style: italic;
}
#_detail img{
    width: 50px;
    height:50px;
    margin:10px  2px;
}

#_detail div{
    margin:2px 0px;
}
#_detail ul{
    padding-left:0px;
    list-style-type:square;
    padding-left: 2px;
}
#_detail .first_ol{

    padding-left:2px;
    list-style-position: inside;
    list-style-type: upper-alpha;
}

#_detail ol{
    padding-left:0px;
    list-style-position: inside;
    list-style-type: lower-roman;
}
#_detail ol a{
    text-decoration:  none;
}

#roller{

    margin: 15px auto;
    text-align: center;
    
}
#roller a{
    text-decoration: none;
    font-size:14px;
    margin:10px 0px;
    color:lightcoral;
}

#roller a:hover{
    color:blue;
    font-size:13px;
}
.roll_{
    text-align: left;
    margin:auto 30px;
}

.dataset_title{
    text-decoration:none;
}
.dataset_title:hover{
    color:blue;
}



#tail{
    text-align:right;
    margin:18px 10px;
}

