/* CSS Document */
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
html, body {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
    display: block;
}
b, strong {
    /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
    font-weight: bold;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
    -ms-interpolation-mode: bicubic;
}
ol, ul {
    list-style: none;
}
li {
    /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
    min-width: 1000px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.clearfix:after, .container:after {
    clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix, .container {
    zoom: 1;
}
/* Container
----------------------------------------------------------------------------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    width: 1000px;
}
/* Common
----------------------------------------------------------------------------------------------------*/
body {
    font: 12px Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", Simsun, sans-self;
    background: #efefef;
    line-height: 24px;
    color: #2d374b;
}
a {
    color: #2d374b;
    text-decoration: none;
}
a:foucs {
    outline:none;
}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.head_index {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 980px;
    height: 100px;
    overflow: hidden;
}
.head_page {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 980px;
    height: 100px;
    overflow: hidden;
}
/*nav*/
.nav {
    width: 980px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(head_nav.png) center no-repeat;
}
.nav ul {
    color: #fff;
    float: left;
    margin-left: 5px;
}
.nav ul li {
    float: left;
    text-align: center;
    background: url(nav_line.png) right center no-repeat;
    padding: 8px 25px;
}
.nav a {
    color: #fff;
    font-family: Arial, 'Microsoft Yahei', sans-serif;
    font-size: 14px;
}
.nav #localtime {
    float: right;
    padding-right: 10px;
    padding-top: 8px;
    color: #fff;
}
/*ҳ��*/
/*����������ʽ*/
.container .weblink {
    display: inline;
    float: left;
    padding: 5px 10px;
    width: 960px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    background: #004b8e;
}
.container .weblink ul {
    width: 660px;
    margin: 0 auto;
}
.container .weblink li {
    float: left;/*font-weight: 600;*/
}
.container .weblink li a {
    color: #fff;
}
.container .weblink .split {
    color: #fff;
    padding: 0 20px;
}
.container .footer {
    display: inline;
    float: left;
    margin-left: 10px;
    /*margin-top: 5px;
    border-top: 1px solid #175599;*/
    color: #175599;
    padding: 5px 10px;
    width: 960px;
    text-align: right;
}
/* Homepage
----------------------------------------------------------------------------------------------------*/
.container .row_1_banner, .container .row_1_notice {
    display: inline;
    float: left;
}
.container .row_1_banner {
    width: 705px;
    height: 280px;
    margin-left: 10px;
}
/*֪ͨ����*/
.container .row_1_notice {
    width: 275px;
    height: 280px;
    background: url(notice_bg.png) no-repeat;
    color: #fff;
}
.container .row_1_notice .dateright {
    float: right;
    padding-right: 10px;
}
.tz-tit{display: inline-block;font-size: 16px;color: #fff;line-height: 20px;margin-top: 20px;margin-left: 20px;}
.column-cover{overflow: hidden; height: 223px;}

.container .row_1_notice ul {overflow:none;
    margin-top: 30px;
    margin-left: 20px;
    height:auto;position: relative;
    width: 240px;
   padding: 0 5px;
}
.container .row_1_notice ul li {
   line-height: 32px;
}
.column-cover ul li.white{position: relative;margin-left:0;}
.column-cover ul li.white ins{width: 30px;height: 30px;line-height: 22px;position: absolute;right:0px;z-index: 1;
	background: #175599;cursor:default;}

.container .row_1_notice a {
    color: #fff;
}
/*��ҳ�ڶ�����ʽ*/
.container .row_2_left, .container .row_2_right {
    display: inline;
    float: left;
}
.container .row_2_left {
    margin-left: 10px;
    margin-top: 15px;
}
.container .row_2_right {
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 30px;
    width: 670px;
}
/*�������б�*/
.container .row_2_left .servicelist {
    width: 265px;
    overflow: hidden;
}
.container .row_2_left .servicelist .service_title {
    height: 95px;
}
.container .row_2_left .servicelist .service_list {
    margin-left: 5px;
}
.container .row_2_left .servicelist .service_list li {
    display: inline;
    float: left;
    width: 120px;
    height: 35px;
    margin: 5px;
    text-align: center;
    background: url(service_list.png) no-repeat;
}
.container .row_2_left .servicelist .service_list li a {
    color: #fff;
    font-weight: 600;
    line-height: 32px;
}
.container .row_2_left {
    width: 265px;
    margin-top: 10px;
}
.container .guestbook{margin-bottom:5px;}
/*�ڶ����Ҳ�������Դ�б�ͨ����ʽ*/
.container .row_2_right .source .more {
    float: right;
    padding-right: 10px;
}
.container .row_2_right .source .more a {
    color: #175599;
}
.container .row_2_right h3 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: #fff;
}

.container .row_2_right .source {
    display: inline;
    float: left;
    height: 230px;
}
.container .row_2_right .source .list_table {
    padding: 10px 10px 15px;
    color: #175599;
}
.container .row_2_right .source a {
    color: #175599;
}
.container .row_2_right .source .database_cn {
    display: inline;
    float: left;
    width: 210px;
}
.container .row_2_right .source .database_cn .title {
    width: 210px;
    height: 32px;
    background: url(database_title.png) no-repeat;
}
.container .row_2_right .source .database_en {
    display: inline;
    float: left;
    width: 210px;
    margin-left: 15px;
}
.container .row_2_right .source .database_en .title {
    width: 210px;
    height: 32px;
    background: url(database_title.png) no-repeat;
}
.container .row_2_right .source .literature_service {
    display: inline;
    float: left;
    width: 220px;
    margin-left: 15px;
}
.container .row_2_right .source .literature_service .title {
    width: 220px;
    height: 32px;
    background: url(fwpt_title.png) no-repeat;
}
/*�ڶ����Ҳ���Ŀ����*/
.container .row_2_right .search {
    display: inline;
    float: left;
    height: 120px;
    width: 670px;
}
.container .row_2_right .search .title {
    width: 670px;
    height: 32px;
    line-height: 28px;
    background: url(book_index.png) no-repeat;
}
.container .row_2_right .search .opac {
   color: #175599;
    padding: 5px 15px;
    height: 75px;
}
.container .row_2_right .search .opac .doctype_table {
    width: 670px;
    line-height: 28px;
}
/*radio��ť�����ִ�ֱ����*/
/*�����*/
.container .row_2_right .search .opac .search_form {
    width: 440px;
    height: 35px;
    padding-top: 5px;
    margin-top: 10px;
    background: url(search_box.png) no-repeat;
}
.container .row_2_right .search .opac .search_form input {
    width: 180px;
    outline: medium none;
    border: 0;
    margin-top: 5px;
}
/*select��ʽ����*/
.container .row_2_right .search .opac .search_form .sleHid {
    width: 80px;
    height: 35px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
}
.container .row_2_right .search .opac .search_form .search_type {
    float: left;
    width: 94px;
    cursor: pointer;
    background: none;
    border: 0;
    margin-left: 5px;
    padding-top: 5px;
    color: #2d374b;
}
.container .row_2_right .search .opac .search_form .search_text {
    float: left;
    width: 260px;
    margin-left: 20px;
}
.container .row_2_right .search .opac .search_form .search_btn {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    width: 68px;
    height: 24px;
    background: url(search_btn.png) no-repeat;
}
/* class page common
----------------------------------------------------------------------------------------------------*/
.container .page_left, .container .page_right {
    display: inline;
    float: left;
}
.container .page_main {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.container .page_main .page_left {
    margin-top: 10px;
    width: 200px;
    height: 490px;
    background: url(books_bg.png) bottom left no-repeat #f5f5f5;
}
.container .page_main .page_right {
    margin-top: 10px;
    margin-left: 20px;
    width: 750px;
}
.container .page_main .show_page {
    text-align: right;
    height: 40px;
    padding-top: 10px;
}
/*���м����*/
.class_name_local {
    color: #0773C0;
    font-weight: 600;
    padding: 0 0 5px 10px;
    font-size: 12px;
}
.class_name_local a {
    color: #0773C0
}
.LinkPath {
    color: #0773C0;
    font-weight: normal;
}
/* class
----------------------------------------------------------------------------------------------------*/
.class_left_nav {
    height: 180px;
    background: #f5f5f5;
    width: 180px;
    float: left;
    display: inline;
    padding: 0 10px;
}
.class_name {
    color: #175599;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    padding: 8px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}
.class_nav li {
    color: #175599;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}
.class_nav li a {
    color: #175599;
}
.class_newslist {
    border-top: 1px solid #eee;
    padding: 10px;
}
.class_newslist li {
    border-bottom: 1px dotted #ebebeb;
    padding: 8px 0;
}
.class_newslist li a {
    color: #175599;
}
.dateright {
    color: #d2d2d2;
    float: left;
    font-size: 12px;
    padding-left: 10px;
}
/*������Դ*/
.class_digital_res {
    border-top: 1px solid #eee;
}
.class_digital_res a {
    color: #175599;
}
.class_digital_res table {
    float: left;
    display: inline;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
}
.class_digital_res td {
    border: 1px solid #E1EDF5;
    text-align: left;
    background: #d3e7f4;
}
.class_digital_res th, .class_digital_res td {
    height: 30px;
    padding: 3px 20px;
}
.class_digital_res th {
    color: #f8f8f8;
    font-weight: bold;
    border: 1px solid #E1EDF5;
    background: #1D89D5;
}
.class_digital_res .tb_col {
}
.class_digital_res .tb_col_2 {
    font-size: 12px;
    background: #f8f8f8;
}
.class_digital_res .tb_col_3 {
}
/*����*/
.class_service_list {
    border-bottom: 1px dotted #ebebeb;
}
.class_service_list h3 {
    font-family: Arial, 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}
.class_service_list a {
    color: #175599;
}
.class_service_list p {
    padding: 5px 0;
    color: #888;
}
/* article
----------------------------------------------------------------------------------------------------*/
.article_main {
    padding: 10px;
    display: inline;
}
.bread_nav {
    width: 980px;
    margin: 0 auto;
    display: inline;
}
.article_title {
    font-family: Arial, 'Microsoft Yahei', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #175599;
    line-height: 48px;
}
.article_info {
    font-size: 12px;
    line-height: 24px;
    background: #f8f8f8;
    text-align: center;
    height: 30px;
    color: #666;
    padding: 0 20px;
}
.article_content {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 28px;
}
.sourcelink a {
    color: #175599;
    font-weight: bold;
}
/*guest_book*/
.contact_phone {
    background: #74d290;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.guest_book {
    border: none;
}
.guest_list {
    border: 1px solid #449ae8;
    padding: 5px;
    margin-top: 5px;
}
.guest_title {
    background: #449ae8;
    color: #ffffff;
    line-height: 32px;
    padding-left: 10px;
}
.guest_name {
    float: right;
    padding-right: 10px;
}
.guest_content {
    padding: 10px 15px;
    border-bottom: 1px solid #d2d3d9;
}
.guest_content p {
    padding: 5px;
}
.replay_content {
    border: 1px dashed #97d2df;
    background: #e8f5f8;
    color: #006633;
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 30px;
}
.replay_content p {
    padding: 5px 15px;
}
����/* --��������css���忪ʼ-- */
.guest_tdbg_760 /* ���ݱ��񱳾���������ɫ����(760) */ {
    border: 1px solid #d2d3d9;
    padding: 8;
}
.guest_border /* ��ɫ����߿򱳾���ɫ����(760) */ {
    border: 1px solid #449ae8;
}
.guest_tdbg td/* ���񱳾���ɫ����(760) */ {
    border: 1px solid #d3e7f4;
    padding: 5px 10px;
}
.guest_tdbg_2 td/* ���񱳾���ɫ����(760) */ {
    border: 1px solid #d3e7f4;
    padding: 5px 300px;
}
.guest_tdbg_1px /* ������ʾ1px���񱳾���ɫ���� */ {
    background: #d2d3d9;
}
    /*slide-reports*/
.container .slide-reports {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    background: url(reports_bg.png) no-repeat;
    color: #175599;
    padding: 15px 10px 10px 10px;
    width: 970px;
}
.container .slide-reports .reports-title{
    width:970px;
}

.container .slide-reports .more {
    
    float: right;
    padding-right: 24px;
}
.container .slide-reports .more a{color:#175599;}

.container .slide-reports a {
    color: #fff;
}


.container .slide-reports .title h3 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: #fff;
}

.slides {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    color: #175599;
    padding: 15px 10px;
    width: 940px;
}

#slide-thumbs {

}

.bx_wrap {
    margin-left: 3px;
}

.bx_wrap ul img {

    padding: 10px 6px;
    width: 110px;
    height: 100px;

}

.bx_wrap ul li {
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    width: 120px;
}

.bx_wrap ul li a:hover {
    text-decoration: none;
    color: #f8f8f8;
}

/*20161019 ��������ѡ�*/
#tabbox {
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
}




.tabs {
    height: 35px;
    width: 100%;
    background: url("search_title.png") no-repeat;
}
.tabs li {
    height: 31px;
    line-height: 31px;
    width:105px;
    float: left;
    color: #175599;
    font-weight: bold;
    margin-bottom: -1px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.tabs .thistab {
    background:url("search_titlebg.png") no-repeat;
    color: #fff;
    width:105px;
    height: 35px;
    line-height: 31px;
}



/*����CNKI��ʽ*/
.cnki {
    color: #175599;
    padding: 15px 15px 0;
    height: 75px;
}

.cnki td {
    background: #fff;
    padding: 0 !important;
}

.is-tab {
    height: 30px !important;
}

.cnki td input {
    padding: 25px 0 0 20px;
}




