@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

body {
    font-family: Arial, Helvetica, "微软雅黑", "Microsoft YaHei", SimHei, "宋体", simsun;
    font-size: 14px;
    color: #222;
}

html,
body {
    height: 100%;
    background: #fff;
}

html {
    width: 100%;
    min-width: 1240px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 16px;
}

img {
    border: 0;
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

ins {
    text-decoration: none;
}

ul,
li,
ol,
dt,
dd,
dl {
    list-style: none;
    outline: none;
}

input,
button,
select,
textarea {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:link,
a:visited {
    color: #222;
    text-decoration: none;
}

a:hover,
a:active {
    color: #2574e5;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.elips,
.elips li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elips2,
.elips2 li {
    word-break: break-all;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 导航 */
.head-top{background: #2676e3;color: #fff;height: 45px;line-height: 45px;}
.head{width: 1200px;margin: 0 auto;}
.head h1{font-size: 16px;color: #c8dfff;font-weight: 600;margin-right: 40px;}
.head h1 .cnki{margin-right: 40px;}
a.login{font-size: 14px;margin: 11px 0 0 50px;color: #2676e3;background: #fff;border-radius: 30px;padding: 5px 16px;line-height: 1;}
a.login:hover{opacity: .9;;}
.head-nav{display: inline-block;}
.head-nav li{display: inline-block;vertical-align: middle;line-height: 45px;}
.head-nav li + li{margin-left: 30px;}
.head-nav li a{font-size: 16px;color: #c8dfff;font-weight: 600;padding: 4px 8px 4px 14px;line-height: 1;}
.head-nav li:hover a{color: #fff;}
.head-nav li.active a{color: #fff;position: relative;}
.head-nav li.active a::before{content: '';position: absolute;display: inline-block;width: 50px;height: 3px;border-radius: 5px;background: #c6ddfc; 
    bottom: -8px;left: 50%;margin-left: -22px;}

/* banner */
.bannerWrap{height: 220px;background: url(../images/banner.jpg) no-repeat top center;}

.contWrap{min-height: calc(100vh - 356px);overflow: hidden;}
/* 面包屑 */
.crumbsWrap{height: 90px;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, .2);position: relative;z-index: 99;overflow: hidden;}
.crumbs{width: 1200px;margin: 14px auto 0;}
.crumbs h1{font-size: 30px;line-height: 2;}
.crumbs h1 img{margin-right: 20px;}
.crumbs .return{background: url(../images/return.png) no-repeat left center;padding-left: 18px;margin: 20px 0 0 0;color: #666;}
.crumbs .return:hover{color: #666;opacity: .8;}


/* footer */
.footer{background: #202f43;padding: 24px 0 30px;color: #fff;}
.link,.comInfo{width: 1200px;margin: 0 auto;border-bottom: 1px #2e435e solid;padding:0 20px 20px 10px;}
.link > h2{padding-left: 40px;font-size: 20px;background: url(../images/link.png) no-repeat left top;height: 40px;}
.link > ul > li{display: inline-block;}
.link > ul > li > p{border-right: 1px #a4acb7 solid;margin: 0 0 10px 0;padding: 0 40px;line-height: 1;}
.link > ul > li > p > a{color: #fff;}
.link > ul > li > p > a:hover{color: #fff;}
.link > ul > li:nth-child(5n) > p,.link > ul > li:last-child > p{border: none;}
.comInfo{border:none;padding: 20px 60px 0 50px;}
.comInfo .com{background: url(../images/footer-logo.png) no-repeat left center;padding-left: 140px;height: 38px;line-height: 38px;}
.comInfo .info li{display: inline-block;margin-right: 30px;vertical-align: top;font-size: 12px; position: relative;}
.comInfo .info li span{ display: inline-block;}
.comInfo .info li ins.hidewx {
    position: absolute;
    top: -80px;
    right: -12px;
    display: none;
}
.comInfo .info li.weixin:hover ins.hidewx{
    display: block;
}
a.cnkilink, a.cnkilink:visited { color:#fff;}
a.cnkilink:hover { text-decoration: underline;}