﻿@charset "utf-8";
/*公共样式部分 */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,em,font,img,small,strong,b,u,i,s,dl,dt,dd,ol,ul,li,fieldset,form,label,input,table,tr,td { padding: 0px; margin: 0px;}
textarea {resize: none; overflow: auto; line-height: 18px; border: 1px solid #ccc;-webkit-appearance: none;}
html { font-family: sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
ol,ul li {list-style: none outside none;}
img { border: none; /*display: block;*/}
body,button,input,select,textarea {font: 12px/150% Arial, "宋体", serif;color: #666666; outline: 0;}
/*使 option 有间距*/
select {font-family: verdana, sans-serif;}
body { background-color: #fff;}
s,em { font-style: normal;}
s { text-decoration: none;}
i{ font-style:normal; }
h2 {font-size: 14px;color: #8B8989;font-family: Arial,"宋体","Microsoft YaHei", "黑体", "Simsun", serif;}
h4 {font-size: 12px; font-weight: 400; font-style: normal;}
font{ color:#f5655c; }
/* Links
   ========================================================================== */
a/*,a:visited*/{text-decoration: none; color: #666; background-color: transparent; cursor:pointer;}
a:focus {border: none;}
a:hover{ outline: 0; color:#53a2e4;}
header, footer, article, section, nav, menu, hgroup {display: block;}
.clearfix{ clear:both; height:0; }
.hidden{ display:none; visibility:hidden;}
/*--cnki荣誉 2017-12-18--*/

body{ min-width: 1000px; background: url("../images/cnkihonor/bg-1.jpg") repeat #000717; }
.banner{ width: 100%; height: 394px; background: url("../images/cnkihonor/banner.jpg") no-repeat top center #4c0000; }

.nav{ width: 100%; height: 46px; background-color: #77090f; }
.nav ul{ width: 1000px; margin: 0 auto; text-align: center; font-family: "Microsoft YaHei";  }
.nav li{ display: inline-block; width: 146px; height: 46px; color: #fff; font-size: 22px; line-height: 46px; cursor: pointer;  }
.nav li{ *display: inline; }
.nav li+li{ margin-left: 56px }
.nav li.cur,
.nav li:hover{ color: #bc171d; background-color: #fff; }
.wrapper{ width: 100%; background: url("../images/cnkihonor/bg-2.jpg") no-repeat center 600px transparent;}
.content{ width: 1000px; margin: 0 auto; background-color: #fff; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9;
    box-shadow: 0 0 10px #d9d9d9;
    -o-box-shadow: 0 0 10px #d9d9d9;
    -ms-box-shadow: 0 0 10px #d9d9d9;
    -moz-box-shadow: 0 0 10px #d9d9d9;
    -webkit-box-shadow: 0 0 10px #d9d9d9;
}
.content .unit{ display: none; padding: 40px 95px 60px 75px; text-align: justify; text-justify: inter-word; }
.content .unit ul{ width: 100%; }
.content .unit li{ display: inline-block; vertical-align: top; margin-bottom: 26px; margin-left: 20px; clear: both; }
.content .unit li{ *display: inline; }
.content .unit li .lazy{ min-height: 168px; background: url(../images/loading.gif) center no-repeat; }
.content .tit{ display: block; width: 100%; margin-top: 9px; line-height: 22px; font-size: 14px; color: #040000; word-wrap: break-word; word-break: break-all; font-family: "Microsoft yahei"; }
.content .cen{ text-align: center; }
.content .unit1{ *padding-left: 15px; }
.content .unit1 li{ *margin-left: 80px; }
.content .unit2{ *padding-left: 35px; }
.content .unit2 li{ *margin-left: 40px; }
.content .unit3{ *padding-left: 35px; }
.content .unit3 li{ *margin-left: 40px; }
.content .unit3 .m-l{*margin-left: 86px; }
/*返回顶部*/
.back-top{ position: fixed; right: 20px; top: 60%; z-index:999; width: 48px; height: 48px; background: url("../images/backtop.png") no-repeat; }
.back-top:hover{ background-position: -48px 0; }