* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}

ol,
ul,
li,
dl,
dd,
dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 4px;
    overflow: hidden;
}

a {
    text-decoration: none;
}



.headBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headBox .headFirst {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.headFirst .headLeft {
    width: 90%;
    height: 4rem;
}

.headFirst .headLeft img {
    width: 90%;
    height: 90%;
}

.headFirst .headRight {
    display: none!important;
    width: 297px;
    height: 33px;
    border: 2px solid #2b7cd3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headFirst .headRight img {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 5px;
}

.headFirst .headRight input {
    border: none;
    outline: none;
    flex: 1;
    padding: 0 10px;
}

.headFirst .headRight button {
    width: 60px;
    height: 29px;
    background: #2b7cd3;
    border: none;
    color: #fff;
    font-size: 1.2rem;
}


.nav {
    display: none;
}

.nav_btn {
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    float: right;
}

.nav_btn img {
    width: 2rem;
    height: auto;
    display: inline-block;
}
.yd_nav{
    position: absolute;
    right: 0;
    top: 0;
}

.headImg {
    width: 100%;
   /* height: 10rem;*/
}

.headImg img {
    width: 100%;
    height: 100%;
}

/* 中间 */
.contentBox {
    width: 95%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 2rem;
    margin: 0 auto;
}

.contentBox .ywjjBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 1rem;
}

.ywjjBox .ywjjLeft {
    width: 100%;
    height: 100%;
}

.ywjjLeft .tybSwiper {
    width: 100%;
    height: 18rem;
    position: relative;
}

.ywjjLeft .tybSwiper .tswiper-wrapper img {
    width: 100%;
    height: 18rem;
    background-size: cover;
}

.ywjjLeft .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px !important;
    border-radius: 50%;
    transform: translateY(-5px);
}

.ywjjLeft .swiper-pagination-bullet-active {
    width: 1.5rem;
    height: 0.8rem;
    background: #0e8fd1;
    opacity: 1;
    border-radius: 5px;
    transform: translateY(-5px);
}

.ywjjLeft .tybSwiper .tswiper {
    width: 100%;
    height: 18rem !important;
    overflow: hidden;
}

.ywjjLeft .tybSwiper .tswiper .mlxyBox {
    width: 100%;
    line-height: 3rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #f6fbff;
    padding-left: 10px;

}

.ywjjLeft .tybSwiper .tswiper .mlxyBox span {
    width: 60%;
    display: block;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ywjjLeft .tybSwiper .tswiper .swiper-wrapper {
    width: 100%;
    height: 18rem !important;
}

.ywjjLeft .tybSwiper .tswiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 18rem !important;
}

.ywjjLeft .tybSwiper .tswiper .swiper-wrapper img {
    width: 100%;
    height: 18rem !important;
    object-fit: cover;
}

.ywjjLeft .swiper-pagination {
    width: 100%;
    text-align: right;
}

.ywjjRight {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 2rem;
}

.ywjjRight .ywjjTop {
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.ywjjRight .ywjjTop div {
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    background: #2b7cd3;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
}

.ywjjRight .ywjjTop div:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 1.1rem solid #2b7cd3;
}

.ywjjRight .ywjjTop a {
    font-size: 0.8rem;
    color: #a29f9b;
}

.ywjjRight .ywjjFirst {
    width: 100%;
    height: 6rem;
    display: flex;
    margin-top: 1.5rem;
}

.ywjjRight .ywjjFirst div:nth-child(1) {
    width: 8.5rem;
    height: 100%;
    background: #dbebfc;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.ywjjRight .ywjjFirst div:nth-child(1) span:nth-child(1) {
    font-size: 2rem;
    color: #005293;
    font-weight: bold;
}
.ywjjRight .ywjjFirst div:nth-child(1) span:nth-child(2) {
    font-size: 1rem;
}

.ywjjRight .ywjjFirst div:nth-child(2) {
    width: calc(100% - 8.5rem);
    height: 100%;
    line-height: 2rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 1.2rem;
}

.ywjjRight .ywjjFirst div:nth-child(2) a {
    color: #000;
    height: 4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 1.2rem;
}

.ywjjRight .ywjjText {
    margin-top: 1rem;
    width: 100%;
    line-height: 2.5rem;
    display: flex;
    flex-flow: column;
}

.ywjjRight .ywjjText a {
    color: #000;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;

}

.ywjjRight .ywjjText a:hover {
    color: #2b7cd3;
}

.ywjjRight .ywjjText a span:nth-child(2) {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}

.dcxyBox .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    position: relative;
}


.dcxyBox {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.dcxyBox .swiper-slide {
    width: 100% !important;
    height: 6rem;
    display: block;
}

.dcxyBox .swiper-slide .mlxyBox{
    position: absolute;
    left: 0.6rem;
    bottom: 0.9rem;
    color: #f6fbff;
}

.dcxyBox .swiper-slide a {
    width: 100% !important;
    height: 6rem;
    display: block;
}

.dcxyBox .swiper-slide a img {
    width: 100% !important;
    height: 6rem;
    display: block;
}


.dcxyBox .swiper-button-next,
.dcxyBox .swiper-button-prev {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    width: 1rem;
    height: 2rem;
}

.dcxyBox .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 0.8rem;
}

.dcxyBox .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 0.8rem;
}

.dtgzspBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-top: 1rem;
}

.dtgzspBox .ysdtBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.dtgzspBox .ysdtBox .ysdtTop {
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.dtgzspBox .ysdtBox .ysdtTop div {
    font-size: 1.2rem;
}

.dtgzspBox .ysdtBox .ysdtTop a {
    font-size: 0.8rem;
    color: #a29f9b;
}

.dtgzspBox .ysdtBox .ysdtBottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}

.dtgzspBox .ysdtBox .ysdtBottom div {
    width: 100%;
    height: auto;
    background: #000;
    margin-top: 10px;
}

.dtgzspBox .ysdtBox .ysdtBottom div video {
    width: 100%;
    height: 100%;
}

.ysdtBottom a {
    line-height: 3rem;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.ysdtBottom a span:nth-child(2) {
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}

.ysdtBottom a:hover {
    color: #2b7cd3;
}

/* 体系实验站 */
.txsyzBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 2rem;
}

.txsyzBox a {
    width: 45%;
    height: 8rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: #f1f5fc;
    color: #2b7cd3;
}

.txsyzBox a:last-child {
    border-right: none;
}

.txsyzBox a img {
    width: 2rem;
    height: 2rem;
}

.txsyzBox a span {
    font-size: 1.2rem;
    color: #000;
    margin-top: 0.5rem;
}


.jcjyBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-top: 1rem;
}

.jcjyBox a {
    width: 100%;
    height: 5rem;
}
.jcjyBox a:first-child{
    margin-bottom: 1rem;
}

.jcjyBox a img {
    width: 100%;
    height: 100%;
}

/* 文献 */
.wxjsBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-top: 2rem;
}

.wxjsBox a {
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2.2rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.wxjsBox a:nth-child(1) {
    background: url(../images/ic1.png) no-repeat;
    background-size: 100% 100%;
}

.wxjsBox a:nth-child(2) {
    background: url(../images/ic2.png) no-repeat;
    background-size: 100% 100%;
}

.wxjsBox a:nth-child(3) {
    background: url(../images/ic3.png) no-repeat;
    background-size: 100% 100%;
}

.wxjsBox a:nth-child(4) {
    background: url(../images/ic4.png) no-repeat;
    background-size: 100% 100%;
}

.wxjsBox a span {
    position: absolute;
    font-size: 1.2rem;
}

/* 底部 */
.footerBox{
    display: none;
}

.yd_footerBox{
    width: 100%;
    height: auto;
    background: url(../images/bg5.png) no-repeat;
    background-size: 100% 100%;
    background-color: #1b4879;
    margin-top: 1rem;
    padding: 0 5%;
}

.yd_footerBox .footer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    padding: 3rem 0;
}
.yd_footerBox .foot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.yd_footerBox .foot div:nth-child(1) {
    width: 80%;
    height: 3rem;
}
.yd_footerBox .foot div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.yd_footerBox .footTitle div {
    width: 100%;
    line-height: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}
.yd_footerBox .footTitle div span{
    font-size: 1rem;
}

.yd_footerBox .foot div:nth-child(2) img {
    width: 3.2rem;
    height: 4rem;
}

/*  */
.tzxmztBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.tzggBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}

.tzggBox .tzggTop {
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2b7cd3;
}

.tzggBox .tzggTop div {
    display: flex;
}

.tzggBox .tzggTop div span {
    font-size: 1.2rem;
    display: block;
    min-width: 7rem;
    text-align: center;
    line-height: 3rem;
}

.tzggBox .tzggTop a {
    font-size: 0.8rem;
    color: #a29f9b;
}

.tzggBox .tzggTop div span.active {
    color: #2b7cd3;
    border-bottom: 3px solid #2b7cd3;
    display: block;
    line-height: 3rem;
    font-size: 1.2rem;
}

.tzggBottom {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tzggBottom a {
    color: #333;
    font-size: 1.2rem;
    line-height: 3rem;
    display: flex;
    justify-content: space-between;
}

.tzggBottom a:hover {
    color: #2b7cd3;
}

.tzggBottom a span:nth-child(2) {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}

.tzggBottom .dcdbBox {
    width: 100%;
    height: 3rem;
    background: #2b7cd3;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0;
}
.tableBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
}
.tableBox table:nth-child(1) {
    width: 100%;
    height: auto;
    border-collapse: collapse; 
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}
.tableBox table:nth-child(2) {
    width: 100%;
    height: auto;
    border-collapse: collapse; 
    font-size: 1rem;
    text-align: center;
}
.tableBox .table-title {
    background-color: #ffffff; 
    color: #333333;
    font-size: 1rem;
}

.tableBox .table-blue {
    background-color: #ddeffd; 
    color: #333333;
}

.tableBox .table-white {
    background-color: #ffffff; 
    color: #333333;
}

.tableBox th, td {
    padding: 0 8px;
    height: 2rem;
    border: 1px solid #333333; 
    font-weight: normal;
    font-size: 1rem;
}

/* 专项工作机构 */
.zxgzjgBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-top: 2rem;
}
.zxgzjgBox .zxgzjgTop{
    width: 100%;
    line-height: 3rem;
    display: flex;
    border-bottom: 1px solid #2b7cd3;
}
.zxgzjgBox .zxgzjgTop .active{
    color: #2b7cd3;
    border-bottom: 3px solid #2b7cd3;
    font-size: 1.2rem;
}
.zxgzjgBox .zxgzjgBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top:1.5rem;
}
.zxgzjgBox .zxgzjgBottom a{
    width: 100%;
    height: 4rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddeffd;
    color: #1f4e83;
    text-align: center;
    margin-bottom:1.5rem;
}

.wxjsksljBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.wxjsksljBox a {
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.wxjsksljBox a:nth-child(1) {
    background: url(../images/ic1.png) no-repeat;
    background-size: 100% 100%;
}

.wxjsksljBox a:nth-child(2) {
    background: url(../images/ic2.png) no-repeat;
    background-size: 100% 100%;
}

.wxjsksljBox a:nth-child(3) {
    background: url(../images/ic4.png) no-repeat;
    background-size: 100% 100%;
}


.wxjsksljBox a span {
    position: absolute;
    font-size: 1.2rem;
}