@charset "utf-8";
body {
    background: #f3f9fe;
}

.wrapper {
    width: 7.1rem;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.crumbs {
    font-size: 0.26rem;
    line-height: 0.52rem;
    color: #799cb4;
    padding: 0.19rem;
}

.crumbs a {
    color: inherit;
}

.sub-chnls {
    display: none;
}

.sub-chnls.mobileShow {
    display:block;
    /* width:100%; */
    background:#fff;
    margin-bottom:0.3rem;
}
.sub-chnls.mobileShow  ul {
    display:flex;
    justify-content:space-around;
}
.sub-chnls.mobileShow  ul li {
    padding:0.2rem 0;
}
.sub-chnls.mobileShow  ul li.on a {
    font-weight:bold;
    color:#3587c0;
}
.ej-con {
    background: #fff;
    padding: 0.4rem 0.2rem;
    ;
}

.ej-chnl-title {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 0.4rem;
    background: url(trzx251213_ejTitleBg.png) no-repeat left center;
    background-size: 1rem auto;
    height: 0.68rem;
    padding-left: 1rem;
}
.ej-htmlcon {
    padding-top: 0.5rem;
}
.ej-con .ej-htmlcon p {
    text-indent: 2em;
    margin-bottom: 0.5em;
    font-size: 0.32rem;
    line-height: 0.6rem;
}
.ej-con .ej-htmlcon .ej-htmlcon-title {
    text-align: center;
    font-size: 0.36rem;;
    font-weight: bold;
    margin-bottom:  0.5em;
}
.ej-con .ej-htmlcon .ej-htmlcon-detail {
    font-size: 0.32rem;
    line-height:0.6rem;
}
.ej-con .ej-htmlcon .ej-htmlcon-detail p{
    text-indent: 2em;
}
.ej-chnl-title .title {
    padding-left: 0.2rem;
    border-bottom: 0.01rem solid #a5c8e1;
    padding-bottom: 0.15rem;
}

.leader-list {
    width: 100%;
    margin-top: 0.63rem;
}

.leader-list li {
    float: left;
    margin-bottom: 0.6rem;
    padding: 0 0.3rem;
}

.leader-list li .img-con {
    /* float: left; */
    width: 2.28rem;
    height: 3.06rem;
    margin: 0 auto;
}

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

.leader-list li:nth-child(1),
.leader-list li:nth-child(2){
    width: 100%;
}
.leader-list li:nth-child(n+3){
    width: 50%;
    float: left;
}

.leader-list li .txt-con {
    text-align: center;
}

.leader-list .leader-name {
    font-size: 0.38rem;
    font-weight: bold;
    color: #3587c0;
    margin-top: 0.3rem;
    text-align: center;
}

.leader-list .leader-desc {
    font-size: 0.34rem;
    color: #0f2235;
    margin-top: 0.15rem;
    text-align: center;
}

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

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

.news-list li .img-con {
    float: left;
    margin-right: 0.2rem;
    width: 3.4rem;
    height: 1.92rem;
}

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

.news-list li .text-con {
    /* float: left; */
}

.news-list li .text-con-left {
    height: 100%;
    /* width: 2.9rem; */
}

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

.news-list li .title {
    font-size: 0.3rem;
    line-height: 0.44rem;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-list li .desc {
    display: none;
}

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

.news-list li .time-con {
    color: #3587c0;
    overflow: hidden;
}

.news-list li .time-con .date {
    float: right;
}

.news-list li .time-con .month-year {
    float: left;
}

.news-list li .arr-con {
    display: none;
}

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

.article-con {
    background: #fff;
    padding: 0.8rem 0;
}

.article-con .title {
    text-align: center;
    font-size: 0.46rem;
    color: #1a1a1a;
    padding: 0 0.3rem;
}

.infos {
    width: 6.5rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.45rem;
    border-bottom: 0.01rem solid #d4e6f3;
    padding-bottom: 0.4rem;
}

.infos>div {
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.45rem;
    margin-right: 0;
    font-size: 0.26rem;
}

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

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

.infos div.date {
    float: right;
    background: url(trzx251213_timeIcon.png) no-repeat left center;
    background-size: 0.3rem auto;
}


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

.article-con .htmlcon p {
    text-indent: 2em;
    margin-bottom: 0.5em;
    font-size: 0.34rem;
    transition: .3s;
    word-break: break-all;
}
.article-con .htmlcon table {
    max-width: 100%;
    margin: 0 auto;
}
.article-con .htmlcon table td {
    padding:  0 0.05rem;
}
.article-con .htmlcon table img {
    max-width: 100%;
}
.article-con .htmlcon table p {
    text-indent: 0em;
    padding: 0 0.1rem;
}
.article-con .htmlcon a {
    color: #3587c0;
}
.article-con .htmlcon p img {
    display: block;
    margin: 0.2rem auto;
    max-width: 100%;
    height: auto;
}
.achievements-detail .detail-content {
    width: 6.4rem;
    margin: 0 auto;
     font-size: 0.3rem;
}

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

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

.achievements-detail .detail-name {
    color: #fff;
    background: url(trzx251208_ej_kjcg_imgs1.jpg) no-repeat center center;
    width: 2.3rem;
    background-size: cover;
}
/* 04-通知公告-通知公告 */
.announcement-list {
    padding-top: 0.1rem;
}

.announcement-list li {
    padding: 0.4rem 0;
    border-bottom: 0.01rem solid #d4e6f3;
    display: flex;
}

.announcement-list li .left-time {
    /* float: left; */
    width: 0.9rem;
    text-align: center;
    margin-right: 0.3rem;
    height: 1.3rem;
}
.announcement-list li  .txt-con{
    width: 5.5rem;
}
.announcement-list li .img-con {
    width: 2.2rem;
    float: left;
    margin-right: 0.2rem;
}
.announcement-list li .img-con img{
    width: 100%;
}
.announcement-list li .left-time .date {
    font-size: 0.66rem;
    line-height: 0.66rem;
    color: #3587c0;
    font-weight: bold;
    background: url(trzx251213_obliqueLine.png) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 0.3rem;
}

.announcement-list li .left-time .month-year {
    font-size: 0.24rem;
    color: #3587c0;
    margin-top: 0.1rem;
}

.announcement-list li .title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #1a1a1a;
}

.announcement-list li .desc {
    display: none;
}

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

.simple-text-list li {
    height: auto;
    padding: 0.4rem 0;
    border-bottom: 0.01rem dashed #3587c0;

}

.simple-text-list li a {
    display: block;
    float: left;
    position: relative;
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding-left: 0.2rem;
    margin-bottom: 0.1rem;
    width: 100%;

}

.simple-text-list li span {
    font-size: 0.28rem;
    color: #707070;
    padding-left: 0.2rem;
}

.simple-text-list li a::before {
    position: absolute;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    left: 0;
    top: 0.23rem;
    font-size: 20px;
    background: #3587c0;
}

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

.foregoer-list li {
    width: 3.14rem;
    text-align: center;
    margin-bottom: 0.7rem;
}

.foregoer-list li .img-con {
    width: 3.14rem;
    height: 3.74rem;
}

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

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

.foregoer-list li .title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #1a1a1a;
    height: 1.07rem;
    line-height: 1.07rem;
    border-bottom: 0.01rem dashed #3587c0;
    text-align: center;
}

.foregoer-list li .desc {
    color: #666;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.15rem;
    text-align: center;
}
/* 分页 */
.rcdw_page {
    text-align: center;
    font-size: 0;
    padding: 0.58rem 0;
}
.rcdw_page a,
.rcdw_page span {
    color: #333333;
    font-size: 0.24rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
    margin-bottom: 0.06rem;
}
.rcdw_page a {
    padding: 0 0.12rem;
    background: #ffffff;
    border: 1px solid #c6daee;
    min-width: 0.5rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
    margin: 0 0.04rem;
}
.rcdw_page a:hover,
.rcdw_page a.on {
    background: #3587c0;
    color: #ffffff;
    border: 1px solid #3587c0;
}
.rcdw_page span {
    padding: 0 0.04rem;
}
.rcdw_page .rcdw_text {
    position: relative;
    top: 0;
    width: 0.66rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #c6daee;
    border-radius: 0.04rem;
    color: #333333;
    font-size: 0.24rem;
    text-align: center;
    outline: none;
    box-sizing: border-box;
}
.rcdw_page .rcdw_btn {
    width: 0.68rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 0;
    border-radius: 0.04rem;
    color: #ffffff;
    font-size: 0.24rem;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #90bcda;
}
.rcdw_page .rcdw_btn:hover {
    background: #3587c0;
}
.talentTitleList {
    padding: 30px 0;
}
.talentTitleList {
    padding: 0.2rem 0;
}
.talentTitleList li{
    overflow:hidden;
    font-size:0.3rem;
    line-height:0.6rem;
    padding:0.2rem 0;
    border-bottom:0.01rem dashed #3587c0;
}
.talentTitleList li .left-title{
    position: relative;
    float:left;
    width: 100%;
    font-size:0.36rem;
    color:#3587c0;
    margin: 0.3rem;
    padding-left: 0.3rem;
}
.talentTitleList li .left-title::before {
    position: absolute;
    content:"";
    width:0.03rem;
    height:0.5rem;
    left:0;
    top:50%;
    transform:translateY(-50%);
    background:#3587c0;
}
.talentTitleList li .right-name {
    width: 100%;
    float:right;
     line-height:0.8rem;
}
.talentTitleList li .right-name span{
    position:relative;
    display:block;
    padding: 0 0.6rem;
    float:left;
}
.talentTitleList li .right-name span::after {
    position:absolute;
    content:"";
    width:0.02rem;
    height:0.36rem;
    background:#3587c0;
    right:0;
    top:50%;
    transform:translateY(-50%)
}