/*详情页*/
.mycontent{background-color: #FFFFFF;}
.mycontent .mtitle span{
    font-size:12px;
    float:right;
    margin-top: 15px;
    font-weight: 100;
    color:#999;
}
.mycontent .m-content{padding-bottom: 25px;}
 .mycontent .m-content .ctitle,.mycontent .m-content .cinfo {
    border-bottom: 1px #DDD dotted;
     line-height: 2.5;
     text-align: center;
     margin: 0;
     padding:0;
 }
 .mycontent .newslist{list-style: none;padding-top:15px;
 }
.mycontent .newslist li{
    padding:15px;
    margin-bottom: 15px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8;
    -o-transition: all .8s;
    transition: all .8s;
    border-bottom: 1px #DDD dotted;
}
.mycontent .newslist li h3{font-weight: 300;font-size:20px; margin-bottom: 10px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8;
    -o-transition: all .8s;
    transition: all .8s;
}
.mycontent .newslist lip{font-weight: 300;font-size:14px;color:#888;padding:0;margin-top: 10px;}
.mycontent .newslist li:hover{background-color: #e6e6e6;}
.mycontent .newslist li:hover h3{
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);}