.content_layout
{
    font-size:12px;
    margin:0;
    padding:0;
    color:#7e7b7b;
    line-height:25px;
    text-align:justify;
	margin:0 auto;
	display:table;
}
.content_layout img {
    max-width:100%;
    margin: 0 auto;
}
.content_layout a{
    text-decoration:none;
    color:#7e7b7b;
}
.content_layout a:hover{
    color:#de7d60;
}

.nav_ul{
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}
.nav_ul li{
    float:left;
    width:6.5%;
    margin-left:3.88888%;
    cursor: pointer;
}
.nav_ul li:first-child{
    margin-left:0;
}
.nav_ul li div{
    text-align:center;
    margin-top:5px;
    font-size:15px;
}

.clear_float{
    clear:both;
}
.new_layout{
    list-style:none;
    margin:0;
    padding:0;
    display:table;
}
.new_layout li{
    float:left;
}
.new_layout li:first-child{
    width:60%;
}
.new_layout li:last-child{
    width:34%;
    margin-left:5.8%;
    border:1px solid #efe8e8;
    border-radius:8px;
}
video {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.new_nav{
    list-style:none;
    width:90%;
    margin:2% auto 0 auto;
    padding:0;
    display:table;
}
.new_nav li{
    width:50% !important;
    float:left;
    text-align: center;
}
.new_nav li:last-child{
    border:0;
    margin-left: 0;
}
.activation{
    color:#de7d60;
}
.newtype_layout{
    width:90%;
    margin:2% auto 5% auto;
    display:none;
}
.activate{
    display:block;
}
hr{
    margin: 3% 0;
    border:1px dashed #ebe8e8;
}
.newlist_layout{
    margin:1% 0 4% 0;
    padding:0;
    list-style:none;
    width:48%;
    display:table;
    float:left;
}
.newlist_layout li{
    width:60% !important;
    margin:1%;
    height: 20px;
    overflow: hidden;
}
.newlist_layout li:last-child{
    border:0;
    margin-left:0;
}
.more_layout{
    float:right;
    border:1px solid #e1e1e1;
    padding:0px 2px;
    display:table;
    font-size: 12px;
    margin-top:20%;
}
