/* 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 {

    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;
}


/* Homepage
----------------------------------------------------------------------------------------------------*/
.container .row_1_banner, .container .row_1_notice {
    display: inline;
    float: left;
}
.container .row_1_banner {
    width: 705px;
    height: 280px;
    margin-left: 10px;
}



/* 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;
}

.class_nav li.content{    background: #ddd;}
.container .page_main .page_right {
    margin-top: 10px;
    margin-left: 20px;
    width: 750px;min-height: 676px;
}
.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: right;
    font-size: 12px;
    padding-left: 10px;
}

/*服务*/
.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;
}
　
.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;
}




/*定义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;
}