@charset "utf-8";
.sidebar{float:left; width:24%;}
.maincontent{float:right; position: relative; width:76%;}
.maincontent .inbox{margin-left: 35px;}
.maincontent .detail{padding-right:0!important; padding-bottom:0!important;}
.maincontent .page_list{margin-bottom:15px;}

.parentname{position:relative; z-index:15; line-height:160%; padding:20px 15px 20px 56px; font-size:1.5em; color:#fff; background:url(../images/sidetop_bg.png) no-repeat; background-size: 100% 100%; border-radius: 8px 8px 0 0; font-weight: bold;}
.parentname span{line-height:1.4em; position: relative;}
.parentname:after{content: ''; width: 0; height: 0; border: transparent solid 10px; border-right-color: #005CB8; border-top-width: 0; position: absolute; left: -10px; top: 100%;}

.sidenav{position:relative; z-index:13; overflow:hidden; margin-left: 9px; border: 1px solid #E6F2FF; background: #F7FBFF; border-radius: 0 0 8px 8px; padding-left: 5px; padding-right: 5px;}
.sidenav li a{position:relative; display:block; padding-left: 46px; padding-right: 20px; padding-top: 24px; padding-bottom: 24px; font-size:1.25em; line-height:1.6; font-weight: bold;}
.sidenav li a:hover{color:#1977CA; font-weight: bold;}
.sidenav li.on a{color:#005CB8; background-color:#E8F3FF;}

.pagetitle{ border-bottom: 1px solid #DEDEDE;}
.pagetitle h2{display: inline-block; padding-bottom: 17px; padding-top: 5px; position: relative; font-size: 1.625em; color: #005CB8; font-weight: bold; }
.pagetitle h2:after{content:''; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; background: #BA2222; border-radius:2px;}

.pagetitle > .hd li{padding-bottom: 15px; padding-top: 8px;}

.pagelists .setModule:last-child{margin-bottom: 0;}

.infolist-page.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:30px; border-bottom-color: #CCCCCC;}


@media (max-width: 480px) {
	.res.infolist-page li a:before{top: 25px;}
}

.singlepage{clear:both; line-height:2.25; overflow:hidden;}
.singlepage p{margin:15px 0;}
.singlepage table,
.singlepage video,
.singlepage img{max-width:100%;}


@media (max-width: 1280px){
  .sidebar, .maincontent{float:none; width:100%;}
  .sidebar .inbox:after, .maincontent:before{display: none;}
  .maincontent .inbox{padding-left:0; margin-left: 0;}
  .maincontent .rel-appendixs{border-top-width:1px; border-top-style:dashed;}

  .m-sidebar{position:fixed; left:-200px; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.6)!important; width:200px!important; transition: all .3s; -webkit-transition:all .3s;}
  .m-sidebar.active{left: 0; box-shadow:0 0 5px rgba(0,0,0,0.4);}
  .m-sidebar-mark{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
  .m-sidebar > .inbox{overflow-y: auto; max-height: 100%; overflow-x:hidden;}
  .m-sidebar-icon{position:absolute; left:100%; bottom:0; z-index:13; width:60px; height:60px; background:url(../images/sidenav_open.png) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 8px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5); background-size: 45px 45px;}
  .m-sidebar-icon-open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
  .sidenav{padding-left: 0; padding-right: 0;}
  .sidenav li{margin-bottom:0; border-top:none;}
  .sidenav li a{padding-top: 12px; padding-bottom: 12px; padding-left: 25px; border-bottom:1px solid rgba(255,255,255,.8); text-align: left; font-weight: normal; font-size: 1.125em;}
	.sidenav li.on a:after{right: 15px;}
	.parentname{padding-left: 25px; border-radius: 0;}
  .parentname:after{display: none;}
  .sidenav{margin-left: 0; border-radius: 0;}
}


/* piclist */
.page-piclist li .txt{display:block; padding:15px; text-align:center; background-color:#f4f4f4; font-size: 1.125em;}
.page-piclist li .txt br{display: none;}
