.alert_more {
    border:solid 1px #629BB3;
    border-radius: 2px;
}
.alert_more_header {
    height:29px;
    position: relative;
}
.alert_more_header a  {
    position: relative;
    height:25px;
    display: block;
    padding:5px 0px 0px 49px;
    color:#C63E46;
    font-size: 13px;
    text-decoration: none;
    z-index: 10;
}
.alert_more_header_icon {
    position:absolute;
    background-color:#629BB3;
    width:30px;
    height:30px;
    background-position: center;
    background-repeat: no-repeat;
}
.alert_more_content{
    padding:15px 32px 15px 32px;
}
.alert_more_detal {
    position: absolute;
    right:30px;
    top:0px;
    color:#C63E46;
}
.alert_more_arrow{
    position: absolute;
    right:10px;
    top:3px;
    color:#C63E46;
    font-size:16px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index:1;
}
.alert_more_arrow_rotate{
    top:7px;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;

}