@charset "utf-8";
/*------------------------------------------------------进阶导航------------------------------------------------------*/
.advanced{
    padding:10px 0;
    background: #eee;
}
.advanced .content{
    position: relative;
    height:150px;
    overflow: hidden;
}
.advanced .content .list{
    position: absolute;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    height:100%;
}
.advanced .content .list li{
    position: relative;
    top:10px;
    left: 0;
    margin-left:10px;
    width: 260px;
    height:129px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.advanced .content .list li:first-child{
    margin-left: 0;
}
.advanced .content .list li:hover{
    top:4px;
    box-shadow: 0 6px 10px #bbb;
}
.advanced .content .list li span{
    position: absolute;
    width: 100%;
    height:100%;
    line-height: 129px;
    color: white;
    font-size: 16px;
    text-align: center;
    background: rgba(0,0,0,0.3);
}
.advanced .content .list li:hover span{
    color: red;
}
.advanced .content .list li img{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.advanced .content .list .son_current span{
    color: red;
    background: rgba(255,255,255,0.3);
}
.advanced .content .roll{
    display: none;
}
.advanced .content .roll li{
    position: absolute;
    top:50%;
    background: rgba(0,0,0,0.3);
    width:30px;
    height:30px;
    text-align: center;
    line-height: 30px;
    color: red;
    font-size: 16px;
    margin-top:-15px;
    cursor: pointer;
    z-index: 2;
}
.advanced .content .roll li:hover{
    background: rgba(255,0,0,0.2);
    color: white;
}
.advanced .content .roll li:first-child{
    left:0;
}
.advanced .content .roll li:last-child{
    right:0;
}
/*------------------------------------------------------左边部分------------------------------------------------------*/
.main{
    padding-top: 35px;
    background: #eee;
}
.main .content{
    padding-bottom:50px;
}
.main .content .left{
    float: left;
    width:380px;
    background: white;
}
.main .content .left h3{
    width: 100%;
    background: #e4393c;
    font-size: 25px;
    color: white;
    text-align: center;
    padding: 5% 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main .content .left .like{

}
.main .content .left .like ul{

}
.main .content .left .like ul li{
    margin-top: 5px;

}
.main .content .left .like ul li a{
    display: block;
    width: 350px;
    margin: 0 auto;
    padding:8px;
    background: #eee;
    position: relative;
    top:0;
    left:0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main .content .left .like ul li a .img{
    position: relative;
    width: 100%;
    height:145px;
    overflow: hidden;
}
.main .content .left .like ul li a .img img{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main .content .left .like ul li a h4{
    padding-top:8px;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main .content .left .like ul li a:hover{
    top:-3px;
    box-shadow: 0 5px 10px #ccc;
}
.main .content .left .like ul li a:hover .img img{
    width: 120%;
    top:-10%;
    left: -10%;
}
.main .content .left .like ul li a:hover h4{
    color:red;
}
.main .content .left .tags{
    margin-top:20px;
    padding-bottom:20px;
}
.main .content .left .tags ul{

}
.main .content .left .tags ul li{
    float: left;
    margin-left: 5px;
    margin-top:5px;
}
.main .content .left .tags ul li a{
    display: block;
    padding:5px 10px;
    color: #777;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main .content .left .tags ul li a:hover{
    background: red;
    color: white;
}
/*------------------------------------------------------右边部分------------------------------------------------------*/
.main .content .right{
    float: right;
    width: 890px;
    background: white;
}
.main .content .right .info{

}
.main .content .right .info .title{
    width: 850px;
    margin: 0 auto;
    border-bottom:1px solid #aaa;
}
.main .content .right .info .title h1{
    font-size: 25px;
    font-weight: normal;
    margin-top: 20px;
    line-height: 38px;
}
.main .content .right .info .title .title-info{
    margin-top:20px;
    margin-bottom:10px;
}
.main .content .right .info .title .title-info div{
    float: left;
    margin-right:25px;
}
.main .content .right .info .title .title-info div i{
    float: left;
    width:20px;
    height:20px;
}
.main .content .right .info .title .title-info div span{
    float: left;
    line-height: 20px;
    margin-left: 5px;
}
.main .content .right .info .title .title-info .date i{
    background: url("../images/ico.png") 1px -18px;
}
.main .content .right .info .title .title-info .source i{
    background: url("../images/ico.png") -92px -18px;
}
.main .content .right .info .title .title-info .author i{
    background: url("../images/ico.png") -55px -37px;
}
.main .content .right .info .title .title-info .click i{
    background: url("../images/ico.png") -93px -37px;
}
.main .content .right .info .article{
    width: 850px;
    margin: 0 auto;
}
.main .content .right .info .article h3{
    margin-top: 20px;
    font-size: 20px;
}
.main .content .right .info .article p{
    font-size: 16px;
    line-height: 30px;
    margin-top:20px;
    word-wrap: break-word;
    font-family: "微软雅黑", "黑体";
}
.main .content .right .info .article strong,.main .content .right .info .article h1,.main .content .right .info .article h2,.main .content .right .info .article h4,.main .content .right .info .article h5,.main .content .right .info .article h6,.main .content .right .info .article a,.main .content .right .info .article b,.main .content .right .info .article i,.main .content .right .info .article span,.main .content .right .info .article li,.main .content .right .info .article div{
    font-size: 16px;
}
.main .content .right .info .article h1{
    line-height: 30px;
    margin-top:20px;
}
.main .content .right .info .article a{
    color: #00aefd;
    text-decoration: underline;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main .content .right .info .article a:hover{
    color: red;
}
.main .content .right .info .article img{
    max-width: 100%;
}
.main .content .right .info .page{
    width: 850px;
    margin: 50px auto;
    font-size: 0;
}
.main .content .right .info .page li{
    display: inline-block;
    border:1px solid #ccc;
    margin-right: 8px;
}
.main .content .right .info .page .disabled{

}
.main .content .right .info .page li a{
    display: block;
    padding:5px 12px;
    font-size: 16px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main .content .right .info .page li span{
    display: block;
    padding:5px 12px;
    font-size: 16px;
}
.main .content .right .info .page .disabled span{
    color: #ccc;
    cursor: not-allowed;
}
.main .content .right .info .page .current span{
    background: #00aefd;
    color: white;
    cursor: not-allowed;
}
.main .content .right .info .page li a:hover{
    background: red;
    color: white;
}

.main .content .right .info .statement{
    width: 850px;
    margin: 30px auto;
    background: #eee;
    padding:10px 0;
    text-indent: 30px;
    font-size: 16px;
}