.top {
    width: 100%;
    height: 64px;
    /*background: #e9f7f2;*/
    background: #F0F7F7;
    /*background: #DEF3F6;*/
    padding: 16px 100px;
    line-height: 32px;
}

.top-arrow {
    height: 18px;
}

.cl-green {
    color: #3A8D98;
}

/* menu */
.page-menu {
    width: 240px;
    /* height: 464px; */
    margin: 0 40px 0 0;
    background: #ffffff;
    /* box-shadow: 0 0 8px #e6ecf2; */
    border: 1px solid #e1e1e6;
    border: 1px solid #e1e1e6ff;
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

.icon_list_d {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 120px;
}

.menu-header {
    height: 72px;
    line-height: 72px;
    /*background: linear-gradient(90deg, #179c72ff 0%, #3A8D98ff 100%);*/
    background: url('/home/page/homeWeb/snky/img/tp_list_bg.png') no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 24px;
    width: 101%;
    margin-left: -1px;
    position: relative;
}

.menu-header .menu-header-c {
    position: absolute;
    z-index: 9;
    left: 255px;
    top: 0;
    display: none;
}

.menu-header span {
    /*border-bottom: 3px solid #8BC5B4;*/
    padding-bottom: 8px;
    /*cursor: pointer;*/
}

.menu-block {
    height: 64px;
    line-height: 48px;
    font-size: 16px;
    padding: 8px 0;
    margin: 0 18px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.menu-block svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    color: #acacac;
}

.menu-block.alive svg,
.menu-block.alive span {
    color: #3A8D98;
}

.menu-block span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    font-size: 20px;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-block:hover span,
.menu-block:hover svg {
    color: #3A8D98;
    letter-spacing: 3px;
}

/* content */
.page-content {
    width: calc(100% - 280px);
    /*height: 640px;*/
    background: #ffffff;
    padding: 0 10px 40px;
    margin-bottom: 20px;
    /*box-shadow: 0 0 8px #e6ecf2;*/;
    float: right;
}

.page-content__title {
    margin: 23px auto;
    font-size: 30px;
}

.page-content__block {
    /*display: inline-block;*/
    /*padding: 0 40px;*/
    min-height: 165px;
}

.block-item {
    display: inline-block;
    width: 240px;
    margin-bottom: 24px;
}

.block-item__pic {
    height: 135px;
    border-radius: 2px;
}

.block-item__title {
    width: 468px;
    max-height: 46px;
    color: #212123;
    color: #212123ff;
    font-size: 16px;
    font-weight: 600;
}

.content-block {
    margin-left: 16px;
    width: 512px;
    position: relative;
}

.divide {
    height: 100%;
    width: 7px;
    margin-right: 7px;
    border-right: 2px solid #f6f6f6;
    position: absolute;
    right: -7px;
    top: 0;
}

/*置顶*/
.z-top {
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #c8e9d1;
    border: 1px solid #c8e9d1ff;
    background: linear-gradient(180deg, #f0fff9 0%, #ffffff 100%);
    background: linear-gradient(180deg, #f0fff9ff 0%, #ffffffff 100%);
    padding: 16px;
    margin-bottom: 24px;
}

.z-top-a1 {
    position: relative;
    color: #3A8D98;
    color: #3A8D98ff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 18px;
}

.z-top-a1:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url('/home/page/homeWeb/snky/img/list2/To-top.png') no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

.z-top-a2 {
    color: #212123;
    color: #212123ff;
    font-size: 18px;
    font-weight: 700;
}

.z-top-a3 {
    color: #6b6b6b;
    color: #6b6b6bff;
    font-size: 16px;
    font-weight: 400;
}

.z-top-a4 {
    color: #6e6e73;
    color: #6e6e73ff;
    font-size: 15px;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

.layui-col-md3 {
    cursor: pointer;
}

.layui-col-md3:hover .z-top-a4 {
    color: #3A8D98;
    color: #3A8D98ff;
    font-weight: bold;
}

.xshD .z-top-a3 {
    margin: 8px auto;
    padding-left: 5px;
}

.xshD .z-top-a4 {
    padding-left: 5px;
    color: #1d1d1f;
    font-size: 20px;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    margin-bottom: 35px;
}

.location {
    font-size: 18px;
}

.page-c {
    margin-top: 16px;
    height: fit-content;
    margin-bottom: 20px;
}

.list-c-img img {
    width: calc(100% + 86px);
    margin-left: -43px;
    margin-bottom: 8px;
}

/*列表*/
.newsList-A li {
    min-height: 72px;
    opacity: 1;
    border-bottom: 1px dashed #e1e1e6;
    border-bottom: 1px dashed #e1e1e6ff;
    display: flex;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    line-height: 72px;
}

.newsList-A li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #3A8D98;
}

.newsList-A li span:nth-child(1) {
    color: #212123;
    color: #212123ff;
    font-size: 20px;
    font-weight: 500;
    align-self: center;
    margin-right: auto;
    width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.newsList-A li span:nth-child(4) {
    width: 160px;
    font-size: 18px;
}

.newsList-A li span:nth-child(3) {
    text-align: center;
    width: 120px;
    font-size: 18px;
}

.newsList-A li span:nth-child(2) {
    align-self: center;
    color: #6b6b6b;
    font-size: 18px;
}

.newsList-A li span {
    align-self: center;
}

.newsList-A li:hover span {
    color: #3A8D98;
    text-decoration: underline;
}

/*置顶*/
.xx-zd li {
    background: url('/home/page/homeWeb/snky/img/index/icon_xxgk_bg_1.png') no-repeat;
    background-size: 100% 100%;
    padding: 12px 16px;
    line-height: 25px;
    cursor: pointer;
}

.xx-zd li:hover .xx-zd-a2 {
    color: #3A8D98;
    text-decoration: underline;
}

.xx-zd li + li {
    margin-top: 16px;
    margin-bottom: 16px;
}

.xx-zd-a1 {
    color: #3A8D98;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}

.xx-zd-a1:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    width: 16px;
    height: 16px;
    background: url('/home/page/homeWeb/snky/img/index/icon_jt.png') no-repeat;
    background-size: 100% 100%;
    border-top: 2px solid #3A8D98;
}

.xx-zd-a2 {
    color: #212123;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.xx-zd-a3 {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

/*部门、时间*/
.page-content-a1 {
    display: flex;
    justify-content: space-between;
    height: 50px;
    opacity: 1;
    border-top: 1px solid #c5dfd3ff;
    border-bottom: 1px solid #c5dfd3ff;
    /*background: #f0faf5ff;*/
    background: #f0f7f7;
    margin-bottom: 30px;
    padding: 0 12px;
    font-size: 18px;
}

.page-content-a1-b1,
.page-content-a1-b2 {
    align-self: center;
}

.page-content-a1-b2 {
    width: auto;
}

.page-content-a1-b1 span {
    color: #6e6e73;
}

.page-content-a1-b1 {
    margin-right: auto;
}

.page-content-a1-b1 span,
.page-content-a1-b2 span {
    /*vertical-align: middle;*/
}

.page-content-a1-b2 span:nth-child(2) {
    margin: 0 15px;
}

.changeFont span:hover {
    color: #3A8D98;
    font-weight: bold;
    cursor: pointer;
}

.changeFont span.on {
    color: #3A8D98;
    font-weight: bold;
    cursor: pointer;
}

.page-content-a1-b1 svg {
    vertical-align: middle;
}

.page-content__p p {
    margin-bottom: 15px;
    /*text-indent: 2em;*/
    font-size: 20px;
    line-height: 1.75em;
}

.page-content__p p span{
    text-wrap: initial!important;
}

.page-content__p p strong {
    font-size: 22px;
    line-height: 35px;
}

.content-glf p {
    /*text-indent: 0;*/
    /*padding-left: 2em;*/
}

.page-content-a3 {
    height: 48px;
    opacity: 1;
    border-top: 1px solid #c5dfd3ff;
    border-bottom: 1px solid #c5dfd3ff;
    background: #f0faf5ff;
    margin-top: 32px;

    color: #1d1d1fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}

.page-content-a3 span:nth-child(2) {
    color: #238556;
}

.page-content__p p > img {
    max-width: 100%;
    /*margin-left: -2em;*/
}

.nky-content {
    position: relative;
    /*padding-bottom: 30px;*/
}

.nky-content-logo {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

/*文化标识*/
._block-a1-b2 {
    display: flex;
}

._block-a1-b1 {
    height: 56px;
    border-bottom: 1px solid #3A8D9866;
    border-bottom: 1px solid #3A8D98;
    margin-bottom: 24px;
}

._block-a1-b1 p {
    color: #1d1d1f;
    font-size: 23px;
    font-weight: 700;
    border-bottom: 4px solid #3A8D98ff;
    border-bottom: 4px solid #3A8D98;
    display: inline-block;
    line-height: 51px;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._block-a1-b2-c1 {
    width: 200px;
    margin-right: auto;
    text-align: center;
}

._block-a1-b2-c1 img {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e1e1e6;
}

._block-a1-b2-c1 p {
    color: #6e6e73ff;
    font-size: 16px;
    margin-top: 5px;
}

._block-a1-b2-c2 {
    width: calc(100% - 224px);
    font-size: 20px;
}

._block-a1-b2-c2 p {
    margin-bottom: 20px;
}

.icon_yx img {
    width: 100%;
}

/*现任领导*/
.leader_div img {
    width: 145px;
    height: 202px;
}

.leader_div {
    text-align: center;
    display: inline-block;
    width: 207px;
    margin-bottom: 30px;
    transition: 0.5s;
    padding: 15px 0;
    cursor: pointer;
}

.leader_div:hover {
    transform: translateY(-10px);
    box-shadow: 0 7px 16px 0 rgb(189 209 242);
    color: rgb(160 191 242);
}

.leader_div :nth-child(2) {
    color: #1d1d1f;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 2px;
}

.leader_div :nth-child(3) {
    color: #1d1d1f;
    font-size: 16px;
}

.leader_a2 {
    margin-top: 30px;
}

._content_jgsz img {
    max-width: 100%;
}

._content_jgsz p {
    text-align: center;
    color: #6e6e73;
    font-size: 16px;
    margin: 16px auto 45px;
}

.zzjg .demo {
    width: 100%;
    height: 120px;
    background-color: #edf9f5;
    background-image: url('/home/page/homeWeb/snky/img/icon_jgsz_logo_1.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    text-align: center;
    padding: 0 8px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    color: #333336;
}

.zzjg .demo:hover {
    transform: translateY(-10px);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(17, 159, 111);
    box-shadow: 0 7px 16px 0 rgba(0, 144, 96, 0.14);
    color: rgb(17, 159, 111);
}

.zzjg .list-glf .demo {
    width: 100%;
    height: 120px;
    background-color: #f0f5fa;
    background-image: url('/home/page/homeWeb/snky/img/icon_jgsz_logo.png');
    background-size: 100%;
}

.zzjg .list-glf .demo:hover {
    transform: translateY(-10px);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(160 191 242);
    box-shadow: 0 7px 16px 0 rgb(189 209 242);
    color: rgb(160 191 242);
}

.zzjg .demo span {
    align-self: center;
    margin: 0 auto;
    font-size: 22px;
    white-space:pre-wrap;
}

/*文化广场-左右划分的列表*/
.whList li:hover :nth-child(1) {
    text-decoration: underline;
    color: #0d7d59;
}

.whList li {
    cursor: pointer;
}

.whList li :nth-child(1) {
    color: #212123;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whList li :nth-child(1):before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #a3cfc7ff;
    left: 0;
}

.whList li :nth-child(2) {
    color: #6b6b6b;
    font-size: 14px;
    padding-left: 12px;
    margin-top: 2px;
}

.whList li + li {
    margin-top: 24px;
}

.whList-r {
    position: relative;
}

.whList-r:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 80%;
    background-color: #e1e1e6;
}

/*农科精神-列表*/
.titList {
    background: #FFEFDD;
    position: relative;
    display: inline-block;
    /*height: 80px;*/
    padding: 20px 0;
    line-height: 40px;
    width: 100%;
    /*text-align: left;*/
}

.titList li {
    color: #A3211A;
    font-size: 28px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
    margin: 5px 0;
    /*text-align: center;*/
    /*font-weight: 700;*/
}

.titList li + li:before {
    content: '';
    position: absolute;
    left: 0;
    /*width: 1px;*/
    height: 100%;
    display: inline-block;
    /*background: rgba(145, 31, 31, 0.4);*/
    border: 1px dashed rgba(145, 31, 31, 0.4);
}

.titList li.alive {
    color: #A3211A;
    /*text-shadow: 1px 1px 2px rgba(118, 15, 15, 0.32);
    background: linear-gradient(97deg, #FA8E2B 0.91%, #D85D37 29.64%, #A3211A 64.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-weight: 700;
}

.titList li.isIE.alive {
    color: #A3211A;
    text-shadow: 1px 1px 2px rgba(118, 15, 15, 0.32);
    background: linear-gradient(97deg, #FA8E2B 0.91%, #D85D37 29.64%, #A3211A 64.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.titList li:hover {
    color: #A3211A;
    font-weight: 700;
}

.titList li.isIE:hover {
    color: #A3211A;
    text-shadow: 1px 1px 2px rgba(118, 15, 15, 0.32);
    background: linear-gradient(97deg, #FA8E2B 0.91%, #D85D37 29.64%, #A3211A 64.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.titList:before {
    /*position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 100%;
    width: 40px;
    background: url('/home/page/homeWeb/snky/img/djwh/icon_tit_l.png') no-repeat;
    background-size: 100% 100%;*/
}

.titList:after {
    /*position: absolute;
    content: '';
    right: -40px;
    top: 0;
    height: 100%;
    width: 40px;
    background: url('/home/page/homeWeb/snky/img/djwh/icon_tit_r.png') no-repeat;
    background-size: 100% 100%;*/
}

.page_cont {
    width: 100%;
    /*height: 384px;*/
    opacity: 1;
    background: rgba(247, 250, 250, 1);
    margin-top: -40px;
    padding: 90px 40px 60px;
}

.page_cont_a1 {
    /*border: 1px solid #fff;*/
    width: 100%;
    /*height: 240px;*/
    /*background: #fff;*/
    display: flex;
}

.page_cont_a1_b1 {
    max-width: 300px;
}

.page_cont_a1_b1 img {
    width: 100%;
}

.page_cont_a1_b1 p {
    width: 100%;
    color: #999;
}

.page_cont_a1_b2 {
    text-indent: 2em;
    text-align: left;
    margin-left: 24px;
    max-width: 635px;
    font-size: 18px;
}

.page_cont_a1_b2 p:first-child {
    /*color: #1d1d1f;
    font-size: 24px;
    font-weight: 700;
    text-align: center;*/
    margin: 25px auto 18px;
}

/*.page_cont_a1_b2 p:nth-child(2) {
    color: #1d1d1f;
    font-size: 18px;
    line-height: 32px;
}*/

.page-cont-cx {
    padding: 0 20px;
}

.page-cont-cx .demo {
    width: 100%;
    height: 180px;
}

.page-cont-cx .demo img {
    width: 100%;
    height: 100%;
}

.page-cont-cx .demo p {
    text-align: center;
    color: #333336;
    font-size: 20px;
    margin-top: 15px;
}

/*组织沿革*/
.djList-A li {
    display: flex;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.djList-A-a1 {
    width: 160px;
    height: 100px;
    margin-right: 16px;
}

.djList-A-a1 img {
    width: 100%;
    height: 100%;
}

.djList-A-a2 {
    width: calc(100% - 176px);
    position: relative;
}

.djList-A-a2 :nth-child(2) {
    position: absolute;
    color: #6b6b6b;
    font-size: 14px;
    bottom: 10px;
}

.top_ {
    color: #343434;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    background: url(/home/page/homeWeb/snky/img/culture/inx_org_new.png) no-repeat;
    background-size: 100% 100%;
    height: 118px;
    line-height: 118px;
    margin-bottom: 50px;
}

.top_a1 {
    background: url(/home/page/homeWeb/snky/img/culture/inx_org_a1.png) no-repeat;
    background-size: 100% 100%;
}

.top_a2 {
    background: url(/home/page/homeWeb/snky/img/culture/inx_org_a2.png) no-repeat;
    background-size: 100% 100%;
}

.ygList li {
    display: flex;
    padding-bottom: 22px;
}

.year_ {
    color: #2a676f;
    font-size: 24px;
    font-weight: 700;
    margin-right: 0;
    align-self: center;
    position: relative;
    width: 180px;
    text-align: center;
}

.year_:after {
    content: '';
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -7px;
    width: 12px;
    height: 24px;
    background: url(/home/page/homeWeb/snky/img/culture/inx_ydx.png) no-repeat;
    background-size: 100% 100%;
}

.ygList li:last-child .year_:after {
    content: none;
}

.content_ {
    color: #343434;
    font-size: 20px;
    font-weight: 400;
    align-self: center;
    width: calc(100% - 270px);
}

/*科技奖励*/
.page_kjcg .demo img {
    width: 100%;
    height: 240px;
}

.page_kjcg_a1 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 12px 0;
    padding: 6px 19px;
    display: inline-block;
}

.page_kjcg_a2 {
    color: #000000;
    font-size: 18px;
}

.page_xxx .page_kjcg_a2 {
    text-align: center;
    font-size: 18px;
    margin: 10px auto;
    min-height: 52px;
}

.colorY {
    color: #999;
}

/*创新团队*/

.list-cxt-a1 {
    width: calc(100% - 124px);
    text-align: left;
}

.list-cxt-a1 :nth-child(1) {
    color: #3A8D98;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #3A8D98;
    display: inline-block;
    margin-bottom: 6px;
}

.list-cxt-a1 :nth-child(2) {
    color: #333336;
    font-size: 16px;
}

.list-cxt-a2 {
    width: 104px;
    align-self: center;
    margin-left: 20px;
}

.list-cxt-a2 :nth-child(2) {
    color: #6e6e73;
    font-size: 16px;
}

.list-cxt .demo {
    padding: 20px 40px;
    height: auto;
}

.list-cxt .demo + .demo {
    margin-top: 20px;
}

.list-cxt .demo:last-child {
    margin-bottom: 40px;
}

.zzjg .list-cxt .demo:hover {
    border: none;
}

/* 科研年报*/
.page-ybnb {
    display: flex;
    flex-wrap: wrap;
}

.page-ybnb .demo {
    position: relative;
    border: 1px solid #e1e1e6;
    border: 1px solid #e1e1e6ff;
    background: #ffffffff;
    box-shadow: 6px 6px 0 0 #d4dfda;
    box-shadow: 6px 6px 0 0 #d4dfdaff;
    padding: 22px;
    transition: 0.5s;
    color: #333336;
    width: calc(20% - 26px);
    margin-right: 32px;
    margin-bottom: 32px;
    border-radius: 0 16px 0 0;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
}

.page-ybnb .demo:nth-child(5n + 5) {
    margin-right: 0;
}

.page-ybnb .demo::before {
    content: '';
    width: 100%;
    height: 50px;
    background: #64a084;
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 1;
}

.page-ybnb .demo:hover {
    transform: translateY(-10px);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(17, 159, 111);
    box-shadow: 0px 7px 16px 0px rgba(0, 144, 96, 0.14);
    color: rgb(17, 159, 111);
}

.page-ybnb .demo img {
    max-width: 100%;
    width: 160px;
    height: 160px;
}

.page-ybnb .demo .year {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
    z-index: 2;
}

.page-ybnb .demo p {
    font-size: 16px;
    margin-top: 30px;
}

/* 科技期刊 */
.page-kjqk .demo {
    border: 1px solid #e1e1e6;
    border: 1px solid #e1e1e6ff;
    background: #ffffff;
    padding: 22px;
    transition: 0.5s;
    color: #333336;
}

.page-kjqk .demo:hover {
    transform: translateY(-10px);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(17, 159, 111);
    box-shadow: 0px 7px 16px 0px rgba(0, 144, 96, 0.14);
    color: rgb(17, 159, 111);
}

.page-kjqk .demo img {
    max-width: 100%;
    width: 100%;
    height: 271px;
    object-fit: contain;
}

.page-kjqk .demo p {
    font-size: 23px;
    font-weight: 700;
    margin-top: 14px;
    text-align: center;
}

/*专家风采*/
.page-rcdw {
    /*padding: 0 40px;*/
    display: flex;
}

.page-tab-bar {
    width: 280px;
    display: inline-block;
}

.zjList {
    width: 100%;
}

.zjList li {
    color: #333336;
    font-size: 18px;
    padding-left: 12px;
    border-left: 2px solid #e1e1e6;
    position: relative;
    cursor: pointer;
}

.zjList li:hover {
    color: #3A8D98;
    border-left: 2px solid #3A8D98;
}

.zjList li.alive {
    color: #3A8D98;
    border-left: 2px solid #3A8D98;
}

.zjList li:after {
    content: '';
    display: block;
    border: 13px solid transparent;
    border-right-color: #eaf5f1;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: -12px;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.zjList li.alive:after {
    right: 0;
}

.zjList li + li {
    margin-top: 9px;
}

.page-tab-cont {
    width: calc(100% - 280px);
    display: inline-block;
    height: 400px;
    opacity: 1;
    background: #eaf5f1;
    position: relative;
}

.page-tab-cont .page-tab-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    top: 0;
}

.page-tab-cont .page-tab-item.alive {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    height: 100%;
    overflow: auto;
}

.page-tab-cont .page-tab-item {
    padding: 24px;
}

.page-tab-cont .page-tab-item .demo {
    width: 250px;
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 20px;
}

.page-tab-cont .page-tab-item .demo:hover {
    color: #3A8D98;
}

.page-tab-item p {
    font-size: 18px;
    line-height: 32px;
}

.la-demo {
    display: flex;
}

.la-a1 {
    margin-right: auto;
}

.la-a2 {
    display: flex;
}

.la-demoA {
    margin-top: 30px;
}

.la-demoB {
    padding: 20px 24px 20px;
    border-radius: 8px;
    border: 1px solid #e1e1e6;
}

.demoB-a2 p {
    width: 11%;
    text-align: left;
    color: #333336;
    font-size: 20px;
    font-weight: 400;
    float: left;
    margin-bottom: 7px;
}

/*研究生教育*/
.page-yjs-a1 {
    position: relative;
    margin-bottom: 40px;
    height: 100px;
}

.page-yjs-a1 :nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 100px;
    overflow: hidden;
}

.page-yjs-a1 :nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 100px;
    overflow: hidden;
}

.page-yjs-a1 a img {
    width: 100%;
    height: 100%;
}

.tab-a1 {
    width: 240px;
    height: 0;
    border-width: 0 40px 64px 0;
    border-style: none solid solid;
    border-color: transparent transparent #eaf5f1;
    text-align: center;
    color: #6b6b6b;
}

.tab-a1 :nth-child(1) {
    font-size: 20px;
    margin-top: 5px;
}

.tab-a2 {
    width: 240px;
    height: 0;
    border-width: 64px 0 0 40px;
    border-style: solid solid none;
    /* border-color: 上 左右 下 三值语法 */
    border-color: #3A8D98 transparent transparent;
    text-align: center;
    margin-left: -40px;
    color: #ffffff;
}

.tab-a2 :nth-child(1) {
    margin-top: -59px;
    font-size: 20px;
}

.yjs-b2 {
    justify-content: center;
    display: flex;
    margin-bottom: 32px;
    margin-top: 32px;
}

.dsList {
    margin-top: 20px;
}

.ds-a0 {
    box-shadow: 0 0 5px 1px #ccc;
    padding: 20px 0;
}

.ds-a1 {
    /*width: 120px;*/
    height: 230px;
}

.ds-a2 {
    width: calc(100% - 152px);
    position: relative;
}

.ds-a2 :nth-child(1) {
    color: #1d1d1f;
    font-size: 20px;
    font-weight: 700;
}

.ds-a2 :nth-child(2) {
    color: #1d1d1f;
    font-size: 16px;
    margin-top: 5px;
}

.ds-a2 :nth-child(3) {
    color: #6e6e73;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 30px;
}

.ds-a2 :nth-child(3):after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('/home/page/homeWeb/snky/img/rcpy/tp_jt.png') no-repeat;
    background-size: 100% 100%;
}

.page-yjs-b1 {
    background: url(../img/rszp/bg-list-rszp.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 70px;
    margin-bottom: 20px;
    cursor: pointer;
}

.yjs-b1 {
    color: #333336;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.yjs-b2 {
    color: #333336;
    font-size: 20px;
    font-weight: 400;
    text-indent: 2em;
}

.yjs-b3 {
    width: 300px;
    height: 40px;
    /*background: url(../img/rszp/btn_watch_more.png) no-repeat;*/
    background: url(/home/page/homeWeb/snky/img/rszp/yjsnh.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
}

.gzzList {
    display: inline-block;
    margin: 20px auto;
}

.gzzList li {
    height: 64px;
    opacity: 1;
    background: #eaf5f1;
    float: left;
    width: 160px;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    color: #6b6b6b;
    cursor: pointer;
}

.gzzList li.alive {
    background: #3A8D98;
    color: #ffffff;
}

.tab-a {
    border-radius: 8px;
    opacity: 1;
    background: #f8f8f8;
    color: #333336;
    font-size: 18px;
    display: inline-block;
    padding: 2px 12px;
    /*margin-bottom: 10px;*/
}

.tab-y {
    border-radius: 8px;
    opacity: 1;
    padding: 7px 15px;
    display: inline-block;
    cursor: pointer;
    margin: 4px 10px;
}

.tab-a div {
    display: inline-block;
    font-weight: bold;
}

.tab-y.alive {
    background: #ffffff;
    background: #ffffffff;
    padding: 7px 15px;
    color: #3A8D98;
}

.edu-a {
    text-align: center;
}

.edu-a > img {
    width: 100%;
    height: 190px;
}

.edu-a > p {
    color: #323434;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 22px 0;
    /*padding-left: 48px;*/
    position: relative;
    display: inline-block;
}

.edu-a > p > img {
    margin-right: 10px;
    margin-top: -7px;
}

.edu-a > p:before {
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    width: 40px;
    height: 40px;
}

.zj-sf:before {
    content: '';
    background: url("/home/page/homeWeb/snky/img/education/inx_sf_logo.png") no-repeat;
    background-size: 100% 100%;
}

.zj-wl:before {
    content: '';
    background: url("/home/page/homeWeb/snky/img/education/inx_wl_logo.png") no-repeat;
    background-size: 100% 100%;
}

.zj-nl:before {
    content: '';
    background: url("/home/page/homeWeb/snky/img/education/inx_nl_logo.png") no-repeat;
    background-size: 100% 100%;
}

/*.zj-jl:before {
    content: '';
    background: url("/home/page/homeWeb/snky/img/education/inx_jl_logo.png") no-repeat;
    background-size: 100% 100%;
}*/

/*数字化平台*/
.page_szh .page_kjcg_a2 {
    color: #333336;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

.page_szh .demo img {
    height: 200px;
}

.fontS-16 {
    font-size: 16px !important;
}

.ysydE .layui-col-md4 {
    text-align: center;
    cursor: pointer;
}

.ysydE img {
    margin: 0 auto;
    box-shadow: 0 1px 11px 0 rgb(158 202 188);
    padding: 4px;
}

.ysydE p {
    margin: 10px auto;
    font-size: 20px;
}

.zjfc_A div p {
    text-indent: 2em;
    font-size: 20px;
    line-height: 35px;
    margin-right: 11px;
}

.flex-x-end {
    display: flex;
    justify-content: end;
}

.flex-y-center {
    display: flex;
    align-items: center;
}

.mr-12 {
    margin-right: 12px;
}

.tpy-btn {
    color: #3A8D98;
    border: 1px #3A8D98 solid;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.tpy-btn-sel {
    /*color: #ffffff;*/
    /*background-color: #3A8D98;*/
}

.zzjg {
    margin-bottom: 35px;
}

.back-dt-a {
    /*position: absolute;*/
    z-index: 97;
    cursor: pointer;
    top: 0;
    left: 0;
    position: relative;
}

.back-dt-a a {
    color: #3A8D98;
    font-weight: 700;
    font-size: 20px;
    left: 289px;
    top: 10px;
}

.back-dt-a a:hover {
    color: rgba(33, 173, 251, 1);
}

.back-sen {
    position: relative;
    padding-left: 30px;
}

.back-sen:before {
    position: absolute;
    left: -3px;
    content: '';
    width: 27px;
    height: 28px;
    background: url(/home/page/homeWeb/snky/img/map/inx_map_loc_sheng.png) no-repeat;
    background-size: 100% 100%;
}

.M-a1-b2 {
    /*width: 180px;*/
    /*height: 184px;*/
    border: 1px solid #e1e1e6;
    border: 1px solid #e1e1e6ff;
    /* background: rgb(58 141 152); */
    position: absolute;
    right: -0.6rem;
    top: 21px;
    padding: 0.12rem 0.15rem 0.12rem 0.08rem;
}

.M-b2-la {
    position: relative;
    padding-left: 0.4rem;

    /*color: #fff;*/
    font-size: 0.16rem;
    font-weight: 700;
    margin-top: 0.1rem;
    /*line-height: 0.32rem;*/
    line-height: 0.28rem;
    cursor: pointer;
}

.M-b2-la.alive {
    color: #3A8D98;
}

.M-b2-la:hover {
    cursor: pointer;
    color: #3A8D98;
}

.la-gr:before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    background: url('/home/page/homeWeb/snky/img/map/inx_map_yL.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: 4px;
}

.la-td:before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    background: url('/home/page/homeWeb/snky/img/map/inx_map_gL.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: 4px;
}

.youjt {
    position: relative;
    padding-left: 30px;
}

.youjt:before {
    position: absolute;
    left: 7px;
    content: '';
    width: 15px;
    top: 7px;
    height: 14px;
    background: url('/home/page/homeWeb/snky/img/map/inx_map_loc_yjt.png') no-repeat;
    background-size: 100% 100%;
}

/*博士后招收*/
.dashedF {
    display: flex;
    margin-bottom: 40px;
}

.dashed-m {
    margin: 0 36px;
    color: #3A8D98ff;
    font-size: 26px;
    font-weight: 700;
    /*min-width: 160px;*/
    text-align: center;
    width: 283px;
}

.dashed-l {
    width: calc(50% - 44px);
    background-image: linear-gradient(
            to right,
            #8fb3a7 35%,
            rgba(255, 255, 255, 0) 0%
    ); /* 35%设置虚线点x轴上的长度 */
    background-position: bottom; /* top配置上边框位置的虚线 */
    background-size: 10px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
    background-repeat: repeat-x;
    position: relative;
    align-self: center;
    height: 1px;
}

.dashed-l:after {
    content: '';
    position: absolute;
    right: -12px;
    top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    align-self: center;
    border: 1px solid #8fb3a7;
}

.dashed-r {
    width: calc(50% - 44px);
    background-image: linear-gradient(
            to right,
            #8fb3a7 35%,
            rgba(255, 255, 255, 0) 0%
    ); /* 35%设置虚线点x轴上的长度 */
    background-position: bottom; /* top配置上边框位置的虚线 */
    background-size: 10px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
    background-repeat: repeat-x;
    position: relative;
    align-self: center;
    height: 1px;
}

.dashed-r:before {
    content: '';
    position: absolute;
    left: -12px;
    top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    align-self: center;
    border: 1px solid #8fb3a7;
}

.dashedA {
    background: url('/home/page/homeWeb/snky/img/bshzs/bsh_back.png') no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 40px;
    margin-bottom: 70px;
}

.dashedC {
    margin: 24px auto 30px;
    padding: 0 40px;
    text-indent: 2em;
    font-size: 22px;
}

.dashedC p {
    margin: 8px auto;
}

.dashedM {
    width: 272px;
    height: 53px;
    overflow: hidden;
    margin: 0 auto;
}

.dashedM img {
    max-width: 100%;
    width: 100%;
}

.border {
    border: 1px solid #8fb3a7;
}

.dashedG .layui-demo {
    width: 100%;
    height: 200px;
    text-align: center;
}

.dashedG .layui-demo p {
    /*color: #ffffff;*/
    font-size: 24px;
    font-weight: 700;
}

.lay-demo {
    padding: 15px 15px 20px;
    border-bottom: 1px dashed #c2c2c2;
}

.lay-G1 {
    font-size: 22px;
}

.lay-G2 {
    font-size: 20px;
    margin: 10px 0;
    color: #999;
    text-indent: 2em;
}

.lay-G3 {
    color: #999;
}

.dashedG .lay-demo:hover {
    cursor: pointer;
    background: #f9f9f9;
}

/*所级基地*/
.demo-a1 {
    width: 100%;
    /*height: 160px;*/
}

.demo-a1.bg-bbjd {
    height: 160px;
}

.demo-a1.bg-qsjd {
    height: 160px;
}

.demo-a1.bg-qsjd {
    height: 160px;
}

.demo-a1 p {
    color: #3a8d98;
    font-size: 28px;
    font-weight: 700;
    /*text-align: center;*/
    /*line-height: 220px;*/
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg-bbjd {
    background: url('/home/page/homeWeb/snky/img/base/base_1_new.png') no-repeat;
    background-size: 100% 100%;
}

.bg-ydjd {
    background: url('/home/page/homeWeb/snky/img/base/base_2_new.png') no-repeat;
    background-size: 100% 100%;
}

.bg-hnjd {
    background: url('/home/page/homeWeb/snky/img/base/base_3_new.png') no-repeat;
    background-size: 100% 100%;
}

.bg-cajd {
    background: url('/home/page/homeWeb/snky/img/base/base_4_new.png') no-repeat;
    background-size: 100% 100%;
}

.bg-qsjd {
    background: url('/home/page/homeWeb/snky/img/base/base_5_new.png') no-repeat;
    background-size: 100% 100%;
}

.bg-qsjd {
    background: url('/home/page/homeWeb/snky/img/base/base_5_new.png') no-repeat;
    background-size: 100% 100%;
}

.demo-a2 {
    padding: 20px 20px 32px;
    border: 1px solid #e1e1e6;
    position: relative;
}

.demo-a2-b1 {
    color: #333336;
    font-size: 20px;
    text-indent: 2em;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    min-height: 110px;
    line-height: 32px;
}

.demo-a2-b2 {
    text-align: right;
}

.demo-a2-b2 img {
    height: 40px;
}

.demo-a2-logo {
    position: absolute;
    left: 70px;
    /*top: 20px;*/
    bottom: 0;
    width: 160px;
}

.yjs-lxfs {
    padding-left: 1px;
    color: #6e6e73;
}

.yjs-lxfs p {
    font-size: 16px;
    margin: 10px 0;
    letter-spacing: 1px;
}

.yjs-lxfs p:first-child {
    margin-top: 20px;
}

/*
.yjs-lxfs p:nth-child(2) {
  margin: 10px 60px 10px 0;
  display: inline-block;
}

.yjs-lxfs p:nth-child(3) {
  display: inline-block;
} */

/*农科荣誉*/
.nkry .layui-col-md4 > div {
    /*background: linear-gradient(180deg, #fff0e2 0%, #f4d7bb 45%, #f4d0af 100%);
    box-shadow: 4px 4px 0 0 #0000001a;
    padding: 20px;*/
}

.nkry .layui-col-md4 img {
    width: 100%;
    height: 222px;
    object-fit: fill;
    max-width: 100%;
    /*border: 3px solid #fff;*/

}

.nkry .layui-col-md4 > p {
    color: #1d1d1f;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    margin: 0 auto 1px;
}

/*.nkry .layui-col-md4 > p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 25px;
    height: 40px;
    background: url("/home/page/homeWeb/snky/img/culture/inx-left.png") no-repeat;
    background-size: 100% 100%;
}*/

/*.nkry .layui-col-md4 > p:after{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 25px;
    height: 40px;
    background: url("/home/page/homeWeb/snky/img/culture/inx-right.png") no-repeat;
    background-size: 100% 100%;
}*/

.td-under {
    text-decoration: underline;
    color: #2196f3;
}

.numT {
    /*text-decoration: underline;*/
    color: #3A8D98;
    margin: 0 5px;
    /*font-weight: bold;*/
    cursor: pointer;
    border-bottom: 1px dashed #3A8D98;
}

.numT:hover {
    color: #3A8D98;
    border-bottom: 1px dashed #3A8D98;
}

.text-2em {
    text-indent: 2em;
    font-size: 20px;
}

.content-a3_ti:hover {
    text-decoration: underline;
    cursor: pointer;
}

.w100 {
    width: 100%;
}

.ls-title {
    padding: 30px 48px 38px;
    background: url(/home/page/homeWeb/snky/img/zjfc.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    text-indent: 2em;
    line-height: 37px;
    letter-spacing: 0.5px;
}

._block-span {
    font-size: 16px;
    color: #6b6b6b;
}

/*学科领域*/
.xkList li {
    float: left;
    margin-right: 40px;
    margin-bottom: 21px;
    /*height: 32px;*/
    width: 16%;
    background: #f5f7f7;
    background: #f5f7f7ff;
    text-align: center;
    padding: 10px 0;
}

.ctList li .demo {
    /*float: left;*/
    /*margin-right: 45px;*/
    /*margin-bottom: 21px;*/
    /*height: 32px;*/
    /*width: 175px;*/
    /*background: #f5f7f7ff;*/
    text-align: center;
    padding: 0 0 10px;
}

.ctList li .demo:hover p {
    font-weight: bold;
}

.ctList li .demo p {
    margin-bottom: 6px;
    text-indent: 0;
    font-size: 20px;
    line-height: 1.75em;
    color: #343434;
}

/*
.xkList li.alive {
    color: #3A8D98;
    font-weight: bold;
    border-bottom: 3px solid #3A8D98;
}*/

.xkList li:hover {
    color: #3A8D98;
    font-weight: bold;
    background: #cae0df;
    background: #cae0dfff;
    cursor: pointer;
}

.xkList_1 p :nth-child(1) {
    width: 500px;
    display: inline-block;
}

.xkList_1 p :nth-child(2) {
    width: 400px;
    display: inline-block;
}

.index-cont {
    width: 43px !important;
}

.level-3-a {
    /*min-width: 43px !important;*/
}

/*修改分页样式*/
.layui-laypage a, .layui-laypage span {
    font-size: 22px;
}

#nky_ul_cl_page {
    margin-top: 60px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3A8D98;
}

.layui-laypage a, .layui-laypage span {
    height: 35px;
    line-height: 35px;
}

.layui-laypage select {
    height: 35px;
    line-height: 35px;
    padding: 0 3px;
    background: #ffffff;
}

.layui-laypage button, .layui-laypage input {
    height: 37px;
    line-height: 35px;
}

.layui-laypage .layui-laypage-refresh i {
    font-size: 22px;
    cursor: pointer;
}

.layui-laypage .layui-laypage-skip {
    height: 37px;
    line-height: 37px;
    color: #999;
}

.green-audio-player {
    width: 690px;
    margin: 0 auto;
}

.menuListA li {
    float: left;
    padding: 8px 11px;
    border-radius: 4px;
    background: #f2f5f5;
    color: #3C4343;
    font-size: 20px;
    cursor: pointer;
    margin: 0 15px 15px 0;
}

.menuListA li.alive {
    background: #3A8D98;
    color: #FFFFFF;
}

.ctList li .demo .title_ {
    background: url("/home/page/homeWeb/snky/img/a-tpy/back_s.png") no-repeat;
    background-size: 100% 100%;
    line-height: 64px;
    color: #2d7070;
    font-size: 24px;
    margin-bottom: 25px;
}

.title_ svg {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
}

.title_a1 {
    background: url("/home/page/homeWeb/snky/img/a-tpy/back_l.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}

.t_a1_b1 > span {
    color: #2d7070;
    font-size: 24px;
    font-weight: 500;
    line-height: 72px;
}

.t_a1_b1 > svg {
    vertical-align: middle;
    margin-top: -9px;
    margin-right: 6px;
}

.t_a1_b2 span {
    color: #434343;
    font-size: 20px;
    border-radius: 8px 8px 0 0;
    opacity: 1;
    /*background: #3a8d98;*/
    line-height: 43px;
    padding: 8px 24px;
    cursor: pointer;
}

.t_a1_b2 span + span {
    /*margin-left: 24px;*/
}

.t_a1_b2 span.tpy-btn-sel {
    color: #ffffff;
    background: #3a8d98;
}

.t_a1_b2 span:hover {
    color: #ffffff;
    background: #3a8d98;
}

.dendC {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    font-weight: bolder;
    color: #3a8d98;
}
