.blog-posts-box{
    padding-top: 30px;
}
.blog-side-box{
    padding-top: 30px;
}
.blog-serach {
    background-color: #ffffff;
    color: #929396;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #dbdbdb;
    text-align: right;
    margin-bottom: 15px;
    outline: none;
}
.blog-serach:focus{
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
    background-color: #fff;
}
.blog-banner{
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
    display: block;
    transition: all 0.2s ease-out
}
.blog-banner:hover{
    opacity: 0.8;
}
.blog-banner img{
    width: 100%;
    display: block;
    clear: both;
    margin: 0 auto;
}
.blog-post-box {
    border: 1px solid #bbbbbb;
    background-color: #fff;
    padding: 15px;
    color: #000;
    margin-bottom: 20px;
}
.blog-post-box h2{
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
}

.blog-post-detail {
    border-bottom: 1px dotted #c4c4c4;
    margin-bottom: 15px;
    margin-top: 10px;
}

.blog-post-comment {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 40px;
}
.blog-post-comment img{
    margin-left: 5px;
}
.blog-post-comment span{
    color: #acacac;
}
.blog-post-writer {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 40px;
}
.blog-post-writer img{
    margin-left: 5px;
}
.blog-post-writer span{
    color: #acacac;
}
.blog-post-writer p{
    color: #3f73ff;
    display: inline-block;
    margin-right: 5px;
}

.blog-post-social {
    margin-top: 15px;
}

.blog-post-social-icon {
    float: left;
    margin: 2px 3px 2px 0;
}
.blog-post-social-icon:hover {
    opacity: 0.8;
}

.blog-post-social-icon img{
    
}

.blog-post-pic {
    width: 100%;
    margin-bottom: 15px;
}
.blog-post-pic:hover{
    opacity: 0.8;
}
.blog-post-video {
    width: 100%;
    margin-bottom: 15px;
    float: right;
}
.blog-post-pic img{
    width: 100%;
}

.blog-yellow-box{
    margin: 15px auto;
    max-width: 640px;
    background-color: rgb(255, 252, 204);
    border: 3px dashed rgba(0, 0, 0, 0.7);
    padding: 15px;
}
.blog-post-state1 {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    float: none;
    display: table;
}
.blog-yellow-box h2{
    color: #000;
    font-size: 30px;
}
.blog-yellow-box h3{
    color: #961b1e;
}
.blog-yellow-box p{
    color: #000;
}
.blog-yellow-box input{
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    height: 45px;
    padding: 0 10px;
    background: #FFF;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}
.blog-yellow-box button{
    width: auto;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    text-shadow: #c66303 1px 1px 0.5;
    padding: 8px 20px;
    border: none;
    border-bottom: solid 4px #c66303;
    background: #eb7909;
    outline: none;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.blog-yellow-box button:hover{
    border-bottom: solid 4px #c66303;
    background: #ebae09;
}

.blog-post-text p{
    font-size: 14px;
    line-height: 25px;
}

.blog-post-more-bt {
    color: #0e98cc;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-top: 15px;
}
.blog-post-more-bt:hover{
    color: #444;
}
.blog-post-more-bt img{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.blog-post-state2 {
    margin: 20px auto;
    max-width: 550px;
    text-align: center;
    font-size: 18px;
    float: none;
    display: table;
}
.blog-post-state2 h2{
    font-size: 18px;
    margin: 15px 0;
}

.post-st-bt1 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100%;
    border-color: #2e5407;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    background: rgba(71, 204, 39, 1);
    -pie-background: linear-gradient(rgba(71, 204, 39, 1) 45%, rgba(94, 140, 20,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(71, 204, 39, 1)), color-stop(1, rgba(94, 140, 20,1)));
    background: -moz-linear-gradient(rgb(71, 204, 39) 45%, rgb(94, 140, 20));
    background: -o-linear-gradient(rgb(71, 204, 39) 45%, rgb(94, 140, 20));
    background: linear-gradient(rgb(71, 204, 39) 45%, rgb(94, 140, 20));
    -webkit-box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    padding: 10px;
}
.post-st-bt1:hover{
    border-color: #128c0d;
    background: rgba(188, 227, 2, 1);
    -pie-background: linear-gradient(rgba(188, 227, 2, 1) 45%, rgba(188, 168, 17,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(188, 227, 2, 1)), color-stop(1, rgba(188, 168, 17)));
    background: -moz-linear-gradient(rgb(188, 227, 23) 45%, rgb(188, 168, 17));
    background: -o-linear-gradient(rgb(188, 227, 23) 45%, rgb(188, 168, 17));
    background: linear-gradient(rgb(188, 227, 23) 45%, rgb(188, 168, 17));
    -webkit-box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    color: #000;
}
.post-st-bt2 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100%;
    border-color: #070754;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    background: rgba(39, 110, 204, 1);
    -pie-background: linear-gradient(rgba(39, 110, 204, 1) 45%, rgba(20, 50, 140, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(39, 110, 204, 1)), color-stop(1, rgba(20, 50, 140, 1)));
    background: -moz-linear-gradient(rgba(39, 110, 204, 1) 45%, rgba(20, 50, 140, 1));
    background: -o-linear-gradient(rgba(39, 110, 204, 1) 45%, rgba(20, 50, 140, 1));
    background: linear-gradient(rgba(39, 110, 204, 1) 45%, rgba(20, 50, 140, 1));
    -webkit-box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    padding: 10px;
}
.post-st-bt2:hover{
    border-color: #0d598c;
    background: rgba(45, 235, 197, 1);
    -pie-background: linear-gradient(rgba(45, 235, 197, 1) 45%, rgba(29, 184, 171, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(45, 235, 197, 1)), color-stop(1, rgba(29, 184, 171, 1)));
    background: -moz-linear-gradient(rgba(45, 235, 197, 1) 45%, rgba(29, 184, 171, 1));
    background: -o-linear-gradient(rgba(45, 235, 197, 1) 45%, rgba(29, 184, 171, 1));
    background: linear-gradient(rgba(45, 235, 197, 1) 45%, rgba(29, 184, 171, 1));
    -webkit-box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    color: #000;
}

.blog-post-state3 {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    float: none;
    display: table;
}
.blog-post-state3 h2{
    color: #ec2028;
    font-size: 26px;
}

.blog-post-vote {
    border: 1px solid #a0a0a0;
    padding: 15px;
    margin-bottom: 15px;
}
.blog-post-vote h3{
    font-size: 20px;
    margin-top: 0;
}
.blog-vote-item{
    margin: 15px 0;
    display: inline-block;
}
.blog-vote-item span{
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.blog-vote-item input{
    margin-top: -2px;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.blog-vote-bt {
    padding: 10px 30px;
    color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    background-color: #143f70;
    border: none;
}
.blog-vote-bt:hover {
    background-color: #0c2e54;
}

.blog-vote-link {
    color: #143f70;
    clear: both;
    margin: 30px auto 0 auto;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
}
.blog-vote-link:hover {
    color: #000;
}
.blog-vote-item b{
    margin-left: 5px;
    font-size: 14px;
}
.blog-vote-bar {
    height: 8px;
    background-color: #c6d5e3;
    border: 1px solid #d6d7d9;
}

.blog-vote-resault {
    margin-top: 20px;
    display: inline-block;
}

.blog-vote-bar-box {
    background-color: #f0f0f0;
    margin-top: 5px;
}

.blog-post-state4 {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    float: none;
    display: table;
}
.blog-post-state4 h3{
    color: #0078bb;
    font-size: 18px;
}
.blog-post-state4 h2{
    color: #000;
    
}

.blog-post-book {
    border: 1px solid #a0a0a0;
    text-align: center;
    margin-bottom: 10px;
}
.blog-post-book img{
    width: 100%;
    max-width: 350px;
}

.blog-post-book-text {
    text-align: right;
}
.blog-post-book-text h2{
    text-align: center;
    color: #143f70;
    margin-bottom: 20px;
}
.blog-post-book-text ul{
    margin-bottom: 15px;
}
.blog-post-book-text ul li{
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-post-state5 {
    margin: 20px auto;
    text-align: right;
    font-size: 18px;
    float: none;
    display: table;
}

#blog-timer {
    margin-top: 15px;
}

.blog-widget {
    max-width: 400px;
    margin: 0 auto 15px auto;
    display: table;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    float: none;
}

.blog-widget-head {
    background: #003c71;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.blog-widget-item {
    padding: 0 10px;
    margin: 10px 0;
    transition: all 0.2s ease-out;
}
.blog-widget-item:hover {
    opacity: 0.8;
}
.blog-widget ul{
    list-style: none;
    padding: 0 10px 10px 10px;
    float: right;
}
.blog-widget ul li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}
.blog-widget ul li a{
    color: #2169b3;
    transition: all 0.2s ease-out;
}
.blog-widget ul li a:hover{
    color: #0b2a4a;
}
.blog-widget-banner{
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: all 0.2s ease-out
}
.blog-widget-banner:hover{
    opacity: 0.8;
}
.blog-widget-social {
    width: 100%;
    max-width: 24%;
    padding: 2px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.2s ease-out
}
.blog-widget-social:hover {
    opacity: 0.8;
}

.blog-widget-social-box {
    padding: 10px 5px;
    float: right;
}

.blog-widget-inner {
    padding: 10px;
}

.banner-little {
    margin-bottom: 10px;
}
.blog-widget-inner .banner-little:last-child{
    margin: 0;
}
.post-inner-bt {
    margin: 20px auto;
    max-width: 550px;
    text-align: center;
    font-size: 18px;
    float: none;
    display: block;
}

.blog-post-content p{
    font-size: 14px;
    line-height: 25px;
}

.blog-post-banner:hover {
    opacity: 0.8;
}

.post-in-banner {
    border: 1px solid #a0a0a0;
    padding: 15px;
    margin: 15px auto;
}
.comments-title span{
    background-color: #f1f1f1;
}