﻿.fuj{clear:both;
    padding:20px;
    overflow:hidden;
    font-weight:600;
}
.fuj a{clear: both;
    line-height: 180%;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    text-decoration: underline;
    background: url(/asset/dyn/s_file/16/unk.png) no-repeat 0 6px;
}
.fuj .png{background-image:url(/asset/dyn/s_file/16/png.png);}
.fuj .jpg{background-image:url(/asset/dyn/s_file/16/jpg.png);}
.fuj .pdf{background-image:url(/asset/dyn/s_file/16/doc.png);}
.fuj .doc{background-image:url(/asset/dyn/s_file/16/doc.png);}
.fuj .docx{background-image:url(/asset/dyn/s_file/16/docx.png);}
.fuj .xls{background-image:url(/asset/dyn/s_file/16/xls.png);}
.fuj .xlsx{background-image:url(/asset/dyn/s_file/16/xlsx.png);}

.subtitle {
    margin-top: 66px;
    font-size: 28px;
    color: #333;
    position: relative;
    padding-top: 30px
}
.subtitle::after {
    border-top: 5px solid #A92A36;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6.6%;
    box-sizing: border-box;
}
.cont .image {
    text-align: center;
    width: 70%;
    margin: 30px auto;
}
.cont .image img {
    width: 100%;
}
.cont .image {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.cont p {
    font-family: Microsoft YaHei;
    font-size: 16px !important;
    color: #333;
    line-height: 250%;
    padding-top: 15px;
    cursor: default;
}
/*___________________________________________*/

.two-title {
    margin-top: 68px;
    position: relative;
    text-align: center;
}

.two-title h1 {
    font-weight: 700;
    font-size: 48px;
    color: #333;
    display: inline;
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 0 40px;
    cursor: default;
}

.two-title::before {
    border-bottom: 1px solid #e5e5e5;
    top: 50%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}

.news_list .ordinary-list {
    padding-top: 58px;
}

.news_list .ordinary-list li {
    /* padding: 51px 0; */
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.news_list .ordinary-list li .time {
    width: 102px;
    height: 94px;
    background: #f1f1f1;
    margin-left: 8px;
}
.news_list .ordinary-list li .time .date1 {
    text-align: center;
}
.news_list .ordinary-list li .time .date1 h3 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    padding-top: 12px;
}
.news_list .ordinary-list li .time .date1 .sun .year {
    font-size: 12px;
    color: #333;
    padding-top: 7px;
}
.news_list .ordinary-list li .content {
    padding-left: 32px;
    width: 1368px;
}

.news_list .ordinary-list li .content h3 {
    padding-top: 3px;
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

.news_list .ordinary-list li .content p {
    font-size: 16px;
    color: #999;
    padding-top: 17px;
    line-height: 30px;
}

.page {
    text-align: right;
    padding-top: 68px;
    /*padding-right: 24px;*/
}

/* .page .next, */
/* .page .prev, */
.page .last,
.page .first,
.page .goto,
.page .count, .page .layui-disabled{
    display: none;
}

.page a,span.layui-laypage-curr{
    background: #fff;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    color: #929aa0;
    text-align: center;
    line-height: 32px;
    margin: 0 5px;
    cursor: pointer;
}
/*.page .prev,.page .next {*/
/*    width: 70px;*/
/*}*/
.page .cur,span.layui-laypage-curr{
    background: #a92a36;
    color: #fff;
    border: 1px solid #a92a36;
}

/*编辑器*/
figure{margin:5px auto;text-align:center;}
figure table{margin:5px auto;width:100%;}
figure table th{font-weight:bold;background:#fafafa;}
figure table th,figure table td{border: 1px solid #ddd;padding:10px;
    line-height:180%;
}
/*-------------------------------动态栏目关键*/
.key {
    padding-top: 68px;
}
.key li {
    width: 740px;
    height: 402px;
    position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
    .key li {
        width: 48.7%;
    }
    .key li .picture {
        width: 100% !important;
    }
}
.key ul {
    display: flex;
    justify-content: space-between;
}
.key li .picture{
    width: 740px;
    height: 402px;
    /* position: relative; */
}
.key li .picture img {
    width: 100%;
    height: 100%;
}
.key li .time {
    position: absolute;
    top: 0;
    left: 60px;
    background: #A92A36;
    display: inline-block;
    width: 76px;
    height: 84px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, .1);
}
.key li .time .date1 {
    text-align: center;
}
.key li .time .date1 h3 {
    line-height: 25px;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    padding-top: 12px;
    font-family: OPPOSans;
}
.key li .time .date1 .year {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    font-family: OPPOSans;
    display: inline-block;
}
.key li .title1 {
    position: absolute;
    bottom: 0;
    height: 69px;
    line-height: 69px;
    width: 100%;
    /* background: #000; */
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0.5));
    /* padding: 0 24px; */
}
.key li .title1 a {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding-left: 24px;
}
/*------------------------------- 动态*/
.xin-wen .ull {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xin-wen .uli li {
    display: none;
}
.xin-wen ul li {
    /*width: 480px;*/
    width: 33%;
    padding-top: 60px;
}
.xin-wen ul li .upper {
    height: 280px;
}
.xin-wen ul li .upper img {
    width: 100%;
    height: 100%;
}
.xin-wen ul li .below {
    height: 314px;
    border-left: 1px solid #A92A36;
    margin-top: 16px;
    padding: 0 30px;
}
.xin-wen ul li .below h3 {
    padding-top: 30px;
}
.xin-wen ul li .below h3 a {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    font-family: PingFang SC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xin-wen ul li .below span {
    font-size: 16px;
    color: #666;
    padding: 14px 0;
    display: inline-block;
    font-family: PingFang SC;
}
.xin-wen ul li .below p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    cursor: default;
}
.xin-wen ul li .below a {
    font-family: PingFang SC;
    font-size: 16px;
    color: #a92a36;
    margin-top: 14px;
    display: inline-block;
}
.xin-wen ul li .below a img {
    padding-left: 10px;
}
/*---------------------------动态公告样式新闻列表*/
     .news_list li .picture {
    width: 292px;
    height: 193px;
}
.news_list  li .content {
    width: 1190px;
}
.news_list li .picture img {
    width: 100%;
    height: 100%;
}
.news_list .ordinary-list li .content {
    /*height: 193px;*/
    position: relative;
}
.news_list .ordinary-list li .content .time1 {
    position: absolute;
    bottom: 0;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 160%;
    color: #999;
}
/* -----------------------收藏-藏品集萃 */
.water {
    padding-top: 68px;
    padding-bottom: 100px;
}
.water .gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery-item {
    width: 365px;
    margin-bottom: 10px;
    padding: 0 7px;
  /*width: 25%;*/
  /*padding: 5px;*/
  /*box-sizing: border-box;*/
}

.gallery-item img {
  display: block;
  width: 100%;
  /*height: auto;*/
  height: 100%;
}

.gallery1 li {
    display: none;
}
.gallery .fall .item {
    height: 283px;
    display: flex;
    justify-content: center;
}
.gallery .fall h4 {
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    color: #333;
    font-family: MiSans;
    font-weight: 400;
    /*border-bottom: 1px solid #A3A3A3;*/
}
/* -------------------------------------二级导航栏 */
.daoh ul {
    display: flex;
    padding-top: 72px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
}
.daoh ul li {
    padding-right: 20px;
}
.daoh ul li a {
    height: 38px;
    line-height: 38px;
    margin-right: 50px;
    width: 100%;
    text-align: center;
    background: #F5F5F5;
    color: #251915;
    display: inline-block;
}
.daoh ul li .self,
.daoh ul li .parent{
    background: #A92A36;
    color: #fff;
}
/* ----------------------------------------学术活动/合作交流 */
.list {
    padding-top: 24px;
    padding-bottom: 100px;
}
.list .ull {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list li {
    /* width: 709px; */
    width: 48%;
    /*padding-bottom: 55px;*/
}
.list li .picture {
    /* width: 709px;
    height: 470px; */
    width: 100%;
    height: 60%;
}
.list li .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list .uli li {
    display: none;
}
.list li h2 {
    padding-top: 24px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list li span {
    padding-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #6A6A6A;
    display: inline-block;
}
.list li span img {
    margin-top: -4px;
    padding-right: 5px;
}
.list li p {
    padding-top: 8px;
    padding-bottom: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #6A6A6A;
    border-bottom: 1px solid #E5E5E5;
    cursor: default;
}
/* -------------------------------研究成果 */
.shuji {
    padding-top: 108px;
  }

  .shuji ul {
    display: flex;
    justify-content: space-between;
  }

  .shuji li {
    width: 22%;
    text-align: center;
  }

  .shuji li .image {
    /* width: 327px;
    height: 461px; */
    width: 100%;
    height: 84%;
  }

  .shuji li .image img {
    width: 100%;
    height: 100%;
  }

  .shuji li h5 {
    padding-top: 16px;
  }
  .shuji li h5 a {
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    color: #251915;
  }
/* --------------------------------新闻详情 */
.newxx {
    padding: 60px 0;
    cursor: default;
}
.newxx h4 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    line-height: 160%;
    text-align: center;
    color: #333;
}
.newxx .item {
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #6A6A6A;
    background: #F9F9F9;
    margin-top: 40px;
}
.newxx .content {
    padding-top: 30px;
}
.newxx .content figure img{
    /*padding: 30px 0;*/
}
.newxx .content h6{text-align: center;
    padding-bottom: 20px;
    line-height: 1.4;
    font-family: 楷体;
    font-size: 16px;}
    figcaption{font-family: 楷体;
    font-weight: 600;
    padding: 10px 0 20px;
    font-size: 16px;}
.newxx .content p {
    font-family: Microsoft YaHei !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 250%;
    color: #251915;
}
.newxx .content p span {
    font-family: Microsoft YaHei !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 250%;
    color: #251915;
}
.newxx .content p span img {
    padding: 30px 0;
}
.newxx .content h6,.content h6{font-family: 楷体;
    text-align: center;
    padding-bottom: 16px;}
/*-------------页脚--------------*/
.footer {
margin-top: 150px;
}
/* --------------------------------------移动端样式 */
@media screen and (min-width: 320px) and (max-width: 768px) {
    .logo {
        display: none !important;
    }
    .two-title {
        margin-top: 98px;
    }
    .two-title h1 {
        font-size: 22px;
        padding: 0 20px;
        color: #251915;
    }
    /* 简介栏目 */
    .cont .image {
        width: 100% !important;
    }
    .cont .image img {
        height: auto;
    }
    .subtitle {
        display: none;
    }
    .cont {
        padding-top: 20px;
    }
    .cont p {
        line-height: 180%;
    }
    /* -----------------------------公开 */
    .news_list .ordinary-list {
        padding-top: 10px;
    }
    .news_list .ordinary-list li {
        padding: 15px 0;
        flex-direction: column;
    }
    .news_list .ordinary-list li .content {
        padding-left: 0;
        width: 100%;
    }
    .news_list .ordinary-list li .time1 {
        font-size: 14px;
        padding-top: 15px;
        color: #9A9A9A;
    }
    .news_list .ordinary-list li .content h3 {
        font-size: 16px;
    }
    /* ------------------------------------新闻详情页 */
    .newxx {
        padding: 30px 0;
    }
    .newxx h4 {
        font-weight: 600;
        font-size: 18px;
    }
    .newxx .item {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 10px;
    }
    .newxx .content {
        padding-top: 20px;
    }
    .newxx .content figure {
        width: 100% !important;
        height: auto !important;
    }
    .newxx .content figure img,
    .newxx .content figure video,
    .newxx .content p img {
        width: 100%;
        height: 100%;
    }
    /* -----------------------------------------------藏品集萃 */
    .water {
        padding-top: 30px;
    }
    .water .gallery {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: space-between;*/
        overflow: hidden;
        display: list-item;
    }
    .water .gallery li {
        float: left;
        display: contents;
    }
    .gallery-item {
        width: 46%;  /* 移动端2列 */
    }
    .gallery .fall .item {
        height: auto;
    }
    .gallery .fall h4{
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    /* ----------------------------------------学术活动 */
    .daoh ul {
        padding-top: 30px !important;
        border-bottom: 0px solid #E5E5E5 !important;
        padding-bottom: 0px;
    }
    .daoh ul li {
        /* padding-right: 0; */
        padding-bottom: 5px;
    }
    .daoh ul li a {
        font-size: 13px;
        /*padding: 0 12px;*/
    }
    .list {
        padding-bottom: 0;
    }
    .list li {
        width: auto;
        padding-bottom: 35px;
    }
    .list li .picture {
        width: auto;
        height: auto;
    }
    .list li h2 {
        padding-top: 14px;
        font-size: 22px;
        line-height: 150%;
    }
    .list li span {
        display: none;
    }
    .list li p {
        border-bottom: 0px solid #E5E5E5;
        padding-bottom: 8px;
    }
    /* -----------------------------------学术活动详情 */
    .accordion {
        padding-top: 20px !important;
    }
    .accordion .father {
        font-size: 22px !important;
    }
    .active .tpqh .image {
        height: auto !important;
    }
    /* -----------------------------------研究成果 */
    .shuji {
        padding-top: 0;
    }
    .shuji ul {
        /* justify-content: center; */
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shuji li {
        width: 49%;
        padding-top: 30px;
    }
    /* -------------------------------------研究成果详情 */
    .file {
        flex-direction: column;
        align-items: center;
    }
    .neire {
        padding-top: 20px;
        padding-left: 0 !important;
    }
    .neire p {
        line-height: 200% !important;
    }
    /* -------------------------------------课题研究 */
    .jianj {
        padding-top: 0 !important;
    }

}