@charset "utf-8";
/* ¼ìË÷½á¹û */
.searchWrap {
    background: #fff;
    margin: 20px 0;
    padding: 30px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #1398c7;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #1398c7;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
} 
.defaultButtonStyle {
   font-family: Î¢ÈíÑÅºÚ !important;
    padding: 0px 5px !important;
}

.defaultInputStyle{
    border:1px solid #ccc;
    height:20px;
    width:30px;
}

.PrevDisabled,
.Next,
.Prev,
.NextDisabled{
    height:auto !important;
}

/* zst */
.myBanner img {
    display: block;
    width: 100%;
}

/* content */
.content {
    background-color: #fff;
    padding: 30px 0 50px;
}

.content_main {
    position: relative;
    z-index: 9;
}

.content_txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left_nav {
    width: 250px;
}

.column_title {
    position: relative;
    z-index: -1;
    background: rgba(0, 78, 159, 0.8);
    color: #fff;
    padding: 10px 15px;
    line-height: 60px;
    display: block;
    width: 100%;
    font-size: 36px;
    text-align: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.right_content {
    width: calc(100% - 300px);
}

.content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 78, 159, 0.2);
}

.content_top .colom {
    font-size: 24px;
    line-height: 24px;
    position: relative;
}

.content_top .colom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(0, 78, 159);
    left: 0;
    bottom: -16px;
}

.currentPosition {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.currentPosition p,
.currentPosition a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000C19;
    line-height: 15px;
}

.currentPosition p {
    margin-left: 10px;
}

.currentPosition a {
    margin-right: 30px;
    position: relative;
}

.currentPosition a::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(/jyzx/news_2025/images/cintent_r.png);
    background-repeat: no-repeat;
    top: 3px;
    right: -18px;
}

.currentPosition a:last-child::after {
    display: none;
}

.currentPosition a:last-child {
    margin-right: 0px;
}

.content_text .title {
    display: block;
    font-size: 36px;
    line-height: 54px;
    color: rgba(0, 78, 159, 0.85);
    margin-top: 40px;
    text-align: center;
}

.content_text .source {
    padding: 12.5px 0;
    margin-top: 30px;
    text-align: center;
    background: rgba(0, 78, 159, 0.1);
    font-weight: 400;
    font-size: 15px;
    color: #6F8193;
    line-height: 30px;
    margin-bottom: 30px;
}

.content_text .source  span{
    display:inline-block;
    margin:0 7.5px;
}

.content_text p {
    text-indent: 2em;
    font-size: 17px;
    color: #333;
    line-height: 34px;
    margin-top: 5px;
    word-break: break-all;
}

.content_text p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* singlePage */

.column {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.04);
    padding: 5px 10px 20px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.column li {
    line-height: 55px;
    padding: 0 15px;
}

.column ol {
    display: none;
}

.column ol li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.column li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.column li a {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #333;
}

.column li ol li a {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #666;
}


.column .active div a,
.column li ol .active a {
    color: rgb(0, 78, 159);
}

.column li span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/jyzx/news_2025/images/nav_yjt_h.png);
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.column li span.rotate-90 {
    transform: rotate(90deg);
}

.column .active span {
    background: url(/jyzx/news_2025/images/nav_yjt_l.png);
}

/* invest */

.invest {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.invest li {
    width: 49%;
    background: #F6F8FA;
    margin-top: 30px;
    padding: 35px 45px;
}

.invest li p {
    font-size: 17px;
    color: #1F2B37;
    line-height: 38px;
    margin: 0;
    text-indent: 0;
}

/* textList */

.textList li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 78, 159, 0.2);
}

.textList li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textList li a .time {
    padding: 15px 10px;
    background: rgba(0, 78, 159, 1);
}

.textList li a .time span {
    display: block;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
}

.textList li a .time p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 15px;
}

.textList li a .txt {
    width: calc(100% - 100px);
}

.textList li a .txt span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}

.textList li a .txt p {
    margin-top: 10px;
    font-size: 15px;
    color: #8D8D8D;
    line-height: 25px;
}

/* search */

.search {
    margin-top: 40px;
}

.search_s {
    position: relative;
    margin-bottom: 10px;
}

.search_s .txt {
    width: 100%;
    height: 55px;
    background: #F6F8FA;
    font-size: 16px;
    color: #000C19;
    padding: 0 163px 0 20px;
}

.search_s .btn {
    width: 143px;
    height: 55px;
    background: #2C7CD5;
    font-size: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

/* imgList */


.imgList li {
    padding: 35px 0;
    border-bottom: 1px solid #DDDDDD;
}

.imgList li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imgList li a .text h3 {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}

.imgList li a .text p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    max-height: 75px;
    margin: 12.5px 0;
}

.imgList li a .text span {
    display: block;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 18px;
}

.imgList li a .img {
    width: 225px;
    height: 150px;
}

.imgList li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgList li a .text {
    width: calc(100% - 255px);
}

.imgList .n_li a .text {
    width: 100%;
}

.imgList .n_li a .text p {
    height: auto;
    max-height: 75px;
}

@media (max-width: 1500px) {
    .content .w1400 {
        width: 100%;
        padding: 0 3%;
    }
}

@media (max-width: 1024px) {
    .invest li {
        padding: 20px 15px;
    }

    .left_nav {
        display: none;
    }

    .right_content {
        width: 100%;
    }

    .content {

        padding: 10px 0 30px;
    }
}

@media (max-width: 768px) {

    .invest li {
        width: 100%;
    }
.myBanner{
    margin-top:80px;
}

    .searchWrap .btn {
    background-color: #1398c7;
    font-size: 0;
    background-image: url(/jyzx/news_2025/images/magnifyingGlass.png);
    background-repeat: no-repeat;
    background-position: center;
}
}

@media (max-width: 576px) {

    .invest {
        margin-top: 0px;
    }

    .imgList li a .img {
        width: 150px;
        height: 120px;
    }

    .imgList li a .text {
        width: calc(100% - 170px);
    }

    .imgList li a .text h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .imgList li a .text p {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        margin: 10px 0;
        -webkit-line-clamp: 2;
    }

    .imgList li a .text span {
        font-size: 14px;
        color: #999999;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    .content {
        padding: 0 0 40px;
    }

    .content_top .colom {
        display: none;
    }

    .content_txt .title {
        font-size: 28px;
        line-height: 36px;
        margin-top: 35px;
    }

    .currentPosition p {
        margin-left: 5px;
    }

    .currentPosition a {
        margin-right: 20px;
    }

    .currentPosition a::after {
        right: -13.5px;
    }

    .content_main {
        margin-top: 0px;
    }

    .content_text p {
        font-size: 16px;
        line-height: 36px;
        margin-top: 30px;
    }

    .column {
        margin: 30px 0;
    }

    .column li a {
        font-size: 18px;
    }

    .textList li a .txt span {
        font-size: 19px;
        line-height: 19px;
    }

    .textList li a .txt p {
        margin-top: 10px;
        font-size: 15px;
        color: #8D8D8D;
        line-height: 25px;
    }

    .textList li {
        padding: 20px 0;
    }

    .search {
        margin-top: 30px;
    }

    .search_s .txt {
        height: 45px;
        font-size: 15px;
        padding: 0 115px 0 15px;
    }

    .search_s .btn {
        width: 100px;
        height: 45px;
    }

    .imgList li {
        padding: 20px 0;
    }

    .content_text .title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 30px;
    }
    .myBanner{
    margin-top:60px;
}

    .searchWrap {
    margin: 20px 0;
    padding: 0px;
}
}