.box{
    width: 1100px;
    margin: 0 auto;
}
.detail_name{
    font-size: 24px;
    color: #333333;
    padding: 30px 10px;
}
.detail_small>span{
    font-size: 14px;
    color: #666;
}
.detail_small>span:nth-child(1){
    margin-right: 20px;
}
.icon-shu,.icon-xiazai{
    color:#1296DB;
}
/* 分页 */
.pagination span:hover{
    cursor: pointer;
}
.pagination a:hover{
    cursor: pointer;
}
.pagination li:hover{
    cursor: pointer;
}
.content{
    padding-bottom: 20px;
}
.content_head{
    margin: 20px 0;
}
.content_head_name:hover{
    cursor: pointer;
}
.content_head_name{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    border-bottom: 1px solid #ececec;
}
.msg_title>a{
    font-size: 14px;
    color: #333333;
    display:block;
    line-height:17px;
}
.msg_title>a:hover{
    cursor: pointer;
    color: red;
}
.time_eye_num>div{
    font-size: 14px;
    color: #999;
}
.item{
    border-bottom: 1px solid #ececec;
}
.left{
    box-shadow: 0 -8px 15px #f3f3f3;
}
.right_bottom {
    margin-top: 40px;
    box-shadow: 0 -8px 15px #f3f3f3;
    padding:20px;
}
.right_top {
    box-shadow: 0 -8px 15px #f3f3f3;
    padding: 20px;
}
.right_title {
    border-left: 3px solid red;
    font-weight: 500;
    font-size: 20px;
    margin-left: 20px;
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}