@charset "utf-8";

body {
    background: #f3f9fe;
}

.menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 2;
    background: #3587c0;
}

.menu .menu_bg {
    width: 1400px;
    height: 52px;
    margin: 0 auto;
    background: none;
    background-size: 100% 100%;
    font-size: 0;
    text-align: center;
}

.menu li {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    display: inline-block;
    width: 14.2%;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #fff;
}

.menu li.on {
    color: #fff;
}

.menu li::before {
    content: '';
    width: 0;
    height: 20px;
    border-left: 1px solid #9cc3de;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu li a:hover {
    color: #fff;
}

.header {
    position: relative;
    height: auto;
}

.search-btn-con {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.search-btn-con a {
    position: absolute;
    top: -60px;
    right: -60px;
    padding-left: 37px;
    color: #3587c0;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    background: url(trzx251208_searchIcon.png) no-repeat left center;
}

.crumbs {
    font-size: 16px;
    color: #799cb4;
    line-height: 24px;
    padding: 29px 0;
}

.crumbs a {
    color: inherit;
}

.sub-chnls {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.sub-chnls li {
    position: relative;
    display: inline;
    font-size: 22px;
    color: #1a1a1a;
    padding: 0 52px;
}

.sub-chnls li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 21px;
    background: #a0c7e7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-chnls li:first-child::before {
    display: none;
}

.sub-chnls li.on {
    color: #3587c0;
    font-weight: bold;
}

.sub-chnls li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3587c0;
    border-radius: 50%;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
}
.sub-chnls li.on::after { 
    opacity: 1;
}
.sub-chnls li:hover::after {
    opacity: 1;
}
.sub-chnls li a {
    color: inherit;
}

.sub-chnls li a:hover {
    color: #3587c0;
    font-weight: bold;

}

.ej-con {
    background: #fff;
    padding: 40px 50px 65px 50px;
}

.ej-chnl-title {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 28px;
    background: url(trzx251213_ejTitleBg.png) no-repeat left center;
    height: 51px;
    padding-left: 85px;
}

.ej-con .ej-htmlcon {
    padding: 40px;
}
.ej-con .ej-htmlcon p {
    text-indent:2em;
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 1em;
}
.ej-con .ej-htmlcon .ej-htmlcon-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ej-con .ej-htmlcon .ej-htmlcon-detail {
    font-size: 18px;
    line-height: 36px;
}
.ej-con .ej-htmlcon .ej-htmlcon-detail p{
    text-indent: 2em;
}
.ej-chnl-title .title {
    border-bottom: 1px solid #a5c8e1;
    padding-bottom: 13px;
}

.leader-list {
    width: 1200px;
    margin-top: 23px;
}

.leader-list li {
    height: 242px;
    padding: 20px;
    background: url(trzx251213_leaderItemBg.jpg);
    margin-bottom: 28px;
}

.leader-list li .img-con {
    float: left;
    width: 141px;
    height: 202px;
}

.leader-list li .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-list li .txt-con {
    float: left;
    margin-left: 50px;
}

.leader-list .leader-name {
    font-size: 30px;
    font-weight: bold;
    color: #3587c0;
    margin-top: 50px;
}

.leader-list .leader-desc {
    font-size: 20px;
    color: #0f2235;
    margin-top: 18px;
}

/* 02-新闻动态-时政要闻 */
.news-list {
    margin-top: 10px;
}

.news-list li {
    position: relative;
    width: 1300px;
    /* height: 218px; */
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #d4e6f3;
}

.news-list li .img-con {
    float: left;
    margin-right: 25px;
    width: 281px;
    height: 158px;
}

.news-list li .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list li .text-con-left {
    height: 100%;
    width: 1165px;
}

.news-list li .text-con-right {
    position: absolute;
    float: right;
    height: calc(100% - 30px);
    top: 30px;
    right: 0;
}

.news-list li .title {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li .desc {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
    text-align: justify;
    min-height: 60px;
}

.news-list li .desc a {
    color: #3587c0;
}

.news-list li .time-con {
    width: 60px;
    text-align: center;
    color: #3587c0;
    font-family: 'Arial';
}

.news-list li .time-con .date {
    font-size: 40px;
    margin-bottom: 7px;
}

.news-list li .time-con .month-year {
    font-size: 16px;
}

.news-list li .arr-con {
    position: absolute;
    height: 28px;
    width: 42px;
    right: 0;
    bottom: 30px;
}

.news-list li .arr-con a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.news-list li .arr-con a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 28px;
    left: 0;
    top: 0;
    background: #a9e8df;
}

.news-list li .arr-con a::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 10px;
    background: url(trzx251213_arr.png);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.news-list li .arr-con a:hover::after {
    right: -10px;
    transition: .3s;
}

/* 03-新闻动态-详情 */

.article-con {
    background: #fff;
    padding: 60px 0;
}

.article-con .title {
    text-align: center;
    font-size: 36px;
    color: #1a1a1a;
    padding: 0 100px;
}

.infos {
    width: 1280px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d4e6f3;
    padding-bottom: 25px;
}

.infos>div {
    float: left;
    height: 35px;
    line-height: 32px;
    padding-left: 32px;
    margin-right: 45px;
    font-size: 18px;
}

.infos div.font-size,
.infos div.print,
.infos div.share {
    float: right;
}

.infos div.source {
    background: url(trzx251213_sourceIcon.png) no-repeat left center;
}

.infos div.date {
    background: url(trzx251213_timeIcon.png) no-repeat left center;
}

.infos div.font-size {
    background: url(trzx251213_fzIcon.png) no-repeat left center;
}

.infos div.font-size span {
    margin: 0 8px;
    cursor: pointer;
}

.infos div.font-size span.on {
    color: #5b92b9;
    font-weight: bold;
}

.infos div.print {
    cursor: pointer;
    background: url(trzx251213_printIcon.png) no-repeat left center;
}

.infos div.share>* {
    float: left;
}

.infos div.share img {
    display: block;
    cursor: pointer;
}

.share-weibo {
    margin-left: 10px;
}

.article-con .htmlcon {
    /* width: 1280px; */
    margin: 0 auto;
    font-size: 20px;
    line-height: 44px;
    color: #1a1a1a;
    transition: .3s;
    padding: 0 60px;
}

.article-con .htmlcon p {
    text-indent: 2em;
    margin-bottom: 0.5em;
    font-size: 20px;
    transition: .3s;
}
.article-con .htmlcon a {
    color: #3587c0;
}
.article-con .htmlcon p img {
    /* display: block; */
    /* margin: 20px auto; */
    max-width: 80%;
    height:auto;
}

.code-box {
    width: 262px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -163px;
    margin-left: -142px;
    display: none;
    z-index: 9;
}

.code-box h5 {
    margin: 0;
}

.code-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#div_div {
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.code-box p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    color: #555;
    text-align: center;
}

.achievements-detail {
    width: 1280px;
    margin: 0 auto;
}

.achievements-detail table {
    background: #fff !important;
}

.achievements-detail .detail-content {
    width: 900px;
    margin: 0 auto;
    font-size: 20px;
}

.achievements-detail .detail-content {
    width: 900px;
    margin: 0 auto;
}

.achievements-detail table {
    width: 100%;
    border-collapse: collapse;
}

.achievements-detail td {
    padding: 10px 20px;
    border: 1px solid #ccdcec;
}

.achievements-detail .detail-name {
    color: #fff;
    background: url(trzx251208_ej_kjcg_imgs1.jpg) no-repeat center center;
    width: 180px;

}

/* 04-通知公告-通知公告 */
.announcement-list {
    padding-top: 20px;
}

.announcement-list li {
    padding: 30px 0;
    border-bottom: 1px solid #d4e6f3;
}

.announcement-list li .left-time {
    float: left;
    width: 65px;
    text-align: center;
    margin-right: 40px;
    height: 120px;
}

.announcement-list li .left-time .date {
    font-size: 40px;
    line-height: 40px;
    color: #3587c0;
    font-weight: bold;
    background: url(trzx251213_obliqueLine.png) no-repeat bottom center;
    padding-bottom: 20px;
}

.announcement-list li .left-time .month-year {
    font-size: 16px;
    color: #3587c0;
    margin-top: 10px;
}


.announcement-list li .img-con {
    width: 200px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.announcement-list li .img-con:hover img{
    transform: scale(1.1);
    transition: .5s;
}
.announcement-list li .img-con img {
    width: 100%;
    transition: .5s;
}

.announcement-list li .title {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 23px;
}

.announcement-list li .desc {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
}

.announcement-list li .desc a {
    color: #3587c0;
    transition: .3s;
}
.announcement-list li .desc a:hover {
    font-weight: bold;
    transition: .3s;
}
/* 05-土壤污染防治-列表 */
.simple-text-list {
    margin-top: 10px;
}

.simple-text-list li {
    height: 90px;
    line-height: 30px;
    padding: 30px 0;
    border-bottom: 1px dashed #3587c0;

}

.simple-text-list li a {
    display: block;
    float: left;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    padding-left: 30px;
    max-width: 1140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.simple-text-list li span {
    float: right;
    font-size: 20px;
    color: #707070;
}

.simple-text-list li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    background: #3587c0;
}

/* 06-人才队伍-带头人 */
.foregoer-list {
    margin-top: 60px;
    overflow: hidden;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.foregoer-list li {
    float: left;
    text-align: center;
    margin-right: 53px;
    /* margin-right: 178px; */
    margin-bottom: 55px;
    width: 284px;
    /* width: 314px; */
    /* height: 608px; */
    height: 330px;
}

.foregoer-list li .img-con {
    /* width: 314px; */
    /* height: 374px; */
    /* height: 452px; */
    /* border-radius: 16px; */
    /* overflow: hidden; */
    width: 140px;
    height: 175px;
    margin: 0 auto;
}

.foregoer-list li .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .foregoer-list li:nth-child(3n) { */
.foregoer-list li:nth-child(4n) {
    margin-right: 0;
}

.foregoer-list li .title {
    font-size: 26px;
    font-weight: bold;
    color: #1a1a1a;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px dashed #3587c0;
}

.foregoer-list li .desc {
    color: #666;
    font-size: 18px;
    line-height: 32px;
    margin-top: 16px;
}

/* 分页 */
.rcdw_page {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
    padding-bottom: 0;
}

.rcdw_page a,
.rcdw_page span {
    color: #333333;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    display: inline-block;
}

.rcdw_page a {
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #c6daee;
    min-width: 34px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 2.5px;
}

.rcdw_page a:hover,
.rcdw_page a.on {
    background: #3587c0;
    color: #ffffff;
    border: 1px solid #3587c0;
}

.rcdw_page span {
    padding: 0 3px;
}

.rcdw_page .rcdw_text {
    position: relative;
    top: 1px;
    width: 44px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #c6daee;
    border-radius: 2px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    outline: none;
    box-sizing: border-box;
}

.rcdw_page .rcdw_btn {
    width: 46px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #90bcda;
}

.rcdw_page .rcdw_btn:hover {
    background: #3587c0;
}
.talentTitleList {
    padding: 30px 0;
}
.talentTitleList li{
    overflow:hidden;
    font-size:18px;
    line-height:50px;
    padding:16px 0;
    border-bottom:1px dashed #3587c0;
}
.talentTitleList li .left-title{
    position: relative;
    float:left;
    width: 165px;
    font-size:20px;
    color:#3587c0;
    padding-left: 20px;
}
.talentTitleList li .left-title::before {
    position: absolute;
    content:"";
    width:2px;
    height:30px;
    left:0;
    top:50%;
    transform:translateY(-50%);
    background:#3587c0;
}
.talentTitleList li .right-name {
    width: 1135px;
    float:right;
}
.talentTitleList li .right-name span{
    position:relative;
    display:block;
    padding: 0 29px;
    float:left;
}
.talentTitleList li .right-name span::after {
    position:absolute;
    content:"";
    width:2px;
    height:20px;
    /* background:#3587c0; */
    right:0;
    top:50%;
    transform:translateY(-50%);
    border-right: 2px solid #3587c0;
}


@media screen and (max-width: 1440px) {
    .search-btn-con {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    .search-btn-con a {
        position: absolute;
        top: -50px;
        right: -60px;
        padding-left: 27px;
        color: #3587c0;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        background: url(trzx251208_searchIcon.png) no-repeat left center;
        background-size: auto 20px;
    }

    .crumbs {
        font-size: 14px;
        color: #799cb4;
        line-height: 20px;
        padding: 20px 0;
    }

    .crumbs a {
        color: inherit;
    }

    .menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 2;
        background: #3587c0;
    }

    .menu .menu_bg {
        width: 1000px;
        height: 40px;
        margin: 0 auto;
        background: none;
        background-size: 100% 100%;
        font-size: 0;
        text-align: center;
    }

    .menu li {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        display: inline-block;
        width: 13%;
        text-align: center;
        font-weight: bold;
        position: relative;
        color: #fff;
    }

    .menu li.on {
        color: #fff;
    }

    .menu li::before {
        content: '';
        width: 0;
        height: 20px;
        border-left: 1px solid #9cc3de;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu li a:hover {
        color: #fff;
    }

    .sub-chnls {
        height: 48px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    .sub-chnls li {
        position: relative;
        display: inline;
        font-size: 18px;
        color: #1a1a1a;
        padding: 0 20px;
    }

    .sub-chnls li::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 18px;
        background: #a0c7e7;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .sub-chnls li:first-child::before {
        display: none;
    }

    .sub-chnls li.on {
        color: #3587c0;
        font-weight: bold;
    }

    .sub-chnls li::after ,
    .sub-chnls li.on::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: #3587c0;
        border-radius: 50%;
        top: 27px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sub-chnls li a {
        color: inherit;
    }

    .sub-chnls li a:hover {
        color: #3587c0;

    }

    .ej-con {
        background: #fff;
        padding: 28px 36px 46px 36px;
    }

    .ej-chnl-title {
        color: #1a1a1a;
        font-weight: bold;
        font-size: 20px;
        background: url(trzx251213_ejTitleBg.png) no-repeat left center;
        background-size: 50px auto;
        height: 38px;
        padding-left: 62px;
    }

    .ej-con .ej-htmlcon {
        padding: 30px;
    }
    .ej-con .ej-htmlcon p {
        text-indent:2em;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 1em;
    }
    .ej-con .ej-htmlcon .ej-htmlcon-title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .ej-con .ej-htmlcon .ej-htmlcon-detail {
        font-size: 14px;
        line-height: 26px;
    }
    .ej-con .ej-htmlcon .ej-htmlcon-detail p{
        text-indent: 2em;
    }

    .ej-chnl-title .title {
        border-bottom: 1px solid #a5c8e1;
        padding-bottom: 11px;
    }

    .leader-list {
        width: 858px;
        margin-top: 18px;
    }

    .leader-list li {
        height: 172px;
        padding: 15px;
        background: url(trzx251213_leaderItemBg.jpg);
        margin-bottom: 20px;
    }

    .leader-list li .img-con {
        float: left;
        width: 100px;
        height: 144px;
    }

    .leader-list li .img-con img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .leader-list li .txt-con {
        float: left;
        margin-left: 36px;
    }

    .leader-list .leader-name {
        font-size: 21px;
        font-weight: bold;
        color: #3587c0;
        margin-top: 36px;
    }

    .leader-list .leader-desc {
        font-size: 18px;
        color: #0f2235;
        margin-top: 18px;
    }

    /* 02-新闻动态-时政要闻 */
    .news-list {
        margin-top: 10px;
    }

    .news-list li {
        position: relative;
        width: 928px;
        margin: 0 auto;
        padding: 21px 0;
        border-bottom: 1px solid #d4e6f3;
    }

    .news-list li .img-con {
        float: left;
        margin-right: 18px;
        width: 200px;
        height: 113px;
    }

    .news-list li .text-con-left {
        height: 100%;
        width: 832px;
    }

    .news-list li .text-con-right {
        position: absolute;
        float: right;
        height: calc(100% - 21px);
        top: 21px;
        right: 0;
    }

    .news-list li .title {
        font-size: 18px;
        color: #1a1a1a;
        font-weight: bold;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-list li .desc {
        font-size: 12px;
        line-height: 20px;
        color: #707070;
        text-align: justify;
        min-height: 40px;
    }

    .news-list li .desc a {
        color: #3587c0;
    }

    .news-list li .time-con {
        width: 48px;
        text-align: center;
        color: #3587c0;
        font-family: 'Arial';
    }

    .news-list li .time-con .date {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .news-list li .time-con .month-year {
        font-size: 12px;
    }

    .news-list li .arr-con {
        position: absolute;
        height: 20px;
        width: 30px;
        right: 0;
        bottom: 21px;
    }

    .news-list li .arr-con a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .news-list li .arr-con a::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        left: 0;
        top: 0;
        background: #a9e8df;
    }

    .news-list li .arr-con a::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 7px;
        background: url(trzx251213_arr.png);
        background-size: 16px auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s;
    }

    .news-list li .arr-con a:hover::after {
        right: -7px;
        transition: .3s;
    }

    /* 03-新闻动态-详情 */

    .article-con {
        background: #fff;
        padding: 42px 0;
    }

    .article-con .title {
        text-align: center;
        font-size: 26px;
        color: #1a1a1a;
    }

    .infos {
        width: 914px;
        margin: 0 auto;
        margin-top: 42px;
        margin-bottom: 36px;
        border-bottom: 1px solid #d4e6f3;
        padding-bottom: 20px;
    }

    .infos>div {
        float: left;
        height: 26px;
        line-height: 24px;
        padding-left: 24px;
        margin-right: 32px;
        font-size: 14px;
    }

    .infos div.font-size,
    .infos div.print,
    .infos div.share {
        float: right;
    }

    .infos div.source {
        background: url(trzx251213_sourceIcon.png) no-repeat left center;
        background-size: auto 16px;
    }

    .infos div.date {
        background: url(trzx251213_timeIcon.png) no-repeat left center;
        background-size: auto 16px;
    }

    .infos div.font-size {
        background: url(trzx251213_fzIcon.png) no-repeat left center;
        background-size: auto 16px;
    }

    .infos div.font-size span {
        margin: 0 5px;
        cursor: pointer;
    }

    .infos div.font-size span.on {
        color: #5b92b9;
        font-weight: bold;
    }

    .infos div.print {
        cursor: pointer;
        background: url(trzx251213_printIcon.png) no-repeat left center;
        background-size: auto 16px;
    }

    .infos div.share>* {
        float: left;
    }

    .infos div.share img {
        display: block;
        cursor: pointer;
        width: 24px;
    }

    .share-weibo {
        margin-left: 7px;
    }

    .article-con .htmlcon {
        /* width: 1280px; */
        margin: 0 auto;
        font-size: 18px;
        line-height: 40px;
        color: #1a1a1a;
        transition: .3s;
        padding: 0 42px;
    }

    .article-con .htmlcon p {
        /* text-indent: 2em; */
        margin-bottom: 0.5em;
        font-size: 18px;
        transition: .3s;
    }

    .article-con .htmlcon p img {
        /* display: block; */
        /* margin: 14px auto; */
    }

    .code-box {
        width: 262px;
        border: 1px solid #ddd;
        background-color: #ffffff;
        padding: 10px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -163px;
        margin-left: -142px;
        display: none;
    }

    .code-box h5 {
        margin: 0;
    }

    .code-box .close {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    #div_div {
        width: 200px;
        height: 200px;
        margin: 20px auto;
    }

    .code-box p {
        font-size: 12px;
        line-height: 22px;
        margin: 0;
        color: #555;
        text-align: center;
    }

    .achievements-detail {
        width: 914px;
        margin: 0 auto;
    }

    .achievements-detail .detail-content {
        width: 700px;
        margin: 0 auto;
        font-size: 16px;
    }

    .achievements-detail .detail-content {
        width: 700px;
        margin: 0 auto;
    }

    .achievements-detail table {
        width: 100%;
        border-collapse: collapse;
    }

    .achievements-detail td {
        padding: 8px 14px;
        border: 1px solid #ccdcec;
    }

    .achievements-detail .detail-name {
        width: 130px;

    }

    /* 04-通知公告-通知公告 */
    .announcement-list {
        padding-top: 14px;
    }

    .announcement-list li {
        padding: 21px 0;
        border-bottom: 1px solid #d4e6f3;
    }

    .announcement-list li .left-time {
        float: left;
        width: 46px;
        text-align: center;
        margin-right: 28px;
        height: 85px;
    }

    .announcement-list li .left-time .date {
        font-size: 28px;
        line-height: 28px;
        color: #3587c0;
        font-weight: bold;
        background: url(trzx251213_obliqueLine.png) no-repeat bottom center;
        background-size: 44px auto;
        padding-bottom: 14px;
    }

    .announcement-list li .left-time .month-year {
        font-size: 12px;
        color: #3587c0;
        margin-top: 7px;
    }

    .announcement-list li .img-con {
        width: 160px;
        float: left;
        margin-right: 20px;
    }

    .announcement-list li .img-con img {
        width: 100%;
    }

    .announcement-list li .title {
        font-size: 16px;
        color: #1a1a1a;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .announcement-list li .desc {
        font-size: 12px;
        line-height: 20px;
        color: #707070;
    }

    .announcement-list li .desc a {
        color: #3587c0;
    }

    /* 05-土壤污染防治-列表 */
    .simple-text-list {
        margin-top: 10px;
    }

    .simple-text-list li {
        height: 64px;
        line-height: 22px;
        padding: 22px 0;
        border-bottom: 1px dashed #3587c0;

    }

    .simple-text-list li a {
        display: block;
        float: left;
        position: relative;
        font-size: 16px;
        line-height: 22px;
        padding-left: 22px;
        max-width: 814px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .simple-text-list li span {
        float: right;
        font-size: 14px;
        color: #707070;
    }

    .simple-text-list li a::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        background: #3587c0;
    }

    /* 06-人才队伍-带头人 */
    .foregoer-list {
        margin-top: 42px;
        overflow: hidden;
    }


    .foregoer-list li {
        float: left;
        text-align: center;
        margin-right: 41px;
        margin-bottom: 39px;
        /* width: 224px; */
        /* height: 431px; */
        width: 200px;
        height: 270px;
    }

    .foregoer-list li .img-con {
        /* width: 224px; */
        /* height: 267px; */
        /* height: 322px; */
        width: 110px;
        height: 175px;
    }

    .foregoer-list li:nth-child(4n) {
        margin-right: 0;
    }

    .foregoer-list li .title {
        font-size: 18px;
        font-weight: bold;
        color: #1a1a1a;
        height: 54px;
        line-height: 54px;
        border-bottom: 1px dashed #3587c0;
    }

    .foregoer-list li .desc {
        color: #666;
        font-size: 12px;
        line-height: 22px;
        margin-top: 11px;
    }

    .rcdw_page {
        padding: 36px 0;
        padding-bottom: 0;
    }

    .rcdw_page a,
    .rcdw_page span {
        font-size: 12px;
        height: 24px;
        line-height: 22px;
    }

    .rcdw_page a {
        padding: 0 5px;
        min-width: 24px;
        border-radius: 2px;
        margin: 0 2px;
    }

    .rcdw_page span {
        padding: 0 2px;
    }

    .rcdw_page .rcdw_text {
        top: 1px;
        width: 30px;
        height: 22px;
        line-height: 22px;
        border-radius: 2px;
        font-size: 12px;
    }

    .rcdw_page .rcdw_btn {
        width: 30px;
        height: 24px;
        line-height: 24px;
        border-radius: 2px;
        font-size: 12px;
    }
    .talentTitleList {
    padding: 10px 0;
}
.talentTitleList li{
    overflow:hidden;
    font-size:14px;
    line-height:40px;
    padding:10px 0;
    border-bottom:1px dashed #3587c0;
}
.talentTitleList li .left-title::before {
    position: absolute;
    content:"";
    width:2px;
    height:22px;
    left:0;
    top:50%;
    transform:translateY(-50%);
    background:#3587c0;
}
.talentTitleList li .left-title{
    float:left;
    width: 150px;
    font-size:18px;
    color:#3587c0;
}
.talentTitleList li .right-name {
    width: 775px;
    float:right;
}
.talentTitleList li .right-name span{
    position:relative;
    display:block;
    padding: 0 21px;
    float:left;
}
.talentTitleList li .right-name span::after {
    position:absolute;
    content:"";
    width:1px;
    height:16px;
    /* background:#3587c0; */
    right:0;
    top:50%;
    transform:translateY(-50%);
    border-right: 2px solid #3587c0;
}

}