@charset "utf-8";
.sidebar{float:left; width:20%;}
.maincontent{float:right; position: relative; width:80%;}
.maincontent .inbox{margin-left: 40px;}
.maincontent .detail{padding-right:0!important; padding-bottom:0!important;}
.maincontent .page_list{margin-bottom:15px;} 

.parentname{position:relative; z-index:15; padding:22px 15px 22px 30px; font-size:1.5em;display: none; color:#fff; background:#0064cf;  font-weight: bold;}
.parentname span{line-height:1.2; position: relative; z-index: 1;}
/* .parentname:before{content: ''; width: 26px; height: 26px; background: url(../images/list/sidetop_icon.png) no-repeat; background-size: 100% 100%; position: absolute; left: 30px; top: 26px;} */
.parentname:after{content: ''; width: 72px; height: 67px; background: url(../images/list/sidetop_icon_shadow.png) no-repeat; background-size: 100% 100%; position: absolute; right: 17px; bottom: 0;}

.sidenav{position:relative; z-index:15; overflow:hidden;}
.sidenav li a{position:relative; display:block;margin-top: 2px;background-color: #F5FAFF;color: #999999; padding-left: 30px; padding-right: 45px; padding-top: 11px; padding-bottom: 11px; font-size:1.25em; line-height:1.6;}
.sidenav li a:hover{color:#0066BA; font-weight: bold;}
.sidenav li.on a{color:#0066BA;font-weight: bold;}
/* .sidenav li.on a:after{content: ''; width: 10px; height: 17px; background: url(../images/list/sidebar_arrow.png) no-repeat; background-size: 100% 100%; position: absolute; right: 22px; top: 50%; margin-top: -5px;} */
/* .sidenav li.on a::before{content: ''; width: 3px; height: 20px;background-color: #0066BA; position: absolute; left: 0px; top: 50%; margin-top: -9px;} */

.pagetitle{position: relative;}
.pagetitle h2{display: inline-block; position: relative; padding-bottom: 18px; padding-top: 10px; font-size: 2em; color: #D43030; font-weight: bold; }
/* .pagetitle h2:after{content: ''; position: absolute; width:100%; bottom:-1px; left:0; height: 6px; border-radius: 3px; background: #D43030; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;} */
.pagetitle .dingyue{position: absolute; cursor: pointer; right: 0; bottom: 18px;background: #EBF4FF; border: 1px solid #96C0F2; height: 36px; padding: 0 20px; border-radius: 20px; transition: .3s all;}
.pagetitle .dingyue:before{content: ''; width: 24px; height: 21px; position: absolute; left: 20px; top: 50%; margin-top: -10px; background: url(../images/list/icon_dingyue.png) no-repeat; background-size: 100% 100%;}
.pagetitle .dingyue.on,
.pagetitle .dingyue:hover{background: #D43030; border-color:#D43030; color: #fff;}
.pagetitle .dingyue.on:before,
.pagetitle .dingyue:hover:before{background-image: url(../images/list/icon_dingyue_white.png);}
.pagetitle .dingyue span{font-size: 1.125em; padding-left: 35px; display: block; line-height: 36px;}

.page-infolist ul{font-size: 1.125em;}
.page-infolist ul li{padding-top: 15px; padding-bottom: 15px;}

.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%;}


.lists > .tab-brief + .tab-brief{margin-top: 30px;}


@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;}

  .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/list/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 li{margin-bottom:0; border-top:none;}
  .sidenav li a{padding-top: 12px; padding-bottom: 12px; padding-left: 25px; border-bottom:1px solid #deedfe; text-align: left; background: #F7FBFF; font-size: 1.125em;}
	.sidenav li.on a:after{right: 15px;}
	.parentname{padding-left: 25px;}
  .parentname:before{display: none;}

  .pagetitle h2{font-size: 1.5em;}
  .page-infolist ul{font-size: 1em;}
  .page-infolist ul li{padding-top: 12px; padding-bottom: 12px;}
}

@media (max-width: 768px){
  .pagetitle .dingyue{bottom: 10px;}
	.page-infolist .infolist.res li > a:before{top: 23px;}
  .page-infolist + .pagination{text-align: center;}
}

/* piclist */
.piclist li .txt{display:block; padding:15px; text-align:center; background-color:#f4f4f4; font-size: 1.125em;}
.piclist li .txt br{display: none;}
.ztzlt-piclist li .imgratio{padding-top: 25%;}
.ztzlt-piclist li .txt{display: none;}
@media (max-width: 768px) {
	.piclist[class*="col"] li{width: 50%;}
}

.yzsgmy-main{width: 1002px;margin: auto;text-align: center;margin-top: 40px;}
.yzsgmy-main p{font-size: 20px;margin-top: 20px;}
.yzsgmy-main .yzsgmy-btn {text-align: center; line-height: 50px;margin-top: 60px; cursor: pointer;}
.yzsgmy-main .yzsgmy-btn a{display: block;color: #fff; background: url(../images/ztzl/yzsgmy_btn.png) no-repeat; background-size: 100% 100%; width: 420px;margin: auto;height: 50px;font-size: 22px;font-weight: bold;}
