@charset "utf-8";.content {
    background-color: #fff;
    padding: 50px 0
}

.content_main {
    position: relative;
    z-index: 9
}

.content_txt {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.left_nav {
    width: 250px
}

.column_title {
    background: rgba(7, 101, 190, 1);
    color: #fff;
    padding: 30px 15px;
    display: block;
    width: 100%;
    font-size: 36px;
    text-align: center;
    font-family: SourceHanSerifSCBold
}

.right_content {
    width: calc(100% - 300px)
}

.content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(231 231 231)
}

.content_top .colom {
    font-size: 24px;
    line-height: 17px;
    padding-bottom: 10px;
    position: relative
}

.content_top .colom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(7, 101, 190, 1);
    left: 0;
    bottom: -15px
}

.currentPosition {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap
}

.currentPosition p,.currentPosition a {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #585858;
    line-height: 30px
}

.currentPosition p {
    margin-left: 10px
}

.currentPosition a {
    margin-right: 25px;
    position: relative
}

.currentPosition a::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url("https://www.everyshotimaginable.com/images/cintent_r.png");
    background-repeat: no-repeat;
    top: calc(50% - 6px);
    right: -15px
}

.currentPosition a:last-child::after {
    display: none
}

.currentPosition a:last-child {
    margin-right: 0px
}

.content_text .title {
    display: block;
    font-size: 30px;
    line-height: 45px;
    color: rgb(7 101 190);
    margin-top: 40px;
    text-align: center
}

.content_text img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
    object-fit: cover
}

.content_text .source {
    padding: 12.5px 0;
    margin: 30px 0;
    text-align: center;
    background: #F8F8F8;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 30px
}

.content_text p {
    text-indent: 2em;
    font-size: 17px;
    color: #2A2A2A;
    line-height: 35px
}

.content_text p video{
    max-width: 100%;
    height:auto;
    margin:0 auto;
    margin-left: -32px;
}

.content_text table {
    max-width: 100%;
    margin:0 auto;
    border: none;
    border-collapse: collapse;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}
.content_text table td{
    border:1px solid #ccc;
}

.content_text table p {
    text-indent: 0;
    text-align: center
}

.content_text p a {
    word-break: break-all
}

.sxt {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #DEDEDE
}

.sxt .syt,.sxt .xyt {
    display: flex;
    align-items: center
}

.sxt .syt p,.sxt .xyt p {
    white-space: nowrap
}

.sxt .syt a,.sxt .syt p,.sxt .xyt a,.sxt .xyt p {
    font-size: 17px;
    color: #333;
    line-height: 40px;
    text-indent: 0;
    margin: 0
}

.sxt .syt a,.sxt .xyt a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fy {
    margin-top: 30px
}

.column {
    margin-bottom: 65px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px
}

.column li {
    line-height: 60px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 10%
}

.column li a {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.column .active {
    background: #fff
}

.column .active a {
    font-weight: bold;
    color: rgba(7, 101, 190, 1)
}

.column li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("https://www.everyshotimaginable.com/images/arrow_2_b.png") no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: .3;
    transition: .5s
}

.column li a:hover:after,.column .active a:after {
    opacity: 1
}

.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 li {
    padding: 30px 0;
    border-bottom: 1px solid #EEE
}

.textList li a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.textList li a .time {
    padding: 16px 10px 15px;
    background: rgb(7 101 190)
}

.textList li a .time span {
    display: block;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center
}

.textList li a .time p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 11px;
    margin-top: 14px
}

.textList li a .txt {
    width: calc(100% - 95px)
}

.textList li a .txt span {
    display: block;
    font-size: 18px;
    line-height: 28px
}

.textList li a .txt p {
    margin-top: 14px;
    font-size: 14px;
    color: #a1a1a1;
    line-height: 26px
}

.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 li {
    padding: 25px 0;
    border-bottom: 1px solid #EEE
}

.imgList li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.imgList li a .text h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal
}

.imgList li a .text p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    max-height: 81px;
    margin: 10px 0 10px
}

.imgList li a .text span {
    font-size: 15px;
    color: #999999;
    line-height: 18px
}

.imgList li a .img {
    width: 225px;
    height: 170px
}

.imgList li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imgList li a .text {
    width: calc(100% - 260px)
}

.imgList .n_li a .text {
    width: 100%
}

.imgList .n_li a .text p {
    height: auto;
    max-height: 81px
}

@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%
    }
}

@media (max-width: 576px) {
    .invest {
        margin-top: 0px
    }

    .imgList li a {
        display: block
    }

    .imgList li a .img {
        width: 100%;
        height: calc(92vw/5*3)
    }

    .imgList li a .text {
        margin-top: 30px;
        width: 100%
    }

    .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: 16px;
        line-height: 28px
    }

    .textList li a .txt p {
        margin-top: 5px;
        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
    }

    .imgList li a .text {
        margin-top: 20px
    }
}