/* ===========================
   信息技术教育部重点实验室
   原生 CSS 重写 - 不依赖任何框架
   =========================== */

/* --- 基础重置 --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol, ul, li, dl, dd, p, dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #000;
    line-height: 25px;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    background: #f4f4f4;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #034a8c;
}

input, textarea {
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

/* --- 通用工具类 --- */
.center { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.mar_l30 { margin-left: 30px; }
.mar_l50 { margin-left: 50px; }
.mar_l45 { margin-left: 48px; }
.mar_r50 { margin-right: 50px; }
.mar_l20 { margin-left: 20px; }
.mar_t10 { margin-top: 10px; }
.mar_t30 { margin-top: 30px; }

.width {
    width: 1200px;
    margin: 0 auto;
}

/* --- 顶部导航 --- */
.TopBg {
    height: 175px;
    background: #464646;
    min-width: 1200px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.logo {
    float: left;
    padding-top: 20px;
    padding-left: 32px;
}

.logo img {
    width: 70%;
}

.TopMid {
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    height: 46px;
    width: 1200px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Nav {
    text-align: left;
    font-size: 16px;
    padding-top: 13px;
    height: 30px;
}

.Nav a {
    color: #FFF;
    padding-left: 34px;
    transition: color 0.2s;
}

.Nav a:hover {
    text-decoration: underline;
    color: #a0c4ff;
}

/* --- 标题栏 --- */
.AnLiT_Line {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
}

.AnLiTitle {
    border-bottom: 1px solid #034a8c;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: #333;
    padding: 0 10px;
    float: left;
}

.AnLiTitleCg {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    color: #333;
    padding: 0 10px;
}

.AnLiTitleCgMid {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    color: #333;
    padding: 0 10px;
}

/* --- "更多" 按钮 --- */
.More {
    border-radius: 15px;
    border: 1px solid #999;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-top: 11px;
    font-size: 12px;
    background: #fff;
    padding: 0 18px;
    float: right;
}

.More a {
    color: #666;
}

.More i {
    font-family: "宋体";
    font-style: normal;
    padding-left: 5px;
}

.More:hover {
    border: 1px solid #034a8c;
}

/* --- 实验室简介区域 --- */
.ZhiNengBg {
    background: #e8e8e8;
    min-width: 1200px;
    margin-top: 0;
    padding: 10px 0 40px 0;
    overflow: hidden;
}

.GuanYuFont {
    width: 775px;
    line-height: 28px;
}

.GuanYuFont span {
    font-size: 22px;
    line-height: 40px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #333;
}

.GuanYuFont p {
    font-size: 16px;
    overflow: hidden;
    color: #555;
}

/* --- 首页三栏新闻区 --- */
.w350 {
    width: 380px;
    overflow: hidden;
    margin-bottom: 50px;
}

.DongT_List {
    padding-top: 10px;
}

.DongT_List li {
    line-height: 38px;
    border-bottom: 1px solid #e0e0e0;
    height: 38px;
    overflow: hidden;
}

.DongT_List li:hover a {
    color: #034a8c;
}

.DongT_List li a {
    width: 290px;
    float: left;
    height: 38px;
    overflow: hidden;
    padding-left: 12px;
    background: url(../images/nd.png) left center no-repeat;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.DongT_List li span {
    float: right;
    color: #999;
}

/* --- 内容页面通用 --- */
.RenWuFont {
    line-height: 28px;
}

.RenWuFont span {
    font-size: 22px;
    line-height: 40px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #333;
}

.RenWuFont p {
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    color: #555;
}

/* --- banner间距 --- */
.ebanner {
    height: 100px;
    overflow: hidden;
}

.ebannermini {
    height: 40px;
    overflow: hidden;
}

/* --- 子页面布局 --- */
.SonWidth {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -80px;
}

.SonLeft {
    width: 224px;
    padding-top: 12px;
    overflow: hidden;
    float: left;
}

.SonLeftabout {
    padding-top: 12px;
    overflow: hidden;
    float: left;
}

.SonMenuBg {
    background: #f9f9f9;
    overflow: hidden;
    padding: 0 5px 0 0;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
}

.SonMenuBg li {
    font-size: 15px;
    line-height: 49px;
    border-bottom: 1px solid #e7e7e7;
    height: 49px;
    overflow: hidden;
}

.SonMenuBg li:last-child {
    border-bottom: none;
}

.SonMenuBg li a {
    color: #333;
    display: block;
    padding-left: 30px;
    transition: all 0.2s;
}

.SonMenuBg li a:hover,
.SonMenuBg li a.active {
    background: #0D1848;
    color: #fff;
}

.SonRight {
    width: 950px;
    overflow: hidden;
    float: right;
    padding-top: 27px;
}

.SonR_Menu {
    background: #034a8c;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #FFF;
    font-size: 18px;
}

.SonR_Menu i:after {
    content: " ";
    border-left: 2px solid #1b2d80;
    padding-right: 10px;
}

.SonR_Menu span {
    float: right;
    color: #fff;
    font-size: 14px;
}

.SonR_Menu span a {
    color: #FFF;
}

.SonR_Menu_wyh {
    text-align: left;
    background: #034a8c;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #FFF;
    font-size: 18px;
}

.SonR_Menu_wyh i:after {
    content: " ";
    border-left: 2px solid #1b2d80;
    padding-right: 10px;
}

/* --- agent_con --- */
.agent_con {
    text-align: center;
    padding: 20px 10px 0;
}

.agent_con h1 {
    font-size: 26px;
    padding: 15px 0;
}

.agent_con h2 {
    font-size: 20px;
    padding: 30px 0 0 0;
}

.agent_con img {
    margin: 20px 0;
}

/* --- 学术队伍人物卡片 --- */
.person-card {
    margin: 30px 50px;
    overflow: hidden;
}

.person-card .person-photo {
    float: left;
    margin-right: 30px;
}

.person-card .person-photo img {
    width: 150px;
    height: 200px;
}

.person-card .person-info {
    width: 775px;
    line-height: 28px;
}

.person-card .person-info b span {
    font-size: 22px;
    line-height: 40px;
    color: #333;
}

.person-card .person-info p {
    font-size: 16px;
    color: #555;
}

/* --- 表格样式 --- */
.hovertable,
.reftable {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 14px;
    color: #333;
    border-collapse: collapse;
    background-color: #f4f4f4;
    margin: 20px auto;
    width: 90%;
}

.hovertable th,
.reftable th {
    background-color: #c2cbd6;
    border: 1px solid #99a8b5;
    padding: 8px 12px;
    font-weight: 700;
    text-align: center;
}

.hovertable td {
    border: 1px solid #99a8b5;
    padding: 8px 12px;
    text-align: center;
}

.reftable td {
    border: 1px solid #99a8b5;
    padding: 8px 12px;
    text-align: left;
}

.oddrowcolor {
    background-color: #f4f4f4;
}

.evenrowcolor {
    background-color: #e4e7eb;
}

/* --- 年度报告列表 --- */
#newslist {
    padding-top: 15px;
}

.news {
    width: 100%;
    overflow: hidden;
}

.news li {
    width: 100%;
    height: 45px;
    border-bottom: 1px dotted #b09bb4;
    overflow: hidden;
    font: 14px/45px "Microsoft YaHei", sans-serif;
    color: #4f5b66;
    list-style: none;
}

.news li a {
    float: left;
    color: #4f5b66;
    margin-left: 20px;
    width: 800px;
    height: 45px;
    overflow: hidden;
}

.news li a:hover {
    color: #034a8c;
}

.news li span {
    float: right;
    margin-right: 24px;
    color: #768899;
}

/* --- 底部 --- */
.BottomBg {
    background: #464646;
    min-height: 300px;
    padding: 30px 0;
    min-width: 1200px;
}

.WebMap {
    border-left: 1px solid #666;
    padding-left: 30px;
    min-height: 200px;
    width: 120px;
    float: left;
}

.WebMapnew {
    border-left: 1px solid #666;
    padding-left: 30px;
    width: 480px;
    padding-right: 140px;
    float: left;
}

.WebMapnew img {
    width: 120%;
}

.WebMap h2 {
    font-size: 14px;
    padding-bottom: 10px;
    color: #FFF;
}

.WebMap h2 a {
    color: #FFF;
}

.WebMap a {
    line-height: 30px;
    color: #bebebe;
    display: block;
}

.WebMap a:hover {
    text-decoration: underline;
    color: #FFF;
}

.BottomLx {
    border-left: 1px solid #666;
    padding-left: 30px;
    min-height: 200px;
    color: #bebebe;
    width: 250px;
    float: right;
}

.BottomLx h2 {
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
}

.BottomLx span {
    font-size: 13px;
    color: #fff;
    display: block;
}

.BottomLx span:after {
    content: "";
    border-bottom: 2px solid #a3a3a3;
    width: 41px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* --- 返回顶部按钮 --- */
.mui-mbar-tabs {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 100%;
}

.quick_links_panel {
    width: 50px;
    position: absolute;
    background: #000;
    z-index: 2;
    top: 75%;
    right: 0;
}

.quick_links_panel a {
    display: block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #d8d8d8;
    overflow: hidden;
    background: #656565;
    position: relative;
    text-align: center;
}

.quick_links_panel a:hover {
    background: #034a8c;
}

.quick_links_panel .top-icon {
    display: inline-block;
    width: 24px;
    height: 17px;
    position: relative;
    top: 15px;
}

.quick_links_panel .top-icon:before {
    content: "\25B2";
    font-size: 20px;
    color: #fff;
}

/* --- 成果子页面图片 --- */
.cg-image {
    text-align: center;
    margin: 20px 0;
}

.cg-image img {
    max-width: 100%;
}

/* --- 入选人才计划 --- */
.talent-list {
    width: 1100px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.talent-list b {
    color: #034a8c;
}
