a{
    color:#333;
}
.content>.container>.nr>.mytit{
    border-bottom: 1px solid #be0000;
}
.content>.container>.nr>.mytit span {
    background-color: #be0000;
}
.nr .mytit span {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.fhsy {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}
.myul {
    padding-top: 15px;
    padding-bottom: 9px;
}

.myul li {
    width: 100%;
    padding-left: 20px;
    line-height: 48px;
    color: #333333;
    padding-right: 15px;
    box-sizing: border-box;
    background: url(../images/jgfklired.png) no-repeat 6px center ;
}
.myul li a{
    font-size: 18px;
    display: block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myul li span{
    float: right;
    margin-top: -48px;
    font-size: 18px;
    color: #808080;
}
.myul  li:nth-child(5n) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


.nr .mytit span {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
a:hover{
    color:red;
    text-decoration:underline;
}
.fontSt{
    padding:10px 0px;
}
body>.content{
    margin-top: -15px;
}
@media(max-width:1024px){
    .myul li a{
        width:80%
    }

}
@media(max-width:600px){
    .myul li a{
        width:70%
    }
.nr .mytit span{
    font-size:18px;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
}
    .myul li,
    .myul li a,
    .myul li span{
        font-size: 16px;
        line-height: 32px;
    }
     .myul li span{
   
        margin-top: -32px;
    }
}
