#voice .box-message{float: left;
    padding: 2%;
    background: #f6f5f1;
    height: 350px;
    width: 42%;
    border-top: 3px solid #565755;
    margin: 2%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2)}
#voice .box-message i{margin-right: 5px;}
.box-message1 i{font-size: 80px;
    color: #E8588E;
    margin-right: 15px !important;
    margin-top: 15px;}
.box-message p{margin-bottom:30px; font-size:15px !important;line-height: 27px !important;}
h3{font-size:18px;color:#5f5e5d;text-align:left}
#voice .content img{float:left;padding-right:20px;width:20%;max-width:134px}
#voice .content b{color:#656565;font-weight:700;display:inline-block;border-left:3px solid #E8588E;padding-left:10px;}
#voice .content a{color:#ff7639;background:url(../img/common/pencil.png)left center no-repeat;padding-left:25px;position:absolute;right:10px;bottom:10px}
#voice .content a:hover{text-decoration:underline}
.overlay{background-color:rgba(0,0,0,.75);width:100%;height:100%;top:0;left:0;z-index:1}
.overlay,.popup{position:fixed;display:none}
.popup{top:50%;left:50%;background-color:hsla(0,0,100%,.5);z-index:2;padding:5px;max-width:500px;width:88%}
.popup .popup-content{background-color:#fff;padding:20px 3%}
.popup .popup-content strong{border-left:3px solid #ffbc2d;padding-left:10px;display:block;margin-bottom:10px}
.popup img.close_button{margin:0 -40px -10px 5px}
.popup a:hover{-ms-filter:"alpha(opacity=75)";filter:alpha(opacity=75);opacity:.75}
.popup a.close{position:absolute;top:-40px;right:40px;color:#fff}
#voice .content p {
    color: #313131;
    line-height: 24px;
   padding-top:30px;
}

@media only screen and (max-width:1150px){
h1{left:10px}}

@media only screen and (max-width:1024px){
#voice .box-message{height: auto;width:92%;min-height:300px}}

@media(max-width:768px){
.box .content {
    padding-top: 20px;
    padding-bottom: 30px;
}
}

@media(max-width:640px){
#voice .content b{}

h3{
font-size: 15px;
}

.box-message p {
    margin-bottom: 15px;
    font-size: 13px !important;
    line-height: 20px !important;
    padding: 0px 10px;
}

#voice .content p {
    color: #313131;
    line-height: 24px;
}

}