body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
span{
    color: #B8B8B8;
}
section{
    margin-bottom: 10px;
}
.title{
    padding:20px 0;
}
.yh-main{
    background-color: #f5f5f5;
}
.yh-main .thumbnail{
    height: 240px;
}

/*******************************顶部样式*******************************/
.yh-header .top-bar{
    height: 40px;
    line-height: 39px;
    border: 1px solid #e0e0e0;
}
.yh-header .yh-nav{
    background-color: #fff;
    margin-bottom: 0px;
    border: 0;
}
.yh-header .navbar-brand{
    height: 80px;
    padding: 15px 20px;
}
.yh-header .yh-nav .navbar-nav a{
    height: 80px;
    font-size: 16px;
    line-height: 50px;
    padding: 15px 30px;
}
.yh-header .yh-nav .navbar-nav a:hover{
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.yh-header .navbar-toggle{
    margin-top: 22px;
}
/*******************************顶部样式*******************************/

/*******************************左侧导航样式*******************************/
.yh-left-side li{
    list-style: none;
    margin: 5px 5px;
}
.yh-left-side li a{
    width: 100%;
    color: #000000;
    font-size: 16px;
    display: inline-table;
    margin-bottom: 5px;
    padding: 5px 5px;

}
.yh-left-side li a:hover{
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    transform: scale(1.1);
}
.yh-left-side ul{
    list-style: none;
    padding: 5px 0;
}
.yh-left-side .yh-ls-title{
    padding: 0 10px;
    border-left: 2px solid #000000;

    font-size: 15px;
}

/*******************************左侧导航样式*******************************/

/*******************************文本样式*******************************/
.yh-content img{
    width: 100%;
}
.yh-content .yh-content-title{
    border-bottom: 1px solid #e6e6e6;
}
.yh-content .yh-content-main{
    margin: 20px 0;

}
.yh-content .yh-content-main p{
    line-height: 40px;
    text-indent: 2em;
}
.yh-content{
    box-shadow: 0 0 10px #B8B8B8;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 30px;
}
.yh-content .yh-table td{
    border-top: 0;
    border-bottom: 1px solid #dddddd;
}
.yh-content .yh-pagenav ul{
    margin: 0;

}
.yh-content .yh-pagenav ul li{
    color: #000000;
}
/*******************************文本样式*******************************/

/*******************************底部样式*******************************/
.yh-footer{
    height: 220px;
    width: 100%;
    background-color: #202020;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding: 40px auto;
    font-size: 14px;
    line-height: 40px;
}
.yh-footer .yh-footer-info-1, .yh-footer .yh-footer-info-2{
    margin: 15px 0;
    border-right: 1px solid #e6e6e6;
    height: 150px;
    text-align: center;
}
.yh-footer .yh-footer-info-3{
    margin: 15px 0;
    height: 150px;
}
.yh-footer ul{
    list-style: none;
}
.yh-footer a, .yh-copyright a{
    color: #ffffff;
    text-decoration: underline;
}
.yh-footer .yh-copyright{
    font-size: 10px;
}
.yh-copyright{
    background-color: #111111;
    color: #FFFFFF;
}

@media screen and (max-width: 768px){
    .yh-copyright a::after, .yh-copyright span::after{
        white-space: pre;
        content: "\A";
    }
}

.gongan{
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/images/other/gongan.png") no-repeat;
}
/*******************************底部样式*******************************/
