@CHARSET "UTF-8";


/**content可加背景图片**/
.content2{width:100%;background-color: #404040;padding-top: 30px;background-size:100%;}
.content2 .center{width:80%;height:100%;margin: 0 auto;}
.content2 .center .left{width:15%;;float: left;height:100%;}
.content2 .center .left div{width:100%;margin-top: 10px;background-color: rgba(26, 93, 173, 0.16);text-align: center;color:white;cursor: pointer;padding-top:5px;padding-bottom:5px;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content2 .center .left div:HOVER{
	background-color:#e84c3d;
}
.content2 .center .left div a{
	color:white;
	text-decoration: none;
}
.content2 .center .left .left_active{
	background-color: rgba(71, 245, 221, 0.66);
}
.content2 .center .right{width:84%;float: right;height:100%;}
.content2 .center .right .show{width:100%;background-color: white;padding:20px;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content2 .center .right .active{margin-top: 0px;}








.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
@media (min-width: 768px)
.lead {
    font-size: 21px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.blogpost {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin: 0 0 0px;
    position: relative;
}

.object-visible, .touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}
.blogpost .blogpost-body {
    padding: 20px 20px 0 20px;
    min-height: 140px;
}

.blogpost .post-info {
    background-color: #e84c3d;
    color: #fff;
}

.blogpost .post-info {
    float: left;
    top: 0;
    left: 25px;
    width: 80px;
    height: 90px;
    padding: 10px 15px;
    background-color: #e84c3d;
    color: #fff;
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogpost .post-info .day {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.blogpost .post-info .month {
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
}

.blogpost .blogpost-content {
    padding: 0 0 10px;
    margin-left: 100px;
    font-family: 微软雅黑;
}

.blogpost h2.title {
    margin-bottom: 0;
    margin-top: 0;
}

.blogpost h2.title a{
	color:grey;
	font-family: 微软雅黑;
	text-decoration: none;
	transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}

.blogpost h2.title a:HOVER {
	color:#e84c3d;
}

@media (min-width: 992px)
.title {
    margin-top: 0;
}


.blogpost .submitted {
    font-size: 12px;
    margin: 10px 0;
}
.content2 .center .right *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pr-5 {
    padding-right: 5px;
}
.blogpost footer {
    background-color: #f1f1f1;
    padding: 12px 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 2;
    clear: both;
}

.blogpost ul.links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pull-left {
    float: left;
}
.pull-left {
    float: left !important;
}

.link {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    text-align: right;
    margin-top: -15px;
    color:black;
    text-decoration:none;
    transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}

.link:HOVER {
	font-weight: bolder;
	  color:#e84c3d;
}


