div#secondseo {
    font-family: 'Prompt';
}
 a,a:visited{
    color:#fff;
    text-decoration:none
}
a:hover{
    text-decoration:none
}
a img{
    border:none;
}
a:focus,a:hover,a:active{
    outline:none
}
li{
    list-style:none
}
ul{
    list-style:none
}
ul a{
    color:#ccc
}
blockquote{
    background:#0f0f0f;
    margin:0 25px 15px;
    color:#818181;
    padding:10px 10px 0;
    border:1px solid #1f1f1f;
    text-align:justify
}
code{
    background:#121212;
    padding:1px
}
.right{
    float:right;
    overflow:hidden
}
.left{
    float:left;
    overflow:hidden
}
.clear{
    clear:both;
    display:block
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
#wrap{
    width:1200px;
    margin:0 auto;
}
.notice{
    width:100%;
    float:left;
    padding:0;
    background:#060606;
    border:0 solid #333;
    box-sizing:border-box;
    text-align:center;
    color:#eee;
    font-size:16px;
    font-weight:300
}
.content-main,.content-left,.content-right{
    padding:4px;
    box-sizing:border-box
}
.content-main{
    float:left;
    width:100%;
    padding-left:0;
    padding-right:0
}
.content-left{
    float:left;
    
    padding-left:0
}
.content-right{
    float:left;
    width:20%;
    padding-right:0
}
#content{
    margin:0 auto;
    color:#fff;
    float:left;
    width:100%
}
#content h1{
    color:#fff;
    font-size:20px;
    line-height:34px;
    font-weight:400;
    margin:0
}
#content h1 a #content h1 a:hover{
    color:#fff
}
#content .breadcrumb{
    float:right;
    color:#000;
    width:30%;
    box-sizing:border-box;
    font-size:16px;
    line-height:30px;
    text-align:right
}
#content .breadcrumb a{
    color:#000;
    text-transform:none;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear
}
#content .breadcrumb a:hover{
    color:#a91b33;
    text-decoration:none
}
.box{
    width:100%;
    float:left;
    padding:0;
    box-sizing:border-box;
}
.box-header,.box h3{
    border-left: solid 3px red;
    float:left;
    width:100%;
    margin:0;
    background-color:#313234;
    padding:8px;
    height:43px;
    border-bottom:1px solid #333;
    color:#fff;
    font-size:18px;
    font-weight:400;
    text-transform:none;
    box-sizing:border-box
}
.box-header ul{
    float:left;
    list-style:none;
    margin:-6px 0 0 -3px;
    padding:0
}
.box-header li.menu-item{
    margin:-2px -11px 0 0;
    padding:0 11px 0 0;
    float:left;
    list-style:none
}
.box-header li.menu-item a{
    color:#fff;
    display:block;
    font-size:18px;
    font-weight:400;
    line-height:24px;
    text-transform:uppercase;
    padding:10px 20px 4px 29px
}
.box-header li.menu-item a:hover,.box-header li.current-menu-item a:active{
    color:#000;
    margin:0 10px 0 0;
    padding:10px 10px 2px 20px;
    text-decoration:none
}
.box-header li.current-menu-item{
    margin:-2px -20px 0 0;
    padding:0 11px 0 0;
    float:left;
    list-style:none
}
.box-header li.current-menu-item a{
    color:#fff;
    display:block;
    font-size:18px;
    font-weight:400;
    line-height:24px;
    text-transform:uppercase;
    padding:10px 20px 4px 29px
}
.box-header li.current-menu-item a:hover,.box-header li.current-menu-item a:active{
    color:#000;
    margin:0 10px 0 0;
    padding:10px 10px 2px 29px;
    text-decoration:none
}
.box-content{
    padding:4px
}
.header{
    margin:0;
    padding:0;
    overflow:hidden;
    width:100%
}
.header-left{
    width:40%;
    float:left;
    padding:10px;
    box-sizing:border-box
}
.header-logo{
    float:left;
    margin-left:0
}
.header-logo img{
    border:none;
    margin:0;
    padding:0;
    width:85%
}
.header-social{
    width:40%;
    display:none;
    float:left;
    padding:15px 10px 10px
}
.header-right{
    width:60%;
    float:left;
    padding:10px;
    box-sizing:border-box;
    text-align:right
}
.header-search{
    float:right;
    border-radius:3px;
    max-width:300px;
    padding:2px;
    margin-top:30px
}
.header-search-icon{
    float:left;
    border:1px solid #ccc;
    border-right:none;
    border-radius:3px 0 0 3px;
    background:#fff;
    width:20px;
    height:20px;
    padding:4px;
    color:#555;
    text-align:center
}
.header-search-icon i.fa{
    margin-top:1px;
    font-size:18px
}
.header-search-input{
    font-family: 'Prompt';
    float:left;
    border: rgba(255,255,255,.1);
    background: rgb(0 0 0 / 55%);
    color: white;
    font-size:14px;
    outline:none;
    padding:10px
}
.header-search-button{
    color:#fff;
    float:left;
    border:rgba(255,255,255,.1);
    border-left:none;
    border-radius:0 3px 3px 0;
    font-size:14px;
    height:20px;
    padding: 10px;
    box-sizing:content-box;
    background: rgba(255,255,255,.1);
     outline:none
}
.header-title{
    float:right;
    font-size:16px;
    margin-bottom:0
}
.header-title a{
    color:#eee;
    font-weight:300;
    text-decoration:none
}
.header-title a:hover{
    color:#bdbd8c
}
.navbar{
    color:#fff;
    width:100%;
    background: #232323;
    border-bottom: solid 1px #d1292a;
    position:relative;
    min-height:50px;
    box-sizing:border-box;
    text-align:center;
    padding:0;
    margin-bottom:4px
}
.nav{
    box-sizing:border-box;
    border-radius: 2px;
    padding:0;
    margin:0;
    overflow:hidden
}
.nav li{
    float:left;
    display:block;
    position:relative
}
.nav li a{
    position:relative;
    display:block;
    padding: 15px 20px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    font-weight:400;
    transition:.3s
}
.nav li:first-child a{
    border-left:none
}
.nav li:last-child a{
    border-right:none
}
.nav li a,.nav li a:link,.nav li a:visited{
}
.nav li a:hover,.nav li a:active{
    color: #d1292a;
    border-radius: 2px;
}
.nav li li a,.nav li li a:link,.nav li li a:visited{
    background:#333;
    color:#ccc;
    font-size:11px;
    font-weight:400;
    text-transform:uppercase;
    float:none;
    margin:0;
    padding:3px 5px;
    border-bottom:1px solid #242424;
    border-left:1px solid #161616;
    border-right:1px solid #242424;
    border-top:1px solid #414141
}
.nav li li a:hover,.nav li li a:active{
    background:#333;
    color:#ccc;
    padding:3px 5px;
    border-bottom:1px solid #242424;
    border-left:1px solid #191919;
    border-right:2px solid #97c000;
    border-top:1px solid #414141
}
.nav li ul.sub-menu{
    float:left;
    margin-left:-2px;
    padding:0;
    border:1px solid #0e0e0e;
    width:142px;
    box-shadow:0 0 2px 2px #111
}
.rss-icon{
    background:url(images/html-icon.png) 0 0 no-repeat;
    width:60px;
    height:60px;
    border:0;
    margin:0;
    padding:0;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear
}
.rss-icon:hover{
    background:url(images/html-icon.png) 0 -68px no-repeat
}
.fb-icon{
    background:url(images/html-icon.png) -146px 0 no-repeat;
    width:60px;
    height:60px;
    border:0;
    margin:0;
    padding:0;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
    transition:all .3s linear;
    -o-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -webkit-transition:all .3s linear
}
.fb-icon:hover{
    background:url(images/html-icon.png) -146px -68px no-repeat
}
#footer{
    width:100%;
    margin:1px auto;
    background-color: #00000030;
    border-radius: 15px;
    min-height:60px;
    padding:0;
    border:1px solid #292929
}
#footer p{
    color:#fff;
    font-size:11px;
    margin:0;
    padding:9px 0 0
}
#footer a,#footer a:visited{
    color:#ccc;
    text-decoration:none
}
#footer a:hover{
    color:#fff;
    text-decoration:underline
}
#footer span{
    font-size:11px;
    color:#999;
    font-weight:700
}
.footer{
    margin:1px auto;
    padding:10px
}
.footeright{
    float:right;
    width:60px;
    color:#ccc;
	margin-right: 5%;
}
.footerleft{
    float:left;
    width:100%;
    text-align:center;
    color:#ccc
}
 