body{
    width: 100vw;
    height: 100vh;
    background: url("/images/yfzxbg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}
body * {
    font-size: 14px;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width:5px;
    background-color: #f4f4f4;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius:5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:2px;
    background: #ccc;
}
header{
    background-color: #d3151a;
    color: #fff;
    width: 100%;
}
a,
a:active,
a:visited{
    color: inherit;
}
header ul{
    width: 965px;
    margin: 0 auto;
}
header ul li{
    padding: 6px 0;
    position: relative;
}
header ul a{
    display: block;
    padding: 0 15px;
    font-size: 16px;
    border-right: 1px solid #fff;
}
header ul li:last-of-type a{
    border-right: 0;
}
header ul li:hover{
    background-color: #ED7418;
}
header ul li.on{
    background-color: #ED7418;
}
.toplogo img{
    vertical-align: middle;

}
.toplogo{
    width: 965px;
    margin: 10px auto 0;
}
.toplogo .fr{
    font-size: 24px;
    font-weight: bold;
    color: #d3151a;
}
.toplogo div{
    height: 70px;
    line-height: 70px;
}
.content{
    width: 965px;
    margin: 10px auto 0;
    /*border: 1px solid #ccc;*/
    /*background-color: #fff;*/
    /*border-top: 5px solid #d3151a;*/
    height: calc(100vh - 150px);
    overflow: auto;
    padding: 20px;
    /*box-shadow: 0 12px 5px -10px rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.1);*/
    /*-webkit-box-shadow: 0 12px 5px -10px rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.1);*/
}
h1.title{
    border-left: 5px solid #d3151a;
    color: #ED7418;
    padding: 2px 5px;
    font-size: 16px;
    margin-bottom: 40px;
}
h2.title{
    text-align: left;
    padding-left: 10px;
}
.page{
    border: 1px solid #d3151a;
    width: 340px;
    margin: 0 auto;
}
.page-title{
    background-color: #ED7418;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    color: #fff;
}
.page-content{
    padding: 15px 25px;
    background-color: #fff;
}
.page a:hover{
    color: #ED7418;
    text-decoration: underline;
}
.navlist{
    position: absolute;
    left: 0;
    top: 34px;
    background-color: #d3151a;
    width: 180px;
    padding: 5px 0;
    display: none;
    z-index: 100;
}
.navlist dd{
    padding: 0 8px;
}
.navlist dd a{
    font-size: 14px;
    border-right: 0;
    display: block;
    padding: 4px 3px;
    border-bottom: 1px solid #fff;
}
.navlist dd a:hover{
    background-color: #ED7418;
}
.navlist dd:last-of-type a{
    border-bottom: 0;
}
header ul li:hover dl.navlist{
    display: block;
}
.listcontent{
    width: 965px;
    margin: 10px auto 0;
    /*height: calc(100vh - 150px);*/
    /*border-radius: 5px;*/
    overflow: auto;
    /*padding: 20px;*/
}
.listcontent:after{
    clear: both;
    display: block;
    content: '';
}
.leftNav{
    float: left;
}
.leftNav ul{
    max-height: 290px;
    overflow: hidden;
    padding: 10px 0;
    border-top: 5px solid #d3151a;
    background-color: #fff;
    width: 240px;
    box-shadow: 0 12px 5px -10px rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 12px 5px -10px rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.1);
}
.leftNav ul li{
    padding: 0 10px;
}
.leftNav ul li.on{
    background-color: #ED7418;
}
.leftNav ul li.on a{
    color: #fff;
}
.leftNav ul a{
    display: block;
    padding: 10px 5px;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.leftNav ul li:hover{
    background-color: #ED7418;
}
.leftNav ul li:hover a{
    color: #fff;
}
.leftNav ul li:last-of-type a{
    border-bottom: 0;
}
.navline li{
    float: left;
    height: 20px;
    line-height: 20px;
    color: #ED7418;
    padding-right: 20px;
    position: relative;
}
.navline li:after{
    content: '>';
    color: #808080;
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    height: 20px;
    line-height: 20px;
}
.navline li:last-of-type:after{
    content: '';
}
.navline a{
    color: #808080;
}
.navline a:hover{
    color: #ED7418;
    text-decoration: underline;
}
.rightlist{
    background-color: #fff;
    border-top: 5px solid #d3151a;
    float: right;
    width: calc(100% - 250px);
    padding: 10px;
    box-shadow: 0 12px 5px -10px rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 12px 5px -10px rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.1);
}
.childitem{
    height: calc(100vh - 170px);
    overflow: auto;
}
.childitem dt{
    border-left: 5px solid #d3151a;
    padding: 0 5px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.childitem dd{
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-left: 15px;
}
.childitem dd:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-left: 10px solid #808080;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.childitem dd a:hover{
    color: #ED7418;
    text-decoration: underline;
}
.article h1{
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}
.artocle-content > p{
    text-align: justify;
    padding-bottom: 10px;
    /*text-indent: 2em;*/
    line-height: 1.5em;
}
.artocle-content a{
    color: #488ffa;
    text-decoration: underline;
}
.artocle-content img,
.artocle-content table{
    max-width: 100%;
}