@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0}
html,body{height:100%; width:100%; overflow:hidden}
body{background:#363b42; font-family:"微软雅黑"; color:#333;}
ol,ul,li{display:block; list-style:none}
a{text-decoration:none; color:#444; cursor:pointer; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out}
a:hover{color:#000}
em {font-style:normal}


.main {width:100%; height:100%; text-align:left;}
.main_left {height:100%; padding:0 20px;}
.main_left h2{height:100px; color:#fff; font-size:24px; line-height:100px; position:relative; width:70%;}
.main_left h2 span.back{cursor: pointer;background:#62686f;  border-top-left-radius:20px; border-bottom-left-radius:20px; color:#aaacb0; font-size:12px; width:67px; height:24px; line-height:24px; display:inline-block; text-align:center; font-weight:normal; position:absolute; left:0; top:50%; margin-top:-12px; padding-right:20px;}
.main_left h2 span.back:hover{color:red;}
.main_left h2 span.charp{width:36px; background:#e43131; height:36px; text-align:center; line-height:36px; font-size:18px; border-radius:100%; border:3px solid #1b1b1b; position:absolute; left:67px; top:50%; margin-top:-18px; z-index:10; display:inline-block;}
.main_left h2 span.font{border-left:3px solid #1b1b1b; height:100px; line-height:100px; display:inline-block; position:absolute; left:85px; padding-left:30px;}

.main_left ._section{color:#fff;position:absolute;top:7%;right:50%;    font-size: 18px;}

.play_box{width:100%; height:85%; margin:0 auto; background:#000; text-align:center;}
.play_box video{ height:100%;}

.picBox {width:29px; background:#363b42 url(right.gif) 0 20px no-repeat; height:1000px;float:left; cursor:pointer;}
.main_right{float:left;height:100%; _margin-right:-3px;}
.r_con{float:right; height:100%;}
.main_right {width:358px; background:#d7e1e8 url(conbg1.gif) 6px 190px repeat-y; position:relative;}
.main_right .top_box{padding:15px 20px 5px 20px;background:#d7e1e8; height:80px; zoom:1; overflow:hidden;}
.main_right .top_box .img{width:100px; height:68px; float:left;}
.main_right .top_box .info{float:left;width:200px; margin-left:15px;}
.main_right .top_box .info h3{font-size:14px; height:39px; overflow:hidden;}
.main_right .contents_title{background:#d2d5da; height:40px; width:100%;  color:#fff;font-size:14px;}
.main_right .contents_title>p{float:left;cursor: pointer;text-align:center;box-sizing:border-box;margin-left:20px;    padding: 2px 10px;
    margin-top: 6.8px;color:#797c80;}
.main_right .contents_title .p{background-color:#797c80;border:1px solid #797c80; border-radius: 3px;color:#fff;}
.main_right .contents_title img{vertical-align:middle; position:relative; top:-2px; margin-right:5px;}
.main_right .authorName{
	 
	text-align:center;
	margin-top:2%;
}
.main_right .authorDec{
	    text-indent: 2em;
    line-height: 1.5em;
    padding: 1em;
    
    width: 307px;
    margin-left: 26px;
    margin-top: 5px;
	 
}
.main_right .authorDec img{
	    float: left;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-left: 23px;
    margin-right: 11px;
    margin-top: -1;
    margin-top: -10px;
}
.contents_list{ width:100%; position:absolute; top:140px; bottom:0;}
.contents_list ul{padding:10px 0; font-size:12px;}
.contents_list ul a{background:url(conlibg1.gif) 20px center no-repeat; position:relative; padding-left:40px; display:block; height:36px; line-height:36px;}
.contents_list ul a.current{background:#575b64 url(conlibg2.gif) 20px center no-repeat; color:#fff;}
.contents_list ul a.gray{color:#999;}
.contents_list ul a span.t-item{ width:190px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:inline-block;}
.contents_list ul a span.c-item{position:absolute; right:10px; background:url(listbg2.png) left center no-repeat; padding-left:22px;}



.main_right .top_box .btns{padding-top:0; margin:0;}
.main_right .top_box .btns a{display:inline-block; height:24px; line-height:24px; padding:0 20px; background:#e43131; color:#fff; font-size:12px; margin-right:5px; border-radius:3px;}
.main_right .top_box .btns a img{vertical-align:middle; position:relative; top:-2px; border:0;}

.new_scroll{width:100%; position:absolute; top:0; right:0; bottom:0;}
.list{width:100%; position:absolute; top:0; right:0; bottom:0; overflow:auto;}
button.close {
	    float: right;
    margin-top: 5px;
    margin-right: 10px;
    border: 1px;
    padding: 3px;
    font-size: 20px;
    border-radius: 100%;
    background-color: #fff;
}

.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: 1000px;
	margin:5% auto;
	
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	width:100%;
	height:20px;
}
.modal-header .close {
	margin-right:7px;
	padding-bottom:5px;
	margin-top:2px;

}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 0 40px 20px 40px;
}
.modal-body .top{ zoom:1; overflow:hidden; position:relative; padding-top:10px;}
.modal-body .top p{width:100%; float:left; display:inline-block; height:40px; letter-spacing: 1em;line-height:40px; text-align:center; cursor:pointer; font-size:28px; color:#000; padding-bottom:10px; margin-bottom:20px;}
.modal-body .top p:hover{color:#f01414;}
.modal-body .top p.p{color:#f01414;}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.modal-contentBlowser {
    background: #fff;
        width: 70%;
    height:220px;
    margin-left: 15%;
    
}
.modal-headerBlowser {
    border-bottom: 1px solid #d6d4d4;
    height: 40px;
}
p.dl_title_ts {
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    padding-left: 10px;
}
 .modal-bodyBlowser .modal-bodyBlowser_top img{
    vertical-align: bottom;
    margin-top: 20px;
    margin-left: 20px;
}

 .modal-bodyBlowser .modal-bodyBlowser_top span{
    font-size: 18px;
   
    width: 545px;
    display: inline-block;
    margin-left: 10px;
   
 }
 
 
 .modal-bodyBlowser_bottom  p{
      font-size: 15px;
    margin-top: 16px;
    margin-left: 100px;
   
 }
  .modal-bodyBlowser_bottom ul{
         margin-left: 39px;
    margin-top: 14px;
}
   .modal-bodyBlowser_bottom  ul li img{
vertical-align: bottom;
   
 }
  .modal-bodyBlowser_bottom  ul li{
  float: left;
    margin-left: 60px;
   
 }
 
 .aTag{
 color:#3C4E80;text-decoration: underline;coursor:pointer
 
 }






