.disnone {
display: none;
}
.content_wrap{
clear:left;
}  #analytics_tab {
background: #fff;
}
#analytics_tab ul.change_tab{
width: 100%;
display: table;
border-radius: 5px;
}
#analytics_tab ul.change_tab li {
position: relative;
display: table-cell;
text-align: center;
background: #fafafa;
color: #323232;
padding: 6px;
border-right: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
cursor: pointer;
}
#analytics_tab ul.change_tab li:nth-child(2) {
border-right: none;
border-left: none;
}
#analytics_tab ul.change_tab li.select {
background: #FF5700;
color: #fff;
}
#analytics_tab ul.change_tab li.select:after {
content: "";
position: absolute;
bottom: -6px;
left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #FF5700 transparent transparent transparent;
}
#analytics_tab ul.change_tab li span {
font-size: 14px;
text-align: center;
}
#analytics_tab ul.content_wrap li {
border-bottom: 1px solid #e1e1e1;
}
#analytics_tab ul.content_wrap li:first-child {
border-top: 1px solid #e1e1e1;
}
#analytics_tab ul.content_wrap li:last-child {
border-bottom: none;
}
#analytics_tab ul.content_wrap li a {
padding: 12px 8px;
display: block;
overflow: hidden;
-webkit-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
}
#analytics_tab ul.content_wrap li a .post_img {
float: left;
position: relative;
}
#analytics_tab ul.content_wrap li a .post_img span {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: rgba(0,0,0,0.7);
padding: 4px;
text-align: center;
font-size: 11px;
}
#analytics_tab ul.content_wrap li a .post_ttl {
margin-left: 48px;
font-size: 14px;
color: #323232;
}
#analytics_tab ul.content_wrap li:hover a .post_ttl {
color: #FF5700;
}  ul.xeory-postviews li {
margin-bottom: 20px;
}
ul.xeory-postviews li:first-child {
margin-top: 20px;
}
ul.xeory-postviews li a {
display: block;
overflow: hidden;
color: #323232;
}
ul.xeory-postviews li a {
display: block;
overflow: hidden;
color: #323232;
}
ul.xeory-postviews li a .post_img img{
float: left;
box-shadow: 0 0 5px rgba(50, 50, 50, 0.15);
}
ul.xeory-postviews li a .post_ttl {
margin-left: 56px;
font-size: 14px;
}