

a{
    text-decoration: none;
}


.clear{
    clear: both;
}

.top1{
    border-bottom: black 1px dashed;
}

.top1 h1{
    position: relative;
    /*text-align: center;*/
    float: left;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}

.top1 p{
    position: relative;
    float: right;
    top: 30px;
}

.top1 a{
    color: black;
}

.chapter{
margin-bottom: 100px;
}
/*
.chapter h1{
    font-size: 50px;
    text-align: center;
    color: green;
}*/
.chapter h2{
     font-weight: normal;
     text-align: center;
     padding: 30px;
}

.chapter p{
    margin: 10px;
    width: 100%;
}
.chapter ul li{
    /*text-align: center;*/
    font-size: 20px;
    /*line-height: 5px;*/
    background-color: #e0e0e0;
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    padding-left: 80px;
    /*height: 40px;*/

}
.chapter ul li a{
    color: #007440;
    display: block;
}

.chapter ul li:hover{
    background-color: #007440;
    /*color: white;*/
}
.chapter ul li:hover a{
    color: #eaeaea;
}

/*.mk ul li{*/
/*    list-style: none;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.mk ul li ul{*/
/*    display: none;*/
/*    position: absolute;*/
/*}*/
/*.mk ul li:hover ul{*/
/*    display: block;*/
/*}*/


.chapter1 h2{
     font-weight: normal;
     text-align: center;
     padding: 30px;
 }
.chapter1 ul li{
    /*display: inline-block;*/
    /*margin-right: 50px;*/
    background-color: #e0e0e0;
    text-align: center;
    color: #007440；
    margin:10px;
    padding: 5px;
    font-size: 18px;
    /*margin-right: 50px;*/}

/*.chapter1 p a:hover{
    color: #007440;
}
*/


.chapter1 p{
    /*margin: 10px;*/
    display: inline-block;
    font-size: 14px;
}
.chapter1 ul li a{
    color: #007440;

}

.chapter1 form{
    display: inline-block;
    font-size: 20px;
}


.form{
    margin: 10px;
    margin-bottom: 20px;

}




.box1{
    padding-top: 20px;
}

.box1 table {
    /*border-collapse: collapse;*/
    width: 800px;
    /*border: 5px;*/
}

.box1 table, th, td {
    /*border: black 1px solid;*/
    text-align: center;
/*    padding: 5px 10px;*/

}

.box1 th,td{
    padding: 8px 10px;
}
/*
.box1 a:hover{
    color:
}*/



.content-right{
    position: relative;
    float: right;
    width: 780px;
}

.option{
    height: 20px;
}