@charset "utf-8";
@font-face {
	font-family: "myfont";
    /* src:url(../../../font-awesome/HYXuJingXingKaiW-2.ttf); */   
    src: url('../../../font-awesome/HYXuJingXingKaiW-2.eot');
  	src:
    url('../../../font-awesome/HYXuJingXingKaiW-2?#font-spider') format('embedded-opentype'),
    url('../../../font-awesome/HYXuJingXingKaiW-2.woff') format('woff'),
    url('../../../font-awesome/HYXuJingXingKaiW-2.ttf') format('truetype'),
    url('../../../font-awesome/HYXuJingXingKaiW-2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "myfontlishu";
	src:url(../../../font-awesome/font/SIMLI.eot);
    src:
    url(../../../font-awesome/font/SIMLI?#font-spider) format('embedded-opentype'),
    url(../../../font-awesome/font/SIMLI.woff) format('woff'),
    url(../../../font-awesome/font/SIMLI.ttf) format('truetype'),
    url(../../../font-awesome/font/SIMLI.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block;}
table{ border-collapse:collapse; border-spacing:0;}
caption,th{ text-align:left; font-weight:normal;}
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden;}
i,cite,em,var,address,dfn{ font-style:normal;}
[hidefocus],summary{ outline:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6,small{ font-size:100%;}
sup,sub{ font-size:83%;}
pre,code,kbd,samp{ font-family:inherit;}
q:before,q:after{ content:none;}
textarea{ overflow:auto; resize:none;}
label,summary{ cursor:default;}
a,button{ cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold;}
del,ins,u,s,a,a:hover{ text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:13px/1 arial,\5b8b\4f53; color:#202020; outline:0;}
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd{
	padding:0;
	margin:0;
	font-size:12px;
	font-family:"Microsoft YaHei",Arial,Verdana, Helvetica, sans-serif;
	word-break:break-all;
	word-wrap:break-word;
}
:focus{ 
	outline:0;
}
.clear{
    clear: both !important;
    float: initial !important;
    height: 0;
}
.t-body li a:hover{
	color:#7d2524;
}

/*备用样式表*/
.none { display:none;}
.hidden { visibility:hidden;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1;}
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(../images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#202020;/* background-color: #202020; */

}
p{line-height:1.75;}
a {color:#222222; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#7D2524;}
.wrapperbj-gray1 {
    background-color: #333;
}
.wrapperbj-gray2 {
    background-color: #202020;
}

/*页面尺寸*/
.wrapper{ 
	width:100%; 
	margin:0 auto; 
	}
/**页面全局宽度**/
.wrapper .inner{
	max-width: 1400px;
	margin:0 auto;
	}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
	margin:0 auto;
	text-align: center;	
	}
.nav .wp-menu .menu-item {
	display: inline-block; 
	/* float: left;  */
	position: relative;
	background:url('/r/inxweb/img/nav/nav_1400.png') no-repeat;
	background-position: center;
    margin: 0 11px;
    width: 127px;
    text-align: center;
    height: 60px;
	}
.nav .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0;
	line-height: 56px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: "myfont";
	
	}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover{
	text-decoration: none; 
	color: #eee;
	background:url('/r/inxweb/img/nav/nav_roll_1400.png') no-repeat;
	background-position:center 13px;
	width: 127px;
	padding: 0;
	}
.nav .sub-menu {
	display: none;
	position: absolute;
	left:-15px;
	top: 53px;
	min-width: 164px;
	z-index: 100
	}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;background:url('/r/inxweb/img/nav/box_bg.png') repeat-y;text-align: center;}
.nav .sub-menu .sub-item a{
	display: block;
	color: #000;
	height: 40px;
	line-height: 40px;
	margin: 0 20px;
	font-size: 20px;
	background:none;
	border-bottom: 1px solid #fff;
	font-family: "myfont";
	}
.nav .sub-menu .sub-item a.no-border{border-bottom:none	}	
.nav .sub-menu .sub-item.hover> a,.nav .sub-menu .sub-item a:hover{ color: #fff;display: block;}
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.sub-item-top{height: 30px; background:url('/r/inxweb/img/nav/box_top.png') no-repeat 0px 9px	}
.sub-item-bottom{height: 30px; background:url('/r/inxweb/img/nav/box_bottom.png') no-repeat	}
.you{
    width: 100%;
	}
.nav .sub-menu li.sub-item:nth-last-child(2) a{
	border-bottom: none;
}
/***********************年鉴*************************/
.list-content .common-ul-right li.li-nj,.list-content .common-ul-right li.li-nj:hover{
	width: 210px;
	height: 297px;
	display: inline-block;
	background-color: #e6dcdc;
	margin: 8px;
	border: 1px solid #c4b694;
	background-size: cover;
    background-position: center;
	padding-top: 20%;
}
.list-content .common-ul-right li.li-nj:hover{box-shadow: 0px 0px 8px #656565;}
.common-ul a.btn-read,.common-ul a.btn-read:hover,.list-content .common-ul li:hover a.btn-read{
    background-color: #7d2524;
    height: 45px;
    width: 120px;
    padding-left: 0;
    line-height: 45px !important;
    padding: 0;
    color: #f4d0d0;
}
.common-ul a.btn-read:hover{
	color: #fff;
}
/**************************************************************首页*********************************************************/
.header{
    position: relative;
    background-color: rgb(125, 37, 36);
    z-index: 4;
}
.logo {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: url(/r/inxweb/img/yk/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.logo-inner {
    width: 1200px;
    margin: 22px auto;
}
.logo-inner img {
    width: 709px;
    height: 117px;
}
.inner-box{
	display:flex;
	display: -webkit-box !important;
	display: -o-box !important;
	display: box !important;
	position:relative;
    -webkit-box-pack: justify;
    box-pack: justify;
    display: -webkit-box;
	}
.inner-box-rev{
	-webkit-box-direction:reverse;
	box-direction:reverse;
	}
.inner-box-wrap{
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	}
.inner-box-ac{
	box-pack:center;  
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	-webkit-box-align:center;
	box-align:center;
	}
.inner-box-as{
	align-items:flex-start;
	-ms-align-items:flex-start;
	-o-align-items:flex-start;
	-webkit-box-align:start;
	box-align:start;
	}
.inner-box-ae{
	align-items:flex-end;
	-ms-align-items:flex-end;
	-o-align-items:flex-end;
	-webkit-box-align:end;
	box-align:end;
	}
.inner-box-ps{
	-ms-justify-content:start;
	 -o-justify-content:start;
	 justify-content:start;
	-webkit-box-pack:start;
	box-pack:start;
	}
.inner-box-pc{
	 -ms-justify-content:center;
	 -o-justify-content:center;
	 justify-content:center;
	-webkit-box-pack:center;
	box-pack:center;
	}
.inner-box-pe{
	 -ms-justify-content:flex-end;
	 -o-justify-content:flex-end;
	 justify-content:flex-end;
	-webkit-box-pack:end;
	box-pack:end;
	}
.inner-box-pj{
	-ms-justify-content:space-around;
	 -o-justify-content:space-around;
	 justify-content:space-around;
	-webkit-box-pack:justify;
	box-pack:justify;
	}

.inner-box-ver{
	 -ms-flex-direction:column;
	 -o-flex-direction:column;
	 flex-direction:column;
	-webkit-box-orient:vertical;
	box-orient:vertical;
	}

.inner-box-f1{
	flex: 1; 
	position:relative;
	-webkit-box-flex: 1; 
	box-flex: 1;
	}

.inner-box-f2{
	flex: 2; 
	position:relative;
	-webkit-box-flex: 2;
	box-flex: 2; 
	}

.inner-box-f3{
	flex: 3; 
	position:relative;
	-webkit-box-flex: 3;
	box-flex: 3;
	}
.border-box{
	box-sizing:border-box;
	}
/*********************首页布局***********************************************/
.main1{  
    min-height: 800px;
    padding: 0;
    background: url(/r/inxweb/img/yk/bg.jpg) repeat-y;
    background-size: 100%;
	}
/*************************工作动态 ***********************************/	
.main1 .inner{
	padding:30px 0px 0px;
	max-width: 1400px;
	}
.main1 .ml{float:left; width:65.7%;position: relative;}
.main1 .mc{float:left; width:380px;}
.main1 .mr{
	float:right;
	z-index: 1000;
    position: relative;
    width: 31.5%;
	}
.child-box{
	width: 50% !important;
	height:420px;
	}
.swiper-img{width: 100% !important;min-height: 100%;}
.swiper-slide-box{position: relative;}
.swiper-title{
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    position: absolute;
    color: #000;
    width: 100%;
    padding: 0 2%;
    font-size: 14px;
    font-weight: bold;
}

.swiper-count{
    height: 30px !important;
	bottom: 0px !important;
    width: 40% !important;
    margin-left: 59% !important;
    text-align: right !important;
}
.swiper-count span{
    line-height: 20px;
    height: 20px;	
    color:#fff;
    font-weight: bold;
    text-align: center;
}
.swiper-pagination .swiper-pagination-bullet{width: 20px; height: 20px; background: rgba(0, 0, 0, 0.5);border:0;border-radius: 0 !important;margin: 0 4px !important;}
.swiper-pagination .swiper-pagination-bullet-active{width: 20px; height: 20px; background: #7d2524; border-radius: 6px;border:0;}
.swiper-count-box{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 40px;
	padding-top: 10px;
}
.swiper-count-box span{
	height: 20px;
	line-height:20px;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	width: 20px;
	display: inline-block;
	margin: 0 4px;
	text-align: center;
	font-weight: 14px;
}
.news-pc{
	background-color: transparent;
	float: left;
	}
.news-pc ul{
	position: relative;
	}
.work-dy{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 2% 3%;
	float: right;
	}
.t-ttile{
	text-align: center;
	}
.t-ttile a,.t-ttile span{
	height: 48px;
	line-height: 48px;
	color:#202020;
	font-size: 30px;
	font-family: "myfont";
	}
.t-ttile a:before,.t-ttile span:before{
	content:"";
	display:inline-block;
	background:url('/r/inxweb/img/ico/tittle_left.png') no-repeat top center;
	width: 25px;
    height: 35px;
    margin: 0 1%;
    background-size: contain
	}
.t-ttile a:before,.t-ttile a:after{
	vertical-align: text-bottom;
}
.t-ttile span:before,.t-ttile span:after{
	vertical-align: text-bottom;	
}	    
.t-ttile a:after,.t-ttile span:after{
	content:"";
	display:inline-block;
	background:url('/r/inxweb/img/ico/tittle_right.png') no-repeat top center;
	width: 25px;
    height: 35px;
    margin: 0 1%;
    background-size: contain
	}
.t-head{
	max-height: 92px;
}	
.t-head p.t-head-tt{
	max-height:55px;
	line-height: 25px;
	padding-bottom:8px;
	font-size: 17.1px;
	color:#7D2524;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.t-head p.t-head-tt:before {
    content: "·";
    display: inline-block;
    font-weight: bold;
    padding: 0 10px 0 0;
    color: #7D2524;
}
.t-head a.t-head-text{
    line-height: 22px;
	font-size:14px;
	color:#666;	
	}
.t-head a.t-head-text:hover{
	color:#7D2524;
}
.t-head-text a:hover{color:#7D2524}
.t-body ul li{
    height: 36px;
    line-height: 36px;
	font-size:14px;	
	}
.t-body ul li a{
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #202020;
	}
.t-body ul li a:before{
	content: "·";
	display: inline-block;
	font-weight: bold;
    padding: 0 10px 0 0;
    color: #7D2524;
	}
.more{
	color: #7D2524;
	}
.more:after{
	content: "";
	display: inline-block;
	font-weight: bold;
    padding: 0 10px 0 0;	
	}
.see-more{
	color: #7D2524;
	float: right;
	}
.see-more:after{
	content: ">>";
	display: inline-block;
	font-weight: bold;
    padding: 0 10px 0 0;	
	}
.text-day{
	float: right;
	font-size:14px;
	color:#666;		
	}
.hr-line{
	border-color: #ccc;	
    margin: 15px 0;
	}
.content a img{
	height: 100%;
	width:100%;
}	
/*****************************图片新闻************************************/
li{
	list-style:none;
		}
img{
	border:none;
		}
em{
	font-style:normal;
		}
a{
	color:#555;
	text-decoration:none;
	outline:none;
	blr:this.onFocus=this.blur();
		}
a:hover{
	color:#000;
	text-decoration:underline;
		}

.play{
	width:100%;
	height:100%;
	text-align:left; 
	margin:0;
		}
.textbg{
	margin-top:30%;
	z-index:1;
	filter:alpha(opacity=40);
	opacity:0.4;
	width:100%;
	position:absolute;
	height:40px;
	background:#fff;
	bottom: 0;
		}
.text{
	margin-top:31%;
	z-index:2;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	width:100%;
	color:#202020;
	line-height:40px; 
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	bottom:0;
		}
.num{
	margin:31.5% 5px 0 350px;
	z-index:3;
	text-align:right;
	position:absolute;
	height:29px;
    bottom: 0;
	right: 0;
		}
.num a{
	margin:0 2px;
	width:20px;
	height:20px;
	font-size:14px; 
	font-weight:bold;
	line-height:20px;
	cursor:pointer;
	color:#fff;
	padding:0 5px;
	background:rgba(0,0,0,0.5);;
	text-align:center;
		}
.num a.on{
	background:#7D2524;
	color:#fff;
		}
.num a.on2{
	background:rgba(0,0,0,0.5);;
	color:#fff;
		}
.content p img{
	width:100% !important;
	height:auto !important;
}




/****************************通知公告/视频点播/快速通道 ******************************/	
.notice-an{
	width: 50%;	
	}
.pass-way,.video-pl{
	width: 24%;
	margin-left: 1%;
	}
.notice-an,.pass-way,.video-pl{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2% 3%;
    height: 360px;
    float: left;
	}
.video-pl .t-body li a,.pass-way .t-body li a{
	font-size: 16px;
	line-height: 50px;
    padding: 0 0 0 20px;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;           

	}
.ul-bg li a{
	text-overflow: -o-ellipsis-lastline !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;	
	line-height: 24px !important;
	white-space: normal !important;
	padding: 5px 16px !important;
}	
.t-body .ul-bg li:hover{
    background: url(/r/inxweb/img/yk/video-plbg.png) no-repeat;
    background-size: 100% 100%;
    max-height: 60px;
}
.t-body .ul-bg li.line-li:hover{
    background:none;
}
.t-body .ul-bg li.line-li{
	height: 1px !important;
}	
.t-body .ul-bg li.title-li{
    width: 80% !important;
    height: auto !important;
    margin: 10px 10% 0;
    text-align: center;
}

.t-body .ul-bg li:hover a{
    color: #fff;
    }
.video-plbg{
	width: 189px;
    height: 115px;
    background: url(/r/inxweb/img/yk/video-plbg.png) no-repeat top center;
	margin: 0 auto;
	background-size: contain;
	}
.pass-waybg{
	width: 189px;
	height: 45px;
	background: url(/r/inxweb/img/yk/pass-waybg.png) no-repeat top center;
    margin: 0 auto;
	background-position: center;
	background-size: contain;
	}
.video-pl .t-body ul li a:before, .pass-way .t-body ul li a:before {
    content: "";
    display: inline-block;
    font-weight: bold;
    padding: 0 10px 0 0;
	}
.video-plbg a,.pass-waybg a{
	line-height: 24px;
    color: #fff;
    display: block;
	padding: 14px 18px;
    text-align: center;
	}
.video-pl .t-body ul li,.pass-way .t-body ul li {
	width: 100%;
    line-height: 0;
    font-size: 14px;
	}

.video-pl .t-body,.pass-way .t-body{
	padding: 10% 0;
	}
.video-pl .t-body ul,.pass-way .t-body ul{
	padding-bottom: 15%;
	}
.line-li:before,.line-li:after{
	content: "";	
    height: 22px;	
    display: inline-block;    
	}
.line-li:before{
    width: 47px;
    background: url(/r/inxweb/img/ico/line_left.png) no-repeat;
    background-size: contain;
	margin-top: -6px;
	}
.line-li{
	border-bottom: 1px solid #7D2524;
    height: 1px !important;
    display: inline-block;
    padding: 5px 0;
	}
.line-li:after{
    width: 18px;
    background: url(/r/inxweb/img/ico/line_right.png) no-repeat;
    float: right;
    background-size: contain;
	margin-top: -6px;
	}
/****************************************图片新闻滚动***********************************/	
.pic-scroll-box{
	padding-bottom: 40px !important;
}
.pic-r-left,.pic-r-right{
	height: 388px;
	width:4.8%;
display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
display: -moz-box; /* Firefox 17- */
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
display: -moz-flex; /* Firefox 18+ */
display: -ms-flexbox; /* IE 10 */
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	}
.pic-r-left{
	background:url('/r/inxweb/img/scroll/scroll_left.png') no-repeat;
	}
.pic-r-right{
	background:url('/r/inxweb/img/scroll/scroll_right.png') no-repeat;
	}
.pic-r-center{
	height:388px;
	width: 90.5%;
	background:url('/r/inxweb/img/scroll/scroll_center.png') no-repeat;
	}
#picGroup2{padding-left: 3px;}
.scroll-box{
    overflow: hidden;
    height: 203px;
    width: 100%;
    margin-top: 90px;
	}
.scroll-box table tr td img{
    border: none;
    height: 203px;
    cursor: pointer;
	padding-left: 5px !important;	
}	
.pic-scroll-title{
	width: 100%;
	}
.line-bg{
	border: 1px dashed #7D2524;
	width: 39%;
	display: inline-block;
    vertical-align: text-top;
	margin-top: -4px;
	}
.title-name-box{
	width: 21%;
	display: inline-block;	
    text-align: center;
    vertical-align: text-bottom;
	}

.title-name-leftbg,.title-name-rightbg{
	height: 36px;
    width: 27px;
	display: inline-block;
	}
.title-name-leftbg{
	background: url('/r/inxweb/img/scroll/line_left.png') no-repeat;	
	margin-left: -23px;
	background-size: contain;
	}
.title-name-rightbg{
	background: url('/r/inxweb/img/scroll/line_right.png') no-repeat;	
	margin-right: -23px;
	background-size: contain;
	}
.title-name{
	line-height: 58px;
    height: 58px;
    width: 248px;
    display: inline-block;
    vertical-align: super;
    font-size: 40px;
    margin: -10px 0;
	}
.title-name-span{
    background: url(/r/inxweb/img/yk/tittle_box.png) no-repeat;
    background-size: cover;
    width: 58px;
    display: inline-block;
	font-family: "myfont";
}

#scrollBox{
overflow:hidden;
}
#inscrollBox{
    margin-top: 90px;
    overflow: hidden;
    height: 203px;
    float: left;
    width: 10000%;
}
#scroll1,#scroll2{
float: left;
}
#scroll1 a img,#scroll2 a img{height:203px;} 
/* #demo {
overflow:hidden;
}

#indemo {
    margin-top: 90px;
    overflow: hidden;
    height: 203px;
    float: left;
    width: 10000%;
}
#demo1 {
float: left;
}
#demo1 a img,#demo2 a img{height:203px;}
#demo2 {
float: left;
} */
/************************************页脚footer*************************************/

.footer {
	padding: 20px 0;
	}
.address-box,.link-box,.code-box{
	display: inline-grid;
	/* height: 14%; */
	height: 188px;
	vertical-align: top;
	}
.address-box{
	width: 30%;
	float: left;
	}
.link-box{
	width: 40%;	
	border-left: 1px solid #6d6d6d;
	float: right;
	}
.code-box{
	width: 29%;	
	text-align: center;
	border-left: 1px solid #6d6d6d;	
	float: left;
	}
.code-text{
	height: 28px;
	line-height: 28px;
	color: #fff;
	}
.address-box p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 370px;
	}
.address-box p,.link-box-content div p{
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	}
.address-box p a{
	color: #fff
	}
p.addres-name,.link-box-content .link-name{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	}
.col-md-3 {
    width: 100%;
	}
.link-box-content {
    width: 100%;
    float: left;
	padding-left: 15%;
	}
.copyright {
    padding: 13px 0px;
}
.copyright p {
    height: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.copyright p span span{
	display: inline-block;
	background-color: #404040;
	margin: 0 4px;
	padding: 0 7px;
}
/*--------------友情链接---------------*/
.link-box-content .col-md-3{
	padding: 0 !important;
	}
.address{
	height:40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 16px;
	}
.web-link{
	text-align: right; 
	margin-top: 8px;
	}
.web-link select{
	width: 98%;
	height: 35px;
	margin-right: 0px;
	float:left;
	border-radius: 0;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	font-weight: bolder;
	}
.web-link select option{
	cursor: pointer;
	}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #333;
    background-image: none;
    border: 1px solid #6d6d6d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}



/**页脚开始**/
#footer {background: #072b83;}
#footer .inner {padding:25px 0px;position:relative;}
#footer .inner .mod{	}
#footer .inner .foot-left{float:left;margin-bottom: 27px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}
#footer .inner p {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    color: #a5abc7;
	}
#footer .inner p span { margin:0 6px;}
#footer .inner .copyright{	}
#footer .inner .copyright span{	}
#footer .inner .copyright a{color:#eee;}
.qr-code{margin-top: 20px;}
.qr-code img{width: 100px; margin: 0 auto;}


/* .wrapperbj-gray1{
    position: fixed;
    bottom: 60px;	
}
.wrapperbj-gray2{
    position: fixed;
    bottom: 0;	
} */
.codetip{height: 30px;line-height: 30px;}
/******************************************************************二级页面**********************************************************/
.art-list {
	min-height: 800px;
    padding: 25px 0;
    background: url(/r/inxweb/img/yk/bg.jpg) repeat-y;
    background-size: 100%;
	}
.list-navigate {
    width: 20%;
    padding: 0 30px 30px;
    background-color: transparent;
	}

.common-ul-left {
	max-height: 520px;
	overflow-y: auto;
    background-color: transparent;
    padding: 0 35px;
	}
.common-ul-left li a{
    max-width: 209px;
    display: block;
    text-align: left;
    white-space: nowrap;
}	
.common-ul-left:hover{
	max-height: 520px;
    overflow-y: auto;
}	
.common-ul-left .gradual-line:first-child{
	display: none;
}	
.nav-child{
	padding: 0;
}
.navactived{
	color: #7d2524;
}
.liactived{
	color: #7d2524;
	font-weight: bold;
}
.navarrow-ico{
	height:15px;
	width:15px;
	display:inline-block;
	content: "";
    background: url(/r/inxweb/img/yk/navarrow_gray.png) no-repeat;	
    background-size: contain;
    vertical-align: middle;
    margin-top: -2px;
}
.navarrow-ico:hover{
	height:15px;
	width:15px;
	display:inline-block;
	content: "";
    background: url(/r/inxweb/img/yk/navarrow_red.png) no-repeat;	
    background-size: contain;
}
.navarrow-ico-actived{
	height:15px;
	width:15px;
	display:inline-block;
	content: "";	
    background: url(/r/inxweb/img/yk/navarrow_actived.png) no-repeat;	
	background-size: contain;
	vertical-align: middle;
    margin: 3px 5px 0 0;
}
.current-position p {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
	}
.current-position p a {
    color: #666;
    font-family: "Microsoft YaHei";
	}
.common-ul-left li.active {
    background-color: transparent;
    width: 100%;
    color: #7D2524;
    text-align: center;
    border: 0;
    font-family: "Microsoft YaHei";
	font-size: 18px;    
}
.list-content {
    background-color: transparent;
	padding: 0 30px 10px;
	}
.common-ul-right {
    background-color: transparent;   
	}	
.common-ul-right li:hover{
    font-size: 14px !important;
    padding-left: 40px !important;
    line-height: 55px !important;
    font-style: "Microsoft YaHei" !important;
}
.list-title-topbg,.list-title-bottombg{
	height: 22px;
	display: block;
	background-size: contain !important;
	background-position: center 0 !important;
}
.list-title-topbg{
    background: url(/r/inxweb/img/list-tittletopbg.png) no-repeat;	
	margin-bottom: -1px;
}
.list-title-bottombg{
    background: url(/r/inxweb/img/list-tittlebottombg.png) no-repeat;	
}		
.navgate {
	width: auto;
    line-height: 35px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 32px;
    background: url(/r/inxweb/img/list-tittlecenterbg.png) repeat-y;
    border: none;
    background-position: center 0;
	font-family: "myfont";
    padding: 0 15px;
    background-size: 100% !important;
    /* background-size: contain !important;
	padding-bottom: 5px; */
	}	
.gradual-line {
    width: 100%;
    height: 1px;
	background: -webkit-linear-gradient(left, #f0ece1 0%,#433030 50%,#f0ece1 100%);
    background: linear-gradient(left, #f0ece1 4%,#ddd 50%,#f0ece1 100%);
    background: -webkit-linear-gradient(lleft, #f0ece1 4%,#ddd 50%,#f0ece1 100%);
    background: -moz-linear-gradient(left, #f0ece1 4%,#ddd 50%,#f0ece1 100%);
    background: -o-linear-gradient(left, #f0ece1 4%,#ddd 50%,#f0ece1 100%);
    background: -ms-linear-gradient(left, #f0ece1 4%,#ddd 50%,#f0ece1 100%);
}	
.navgate-right {
    display: block;
    height: 45px;
    font-size: 18px;
    color: #7d2524;
    font-weight: bold;
    padding-left: 20px;
	}
.list-content .common-ul-right li {
    height: 50px;
    text-align: left;
    line-height: 50px;
    width: 100%;
    border: 0;
    border-bottom: 1px #999999 dashed;
    background: url(../img/ico/icon_bluearrow.png) 10px 20px no-repeat;
	}
.list-content .common-ul li:hover a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #7d2524;
    display: block;
    float: left;
    width: 600px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
	font-weight: bold;
	}
.list-content .common-ul li:hover span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #7d2524;
    line-height: 50px;
	font-weight: bold;
	}
.common-ul a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
    float: left;
	width: 84%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
	color: #202020
	}
.list-content .common-ul li span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    float: right;
    height: 50px;
    margin-right: 20px;
	}
.page-input{
	height:30px;
	line-height:30px;
	width:40px;
	background-color: transparent;
	outline: none;
	border: 1px solid #999;
	margin: 0 3px;
	padding: 0 8px;	
	border-radius: 0;	
	}
.current-page{
	display:inline-block;
	height:30px;
	line-height:30px;	
	background: #7D2524;
	color: #fff;
	padding: 0 18px;
	border-radius: 0;	
	}
.paging a{
	white-space: nowrap;
}	
.paging a:link {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 5px;
	}
.go-page{
	color:#7D2524 !important;
	}
.list-li-header{	
	background: url('/r/inxweb/img/ico/line_doc@2x.png') repeat-x;
	background-position: bottom;
	background-size: 1.3%;
}
.common-ul-left li,.common-ul-left li:hover{
    line-height: 50px;
    padding: 0;
    cursor: pointer;
    text-align: center;
}
.nav-child li,.nav-child li:hover{
	text-align: left;
	padding: 0 0 0 18%;
	white-space: nowrap;
}
.content-info{
    background-color: transparent;
    padding: 10px 30px;
    width: 78%;
    margin-left: 2%;
    height: auto;
    float: left;
    background-color: #F7F7F7;
    margin-bottom: 20px;
    min-height: 650px;
}

.content p,.content p span{
    font-family: "Microsoft YaHei" !important;	
	color: #202020 !important;
	line-height: 40px !important;
}
.content table{
	width:100%;
}
#listUl .active a,.list-li-header .navgate-right a{
	color: #7D2524;
}
/************************************************************************三级页面**********************************************************/	
.content-info {
	background-color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    min-height: 650px;
    padding: 2% 5%;
	}

.content-info .article_title{
    line-height: 50px;
    font-family: "Microsoft YaHei";
    text-overflow: ellipsis;
    overflow: hidden;	
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
}
.content-info .time{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Microsoft YaHei";
    color: #555555;
    border-bottom: 1px solid #dcdada;
    margin-top: 0;
}
	
.subject1 p,.subject1 p span,.subject1 p span span,.subject1 p font{
	font-family: "Microsoft YaHei" !important;
    font-size: 16px !important;
	background-color:transparent !important;
	line-height: 36px !important;
	color: #202020 !important;
	}
.subject1 p img {
    max-width: 100% !important;
	}	
.subject1 table{
	width: 100%;
}	
.subject1 table tr{
	line-height: 38px;
}
.subject1 table tr.firstRow{
	height: 40px;
	line-height: 40px;
	background-color: #f0f0f0;	
}
.subject1 table tr td{
	padding: 8px;
}
.subject1 table tr td span{
	line-height: 26px;
}
/***********************翻书************************/
.theme-popover-mask{
    position: fixed;
    background:rgba(0, 0, 0, 0.8);
    height: calc(100vh);
    top: 0;
    width: 100%;
    left: 0; 
	z-index: 4;
}	
.container {
    width: 952px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-red{
    color: #fff;
    background-color: #7d2524;
    border-color: #7d2524;
    margin-top: 30px;
}
.content-book{
	padding: 30px 0;
}
/*************************************************网上校史馆***********************************************************/
/****头部****/
.header_xsg,.footer_xsg{
	background-color: #b29865;
	height: 130px;
}
.headerbg{
	height: 100%;
    background: url(/r/inxweb/img/yk/xsg/header_bg.jpg) 153px 0;
    background-size: cover;
}
.logo_xsg{
    background-position: center;	
    background: url(/r/inxweb/img/yk/xsg/logo.png);	
	height: 64px;
	width: 370px;
	display: inline-block;
	margin-top: 32px;
	background-size: contain;
}
.inner_xsg{
    width: 1400px;
    margin: 0 auto;
}
/****主体******/
.main_xsgbody{
    padding: 0;
    background: url(/r/inxweb/img/yk/xsg/bgsmall.jpg) repeat;
    background-color: #efede1;
    height: calc(100vh - 250px);
}

.main_xsg{
    padding: 0;
    background: url(/r/inxweb/img/yk/xsg/bgsmall.jpg) repeat;
    background-color: #efede1;
    height: calc(100vh - 130px);
}

.maininner_xsg{
    max-width: 1500px;
    margin: 0 auto;
}
.nav_xsg{
	padding: calc((100vh - 890px) * 0.5) 0 0 0;
	text-align: center;
}
.nav_xsg ul li{
	margin-left:-4.9px;
	width: 155px;
	height: 629px;
	display: inline-block;
	background: url(/r/inxweb/img/yk/xsg/bamboo.png) no-repeat center;
	background-size: contain;
	padding: 0;
	text-align: center;
	position: relative;
	vertical-align: middle;
}
.nav_xsg ul li.side_li_left{
    left: 6px;
    width: 26px;
    height: 629px;
    display: inline-block;
    background: url(/r/inxweb/img/yk/xsg/bamboo_lside.png) no-repeat 0 0;
    background-size: contain;
    padding: 0;
    text-align: center;
    position: relative;
}
.nav_xsg ul li.side_li_right{
    left: 0px;
    width: 26px;
    height: 629px;
    display: inline-block;
    background: url(/r/inxweb/img/yk/xsg/bamboo_rside.png) no-repeat -0px 0;
    background-size: contain;
    padding: 0;
    text-align: center;
    position: relative;
}
.nav_xsg ul li a{
	display: block;
}
.schoolname{
	width: 130px;
	font-size: 33px;
	font-family: "myfontlishu";
	margin: 10px auto -10px;
	color: #564637;
	height: 310px;
	padding: 45px 48px 0;
}
.schoolname_last{
	width: 60px;
	margin: 10px auto;
	padding: 45px 0 0 0;
	cursor: inherit;			
}
.schoolname_last span{
	font-size: 45px;
	font-family: "myfontlishu";
	color: #564637;
	display: block;
	margin: 0 auto;
    width: 45px;
}
.schoolname_last i{
	font-size: 50px;
	font-family: "myfontlishu";
	color: #564637;
	display: block;
	transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); 	/* Opera */
}
.year_xsg{
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;	
	line-height: 40px;
	position: absolute;
    bottom: 98px;
}
.year_xsg span{
	display: block;
	color: #564637;
	font-family: "SimHei Regular";	
}
.year_xsg span.word_zhijin{
	font-family: "myfontlishu";
}
.line_shu{
    width: 1px;
    height: 20px;
    border: 1.5px solid #564637;
    margin: 0 auto;
    background-color: #564637;	
}
.btn_circle{
    position: absolute;
    bottom: 55px;
    height: 40px;
    width: 100%;
}
.btn_circle span,.btn_circle i{
    display: block;
    height: 35px;
    width: 35px;
    background-color: #564637;
    margin: 10px auto 50px;
    border-radius: 100%;
    color: #faf2e7;
    font-size: 25px;
    line-height: 31px;
}
.btn_circle span:hover{
	background-color: #84705e;
	cursor: pointer;
}
.btn_circle:hover{
    color: #faf2e7;	
}
.chapter_xsg{
    width: 67px;
    margin: 18px auto;
    cursor: inherit;
}
.chapter_xsg img {
    width: inherit;
}
.mt30{
	margin-top: 30px !important;
}
.mt35{
	margin-top: 35px;
}
/****页脚****/
.footerbg{
    background-position: center center;
    background: url(/r/inxweb/img/yk/xsg/foot_bg.jpg);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.donation-box{
    width: 20%;
    float: left;
}
.codexsg-box,.orderbox,.linkxsg-box{
    border-left: 1px solid #6d6d6d;
    float: left;
	height: 100%;
}
.codexsg-box{
    width: 24%;
    text-align: center;
}
.linkxsg-box{
    width: 36%;
}
.orderbox{
    width: 20%;
}
.linkxsg-box .link-box-content{
    padding: 0 15%;
}
.orderbox-content{
	float: right;	
}
.inner_xsg .inner{
	margin-top: 10px;
    height: 110px;
}
.codexsg-box img{
	width: 22%;
}
.shooladdress p{
	line-height: 30px;
	height: 30px;
}
.codeimg{
	padding-top: 15px;
}

.linkxsg-box .web-link select {
    width: 100%;
    height: 30px;
    margin-right: 0px;
    border-radius: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
	color: #202020;
}
.linkxsg-box .link-name{
	color: #202020;
}
.linkxsg-box .web-link{
	margin: 0;
    height: 38px;
}
.order-name{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
}
.btn-yy{
	width: 86%;
	height: 52px;
	background-color: #564637;
	display: block;
	border-radius: 10px;
	padding: 6px 25px;
}
.btn-yy:before{
	height:34px;
	width:29px;
	display:inline-block;
	content: "";
	background:  url(/r/inxweb/img/yk/xsg/icon_yy.png);
}
.btn-yy:hover:before{
	height:34px;
	width:29px;
	display:inline-block;
	content: "";
	background:  url(/r/inxweb/img/yk/xsg/icon_yydown.png);
}
.btn-yy .btn-yy-a span{
	display: block;
	line-height: 20px;
	height: 20px;
	color: #fff;	
}
.btn-yy-a{
	display: inline-block;
	margin: 0 0 0 14px;
}
.btn-yy:hover .btn-yy-a span{
	color: #f2d59b;
}
.address_yy{
	height: 26px;
	line-height: 26px;
}
/****二级页****/
.mt15{
	margin-top: 15px;
}
/* .main_xsg_article {
    padding: 0;
    background: url(/r/inxweb/img/yk/xsg/bgsmall.jpg) repeat;
    background-color: #efede1;
} */
.inner_infobox{
    background: url(/r/inxweb/img/yk/xsg/bgsmall.jpg) repeat;
    background-color: #efede1;
    /* height: calc(100vh - 260px); */
}
.inner_infobox{
	margin: 0 auto;
	width: 88%;
	padding: 20px 0 0 0;
}
.infobox_left{
    height: calc(100vh - 145px);
    display: inline-block;
    background-color: #fbf7ee;
    width: 91%;
    overflow-y: auto;
}
.newscroll{
	scrollbar-shadow-color:rgba(179, 152, 101, 1);
	scrollbar-face-color:rgba(179, 152, 101, 1);
	scrollbar-track-color:#fbf6ed;
	scrollbar-arrow-color:rgba(179, 152, 101, 1);
	
}
/*定义滑块 内阴影+圆角*/
.newscroll::-webkit-scrollbar-thumb {
	width:14px;
	height:130px;
	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
	background-color: rgba(240, 240, 240, .5);
	background: url(/r/inxweb/img/yk/xsg/scroll.png) no-repeat;
	background-size: contain;
}
/*定义滚动条轨道 内阴影+圆角*/
.newscroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  /* background-color: rgba(0, 0, 0, 1); */
}
 .newscroll::-webkit-scrollbar {
	width: 20px;
  /* background-color: rgba(255, 0, 0, 1); */
	background: url(../../img/yk/xsg/scroll_line.png) center repeat-y;
    background-size: auto;
}

.article_info{
	margin: 0 auto;
	padding:0;
}
.infobox_right{
	margin-top: 0;
    margin-left: 1%;
    float: right;
    display: inline-block;
    width: 8%;	
}
.infobox_right{
	
}


.articlebg1{
	background-color: #fbf7ee;	
	padding: 0 20px;
}
.articlebg2{
	background-color: #EEEADC;	
	padding: 0 20px;
}
.article_name{
    width: 130px;
    height: 627px;
    display: inline-block;
    background: url(/r/inxweb/img/yk/xsg/bamboo_single.png) no-repeat center;
    background-size: contain;
    padding: 0;
    text-align: center;
    position: relative;
}
.article_name a {
    display: block;
}
.infobox_right .btn_circle span{
	line-height: 35px;
}
.article_namebox{
	width:74%;
	margin: 0 auto;	
	padding: 50px 0;
}
.name_topbg{
    height: 62px;
    width: 100%;
    background: url(/r/inxweb/img/yk/xsg/partbg.png) 0 0;
    background-size: cover;
}
.name_mainbg{
	width:99.97%;
	background: url(/r/inxweb/img/yk/xsg/name_mainbg.png) 0 0;
	background-size: contain;	
	padding: 0 80px;
}
.name_bottombg{
	height: 62px;
	width:100%;
	background: url(/r/inxweb/img/yk/xsg/partbg.png) 0px 62px;
	background-size: cover;	
}
.college_name{
	font-size: 18px;
	color:#4B413D;
}
.college_info{
	line-height: 30px;
}
.block_box{
	
}
.block_box div{
	float: left;
}
.part_shool1{
	width: 18%;
}
.part_shool2{
	width: 18%;
	margin-left: 2%;
}
.part_shool3{
	width: 23%;
	margin-left: 2%;	
}
.part_shool4{
	width: 33%;
	margin-left: 2%;	
}
.xsg_ttile {
	width: 100%;
}
.xsg_ttile a span{
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    color: #202020;
    font-size: 18px;
    display: inline-block;
}
.xsg_ttile a:before, .xsg_ttile a:after {
    vertical-align: text-bottom;
}
.xsg_ttile a:before{
    content: "";
    display: inline-block;
    background: url(/r/inxweb/img/yk/xsg/tittle_left.png) no-repeat top center;
    width: 25px;
    height: 26px;
    margin: 0 1%;
    background-size: contain;
	vertical-align: middle;
}
.xsg_ttile a:after{
    content: "";
    display: inline-block;
    background: url(/r/inxweb/img/yk/xsg/tittle_right.png) no-repeat top center;
    width: 25px;
    height: 26px;
    margin: 0 1%;
    background-size: contain;
	vertical-align: middle;
}
.xsg_para p{
	line-height: 25px;
	text-indent: 20px;
}

.peplebox .p_photo{
	width:30%;
}
.p_photo img{
	width: 100%;
}
.peplebox .xsg_para{
	width: 65%;	
	margin-left: 5%;
}
.even_title{
	height: 50px;
	line-height: 50px;
}
.shicha1{
	width:19%;
}
.shicha2{
	width:19%;
	margin-left: 1%;
}
.shicha3{
	width:19%;
	margin-left: 1%;
}
.shicha4{
	width:39%;
	margin-left: 1%;
}
.shicha1,.shicha2,.shicha3,.shicha4{
	display: inline-table;	
}
.shicha1 img,.shicha2 img,.shicha3 img,.shicha4 img,.shicha5 img{
	width: 100%;
}
.shicha5{
	margin-top: 10px;
}
.shicha1 ol li{
	line-height: 20px;
}
.doorbox{
	padding: 5px;
	background-color: #fff;
	border:1px solid #D5D5D5;
}
.article_info{
	width: 100%; 
	margin: 0 auto;
	background: #fbf6ed;
	padding: 20px 40px 20px 60px;
}
.article_info img{
	width: 100%;	
}
.infobox_left{
	position: relative;
}
/*.btn_box_xsg{
	position: -webkit-sticky; 
    position: sticky;
    background-color: #fbf6ed;
    height: 60px;
    bottom: 0;
    padding: 20px 40px 20px 60px;
}
 .sticky{
	position: fixed; 
	bottom: 179px;
	width: 62%;
}
.btn_box_xsg a img{
	height: 20px;
	width: 24px;
}
.previous_sxg,.next_sxg{
	float: right;
	padding: 0 10px;
} */
.btn_box_xsg{
	background-color: #fbf6ed;
    height: 130px;
    bottom: 0;
    padding: 5px;
}
.sticky{
    position: fixed;
    top: 150px;
    width: 53px;
    left: 6.2%;
}
.btn_box_xsg a img{
	height: 20px;
	width: 24px;
}

.previous_sxg, .next_sxg, .home_sxg {
    float: right;
    padding: 10px;
}
.no_pointer{
	cursor: inherit;
}
.swiper-slide img{width:85%;}
.picWrap img{width:85%;}


/*******************empty**********************/
.emptybox{
	height: calc(100vh - 506px);
	margin: 0 auto;
    padding: 0px 40%;
}
.emptybox span{
    display: block;
    padding: calc(50vh - 300px) 0;
    text-align: center
}

.mask_layer{
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 99;
    top: 0; 
    display: none;
}
.viewer-close{
	display: none;
	z-index: 100;
}
.today_ny{
    display: none;	
    position: absolute;
    z-index: 111;    
    top: 16%;
    left: 40%;
}
.today_ny .article_name{
	margin: 0 50px;
	vertical-align: middle;
}
.today_ny .year_xsg{
	bottom: 130px;
}
.today_ny .btn_circle{
    bottom: 90px;
}

.today_ny .btn_circle span{
	line-height: 35px;
}
/***********************南医校友*************************/
.shoolmate_nj{
	height: 200px !important;
	width: 44px !important;
	background-image: url('/r/inxweb/img/yk/xsg/shoolmate_bg.png') !important;
	vertical-align: bottom !important;
	left: 230px;
    bottom: 175px;
    position: absolute !important;
}
.shoolmate_nj span{
	display: block;
    font-size: 25px;
    width: 30px;
    margin: 122% auto;
    font-family: "myfontlishu";
    
}
.loader{
	background-image:url('/r/inxweb/img/yk/loader.gif');
	width:22px;
	height:22px;
	position:absolute;
	top: 50%;
    left: 50%;
	z-index: 4;
}
.waittingtext{
	font-size: 18px;
	color: #fff;
	position:absolute;
	top: 53%;
    left: 49%;
	z-index: 4;	
	line-height: 40px;
}