.footer_title{
    width: 100%;
    background: #48c1eb;
    color: white;
    text-indent: 2em;
    padding: 0.6em 0;
    font-size: 1.6em;
    margin: 0.5em 0;
    overflow: hidden;
}
.footer_i{
    float: left;
    font-style: initial;
}
.snewtit {
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    margin-right: 5px;
    float: left;
    margin-left: 1em;
}
.snewtited {
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #48c1eb;
    margin-right: 5px;
    margin-left: 0.5em;
    clear: both;
}
.footer-gz{
    color: #fa2900;
}
.footer-a{
    width: 100%;
    padding: 0.2em 0;
    background: #48c1eb;
    color: white;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}
.myhot{
    width: 46%;
    margin: 0 5px;
}
a.current{
   display: inline-block;
    background: #E95853;
    border-radius: 3px;
    width:100%;
    height:auto;
    text-align: center;
    line-height: 40px;
    margin: 5px 0;
    color: #fff;
    cursor: pointer;
}