p {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 2em;
}


/*--/single--*/

.single-left1 p i {
    color: #34bf49;
    margin: 1em 0;
    display: block;
}

.comments-grid-right i {
    font-style: normal;
}

.comments-grid-left img {
    padding: .3em;
}

.comments-grid-right {
    float: left;
    width: 100%;

}

.comments-grid-left {
    float: left;
    width: 30%;
}

.comments-grid-right ul {
 
}

.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 0.8em;
}

.comments-grid-right ul li a {
    color: #ee4f4f;
    text-decoration: none;
}

.comments-grid-right p a{
    font-size: 0.8em;
    color: #555;
    line-height: 2.1em;
    margin: 0;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; 
position: relative; max-height: 70px;
}
.comments-grid-right p a:after{content: ""; position: absolute; bottom: 0; right: 0;
}

.comments-grid-right h4 a {
    font-size: 0.85em;
    color: #313131;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.comments-grid {
    border: 1px solid #ddd;
    width: 100%;
}
.comments-grid ul li a{
    padding: 2%;
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-width: 340px;
}
.comments-grid ul li a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
.comments-grid span{
    padding: 0 2%;
}
.single li {padding: 1.9% 0;
    border-bottom: 1px #B7B7B7 dashed;}

.comments-grid h3{
   padding: .5em  1em 0 1em;
}

.comments h3 {
    margin: 2em 0;
}

.left_bar h3,
.comments h3 {
    text-transform: capitalize;
    font-size: 1.4em;
    color: #212121;
    padding-bottom: .5em;
    letter-spacing: 2px;

}

.contact-form span label {
    display: block;
    font-size: 0.8em;
    color: #555;
    padding-bottom: 5px;
    font-weight: 500;
    margin: 0.5em 0;
}

.myButton {
    background: #212121;
    color: #fff;
    font-size: 1em;
    padding: 17px 0;
    border: none;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.myButton:hover {
    background: #34bf49;
}

.contact-form div {
    padding: 5px 0;
}

.left_form {
    float: left;
    width: 48%;
}

.right_form {
    float: left;
    width: 48%;
    margin-left: 3.8%;
}

.contact-form input[type="text"],
.contact-form textarea {
    padding: 10px 15px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #464646;
    font-size: 1em;
    box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-appearance: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-form textarea {
    resize: none;
    height: 153px;
}

.contact-form {
    position: relative;
    margin-top: 3em;
}
.scrollbox{ width:100%; margin: 0 auto; overflow: hidden; }
#scrollDiv{width:100%height:359px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:50px; overflow:hidden; vertical-align:bottom; zoom:1; border-bottom:#B7B7B7 dashed 1px;}
#scrollDiv li h3{ height:24px; font-size:14px; color:#353535; line-height:24px; width:400px;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li div{ height:36px; width:300px; color:#416A7F; line-height:18px; overflow:hidden}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}

.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ background:url(../images/blog/up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../images/blog/down.gif) no-repeat 0 0; text-indent:-9999px}


#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}

/*--responsive--*/

@media(max-width:1080px) {
    .blog_section {
        width: 100%;
        padding: 0;
    }
}

@media(max-width:1050px) {
    .blog_img.single {
        width: 100%;
        float: none;
    }
     .comments-grid ul li a{
    padding: 2%;
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-width: 1000px;
}
.comments-grid ul li a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
}

@media(max-width:667px) {
    .left_form {
        float: left;
        width: 100%;
    }
    .right_form {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .comments-grid-right ul {
        font-size: 0.5rem;
    }
   
}
@media(max-width:425px) {
    .comments-grid ul li a{
    padding: 2%;
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-width: 380px;
}
.comments-grid ul li a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
}

@media(max-width:375px) {
   .comments-grid ul li a{
    padding: 2%;
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-width: 330px;
}
.comments-grid ul li a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
}

@media(max-width:320px) {
    .comments-grid ul li a{
    padding: 2%;
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-width: 275px;
}
.comments-grid ul li a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
}


/*--//responsive--*/
