﻿﻿@charset "utf-8";
/*整体 重置*/
.right-tools {

	top: 50%;
	bottom: auto;
	right: 35px;
	transform: translateY(-50%);

}

/*整体 重置 end*/

/*--搜索区域 重置--*/
#searcher {
	margin-bottom: 25px;
}
.search-box {
	height: 533px;
	padding-top: 115px;
}

.search-input {
	margin-bottom: 10px;
}
/*--搜索区域 重置 end--*/
/*--首页结构--*/
.row {
	margin: 0 -10px 10px;
}
.row:before, .row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.col-left {
	float: left;
	width: 950px;
}
.col-left h2, .col-right h2 {
	position: relative;
}
.col-left h2 .more, .col-right h2 .more {
	position: absolute;
	right: 10px;
	bottom: 5px;;
	font-size: 14px;
}
.col-left h2 .more img {
	vertical-align: middle;
	margin-right: 3px;
}
.col-right h2 .more {
	bottom: 4px;
	right: 10px;
}
.col-left h2 a, .col-left h2 .more a, .col-right h2 .more a {
	padding: 0;
	color: #999;
}
.col-left h2 .more a i, .col-right h2 .more a i {
	margin-right: 3px;
}
.col-right {
	margin-left: 960px;
}
.col-right .loading {
	min-height: 100px;
}
/*--首页结构end--*/

.index-top {
	height: 103px;
	margin-top: -158px;
	margin-bottom: 55px;

}
/*--导航切换标签 (固定)--*/
.web-guid .guid-name {
	float: left;
	position: relative;
	width: 100px;
	height: 35px;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #a21e1e;
	border-bottom: 3px solid #7a1616;
}
.web-guid .guid-name:after {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}
.web-guid .guid-name a {
	color: #fff;
}
.web-guid .journal-class-list {
	float: left;
	width: 898px;	
	height: 50px;
}
.web-guid .journal-class-list ul {
	display: inline-block;
	padding: 0 20px;
	white-space: nowrap;
	vertical-align: middle;
}
.web-guid .journal-class-list li {
	display: inline-block;
	line-height: 32px;
	color: #cccccc;
}
.web-guid .journal-class-list li:after {
	display: inline-block;
	margin: 0 5px 0 8px;
	content: "|";
}
.web-guid .journal-class-list li:last-child:after {
	display: none;
}
.web-guid .journal-class-list li a {
	color: #666666;
}
.web-guid .guid-more {
	float: left;

}
.web-guid .guid-more {
	float: left;
	position: relative;
	width: 100px;
	height: 35px;
	margin-left: 1px;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #c0c0c0;
	border-bottom: 3px solid #999999;

}
.web-guid .guid-more:after {
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -6px;
	border-width: 7px 7px 7px 0;
	border-style: dashed solid dashed dashed ;
	border-color: transparent #fff transparent transparent  ;
	content: "";
}

.web-guid .guid-more a {
	color: #fff;
}
/*--导航切换标签 end--*/
.part1 {
	margin: 0 0 0;
}
.part1 .m-box {
	border-top: 2px solid #e0331b;
}
.part1 .m-box-content {
	margin: 0;
	padding: 20px;


}

.part2 {
	padding: 25px 0;
	background: url(../../images/site/part2-bg.jpg) no-repeat center #e6e6e8;
	background-size: cover;
}
.part2 .m-box {
	border: 0;
	margin: 0;
}
.part2 .m-box-title {
	height: 61px;
	line-height: 60px;
	padding-top: 13px;
}
.part2 .m-box-title .h-sel {
	line-height: 46px;
}
.part2 .m-box-title .h-sel a {
	width: auto;
	height: 47px;
	margin-right: 10px;
	padding: 0 17px;
	line-height: 46px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
}
.part2 .m-box-title .h-sel a.current {
	height: 48px;
}
.part2 .m-box-title .h-sel a.current:after {
	display: none;
}
.part3 {
	padding: 25px 0;

}



/*--图片新闻切换 (固定)--*/
.pic-show {
	float: left;
	position: relative;
	width: 640px;
	background: #dedede;
}
.pic-move {
	overflow: hidden;
	position: relative;
	width: 640px;
	height: 340px;
}
.pic-move ul {
	position: relative;
	width: 1000%;
}
.pic-move li {
	float: left;
	width: 640px;
}
.pic-move li a {
	position: relative;
	float: left;
}
.pic-move li img {
	width: 640px;
	height: 340px;
}
.pic-move li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 37px;
	background: rgba(0,0,0,.5);
}
.pic-show .pic-sel {
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 37px;
	line-height: 37px;
}
.pic-show .pic-sel > span {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;

	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}
.pic-show .pic-sel > span.current {
	background-color: #de2910;
}
/*--图片新闻切换 end--*/
/*--新闻 (固定)--*/
.news {
	height: 340px;
	margin-left: 650px;

}
.news .title {
	position: relative;
	height: 48px;
	color: #333333;
	margin-bottom: 0;
	padding: 0 20px;
	font-size: 18px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 47px;
	border-bottom: 1px solid #b9b9b9;
}
.news .title > a {
	float: left;
	position: relative;
	height: 47px;
	margin-right: 10px;
	padding: 0 15px;
	line-height: 46px;
	text-align: center;
	color:#777;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
}
.news .title .current {
	height: 48px;
	color: #e03720;
	font-weight: bold;
}

.news .title .more {
	position: absolute;
	right: 10px;
	bottom: 0;

}
.news .title .more a {
	display: inline-block;
	width: 91px;
	height: 28px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #949494;
}

.news-list {
	overflow: hidden;
	position: relative;

	padding-left: 25px;
}
.news-list dl {
	position: relative;
	padding-top: 10px;
	padding-left: 85px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
}
.news-list dt {
	margin-bottom: 5px;
	font-size: 18px;
	color: #464646;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.news-list dt a {
	color: inherit;
}
.news-list dd.time {
	position: absolute;
	left: 0;
	top: 10px;
	width: 70px;
	height: 70px;
	color: #403b39;
	font-size: 18px;
	font-family: arial;
	line-height: 25px;
	text-align: center;
}
.news-list dd.time span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
}
.news-list dd.intro {
	font-size: 14px;
	line-height: 21px;
	color: #797979;
}
.news-list dd.intro a {
	display: inline-block;
	margin-left: 1em;
	color: #d53e2d;
}
.news-list li {
	position: relative;
	height: 38px;
	padding-left: 100px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 38px;
}
.news-list li a {
	display: inline-block;
	max-width: 100%;
	color: #333;
	overflow: hidden;
		text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li a:hover {
	color: #a21e1e;
	text-decoration: underline;
}
.news-list li .time {
	position: absolute;
	top: 1px;
	left: 0px;
	font-weight: bold;
	color: #403b39;
}
/*--新闻 end--*/
/*内容框*/
.m-box {
	margin: 0 10px 25px;
	background: #fff;
	border-top: 1px solid #d6d6d6;
}
.m-box-title {
	position: relative;
	height: 68px;
	padding: 0 40px;
	line-height: 67px;
	border-bottom: 1px solid #d6d6d6;
}
.m-box-title h2, .m-box-title .h-sel {
	display: inline-block;
	font-size: 18px;
	font-weight: lighter;
	line-height: 67px;
	vertical-align: top;
}
.m-box-title h2:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 3px;
	height: 25px;
	margin-right: 9px;
	background: #a21e1e;
	vertical-align: middle;
	content: "";
}
.m-box-title .h-sel a {
	display: inline-block;
	width: 351px;
	margin-left: -1px;
	position: relative;	
	padding: 0 12px;
	color: inherit;	
	text-align: center;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	vertical-align: top;
}
.m-box-title .h-sel .current {
	font-weight: bold;
	color: #de2910;
}
.m-box-title .h-sel .current:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 3px solid #de2910;
	content: "";
}
.m-box-title .h-intro {
	margin-left: 20px;
	color: #999;
	font-size: 14px;
}
.m-box-title .h-intro a {
	margin-left: 5px;
	font-size: 16px;
	text-decoration: underline;
}
.m-box-title .h-intro a i {
	margin-right: 3px;
	text-decoration: none;
}


.m-box-title .more {
	position: absolute;
	right: 20px;
	bottom: 0;

}
.m-box-title .more a {
	display: inline-block;
	width: 91px;
	height: 28px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #949494;
}


.m-box-content {

}
/*两栏左侧*/		
.box-l {
	width: 800px;
}
/*三栏左侧*/		
.box-s {
	width: 390px;
}

/*--数据库资源 （固定）--*/		
.data-list {
	padding: 20px 40px;
}

.data-list ul {
	overflow: hidden;
	padding: 1px 0 0 1px;
}
.data-list li {
	float: left;
	margin: -1px 0 0 -1px;
	border:#e6e6e6 solid 1px;
}

.data-list li a {
	display: inline-block;
	width: 182px;
	height: 90px;  
	color: #5f5f5f;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	vertical-align: top;
	padding:0 20px;
	position:relative;
}
.data-list li a:hover {

	background: #e5e5e5;
 opacity: 1;
 filter: alpha(opacity=100);
}
.data-list li a:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
	.data-list li a img {
		vertical-align: middle;
		max-width: 182px;
		position: absolute;
		left: 0;
		top: 0;
	}
/*--数据库资源 end--*/	
/*--猜你喜欢 文章列表（固定）--*/			
.article-list {
	padding: 30px 20px 40px;
}
.article-list:before, .article-list:after {
	display: table;
	content: "";
	clear: both;
}
.article-list dl {
	float: left;
	width: 33%;
	padding: 8px 35px;
	position: relative;
	border-right: 1px solid #ebebeb;
}
.article-list dl:nth-child(3n) {
	border: 0;
}
.article-list dt {
	overflow: hidden;
	height: 24px;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 23px;	
}
.article-list dt i {
	position: relative;
	top: -1px;
}
.article-list dt a {
	color: #000;
}
.article-list dd {

	height: 20px;
	margin: 0;
	line-height: 20px;
	color: #666666;
}
.article-list dd:empty {
	height: auto;
}
/*--猜你喜欢 文章列表 end--*/	

		
/*--服务系统（固定）--*/	
.service-more {
	right: 10px!important;
}
.service-more a {
	font-size: 18px;
	line-height: 50px;
	color: #333!important;
}
.service-list {
	padding: 0 73px;
}
.service-list ul {

}
.service-list ul:before, .service-list ul:after {
	display: table;
	content: "";
	clear: both;
}
.service-list li {
	float: left;
	width: 103px;
	height: 103px;
	margin: 0 7px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: #fff;
}

.service-list a {
	position: relative;
	display: block;
	height: 100%;
	padding: 20px 0;
	color: #343434;
	text-align: center;

}
.service-list a:hover {
	color: #e14c3d;
}
.service-list a:hover img {
-webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
}
.service-list img {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.service-list span {
	display: block;
	line-height: 30px;
	text-align: center;
}
.service-list2 {
	height: 260px;
	margin: 30px 30px 30px 430px;
	border: 1px solid #e6e6e6;
}
.service-list2 h3 {
	display: inline-block;
	position: relative;
	top: -17px;
	margin-left: 13px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
	background: #fff;
}
.service-list2 ul {
	overflow: hidden;
	padding: 0 35px;
	zoom: 1;
}
.service-list2 li {
	float: left;
	width: 120px;
	margin-bottom: 25px;
	font-size: 14px;
}
.service-list2 li a {

	color: #8f8f8f;
}
/*--服务系统 end--*/	

/*--馆员推荐	课程文献中心	科研专题（固定）--*/	
.lib-list {
	position: relative;
	overflow: hidden;
	padding: 10px 8px;
}
.box-s .lib-list {
	margin: 0 -3px -5px;
}

.lib-list .title {
	display: none;
}
.lib-list dl {
	overflow: hidden;
	float: left;
	width: 287px;
	margin: 0 2px;
}


.lib-list .pic {
	position: relative;
	margin-bottom: 25px;
}
.lib-list .pic img {
	width: 287px;
	height: 181px;
}
.lib-list .pic .name {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: 50%;
	margin-top: -15px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;

	background: rgba(0,0,0,0.5);
	text-align: center;
	text-overflow: ellipsis;
}
.lib-list .list {

}
.lib-list li {
	overflow: hidden;
	position: relative;
	height: 28px;
	margin: 0 2px;
	margin-bottom: 20px;
	padding-left: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	background:  url(../../images/site/icon-links.png) 4px 6px no-repeat #e7e7e7;
}


.lib-list li a {
	font-size: 14px;
	color: #444444;
}
.lib-list .l2 {
	width: 464px;
}
/*--馆员推荐	课程文献中心	科研专题 end--*/

/*--友情链接--*/
.friend-links {
	padding: 20px 30px;
	font-size: 16px;
	line-height: 32px;
}
.friend-links a {
	display: inline-block;
	margin-right: 45px;
	color: #666666;
}

