*{
    margin: 0;
    padding: 0;
}
.content_title{
    width: 100%;
    height: 80px;
    background-size: 100%;
    background-position: 0px 38px;
}
.content_title a{
    display: block;
    width: 100%;
    color: #f61d00;
    font-size: 28px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
}
.content_title a:hover{
    color: brown;
}
.ul_content li a{
    color: black;
    font-size: 18px;
    font-weight: lighter;
    text-decoration: none;
    margin-left: 15px;
}
.ul_content{
    line-height: 50px;
    border-bottom: dashed black 1px;
    padding-left: 10px;
}