.banner-s {
    background: url(banner_2022.png) no-repeat center;
    background-size: cover;
    height: 430px;
}

@media(max-width: 1400px) {
    .banner-s {
        height: 30vh;
    }
}

@media(max-width: 768px) {
    .banner-s {
        height: 200px;
    }
}
.article-cont ul, .article-cont li {
    padding: revert;
    margin: revert;
}
.main_cont {
    width: 100%;
    overflow: hidden;

}

/* 左侧导航样式 */
.sidebar {
    padding: 0 !important;
    min-height: 600px !important;
    margin-top: 32px;
}

.sidebar .tit {
    background: url(sidebar-tit_2022.png) no-repeat top;
    background-size: cover;
    width: 275px;
    height: 110px;
    margin: 0;
    padding-top: 34px;
    padding-left: 16px;
    margin-left: 25px;
}

.sidebar .tit a {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;

}

.sidebar-box {
    background: #1f59cb;
    width: 275px;
    height: 500px;
    margin-left: 25px;
    margin-bottom: 100px;
}

.sidebar-box .sidebar-list {
    background: #eff3fa url(sidebar-bg_2022.png) bottom no-repeat;
    margin-top: -30px;
    margin-left: 15px;
    width: 275px;
    padding-bottom: 172px;
}

.sidebar-box .sidebar-list li {
    width: 275px;
    min-height: 56px;
}

.sidebar-box .sidebar-list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
    line-height: 56px;
    color: #333;
}

.sidebar-box .sidebar-list li .active,
.sidebar-box .sidebar-list li a:hover {
    background-color: #fd9647;
    color: #fff;
    font-weight: 700;
}

@media(max-width: 1400px) {

    .sidebar .tit,
    .sidebar-box {
        margin-left: 0 !important;
    }

    .sidebar .tit,
    .sidebar-box,
    .sidebar-box .sidebar-list,
    .sidebar-box .sidebar-list li {
        width: 250px;
    }
}

@media(max-width: 1200px) {

    .sidebar .tit,
    .sidebar-box,
    .sidebar-box .sidebar-list,
    .sidebar-box .sidebar-list li {
        width: 200px;
    }

    .sidebar-box .sidebar-list li a {
        padding: 0 15px;
    }
}

@media(max-width: 991px) {
    .sidebar {
        /* display: none; */
    }

    .sidebar-box {
        height: auto;
    }
}


/*--------------LeftNav------------------*/
.contentWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.side-menu-bar {
    display: none;
}

.contentLeft {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -ms-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    -o-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    -moz-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
}

.contentRight {
    padding: 1.3rem 2rem;
    margin-left: 250px;
}

.deg90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.leftNavigation {
    margin: 0rem 0;
}

.leftNavigation,
.leftNavigation li ul {
    list-style: none;
    padding: 0;
}

.leftNavigation li a {
    font-size: 16px;
    display: block;
    /* padding: 16px 32px 16px 34px; */
    color: #FFF;
    border-bottom: solid 1px #d4d8e6;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 400;
}

/* .leftNavigation li a:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 5px;
    height: 16px;
    background-image: url(navicon01.png);
    background-repeat: no-repeat;
} */

.sidebar .sidebar-box .sidebar-list li ul a {
    /* color: #fff; */
}

.leftNavigation li ul li a {
    font-size: 15px;
    display: block;
    padding: 0 1rem 0 50px !important;
    color: #ffffff;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 400;
    border-bottom: solid 0px #fff;
}

.leftNavigation li ul li a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333;
    position: absolute;
    top: 28px;
    left: 36px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar .leftNavIcon,
.leftNavigation li a,
.leftNavigation li a .leftNavIcon {

    line-height: 130%;
}

.sidebar .leftNavIcon,
.sidebar .leftNavigation li a .leftNavIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.6rem;
    /* padding: 16px 0; */
    text-align: center;
    font-weight: 200;
    color: #5077b8 !important;
    line-height: 56px;
    font-size: 24px;
}

.sidebar li.active .leftNavIcon,
.leftNavigation li.active a .leftNavIcon {
    color: #fff;
}

/* .sidebar li a .leftNavIcon, */
.leftNavigation li a .leftNavIcon1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #f67400;
}

.leftNavigation li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fd9647;
    font-weight: 500;
    /* background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%); */
}

.leftNavigation li a:hover:after {
    background-image: url(navicon02.png);
    background-repeat: no-repeat;
}

.sidebar li a:hover .leftNavIcon,
.leftNavigation li a:hover .leftNavIcon {
    color: #fff !important;
}

.leftNavigation li ul {
    display: none;
    margin: 0;
    /* background-color: #fd9647; */
    border-bottom: solid 1px #e5e5e5;
    /* background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%); */
}

.leftNavigation li ul li {
    /* border-bottom: solid 0px #e5e5e5; */
    border-top: 1px solid rgba(255, 255, 255, 0.336);
    color: #fff;
    list-style: none;
}

.leftNavigation li ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: transparent;
    font-weight: 500;
}

.leftNavigation li ul li a:hover:after {
    background-color: #fff;
}

.sidebar-box .sidebar-list li a:hover {
    font-weight: 700;
}

/*#
    
     li ul li:last-child a {
      border-bottom: none;
    }*/
.leftNavigation li ul li.active a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.leftNavigation li ul li.active a:after {
    background-color: #fff;
    font-weight: 500;
}

.leftNavigation li.active>a {
    /* color: #fff; */
    text-decoration: none;
    font-weight: 500;
    border: 0;
    /*padding: 18px 40px 12px 34px;*/
}

.leftNavigation li.clickable.active>a {
    border-bottom: solid 1px #d4d8e6;
}

.leftNavigation li.active>a:after {
    background-image: url(navicon02.png);
    background-repeat: no-repeat;
}

.leftNavigation li.active ul {
    display: block;

    /* padding: 0 0 15px 0; */
    border-bottom: solid 1px #d4d8e6;
}

.leftNavigation>li {
    /* background-color: #fff; */
}

.leftNavigation>li.active {
    /* background-color: #fd9647; */
    /*border-bottom: solid 1px #d4d8e6;*/
    /* background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%); */
}

.leftNavigation li ul li .level4 {
    border-top: solid 1px #D0E9F3;
}

.leftNavigation li ul li .level4 li a {
    border-bottom: solid 0px #D0E9F3;
    font-size: 13px;
    color: #535353;
    margin-left: 30px;
    padding-left: 12px;
    background: transparent;
}

.leftNavigation li ul li .level4 li a:hover {
    color: #006bb1;
}

.leftNavigation li ul li .level4 li {
    border-bottom: solid 1px #D0E9F3;
}

.leftNavigation li ul li .level4 li:last-child {
    border-bottom: solid 0px #D0E9F3;
}

.leftNavigation li ul li.active a {
    font-weight: 700;
}

@media (max-width: 991px) {
    .sidebar {
        max-width: none !important;
    }

    .sidebar.col-md-3 {
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .sidebar .tit,
    .sidebar-box,
    .sidebar-box .sidebar-list,
    .sidebar-box .sidebar-list li {
        width: 100%;
    }

    .sidebar .tit {
        display: inline-block;
        background: none;
        /* float: left; */
        width: 90%;
        height: 30px;
        padding-top: 0;
        /* margin-bottom: 20px; */
    }

    .sidebar-box .sidebar-list {
        margin-top: 0;
    }

    .sidebar .tit a {
        color: #333;
    }

    .side-menu-bar {
        display: inline-block;
        width: 10%;
        text-align: right;
        float: right;
    }

    .side-menu-bar .fa {
        color: #929597;
        font-size: 30px;

    }

    .sidebar-box {
        background: none;
        margin-top: 15px;
        display: none;
    }

    .sidebar-box .sidebar-list {
        margin-left: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .leftNavigation li.active ul {
        border-bottom: solid 0px #d4d8e6;
    }
}



/* 通用概览样式 */
.index-content {
    background: #fff linear-gradient(rgb(238, 242, 249), rgb(255, 255, 255)) no-repeat;
    background-size: 100% 656px;
}

.content-box {
    min-height: 900px !important;
    margin-top: 32px;
    background-color: #fff;
    padding: 0 26px !important;
    margin-bottom: 50px;

}

.content-box.list .head_cont {
    margin-bottom: 0;
}

.head_cont {
    height: 78px;
    border-bottom: 1px solid #E0E8F4;
    background: url(head_cont_bg_2022.png) no-repeat right;
    margin-bottom: 35px;
}

.head_cont .tit {
    float: left;
    height: 78px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1958AF;
    line-height: 78px;
}

.head_cont .pos {
    float: right;
    height: 78px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 78px;
}

.head_cont .pos a {
    color: #808080;
}

.head_cont .pos a:hover {
    color: #1958AF;
}

.head_cont::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.main_cont {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 32px;
}

.main_cont video {
    object-fit: fill;
    width: 100% !important;
}

.main_cont .box-tit {
    height: 50px;
    background: #EFF3FA;
    border-left: 5px solid #1958AF;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #404040;
    line-height: 50px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.main_cont .box-cont {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    margin-bottom: 20px;

}

.btn-box {
    text-align: center;
    margin-top: 35px;
}

.page-mol {
    display: none;
    text-align: center;
    margin-top: 35px;
}

.btn-box .btn:first-child {
    margin-right: 10px;
}

.btn-box .btn {
    display: inline-block;
    width: 120px;
    height: 45px;
    background: #91B0DB;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    vertical-align: middle;
}

.page-mol a {
    display: inline-block;
    width: 240px;
    height: 60px;
    background: #1F59CB;
    border-radius: 4px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    vertical-align: middle;
}

.btn-box .btn:hover {
    background: #1F59CB;
}

.btn-box.page a {
    display: inline-block;
    padding: 14px 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-right: 5px;
}

.btn-box.page a:hover {
    color: #fff;
    background: #1958AF;
}

.btn-box.page span {
    display: inline-block;
    padding: 14px 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    background: #1958AF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-right: 5px;
}

@media(max-width: 991px) {
    .content-box {
        width: 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media(max-width: 768px) {
    .index-content {
        padding: 0 10px;
    }

    .content-box {
        margin-top: 60px;
        padding: 0 10px !important;
    }

    .head_cont {
        position: relative;
    }

    .head_cont .pos {
        padding-top: 10px;
        position: absolute;
        right: 0;
        top: -50px;
        height: 50px;
        line-height: 20px;
    }

    .btn-box.page {
        display: none;
    }

    .page-mol {
        display: block;
    }
}

/* 所长致辞 */
.szzc img {
    width: 90%;
    float: right;
    margin-bottom: 20px;

}

@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 69.666667%;
        max-width: 69.666667%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 30.333333%;
        /* max-width: 30.333333%; */
    }


}

@media (max-width: 768px) {
    .szzc .img {
        text-align: center;
        display: flex;
        justify-content: center
    }

    .szzc img {
        max-width: 100%;
        width: 257px;
        float: right;
    }
}

/* 人员 */
.main_cont.pop .col-md-4 {
    text-align: center;
    margin-bottom: 35px;
}

.main_cont.pop .img {
    display: block;
    /* text-align: center; */
}

.main_cont.pop .col-md-6 .img {
    text-align: center;
}

p.img {}

.main_cont.pop .img img {
    width: 70%;
    object-fit: cover;
    height: 292px;
}

.main_cont.pop .img img {
    transition: all .4s;
}

.main_cont.pop .col-md-6 .img img {
    width: 40%;
}

.main_cont.pop .img img:hover {
    transform: scale(1.02);
}

.main_cont.pop .name {
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    margin-top: 16px !important;
    width: 70%;
    margin: 0 auto;
}

.main_cont.pop .col-md-6 .name {
    text-align: center;
    width: 100%;
}

.main_cont.pop .post {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1958AF;
    line-height: 24px;
    margin-top: 5px !important;
    width: 70%;
    margin: 0 auto;
    white-space: nowrap;
}

.main_cont.pop .col-md-6 .post {
    text-align: center;
    width: 100%;
}

/* 三列 */
.row.img-3 div:nth-child(3n-2) {
    text-align: left;
}

.row.img-3 div:nth-child(3n-2) .name,
.row.img-3 div:nth-child(3n-2) .post {
    margin: 0;
    text-align: center;
}

.row.img-3 div:nth-child(3n-3) {
    text-align: right;
}

.row.img-3 div:nth-child(3n-3) .name,
.row.img-3 div:nth-child(3n-3) .post {
    margin-right: 0;
    text-align: center;
}

@media (max-width: 1400px) {
    .main_cont.pop .img img {
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .main_cont.pop .img img {
        height: 210px;
    }
}

@media (max-width: 768px) {
    .main_cont.pop .row div {
        text-align: center !important;
    }

    .main_cont.pop .row div {
        text-align: center !important;
    }

    .main_cont.pop .name,
    .main_cont.pop .post {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        white-space: initial;
    }

    .main_cont.pop .img img {
        height: 200px;
        object-fit: contain;
    }
}

/* 四列-已故院士 */
.row.img-4 div {
    text-align: center;
    margin-bottom: 30px;
}

.main_cont.pop .row.ygys .name,
.main_cont.pop .row.ygys .post {
    width: 100%;

}

.row.img-4 div:nth-child(4n-3) {
    text-align: left;
}

.row.img-4.ygys div:nth-child(4n-3) .name,
.row.img-4.ygys div:nth-child(4n-3) .post {
    margin: 0;
    text-align: center;
    width: 80%;
}

.row.img-4 div:nth-child(4n-2) {
    text-align: left;

}

.row.img-4 div:nth-child(4n-2) img,
.row.img-4 div:nth-child(4n-2) .name,
.row.img-4 div:nth-child(4n-2) .post {
    margin-left: 6.5%;
    text-align: center;
    width: 80%;
}

.row.img-4 div:nth-child(4n-1) {
    text-align: right;
}

.row.img-4 div:nth-child(4n-1) img,
.main_cont.pop .row.ygys div:nth-child(4n-1) .name,
.main_cont.pop .row.ygys div:nth-child(4n-1) .post {
    margin-right: 6.5%;
    float: right;
    text-align: center;
    width: 80%;
}

.row.img-4 div:nth-child(4n-4) {
    text-align: right;
}

.main_cont.pop .row.ygys div:nth-child(4n-4) .name,
.main_cont.pop .row.ygys div:nth-child(4n-4) .post {
    float: right;
    text-align: center;
    width: 80%;
}

@media (max-width: 768px) {}

/* 两列 */
@media (max-width: 576px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* 院士专家 */
.main_cont.yszj .name,
.main_cont.yszj .post,
.main_cont.pop.yszj .img img {
    width: 93%;
}

.main_cont.pop.yszj .row:first-child .img img {
    height: 187px;
}

.main_cont.pop.yszj .row.ygys .img img {
    width: 80%;
}

/* 人员细览 */
.main_cont.pop-details .pop-box {

    margin-bottom: 20px !important;
}

.main_cont.pop-details .pop-box .col-md-10 {

    padding-right: 20px !important;
}

.main_cont.pop-details .pop-box .col-md-10 div {
    width: 100%;
    background: #EFF3FA;
    height: 100%;
    padding: 11px 30px 10px;
    min-height: 227px;
}

.main_cont.pop-details .pop-box img {
    width: 100%;
}

.main_cont.pop-details .pop-box li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1958AF;
    line-height: 30px;
}

.main_cont.pop-details .pop-box li span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    line-height: 30px;
}

.main_cont.pop-details .pop-box li:nth-child(2n-2) span {
    display: inline-block;
    text-align: right;
    width: 70px;
}

.main_cont.pop-details .pop-box li:nth-child(2n-2) span:nth-child(2) {
    width: auto;
}

.main_cont.pop-details .pop-box li:nth-child(2n-2) span div {
    padding: 0;
    min-height: unset;
}

.main_cont.pop-details .pop-box li:nth-child(2n-2) span div span {
    width: auto;
}

.main_cont.pop-details .pop-box .name {
    display: inline-table;
    margin-bottom: 0;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    border-bottom: 4px solid #1958AF;
}

.main_cont.pop-details .pop-box .name span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-left: 11px;
}

.main_cont.pop-details .pop-box hr {
    margin-top: 0;
    margin-bottom: 13px;
}

@media (max-width: 1400px) {
    .main_cont.pop.yszj .row:first-child .img img {
        height: 140px;
    }
}

@media (max-width: 1200px) {
    .main_cont.pop-details .pop-box .col-sm-3 {
        position: relative;
    }

    .main_cont.pop-details .pop-box .col-sm-3 img {
        /* position: absolute;
        top: 50%;
        transform: translateY(-50%); */
    }

    .main_cont.pop.yszj .row:first-child .img img {
        height: 120px;
    }
}

@media (max-width: 768px) {
    .main_cont.pop-details .pop-box li span {
        display: inline-block;
        text-align: left !important;
        width: auto !important;

    }

    .main_cont.pop-details .pop-box .col-sm-3 {
        position: relative;
        text-align: center;
    }

    .main_cont.pop-details .pop-box .col-sm-3 img {
        width: 30%;
        display: inline-block;
        /* position: absolute;
        top: 50%;
        transform: translateY(-50%); */
    }

}

@media (max-width: 576px) {
    .main_cont.pop-details .pop-box .col-sm-3 {
        display: flex;
        justify-content: center;
        padding-bottom: 20px !important;
    }

    .main_cont.pop-details .pop-box img {
        position: relative !important;
        width: 30%;
        margin: 0 auto;
    }

    .main_cont.pop-details .pop-box .col-md-10 {
        padding-right: 0 !important;
    }
}

/* 概况介绍 */
.gkjs p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D4756;
    line-height: 29px;
}

.gkjs .prize-box {
    background: #EFF3F9;
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 20px;
}

.gkjs .prize-box .prize-tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1958AF;
    line-height: 29px;
}

.gkjs .prize-box hr {
    margin: 5px 0 5px;
    display: block;
    width: 23px;
    border-top: 3px solid #9FB3D0;
}

.gkjs .prize-box p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    line-height: 32px;
    margin-bottom: 0;
}

.gkjs .prize-box p::before {
    content: '';
    display: inline-block;
    line-height: 16px;
    width: 6px;
    height: 6px;
    background-color: #9FB3D0;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    transform: rotate(45deg);

}

/* 获奖列表 */

/* 获奖细览 */
.prize-details .box {
    background: #F9FBFD;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    padding: 40px;
}

.prize-details .box .tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1958AF;
    line-height: 22px;
}

.prize-details .box .cont li span {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    line-height: 35px;

}

.prize-details .box .cont li {
    color: #1958AF;
}



@media (max-width: 1200px) {
    .prize-details .box .cont li span {
        float: none;
    }
}

/* 文字列表 */
.main_cont.news-list {
    margin-top: 20px;
}

.main_cont.news-list li {
    /* margin-bottom: 30px; */
    /* height: auto; */
}

.main_cont.news-list li span {
    float: right;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #7D8FA4;
    line-height: 40px;
}

.main_cont.news-list li a {
    display: inline-block;
    /* float: left; */
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.main_cont.news-list li a:hover {
    color: #FD9647;
}

.main_cont.news-list li a::before {

    content: '';
    display: inline-block;
    line-height: 16px;
    width: 6px;
    height: 6px;
    background-color: #9FB3D0;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    transform: rotate(45deg);
}

@media (max-width: 767px) {}

/* 文字列表有时间 */
.main_cont.news-list.date li {
    /* display: flex; */
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #D9DFE7;
    padding-left: 98px;

}

.main_cont.news-list.date .news-date {
    float: left;
    width: 76px;
    height: 76px;
    background: #18A4C8;
    margin-right: 22px;
    text-align: center;
    margin-left: -98px;
}

.main_cont.news-list.date .news-date .day {
    float: none;
    display: inline-block;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    /* padding: 16px 19px 0; */
    margin-left: 0;
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 11px;
}

.main_cont.news-list.date .news-date .year {
    float: none;
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    margin-left: 0;
    vertical-align: top;
    margin-top: 4px;
}

.main_cont.news-list.date .news-cont .tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    line-height: 28px;
}

.main_cont.news-list.date .news-cont .cont {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.image-text-list .img {
    overflow: hidden;
}

.image-text-list img {
    width: 100%;
    transition: all .4s;
}

.image-text-list img:hover {
    transform: scale(1.1);
}

/* 图片列表-两列 */
.image-text-list .img-2 .img,
.image-text-list .img-2 .tit {
    width: 96% !important;
}

.image-text-list .img-2 .img img {
    width: 100% !important;

}

.image-text-list .img-2 div:nth-child(2n-2) .img,
.image-text-list .img-2 div:nth-child(2n-2) .tit {
    float: right;
}

.image-text-list .img-2 .tit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* 图文列表1 */
.image-text-list1 .img-3 .img img {
    width: 93%;
    height: 174px;
    object-fit: cover;
}

.image-text-list1 .img-3 .tit {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 11.5px;
    width: 93%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 50px;
}

.image-text-list1 .img-3 .time {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9AA1B2;
    line-height: 14px;
    margin-top: 14px;
    width: 93%;
    text-align: left;
}

.image-text-list1 .img-3 div:nth-child(3n-1) .tit,
.image-text-list1 .img-3 div:nth-child(3n-1) .time {
    margin-left: 3.5%;
}

.image-text-list1 .img-3 div:nth-child(3n-3) .tit,
.image-text-list1 .img-3 div:nth-child(3n-3) .time {
    margin-left: 7%;
}

@media (max-width: 767px) {
    .image-text-list1 .img-3 .tit {
        display: block;
    }

    .image-text-list1 .tit,
    .image-text-list1 .time {
        margin-left: 3.5% !important;
        margin-right: 3.5% !important;
    }

    .main_cont.news-list li a {
        white-space: normal;
        width: 100%;
        line-height: 30px;
    }

    .main_cont.news-list li span {
        display: block;
        float: none;
        margin-left: 5px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .main_cont.news-list li {
        border-bottom: 1px solid #D9DFE7;
        margin-bottom: 5px;
    }

}

/* 图文列表2 */
.main_cont.image-text-list2 li {
    padding: 24px 0 !important;
}

.main_cont.image-text-list2 .news-date {
    width: auto !important;
    height: auto;
    background: #1B1464;
    margin-bottom: 24px;
}

.main_cont.image-text-list2 .news-date img {
    width: 151px;
    height: 96px;
}

.main_cont.image-text-list2 .news-cont .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main_cont.image-text-list2 .news-cont .time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AABD;
    line-height: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .main_cont.image-text-list2 .news-cont .tit {
        display: block;
    }

    .main_cont.image-text-list2 li {
        padding: 10px 0 !important;
    }

    /* 
    .main_cont.image-text-list2 li {
        display: block !important;
    } */

    .main_cont.image-text-list2 .news-date {
        display: none;
    }
}

/* 通用细览 */
.details .main_cont .article-tit {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    text-align: center;
    padding: 0 88px;
}

.details .main_cont .article-inf {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D8FA4;
    line-height: 28px;
    border-bottom: 1px solid #D9DFE7;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.details .main_cont .article-inf .zt {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D8FA4;
    line-height: 28px;
}

.details .main_cont .article-inf .zt a {
    color: #7D8FA4;
}

.details .main_cont .article-inf .zt a:hover {
    color: #007bff;
}

.details .main_cont .article-cont table,
.details .main_cont .article-cont video,
.details .main_cont .article-cont img {
    max-width: 100%;
}

/* 大科学装置 */
.dkxzz .img {
    position: relative;
}

.dkxzz .img .tit {
    position: absolute;
    bottom: 0;
    height: 100px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(36, 92, 206, 0.9));
}

.dkxzz .img .tit p {
    position: absolute;
    left: 16px;
    bottom: 13px;
    margin-bottom: 0;
}

/* 检索栏目列表 */
.js-list .js .col-md-4 {
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
}

.js-list .js input {
    width: 75%;
    margin-left: 14px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A6A6A6;
    line-height: 40px;
    padding: 0 10px;
}

.js-list .js select {
    width: 75%;
    margin-left: 14px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A6A6A6;
    line-height: 40px;
    padding: 0 10px;
}

.js-list .js button {
    width: 97%;
    background: #1958AF;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    border: none;
}

.js-list .js button:hover {
    border: none;
    background: #4677bb;
}



.js-list .js-table table {
    margin-top: 25px;
    width: 100%;
}

.js-list .js-table thead td {
    background: #E6EDF5;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1958AF;
    height: 55px;
    padding-left: 15px;

}

.js-list .js-table tbody td {
    padding: 12px 21px;
}

.js-list .js-table tbody td.tit {
    width: 391px;
}

.js-list .js-table tbody td.date .zlh {
    white-space: nowrap;
}

.js-list .js-table tbody td a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
}

.js-list .js-table tbody td a:hover {
    color: #fd9647;
}

.js-list .js-table tbody tr:nth-child(2n-2) {
    background-color: #F7F8FA;

}

.js-list.lw .js {
    width: 91%;
    float: left;
}

.js-list.lw .js input {
    width: 70%;
}

.js-list.lw .btn {
    width: 9%;
    padding: 0 0 0 10px;
}

.js-list.lw .btn button {
    width: 100%;
    height: 75px;
    border: none;
    background: #215DD5;
    color: #fff;
    border-radius: 5px;

}

.js-list .js-table thead td:nth-child(3) {
    width: 100px;
}

@media (max-width:1200px) {
    .js-list .js input {
        margin-left: 20px;
        width: 70%;
    }

    .js-list .js .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .js-list.lw .js {
        width: 87%;
    }

    .js-list.lw .js input {
        width: 50%;
    }

    .js-list.lw .btn {
        width: 13%;
    }


}

@media (max-width:1000px) {

    .sidebar {
        min-height: unset !important;
        height: 100%;
    }

    .js-list .js {
        width: 100%;
    }

    .js-list .js input {
        width: 100%;
    }

    .js-list.lw .btn {
        width: 100%;
        padding: 0;
    }

    .js-list.lw .btn button {
        height: 34px;
    }

    .js-list .js .col-md-4 {
        flex: 0 0 50%;
        max-width: 100%;
    }

    .js-list .js select {
        width: 100%;
    }

    .js-list .js button {
        width: 100%;
    }

    .js-list .js-table table {
        margin-top: 25px;
        width: 900px;
    }

    .js-list .js-table {
        overflow: scroll;
    }
}


@media (max-width: 767px) {
    .js-list .js .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .js-list .js button {
        width: 100%;
    }

    .details .main_cont .article-tit {
        padding: 0 15px;
    }
}

/* 联系我们 */
.main_cont.lxwm.row {
    margin-left: -15px !important;
}

.main_cont.lxwm .link {
    position: relative;
    height: 178px;
    color: #ccc;
    padding-left: 15px !important;
    margin-bottom: 15px;
}

.main_cont.lxwm .link a {
    display: block;
    width: 100%;
    height: 100%;
}

.main_cont.lxwm .link .img {
    background-color: #CCC;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main_cont.lxwm .link .img img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.main_cont.lxwm .link .img img:hover {
    transform: scale(1.1);
}

.main_cont.lxwm .link-box.row {
    margin-left: -15px;
}

.main_cont.lxwm .link .txt .tit {
    position: absolute;
    top: 30px;
    left: 45px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.main_cont.lxwm .link .txt .img {
    position: absolute;
    bottom: 30px;
    left: 45px;
    width: 18px;
    height: 15px;
    background: url(link-row.png) center no-repeat;
    background-size: cover;
}

.main_cont.lxwm .mt {
    padding-left: 20px !important;
    height: 757px;
}

.main_cont.lxwm .mt .img {
    height: 100%;
    width: 100%;
}

.main_cont.lxwm .mt .img img {
    height: 100%;
    width: 100%;
}

@media (max-width:1200px) {

    .main_cont.lxwm .mt,
    .main_cont.lxwm .link-box {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


}

@media (max-width:991px) {
    .main_cont.lxwm .mt {
        /* padding-left: 20px !important; */
        height: auto;
    }
}