/*
主题名称: 南京师范大学图书馆
描述: web
作者: JN
*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog, footer, header,
hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}



table, th, td {
    vertical-align: middle;
}



ul {
    list-style: none;
}


* , * :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}



body {
    background: hsl(214, 12%, 21%);
    font-family: "Helvetica Neue",Helvetica,Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    line-height: 1;
    color: hsl(0, 0%, 25%);
}

.global {
    margin: 0 auto;
    position: relative;
    max-width: 114rem;
}

.global a {
    text-decoration: none;
}

.global .containers:after, .global .group:after {
    content: "";
    display: table;
    clear: both;
}



.g-header {
    background: hsl(214, 53%, 27%);
    position: relative;
    
}
.g-nav {
    display: none;
    padding-bottom: 2.4rem;
}

.g-nav section {
    margin: 0.9rem 0;
}

.g-nav h2 {
    font-size: 2em;
    font-weight: 300;
    color: hsl(214, 5%, 50%);
    margin: 0 0 0.6rem;
    padding: 2.4rem 1.8rem 1rem;
    border-bottom: 0.1rem solid hsla(0, 100%, 100%, 0.1);
}

.g-nav ul {
    padding: 0.4rem 0;
}

.g-nav li {
    position: relative;
}

.g-nav li a {
    display: block;
    padding: 0 1.8rem 0 4.2rem;
    line-height: 3.4rem;
    font-size: 1.5rem;/*左右两侧菜单字体大小*/
    color: hsla(0, 0%, 100%, 0.8);
    position: relative;
}

.g-nav li a:hover {
    color: hsl(0, 0%, 100%);
}

.g-nav li a span {
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 1.8rem;
    margin-top: -0.7rem;
    width: 2rem;
}

.g-nav li a span.right {
    margin-left: 0.4rem;
    margin-right: 0;
    display: none;
}

.g-nav .guides li a span {
    color: hsl(10, 44%, 52%);
}

.g-nav .sets li a span {
    color: hsl(69, 44%, 42%);
}

.g-nav .formats li a span {
    color: hsl(194, 40%, 47%);
}

.g-nav .info li a span {
    color: hsl(214, 43%, 80%);
}

.g-nav .contact li a span {
    background: hsl(10, 40%, 42%);
    color: hsl(10, 44%, 88%);
    padding: 0.3rem 0;
    border-radius: 0.3rem;
    margin-top: -1rem;
    left: 1.6rem;
    text-align: center;
}

.g-nav .contact li.current a span {
    background: hsl(10, 44%, 52%);
    color: hsl(0, 100%, 100%);
}

.g-nav .feedback li a {
    color: hsl(93, 67%, 76%) !important;
}

.g-nav li.current a {
    color: hsl(0, 100%, 100%);
}

.g-nav .guides li.current a, .g-nav .contact li.current a {
    background: hsla(10, 44%, 52%, 0.1);
}

.g-nav .sets li.current a {
    background: hsla(69, 44%, 42%, 0.1);
}

.g-nav .formats li.current a {
    background: hsla(194, 40%, 47%, 0.1);
}

.g-nav .info li.current a {
    background: hsla(214, 43%, 80%, 0.07);
}

.g-nav .feedback li.current a {
    background: hsla(93, 67%, 76%, 0.1);
}

.g-nav .formats #all {
    display: none;
}

.g-nav li .subitem {
    display: none;
    padding: 1.8rem;
    background: hsl(214, 7%, 14%);
    color: hsl(0, 100%, 100%);
    font-size: 1.7rem;
    z-index: 5000;
}

.g-nav li.has-subitem.current .subitem {
    display: block;
}

.g-nav li.has-subitem.current > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.2rem 0.9rem 1.2rem;
    border-color: transparent transparent hsl(214, 7%, 14%) transparent;
    position: absolute;
    left: 1.4rem;
    bottom: 0;
}

.g-nav li .subitem .success_message {
    text-align: center;
    line-height: 1.2em;
}

.g-nav li .subitem.number li:first-child {
    margin-bottom: 1.2rem;
}

.g-nav li .subitem.number b {
    font-weight: 400;
    opacity: 0.5;
    width: 4rem;
    display: inline-block;
}

.g-nav li .subitem.number a {
    padding: 0 !important;
    background: none;
    display: inline-block;
    line-height: 1;
}

.g-nav li .form {
    padding: 0;
    margin: -1.8rem;
}

.g-nav li .form * {
    font-size: 1.6rem;
}

.g-nav li .form input, .g-nav li .form textarea, .g-nav li .form select {
    font-family: inherit;
    background: transparent;
    border: 0;
    color: hsla(0, 100%, 100%, 0.85);
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}

.g-nav li .form .field, .g-nav li .form pre, .g-nav li .form label, .g-nav li .form input[type="submit"] {
    padding: 0.8rem 1.8rem;
}

.g-nav li .form .field, .g-nav li .form pre {
    padding-left: 4.4rem;
}

.g-nav li .form .field {
    position: relative;
    border-bottom: 0.1rem solid hsla(0, 100%, 100%, 0.1);
}

.g-nav li .form label {
    position: absolute;
    top: 0.2rem;
    left: 0;
    color: hsla(0, 100%, 100%, 0.25);
    width: 100%;
}

.g-nav li .form [class^=icon] {
    position: relative;
    top: 0.08em;
}

.g-nav li .form label .text {
    font-weight: 200;
    font-style: italic;
    margin-left: 0.6rem;
    color: hsla(0, 100%, 100%, 0.6);
}

.g-nav li .form label.subdue .text {
    color: hsla(0, 100%, 100%, 0.2);
}

.g-nav li .form .dropdown label.subdue .text {
    color: hsla(0, 100%, 100%, 0.75);
}

.g-nav li .form .arrow {
    font-style: normal;
    position: absolute;
    margin: 0.7rem 0 0 1.6rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.g-nav li .form .message textarea, .g-nav li .form .message pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 2rem;
    min-height: 7rem;
    overflow-y: hidden;
    -ms-overflow-style: none;
}

.g-nav li .form .message textarea::-webkit-scrollbar, .g-nav li .form .message pre::-webkit-scrollbar {
    width: 0 !important 
}

.g-nav li .form .message textarea {
    resize: none;
    height: 7rem;
}

.g-nav li .form .message pre {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.g-nav li .form select {
    text-indent: 0.01px;
    text-overflow: '';
}

.g-nav li .form select:focus {
    color: hsl(0, 100%, 100%);
}

.g-nav li .form option {
    font-size: 1.2rem;
    color: hsl(0, 0%, 0%);
    background: hsl(0, 100%, 100%);
}

.g-nav li .form input[type="submit"] {
    font-weight: 600;
    color: hsl(10, 44%, 52%);
}

.g-nav li .form input[type="submit"]:hover, .g-nav li .form input[type="submit"]:focus {
    background: hsla(0, 100%, 100%, 0.05);
    cursor: pointer;
}

.g-nav li .form .field.error [class^=icon] {
    color: hsl(0, 70%, 54%);
}

.g-nav li .form label.error {
    position: static;
    padding: 0;
    font-size: 1.2rem;
    display: block;
    margin-top: 1rem;
    color: hsl(0, 70%, 54%);
}

.g-nav li .form label .req {
    display: none;
}

.active-nav .content {
    margin-left: 24rem;
    width: 100%;
    position: fixed;
}

.active-nav .g-nav {
    display: block;
    float: left;
    width: 24rem;
    overflow: hidden;
}

.active-nav .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 0%, 0.4);
    z-index: 70000;
}

.content {
    box-shadow: 0 0 8px hsla(0, 0%, 0%, 0.8);
}

.main {
    background: hsl(0, 100%, 100%);
}




.g-nav .menu li.feedback .form input[type="submit"] {
    color: hsl(93, 67%, 76%);
}





















#searchsubmit{
	
	flex: 2;
display: block;
font-size: 1.6rem;
padding: 0.3rem 0 0;
text-align: center;

width:10%;
height: 3.25rem;
border-radius: 0 0.3rem 0.3rem 0;

background: hsl(214, 47%, 47%);
color: hsl(0, 0%, 100%);
border: none;
margin: 0;
cursor: pointer;
font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
font-family: 'icomoon';
}

#tab .btn{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;	
}


.nav-trigger i{
	font-size:1.5rem;color:#D2D9E1;	
	margin-top: 1rem;
}


















@media screen and (min-width: 520px) {
	.global .containers {
		padding: 0 5.4rem;
	}
	.global .containers > .corner {
		right: 5.4rem;
	}
	.global .containers > .corner.left {
		left: 5.4rem;
	}
	.g-header h1 {
		margin-left: 0;
	}
	.g-header h1 img.short {
		display: none;
	}
	.g-header h1 img.long {
		display: inline;
	}
}
@media screen and (min-width: 690px) {
	.section {
		padding-top: 1.6rem;
	}
	.m-header.background + .containers > .section,.m-header.top + .containers > .section,.m-search + .containers > .section,.m-nav + .containers > .section,.h-finder + .containers > .section,.p-banner + .containers > .section {
		padding-top: 3rem;
	}
	.section.has-nav .page {
		margin-right: 16.6rem;
		padding-right: 3.6rem;
		overflow: hidden;
	}
	.section.has-nav .s-nav {
		width: 16.6rem;
		float: right;
	}
	.section.has-filters .page {
		margin-left: 16.6rem;
		padding-left: 3.6rem;
	}
	.section.has-filters .s-filters {
		width: 16.6rem;
		float: left;
	}

	.g-footer .address {
		position: absolute;
		top: 0;
		right: 5.4rem;
		margin: 0;
		text-align: right;
		line-height: 1.9em;
	}
}
@media screen and (min-width: 856px) {
	.g-header h1 {
		text-align: left;
		float: left;
	}
	.g-header .nav-trigger {
		display: none;
	}
	.g-header .user-nav,.g-header .login {
		position: relative;
		float: right;
		top: auto;
		right: auto;
		margin-right: -1.8rem;
	}
	.g-header .user-nav h2 {
		display: block;
		width: 20rem;
		position: absolute;
		top: 0;
		left: -20rem;
		padding: 2rem 0;
		font-size: 1.6rem;
		color: hsl(214, 25%, 60%);
		text-align: right;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}
	.g-header .user-nav > a {
	}
	.g-header .user-nav .menu {
		right: 50%;
		margin-right: -6.8rem;
	}
	.content {
		width: 82%;
		float: right;
		position: relative;
	}
	.g-nav {
		display: block;
		float: left;
		width: 18%;
	}
	.g-nav li .subitem {
		width: 24rem;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -24rem;
	}
	.g-nav li.has-subitem.current > a:after {
		border-width: 1.8rem 1.4rem 1.8rem 0;
		border-bottom-color: transparent;
		border-right-color: hsl(214, 7%, 14%);
		top: 0;
		left: auto;
		right: 0;
		bottom: auto;
		z-index: 5000;
	}
	.g-nav li .subitem.number {
		width: 20rem;
		margin-right: -20rem;
	}
	.g-nav li .form .message textarea,.g-nav li .form .message pre {
		max-height: 24rem;
		overflow-y: scroll;
	}
}
/*wxb  doy  xj fixed*/
@media screen and (min-width: 924px) {

	.global {
		padding: 0 16.6rem;
	}
	.g-header {
		padding: 1.6rem 0 1.6rem 0;
	}
	.g-header h1 {
		margin: 0.9rem 0 0;
		position: relative;
		top: -0.2rem;
		padding: 0;
	}
	.g-header h1 img {
		height: 3.6rem;
	}
	.g-header .login,.g-header .user-nav > a {
		padding-bottom: 1.4rem;
	}
	.content {
		width: 100%;
		float: none;
	}
	.g-nav {
		display: block;
		float: none;
		width: auto;
		padding: 0;
	}
	.g-nav ul {
		padding: 0.6rem 0;
	}
	.g-nav .flank {
		position: absolute;
		top: 0;
		width: 16.6rem;
		z-index: 5000;
	}
	.g-nav .flank .inner {
		position: fixed;
		width: 16.6rem;
	}
	.g-nav .flank.left {
		left: 0;
		text-align: right;
	}
	.g-nav .flank.left li a {
		padding: 0 2.4rem 0 2.4rem;
	}
	.g-nav .flank.left li a span {
		margin-top: -0.6rem;
		left: auto;
		right: 2.4rem;
	}
	.g-nav .flank.right {
		right: 0;
	}
	.g-nav .flank.right li a {
		padding: 0 2.4rem 0 2.4rem;
	}
	.g-nav .flank.right li a span {
		left: 2.4rem;
	}
	.g-nav .flank.right .contact li a span {
		left: 2.2rem;
	}
	.g-nav h2 {
		padding: 5.2rem 2.4rem 1rem;
	}
	.g-nav li .subitem {
		left: auto;
		right: 16.6rem;
		margin: 0;
	}
	.g-nav li .subitem.number {
		margin: 0;
	}
	.g-nav li.has-subitem.current > a:after {
		border-width: 2rem 0 2rem 1.4rem;
		border-right-color: transparent;
		border-left-color: hsl(214, 7%, 14%);
		left: 0;
		right: auto;
	}
	.left .inner li i{/*当宽度大于等于1024的时候图标居右侧显示，并且设置图标左右间距*/
		float:right;
		padding-left: 0.56rem;
		padding-right:0;
	}
	.right .inner li i{/*当宽度大于等于1024的时候图标居右侧显示，并且设置图标左右间距*/
		float:left;
		padding-right: 0.56rem;
		padding-left:0;
	}
	
}
@media screen and (min-width: 1400px) {
	html {
		font-size: 70%;
	}
}
@media screen and (min-width: 1720px) {
	html {
		font-size: 75%;
	}
}
@media screen and (min-width: 2000px) {
	html {
		font-size: 80%;
	}
}
@media screen and (max-width: 1023px) and (max-height: 840px) {
	.g-nav .formats li {
		display: none;
	}
	.g-nav .formats #all {
		display: block;
	}
}
@media screen and (min-width: 1024px) and (max-height: 820px) {
	.g-nav .feedback li .subitem {
		position: absolute;
		top: auto;
		bottom: 0;
	}
}
@media screen and (min-width: 1400px) and (max-height: 932px) {
	.g-nav .feedback li .subitem {
		position: absolute;
		top: auto;
		bottom: 0;
	}
}

@media screen and (min-width: 1720px) and (max-height: 1020px) {}
@media screen and (min-width: 2000px) and (max-height: 1100px) {
	.g-nav .feedback li .subitem {
		position: absolute;
		top: auto;
		bottom: 0;
	}
}
@media screen and (min-width: 1024px) and (max-height: 504px) {
	.g-nav .flank .inner {
		position: relative;
	}
}
@media screen and (min-width: 1400px) and (max-height: 566px) {
	.g-nav .flank .inner {
		position: relative;
	}
}
@media screen and (min-width: 1720px) and (max-height: 605px) {
	.g-nav .flank .inner {
		position: relative;
	}
}
@media screen and (min-width: 2000px) and (max-height: 652px) {
	.g-nav .flank .inner {
		position: relative;
	}
}

/*当屏幕宽度小于684就隐藏背景图*/
@media screen and (max-width: 684px) {
	.h-finder {
		background-image:none;
	}
}




@media screen and (min-width: 684px) {
	.h-finder {
		background-repeat: no-repeat;
		background-image:url(imageslibbg.jpg);
		background-position: center 50%;
		background-size: cover;
		background-size:  
cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/libbg.jpg',sizingMethod='scale'); 
		/*height: 38.3rem;*/
		position: relative;
	}

	.h-finder > * {
		z-index: 2;
		position: relative;
	}

	.h-finder:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(transparent -10.4rem, hsla(0, 0%, 0%, 0.1) 100%);
		z-index: 1;
	}

	.m-search .advanced {
		background: hsla(0, 100%, 100%, 0.98);
	}

	.m-search {
		z-index: 100;
		position: relative;
		background: hsla(214, 23%, 96%, 0.3);
		border: none;
		box-shadow: 0 0.1rem 0.2rem hsla(0, 0%, 0%, 0.1);
		
		
    padding: 1.8rem 0;
	
	
	}

	.m-tiles {
		background: transparent;
		padding: 5.5rem 0;
		border: none;
	}

	.m-tiles li a {
		box-shadow: 0.1rem 0.1rem 1rem hsla(0, 0%, 0%, 0.1);
	}

	.m-tiles .viewall {
		margin-top: 0.9rem;
	}

	.m-tiles .viewall a {
		color: hsla(0, 100%, 100%, 0.8);
	}

	.m-tiles .viewall a:hover {
		color: hsl(0, 100%, 100%);
	}
}


/*修正logo左侧的空白，使其定格*/
.logo .containers{
	padding-left:0;
}

.logoimg{
max-width:80%;
float:left;
line-height:3rem;
}
/*使logo图片垂直居中*/
.logoimg img{
display: table-cell;
 vertical-align:middle;	
}
/*菜单按钮左对齐，并且设定最大宽度*/
.menuicon{
	float:left;max-width:20%;
}






/*标签宽度以及标签文字加粗设定*/
#tab a{
/*font-weight:bold;*/
min-width:6rem;	
}




.newsbg,.newsbg .panel-heading{
	background-color: #BA604E;
border-color: #C77F70;
border-radius: 1rem;
}
.newsbg .panel-heading{
border-bottom-right-radius:0;
border-bottom-left-radius:0;
}

.newsbg .panel-body{
min-height:18rem;
position:relative;	
overflow: hidden;
}
.newsbg .panel-body ul li{
	max-height:1.5rem;
	line-height:1.5rem;
	overflow:hidden;
	color:#fff;
	background-image:url(imagesdot.png);
	background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: 0% 0.7rem;
background-repeat: no-repeat;
background-size: auto auto;
padding-left:0.8rem;
font-size:1.2rem;
white-space: nowrap;
text-overflow: ellipsis;
}


.panel-heading h2,.panel-heading h3{
display:inline;	
}
.panel-heading h2{
font-size:2rem;	
}
.panel-body i{
	color:#FFF;
	position: absolute;
top: auto;
bottom: -0.9rem;
left: 0;
margin: 0;
font-size: 6.4rem;
opacity: 0.1;
z-index: 1;


   -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;   
   transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;

}

.newsbg .panel-body:hover > i {
    transform: scale(1.5, 1.5);
    transition: 0.3s transform;
}
.more,.more a{
	text-align:right;
		color:#fff;
		font-size:0.9rem;
		float:right;
		position:absoulte;
		z-index:9999; 
}
.gk{
width:100%;

background-color: #8C9A3B;
border-radius: 10px;
position:relative;overflow:hidden;
color:#FFF;
text-align:left;
}
#rtbutton .gk{
	min-height:7.9rem;
}

	/*右侧buttom的下边距*/
#greenlinks a{
	margin-bottom:1.2rem;
	}
/*小图标的属性设置*/

#greenlinks #rtbutton i{

	color:#FFF;
	position: absolute;
top: auto;
bottom: -0.5rem;
right: 0rem;
margin: 0;
font-size: 5rem;
opacity: 0.1;
z-index: 1;


     -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;   
   transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;

}

#greenlinks #rtbutton .gk:hover > i {
    transform: scale(1.5, 1.5);
    transition: 0.3s transform;
}
/*鼠标移动上去按钮变色*/
#greenlinks #rtbutton .gk:hover{
	background-color:#96A34F;
}
/*标题文本回行设置，以及h3、h2等字体大小设置*/
.gk h2,.gk h3{
display:inline;	
font-size:1.3rem;
}
.gk h3{
padding-left:0.2rem;	
}
.gk h2{
font-size:2rem;	
}
/*右侧buttom的链接字体颜色*/
#greenlinks a:link,.njnulink a:link {text-decoration:none;color:#FFF;}
#greenlinks a:visited ,.njnulink a:visited {text-decoration:none;color:#FFF;}
#greenlinks a:hover,.njnulink a:hover {text-decoration:none;color:#FFF;}
#greenlinks a:active,.njnulink a:active {text-decoration:none;color:#FFF;}

#greenlinks #rdbuttom .gk{
	min-height:2.8rem;
}
#rdbuttom .btn{
background-color:#4394AA;	
}
#rdbuttom .gk h3{
padding-left:0.2rem;	
min-height:2.8rem;
line-height:2.8rem;
}
#rdbuttom .gk h2{
font-size:1.6rem;
min-height:2.8rem;
line-height:2.8rem;
}
/*鼠标移动上去按钮变色*/
#greenlinks #rdbuttom a:hover{
	background-color:#559eb2;
}
#rdbuttom h2{
margin-left:1rem;	
}
#rdbuttom i{
font-size:1.6rem;
top:0.5rem;
opacity: 0.5;
}

/*图书馆统计数据*/
.libinfo{
font-size:1.2rem;/*统计信息字体大小*/
text-align:center;
padding:0.5rem;	
color:#FFFFFF;

padding-top:2rem;
padding-bottom:2rem;
}

.g-footer{



    font-size: 1.2rem;/*版权页字体大小12px*/
    line-height: 2em;
    padding-top:1.2rem;
	padding-bottom:1.2rem;

	border-top: 0.1rem solid hsl(0, 0%, 51%);
	color:#FFF;
	text-align:right;
	
	padding-left:3rem;
	padding-right:3rem;
	margin-left:1rem;
	margin-right:1rem;
	
}
.bg{
		background-color:#55545C;
}

.copyright_l div{
	text-align:left;
}
.copyright_l ul li{
	display:inline;
	padding-right:0.5rem;
}

.copyright_l a:link,.newslist a:link{text-decoration:none;color:#FFF;}
.copyright_l a:visited,.newslist a:visited{text-decoration:none;color:#FFF;}
.copyright_l a:hover,.newslist a:hover{text-decoration:none;color:#FFF;}
.copyright_l a:active,.newslist a:active{text-decoration:none;color:#FFF;}




.left .inner li i{
padding-top: 0.9rem;
font-size: 1.5rem;
color:#BA604E;
}

.left .inner .sets li i{
color:#8A993F;
}
.left .inner .formats li i{
color:#4890A8;
}


.right .inner li i{
padding-top: 0.9rem;
font-size: 1.5rem;
color:#BA604E;
}

.right .inner .contact li i{
color:#BDE99B;
}
.right .inner .qt li i{
color:#4890A8;
}


@media screen and (max-width: 1024px) {/*重新设置宽度小于1024的时候图标属性*/

	.inner li i{
padding-left: 0;/*设置默认状态为图标居右侧，图标右侧间距置空*/
padding-right: 0.6rem;	
	}

}

.gt,.gw {
    width: 100%;
    background-color: #8C9A3B;    
    position: relative;
    overflow: hidden;
    text-align: left;
	padding:0;
	margin:0;
    padding-bottom: 2rem;
    padding-top: 2.5rem;
	
}
.global .subpagenopadding
{

	padding:0;
	}
	
	.gt h2,.gt h3{
			margin-left:1rem;
	margin-top:1rem;

		font-size: 3.5rem;
		font-weight:normal;
color:#FFF;
display: inline;
		}
		
		.gt h3{
		font-size: 2.5rem;
		}
		
		.gw{
			    background-color: #FFF;  
			}


			#lxdh{
font-size: 1.4rem;
    padding-left: 5rem;
    padding-right: 0;
			}













				
			
			.gt i {
    color: #FFF;
    position: absolute;
    top: auto;
    bottom: -2rem;
    right: 1rem;
    margin: 0;
    font-size: 7rem;
    opacity: 0.1;
    z-index: 1;
	}
	
	.gw h1{
		    font-size: 2rem;
			color:#719c06;
			font-weight:bold;
			padding-left:1rem;
		}
		
		.gw i{
    color: #719c06;
font-size: 1.8rem;

	}
	
	.gw p{
		    text-indent: 2em;
    font-size: 1.3rem;
    line-height: 2.7rem;
	
		}
		
		.p_content{
			padding:1.5rem 1rem 1rem 1rem;
    font-size: 1.3rem;
    line-height: 2.7rem;
			}

			
			.gw h3{
				 font-size: 2rem;
			
			color:#53814A;
			
			font-weight:bold;
			padding-left:1rem;
				}
		.itemlist ul li a
		{
		padding-left:0.5rem;
	    padding-right:1.3rem;
		font-size: 1.3rem;
			color:#4E5336;
			
			}	
			.itemlist ul li
		{
		padding-top:1rem;	
		padding-left:3rem;
			}	
			
			.left_list{
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
				padding-bottom:3rem;
				padding-top:2rem;
				}
				.right_list{
					padding-bottom:3rem;
				border-bottom: 1px solid #ccc;
				padding-top:2rem;
				}
				.bline{
					border-bottom: 1px solid #ccc;
					}
					
					.gw2{
						padding-left:30px;padding-right:30px;
						}
						
												.downleft_list{
							padding-top:1rem;
							padding-bottom:3rem;
							}
						
						
						
						@media (max-width: 991px)  {
						
							.left_list{
				border-right:0;
			border-bottom:0;
			padding-left:10rem;
			 border-bottom:1px solid #E6E6E6;
				}
  .right_list{
	  border-bottom:1px solid #E6E6E6;
	  
	  padding-top:2rem;
	  padding-left:10rem;
					}
			
			
				
				.downleft_list{
							padding-left:10rem;
							padding-top:2rem;
							}
.subpagenopadding .gw{
	padding-bottom:0;
	padding-top:0;
}
body .blanktag{
	display:none;
}

}

body section .itemlist li a{
	background: url(images142.gif) left center no-repeat;
	padding-left:1.6rem;
}

						
						
				



						


						.p_content table {
    color:#333333;
    border-width: 1px;
    border-color: #CDCDCD;
    border-collapse: collapse;
}
 .p_content  th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #CDCDCD;
    background-color: #dedede;
    line-height: 2rem;
}
.p_content table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #CDCDCD;
    background-color: #FAFAFD;
    line-height: 2rem;
}

.p_content table p{
    text-indent: 0em;
    margin:0;
    padding:0;
    line-height: 2rem;
}

.p_content h1{
	padding-bottom:1rem;
}

.p_content a:link{text-decoration:none;color:#305F9C;}
.p_content a:visited {text-decoration:none;color:#305F9C;}
.p_content a:hover{text-decoration:none;color:#68A0D8;}
.p_content a:active{text-decoration:none;color:#305F9C;}



.itemlist .blanktag  a{
	background: none;
}

		@media (max-width: 520px)  {/*手机等小屏适配*/
						
							.left_list,.right_list,.downleft_list{
				  
			padding-left:0;
				}

				.left_list a,.right_list a,.downleft_list a{
			padding-top:1rem;	  
			display: block;
				}	  /*a标签竖列显示*/
.itemlist li a{
	background: url(images142.gif) left 1.2rem no-repeat;
}
.left_list .itemlist li,.right_list .itemlist li,.downleft_list .itemlist li{
			padding-top:0;	  
				}	


				.global .containers {
   /* padding: 0 1.5rem;*/
}


				
}


.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}
table{border:0; border-collapse:collapse;}
table td,table th{border:1px solid #999; padding:.5em 1em}
//添加IOS下滚动条
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}


.post-time {
	color: #919da5;
	float: right;
	padding-left: 1.2rem;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0.6rem;
}


.panel .listcontent,.panel-heading{
    font-size: 1.3rem;
    line-height: 2.7rem;	
}

.list-group{
		padding-left: 1.2rem;
		padding-right: 1.2rem;
}
.b-b {
    border-bottom: 1px solid #ddd;
}
li.list-group-item {
    background: url(imagespoint.png) left center no-repeat;
  
}

.pagination {
	margin-top: 0.9rem;
	text-align: center;
}
.pagination>li {
	display: inline-block;
}

.global .content .pagination .active a{
	cursor:pointer;
}

.panel h1{
	border:none;
	padding-top: 0;
	padding-bottom:1rem;
}

.news_content h3{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
    color: #719C06;
}

.article-info {
    color: #8c9294;
    padding-right: 3rem;
    padding-left:3rem;
    font-size:1.3rem;
}
.article-info span {
    float: right;
}
.text-danger {
    color: #eb683e;
}

.news_content hr{
	margin:1rem 2rem 1rem 2rem;
}

.news_content{
	    font-size: 1.3rem;
    line-height: 2.7rem;
}


.news_content img,.p_content img{
	clear: both;
	display: block;
	margin:0 auto;
	CURSOR: hand;
	OVERFLOW: hidden; 
	BORDER: #ccc 1px solid;
}

.list-group-item a{
	padding-left:0.5rem;
}


.global a:link{text-decoration:none;}
.global a:visited {text-decoration:none;}
.global a:hover{text-decoration:underline;}
.global a:active{text-decoration:none;}

.global .p_content .star{
color:#AA7727;
font-size: 1.3rem;
	} 

nav ul .li4{
		width:23%;
	}



	#q,#strText{
	flex: 12;
border-right: none;
margin: 0;
font-size: 1.6rem;
height: 3.25rem;
padding: 0.7rem 0.8rem 0.8rem;
position: relative;
z-index: 1;
float: left;
border: 1px solid hsl(0, 0%, 70%);
width:90%;
color:#aaa;
}

/*宽度小于520的时候增大按钮宽度，并且增加左侧的空白区域*/

@media screen and (max-width: 520px)  {
	#q,#strText {
		width: 80%;
	}
		#searchsubmit {
		width: 20%;
	}
	
	
}


@media screen and (max-width: 768px)  {

footer .copyright_l ul,footer .copyright_r div,footer .copyright_l div{
	text-align:center;
}
	
	
}


.newstoppadding .newslist ul li{
margin-top:5px;
}
.btn-cu1{
	color: #fff;
    background-color: #008080;
    border-color: #007575;
}
#tab a:link,#tab a:visited,#tab a:hover,#tab a:active{
	color: #fff;
}



.copyright_r a:link {text-decoration:none;color:#FFF;}
.copyright_r a:visited {text-decoration:none;color:#FFF;}
.copyright_r a:hover {text-decoration:underline;color:#FFF;}
.copyright_r a:active {text-decoration:none;color:#FFF;}

.copyright_l i{
	color:#bbb;
	font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
	.global .containers {
		/*padding: 0 2rem;*/
	}
}
.gw2 .left_list .itemlist li i{
	color:#B1BF6D;
	font-size:1.1rem;
}

.gw2  i
{
color: #929683;
    position: absolute;
    top: auto;
    bottom: 3rem;
    right: 5rem;
    margin: 0;
    font-size: 15rem;
    opacity: 0.2;
    z-index: 1;
    font-style: italic;
}

.global .newstoppadding{
padding-top:1.5rem;	
}
.browserupgrade{
	font-size:25px;
	color:#FF0000;
	margin-top:50px;
	margin-bottom:50px;
	text-align: center;
}
#rdbuttom .cfocus {
    background-color: #D69335;
}
#greenlinks #rdbuttom  a.cfocus:hover{
	background-color:#DA9B45;
}
@media screen and (min-width: 768px){
	table.limitwidth{
		width:80% !important;
	}
}