@charset "utf-8";

@keyframes searchshow {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes searchshow {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

/* @keyframes navshow {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes navshow {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
} */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w590 {
    width: 590px;
}

.w1016 {
    width: 1016px;
}

.mheader-list {
    display: none;
}

.mnav-list {
    display: none;
}

.mfooter-list {
    display: none;
}

.text-overflow2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-overflow3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.header-list {
    width: 100%;
    min-width: 1200px;
    height: 85px;
    background-image: url(../images/topbg-list.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.header-list-inner {
    width: 100%;
    height: 85px;
    position: relative;
}

.logo-list {
    width: 100%;
    height: 85px;
    line-height: 85px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
}

.logo-list img {
    width: 126px;
    height: 53px;
}

.logo-list-detail {
    text-align: right;
}

.logo-list-detail img {
    margin-right: 88px;
}

.header-list-left {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.header-list-btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.nav-list-icon {
    margin-left: 10px;
}

.nav-list-open {
    background-image: url(../images/nav-open.png);
    background-repeat: no-repeat;
}

.nav-list-close {
    background-image: url(../images/nav-close.png);
    background-repeat: no-repeat;
}

.search-list-icon {
    margin-left: 26px;
    position: relative;
}

.search-list-btn {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/search-list.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.search-list-box {
    display: none;
    width: 128px;
    /* height: 23px; */
    background-color: #f0f0f0;
    border: 1px solid #248067;
    position: absolute;
    left: 28px;
    top: -2px;
}

.search-list-box.show {
    display: block;
    animation: searchshow .3s;
    -webkit-animation: searchshow .3s
}

.search-list-box input {
    width: 118px;
    padding: 5px;
    font-size: 12px;
    color: #35333c;
}

.search-list-box input::-webkit-input-placeholder {
    font-size: 12px;
    color: #248067;
}

.title-list-title {
    margin: 45px 0 0 25px;
}

.title-list-title img {
    width: auto;
    height: 25px;
}

/* .nav-list {
    display: none;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    left: 0;
    top: 85px;
    right: 0;
    z-index: 998;
}

.nav-upp {
    height: 62px;
    background-color: #248067;
}

.nav-list.show {
    display: block;
    animation: navshow .3s;
    -webkit-animation: navshow .3s
}

.nav-inner {
    height: 62px;
}

.nav-list-box li {
    height: 62px;
    float: left;
    text-align: center;
    color: #ffffff;
    padding-left: 37px;
    font-size: 16px;
}

.nav-list-box li a {
    display: block;
    height: 100%;
    color: #ffffff;
}

.nav-list-box li span {
    width: 100%;
    display: block;
}

.nav-list-box li span.nav-english {
    font-size: 10px;
    padding: 13px 0 3px 0;
}

.nav-sub {
    background-color: #f4fafa;
}

.nav-sub-inner {
    padding: 30px 37px 50px 37px;
}

.nav-sub-inner li {
    float: left;
}

.nav-sub-inner li+li {
    margin-left: 69px;
}

.nav-sub-inner .nav-sub-par {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #35333c;
}

.nav-sub-inner .nav-sub-par a {
    color: #35333c;
}

.nav-sub-inner .nav-sub-par a:hover {
    color: #248067;
}

.nav-sub-inner .nav-sub-par span.sub-english {
    font-size: 12px;
    padding-right: 8px;
}

.nav-sub-inner .nav-sub-son {
    line-height: 18px;
    font-size: 14px;
    color: #35333c;
    margin-top: 16px;
}

.nav-sub-inner .nav-sub-son a {
    display: block;
}

.nav-sub-inner .nav-sub-son a:hover {
    color: #248067;
}

.nav-sub-inner .nav-sub-son a+a {
    margin-top: 18px;
} */

.content-list {
    margin-bottom: 120px;
}

.search-fun {
    margin-top: 45px;
}

.search-fun .search-fun-prompt {
    line-height: 30px;
    color: #35333c;
    font-size: 18px;
}

.search-fun-box-left {
    width: 980px;
    margin-top: 10px;
    position: relative;
}

.search-fun-box-left input.search-keywords {
    width: 926px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #abc9bc;
    font-size: 26px;
    color: #35333c;
}

.search-fun-box-left input::-webkit-input-placeholder {
    font-size: 26px;
    color: #248067;
}

.search-fun-box-left button.search-btn {
    width: 38px;
    height: 38px;
    border: 0;
    outline: 0;
    background: none;
    background-image: url(../images/search-btn.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
}

.search-fun-box-right {
    position: relative;
    margin-top: 15px;
}

.search-fun-dt {
    padding: 0 30px 0 10px;
    line-height: 30px;
    font-size: 16px;
    color: #35333c;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.search-fun-dt::after {
    display: block;
    content: '';
    width: 15px;
    height: 9px;
    background-image: url(../images/search-down.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 0;
}

.search-fun-dd {
    width: 120px;
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
    display: none;
}

.search-fun-choice-item {
    width: 140px;
    position: relative;
}

.search-fun-choice-item+.search-fun-choice-item {
    margin-left: 130px;
}

.search-fun-box-right:hover .search-fun-dd,
.search-fun-choice-item:hover .search-fun-dd {
    display: block;
}

.search-fun-dd span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #35333c;
    position: relative;
}

.search-fun-dd span+span {
    margin-top: 5px;
}

.search-fun-dd span.on::before {
    display: block;
    content: '';
    width: 13px;
    height: 9px;
    background-image: url(../images/search-select.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}

.search-fun-dd label {
    display: block;
    height: 100%;
    padding-left: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.search-fun-dd label input {
    width: 0;
    height: 0;
    -webkit-opacity: 0;
    opacity: 0;
}

.search-fun-choice {
    margin-top: 40px;
}

.search-fun-choice-qk {
    line-height: 30px;
    font-size: 16px;
    color: #35333c;
    cursor: pointer;
}

.search-fun-box-right:hover .search-fun-dt,
.search-fun-choice-item:hover .search-fun-dt {
    color: #248067;
}

.search-fun-box-right:hover .search-fun-dt::after,
.search-fun-choice-item:hover .search-fun-dt::after {
    background-image: url(../images/search-down1.png);
}

.search-list {
    margin-top: 52px;
}

.search-list-have {
    position: relative;
}

.search-list-have .loading {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
}

.search-list-have .loading img {
    width: 80px;
    height: 80px;
}

.search-list .search-list-left {
    width: 104px;
}

.search-list-left .search-list-left-year {
    font-size: 22px;
    color: #1b6954;
    letter-spacing: 1px;
}

.search-list-left .search-list-left-time {
    font-size: 18px;
    color: #888888;
    margin-top: 8px;
}

.search-list .search-list-middle {
    margin-left: 80px;
}

.search-list .search-list-middle-column {
    line-height: 26px;
    font-size: 18px;
    color: #1b6954;
}

.search-list .search-list-middle-title {
    line-height: 30px;
    font-size: 24px;
    color: #35333c;
    margin-top: 10px;
}

.search-list .search-list-middle-title a {
    color: #35333c;
}

.search-list .search-list-middle-title a:hover {
    color: #1b6954;
}

.search-list .search-list-middle-des {
    line-height: 26px;
    font-size: 18px;
    color: #888888;
    margin-top: 14px;
}

.search-list .search-list-middle-des a {
    color: #888888;
}

.search-list .search-list-middle-des a:hover {
    color: #1b6954;
}

.search-list .msearch-list-middle-des {
    display: none;
}

.search-list .search-list-right {
    width: 290px;
    height: 163px;
    background-color: #aecbbf;
    overflow: hidden;
}

.search-list .search-list-right img {
    width: 290px;
    height: 163px;
}

.search-list li+li {
    margin-top: 52px;
    padding-top: 52px;
    border-top: 1px solid #abc9bc;
}

.search-list-no {
    width: 1000px;
    text-align: center;
    margin: 158px auto 0 auto;
}

.search-list-no .search-list-no-pic {
    width: 165px;
    height: 223px;
    background-image: url(../images/search-nohave.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.search-list-no .search-list-no-prompt {
    line-height: 38px;
    font-size: 26px;
    color: #1b6954;
    margin-top: 56px;
}

.search-list-no .search-list-no-change {
    line-height: 28px;
    font-size: 24px;
    color: #9ab1a5;
    margin-top: 25px;
}

.backtop {
    display: none;
    width: 29px;
    height: 24px;
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 20px;
    cursor: pointer;
    z-index: 999;
}

/* .footer-list {
    width: 100%;
    min-width: 1200px;
    background-color: #248067;
}

.footer-list .footer-inner-list {
    padding: 40px 0 20px 0;
}

.footer-list .footer-inner-list p {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.footer-list .footer-inner-list a {
    color: #ffffff;
} */