.banner{
    height: 644px;
}
.content{
    position: relative;
}
.mod_list .row {
    margin-top: 100px;
}
.anim {
    -webkit-animation: rowfadein 3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation: rowfadein 3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@-webkit-keyframes rowfadein {
    0% {
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rowfadein {
    0% {
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.video{
    display: none;
}
.transition {
    opacity: 0;
}
.mod_list .row .seearticle {
    text-align: center;
    margin-top: 10px;
}
.mod_list .row .seearticle a {
    width: 120px;
    height: 40px;
    padding-right: 20px;
    overflow: hidden;
    display: inline-block;
    font: 18px/40px "Microsoft Yahei";
    color: #333333;
    text-align: center;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 20px;
    text-decoration: none;
}
.mod_list .row .seearticle a:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../images/arrow.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 17px;
}
.mod_list .row .r_close {
    position: relative;
}
.page {
    width: 1000px;
    margin: 0px auto;
    color: #000000;
}
.mod_list .row .r_close .detail {
    margin-bottom: 15px;
    position: relative;
}
.mod_list .row .r_close .detail h2 a{
    font: bold 32px/36px "Microsoft Yahei";
    color: #000000;
}
.mod_list .row .r_close .detail h2 {
    font: bold 32px/36px "Microsoft Yahei";
    color: #000000;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 25px;
    position: relative;
}
.mod_list .row .r_close .detail h2:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 16px;
}
.mod_list .row .r_close .detail p {
    font: 20px/40px "Microsoft Yahei";
    color: #666666;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 25px;
}
.mod_list .row .r_close .photo {
    width: 1000px;
    height: 560px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.mod_list .row .r_close .photo .video_icon {
    width: 70px;
    height: 70px;
    background: url(../images/play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}
.mod_list .row .r_open {
    background: #f6f6f6;
    height: 0px;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    margin-top: 30px;

}
.mod_list .row .r_open .open_hd {
    border-bottom: 1px #cccccc solid;
    padding: 32px 0px;
    position: relative;
}
.mod_list .row .r_open .open_bd {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
}
.mod_list .row .open_end {
    height: 29px;
    background: url(../images/end.png) no-repeat center;
    margin: 60px auto 0px;
    padding-bottom: 100px;
}
.mod_list .row .r_open .open_hd .hd_l h2 {
    font: bold 36px/62px "Microsoft Yahei";
    color: #323232;
}
.mod_list .row .r_open .open_hd .hd_l p {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
}
.mod_list .row .r_open .open_hd .hd_l p span {
    margin: 0px 5px;
}
.right_sidebar {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 540px;
}
.share_component {
    position: relative;
}
.share_component ul {
    margin: 0 auto;
    width: 41px;
}
.share_component .totop a {
    background-position: 0px 0px;
}
.share_component li {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.share_component li a {
    background: url(https://static.ws.126.net/163/f2e/news/love_my_life_pc/images/share_icons.png) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    overflow: hidden;
}
.share_component .wx a {
    background-position: 0px -50px;
}
.share_component .wb a {
    background-position: 0px -100px;
}
.share_component .qzone a {
    background-position: 0px -150px;
}
.share_component.fixed {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: 540px;
}
.share_component .share_qrcode {
    padding: 4px;
    border: 1px solid #ddd;
    position: absolute;
    width: 96px;
    height: 96px;
    left: -126px;
    top: 56px;
    background: #fff;
    display: none;
}
.mod_list .row .seearticle .closebtn:after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
#footer{
    border-top: 1px solid #dcdcdc;
    background-color: #fafafa;
}
#footer .footer-box {
    width: 1000px;
    margin: 0 auto;
}
#footer .friendLinks{
    text-align: center;
    margin: 0 20px;
    padding-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}
#footer .friendLinks ul{
    font-size: 0;
}
#footer .friendLinks li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    padding: 10px 14px;
    height: 14px;
}
#footer .friendLinks a{
    color: #000;
    font-size: 14px;
}
#footer .friendLinks a:hover{
    text-decoration: underline;
}
#footer .info{
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}
#footer .info.w1200{
    width: 1160px;
}
#footer .info > div{
    float: left;
}
#footer .info .footerLeft img{
    display: block;
    margin-top: 3px;
    margin-right: 20px;
}
#footer .info .footerLeft a{
    display: inline-block;
    *display:inline;
    *zoom: 1;
}
#footer .info .footerCenter{
    text-align: left;
}
#footer .info .footerCenter p{
    color: #666666;
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
}
#footer .info .footerCenter p:first-child{
    padding-top: 0;
}
#footer .info .footerCenter p a{
    color: #666666;
}
#footer .info .footerCenter p a:hover{
    text-decoration: underline;
}
#footer .info .footerRight{
    float: right;
    font-size: 0;
    padding-top: 10px;
}
#footer .info .footerRight a{
    display: inline-block;
    *display:inline;
    *zoom: 1;
    margin-right: 10px;
}
#footer .info .footerRight .hd315{
    background: url("../images/hd315.png") no-repeat;
    width: 35px;
    height: 37px;
}
#footer .info .footerRight .beian{
    background: url("../images/beian.png") no-repeat;
    width: 34px;
    height: 37px;
}
#footer .info .copyright{
    display: none;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}