@media screen and (min-width: 768px) {
  .art-list__wrap {
    margin-top: 45px;
  }
  .art-list__style1 .art-item,
  .art-list__style2 .art-item {
    overflow: hidden;
    position: relative;
  }
  .art-list__style1 .art-item::after,
  .art-list__style2 .art-item::after {
    visibility: visible;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -2%;
    width: 0%;
    height: 2px;
    background-color: #c4953c;
    transition: all 0.5s;
  }
  .art-list__style1 .art-item:hover::after,
  .art-list__style2 .art-item:hover::after {
    width: 102%;
  }
  .art-list__style1 .art-item:hover img,
  .art-list__style2 .art-item:hover img {
    transform: scale(1.05);
  }
  .art-list__style3 li {
    transition: all 0.3s;
  }
  .art-list__style3 li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .art-list__style3 li:hover .art-item {
    border-color: transparent;
  }
  .art-list__style3 li:hover .art-more-link a {
    color: #c4953c;
  }
  .art-list__style3 li:hover .art-more-link span::after {
    background: #c4953c;
  }
  .art-list__style3 li:hover .art-more-link-ershida a {
    color: rgb(195, 64, 67);
  }
  .art-list__style3 li:hover .art-more-link-ershida span::after {
    background: rgb(195, 64, 67);
  }
  .ershida {
    background: url(../images/ershida_bg.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .art-pic {
    position: relative;
    z-index: 1;
    width: 446px;
    height: 270px;
    overflow: hidden;
    line-height: 0;
    background: url(../pic/art_1.jpg) center no-repeat;
    background-size: cover;
  }
  .art-pic img {
    width: 446px;
    height: 270px;
    transition: all 1s ease;
  }
  .art-date__wrap {
    float: right;
    box-sizing: border-box;
    width: 94px;
    height: 72px;
    padding-top: 10px;
    background: url(../images/line_bg.png) repeat;
    text-align: center;
  }
  .art-date__wrap strong {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    color: #c4953c;
  }
  .art-date__wrap p {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .art-date-ershida__wrap {
    float: right;
    box-sizing: border-box;
    width: 94px;
    height: 72px;
    padding-top: 10px;
    background: url(../images/ershida_line_bg.png) repeat;
    text-align: center;
  }
  .art-date-ershida__wrap strong {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    color: rgb(195, 64, 67);
  }
  .art-date-ershida__wrap p {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .art-list__style2 li {
    float: left;
    margin: 0 27px 34px 0;
  }
  .art-list__style2 li:nth-child(3n) {
    margin-right: 0;
  }
  .art-list__style2 .art-item {
    width: 446px;
    border: 1px solid #e1e6f0;
  }
  .art-list__style2 .art-tit__wrap {
    box-sizing: border-box;
    height: 150px;
    padding: 24px;
  }
  .art-list__style2 .art-tit__wrap .art-tit {
    float: left;
    width: 270px;
    max-height: 90px;
    overflow: hidden;
    padding-top: 5px;
    font-size: 18px;
    line-height: 30px;
  }
  .art-list__style2 .art-tit__wrap .art-des {
    display: none;
  }
  .art-list__style2 .art-tit__wrap .art-more-link {
    display: none;
  }
  .art-list__style2 .art-tit__wrap .art-more-link-ershida {
    display: none;
  }
  .art-list__style1 li {
    margin-bottom: 37px;
  }
  .art-list__style1 .art-item {
    border: 1px solid #e1e6f0;
  }
  .art-list__style1 .art-pic {
    float: left;
  }
  .art-list__style1 .art-tit__wrap {
    position: relative;
    box-sizing: border-box;
    height: 270px;
    padding: 54px 37px 0 491px;
  }
  .art-list__style1 .art-tit-cont__wrap {
    float: left;
    width: 600px;
    padding-top: 10px;
  }
  .art-list__style1 .art-tit-cont__wrap .art-tit {
    min-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .art-list__style1 .art-tit-cont__wrap .art-des {
    height: 64px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    color: #333;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .art-list__style1 .art-more-link-ershida {
    position: absolute;
    right: 50px;
    bottom: 60px;
  }
  .art-list__style1 .art-more-link-ershida a {
    font-size: 14px;
    color: #bababa;
  }
  .art-list__style1 .art-more-link-ershida a:hover {
    color: rgb(195, 64, 67);
  }
  .art-list__style1 .art-more-link-ershida a:hover span::after {
    background: rgb(195, 64, 67);
  }
  .art-list__style1 .art-more-link-ershida span {
    vertical-align: center;
    display: inline-block;
    width: 17px;
    border-bottom: 1px solid #bababa;
  }
  .art-list__style1 .art-more-link-ershida span::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 6px;
    height: 1px;
    background: #bababa;
    transform: rotate(45deg);
  }
  .art-list__style1 .art-more-link {
    position: absolute;
    right: 50px;
    bottom: 60px;
  }
  .art-list__style1 .art-more-link a {
    font-size: 14px;
    color: #bababa;
  }
  .art-list__style1 .art-more-link a:hover {
    color: #c4953c;
  }
  .art-list__style1 .art-more-link a:hover span::after {
    background: #c4953c;
  }
  .art-list__style1 .art-more-link span {
    vertical-align: center;
    display: inline-block;
    width: 17px;
    border-bottom: 1px solid #bababa;
  }
  .art-list__style1 .art-more-link span::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 6px;
    height: 1px;
    background: #bababa;
    transform: rotate(45deg);
  }
  .art-list__style3 {
    padding-bottom: 20px;
  }
  .art-list__style3 li {
    height: 175px;
  }
  .art-list__style3 .art-item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .art-list__style3 .art-date__wrap {
    position: relative;
    z-index: -1;
    float: left;
    margin-left: 40px;
  }
  .art-list__style3 .art-date-ershida__wrap {
    position: relative;
    float: left;
    margin-left: 40px;
  }
  .art-list__style3 .art-tit-cont__no {
    float: left;
    width: 94px;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    margin-left: 40px;
    font-size: 60px;
    text-align: center;
    color: #c4953c;
    background: url(../images/line_bg.png) repeat;
  }
  .art-list__style3 .art-tit {
    float: left;
    box-sizing: border-box;
    width: 1030px;
    height: 72px;
    overflow: hidden;
    padding-left: 30px;
    line-height: 72px;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .art-list__style3 .art-more-link-ershida {
    position: relative;
    float: right;
    margin: 24px 45px 0 0;
  }
  .art-list__style3 .art-more-link-ershida a {
    font-size: 14px;
    color: #bababa;
  }
  .art-list__style3 .art-more-link-ershida a:hover {
    color: rgb(195, 64, 67);
  }
  .art-list__style3 .art-more-link-ershida a:hover span::after {
    background: rgb(195, 64, 67);
  }
  .art-list__style3 .art-more-link-ershida span {
    vertical-align: center;
    display: inline-block;
    width: 17px;
    border-bottom: 1px solid #bababa;
  }
  .art-list__style3 .art-more-link-ershida span::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 6px;
    height: 1px;
    background: #bababa;
    transform: rotate(45deg);
  }
  .art-list__style3 .art-more-link {
    position: relative;
    float: right;
    margin: 24px 45px 0 0;
  }
  .art-list__style3 .art-more-link a {
    font-size: 14px;
    color: #bababa;
  }
  .art-list__style3 .art-more-link a:hover {
    color: #c4953c;
  }
  .art-list__style3 .art-more-link a:hover span::after {
    background: #c4953c;
  }
  .art-list__style3 .art-more-link span {
    vertical-align: center;
    display: inline-block;
    width: 17px;
    border-bottom: 1px solid #bababa;
  }
  .art-list__style3 .art-more-link span::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 6px;
    height: 1px;
    background: #bababa;
    transform: rotate(45deg);
  }
  .art-list__loading-msg {
    display: none;
  }
  .art-list__pagination-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
  }
  .art-list__pagination-allnum {
    margin-right: 20px;
    float: left;
    line-height: 37px;
  }
  .art-list__pagination-allnum span {
    margin: 0 5px;
  }
  .pagination {
    float: right;
  }
  .pagination li {
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .pagination li.active a {
    color: #c4953c;
    border-color: #c4953c;
  }
  .pagination li.disabled {
    opacity: 0.5;
  }
  .pagination li.disabled a:hover {
    color: #333;
    border-color: #d9d9d9;
    cursor: default;
  }
  .pagination li a {
    display: block;
    box-sizing: border-box;
    min-width: 37px;
    padding: 0 5px;
    text-align: center;
    line-height: 37px;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 16px;
  }
  .pagination li a:hover {
    color: #c4953c;
    border-color: #c4953c;
  }
  .pagination-ershida {
    float: right;
  }
  .pagination-ershida li {
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .pagination-ershida li.active a {
    color: rgb(195, 64, 67);
    border-color: rgb(195, 64, 67);
  }
  .pagination-ershida li.disabled {
    opacity: 0.5;
  }
  .pagination-ershida li.disabled a:hover {
    color: #333;
    border-color: #d9d9d9;
    cursor: default;
  }
  .pagination-ershida li a {
    display: block;
    box-sizing: border-box;
    min-width: 37px;
    padding: 0 5px;
    text-align: center;
    line-height: 37px;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 16px;
  }
  .pagination-ershida li a:hover {
    color: rgb(195, 64, 67);
    border-color: rgb(195, 64, 67);
  }
  .wrapper-art-content {
    width: 1200px;
    margin: 0 auto;
  }
  .art-tit__wrap {
    padding-top: 75px;
  }
  .art-tit__wrap h1 {
    padding-bottom: 20px;
    min-height: 42px;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    word-break: break-all;
  }
  .art-info__wrap {
    padding: 15px 0;
  }
  .art-info__wrap div {
    float: left;
    height: 20px;
    color: #111;
    opacity: 0.6;
    font-size: 16px;
    line-height: 20px;
  }
  .art-info__wrap .art-info__time {
    margin-right: 74px;
  }
  .art-info__wrap .art-info__read {
    margin-right: 70px;
  }
  .art-info__wrap .art-info__font-size span {
    margin-right: 10px;
    cursor: pointer;
  }
  .art-content {
    padding: 45px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .art-content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 18px;
    text-indent: 2em;
    color: #333;
  }
  .art-content span {
    background-color: transparent !important;
  }
  .art-content strong {
    font-weight: bold;
  }
  .art-content img,
  .art-content video {
    max-width: 100%;
  }
  .art-content .attachment-item {
    margin-top: 40px;
  }
  .art-content .attachment-item a {
    position: relative;
    display: inline-block;
    min-width: 240px;
    max-width: 600px;
    overflow: hidden;
    min-height: 18px;
    line-height: 18px;
    font-size: 15px;
    margin-left: 15px;
    padding: 18px 55px;
    border: 1px solid #e1e6f0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    text-indent: 0;
    vertical-align: middle;
  }
  .art-content .attachment-item a::before, .art-content .attachment-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/down.png) 0 0 no-repeat;
  }
  .art-content .attachment-item a::before {
    left: 10px;
    background-position: 0 -40px;
  }
  .art-content .attachment-item a::after {
    right: 10px;
    background-position: 0 0;
  }
  .art-content .attachment-item a:hover {
    border-color: #c4953c;
  }
  .art-content .attachment-item .icon-excel::before {
    background: url(../images/icons/excel.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-img::before {
    background: url(../images/icons/img.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-mp4::before {
    background: url(../images/icons/mp4.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-pdf::before {
    background: url(../images/icons/pdf.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-ppt::before {
    background: url(../images/icons/ppt.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-txt::before {
    background: url(../images/icons/txt.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-url::before {
    background: url(../images/icons/url.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-vedio::before {
    background: url(../images/icons/vedio.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-viso::before {
    background: url(../images/icons/viso.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-word::before {
    background: url(../images/icons/word.png) center center no-repeat;
    background-size: contain;
  }
  .art-nav__wrap {
    padding: 30px 0 80px;
  }
  .art-nav__wrap p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .art-nav__wrap p a {
    color: #111;
    word-break: break-all;
  }
  .art-nav__wrap p a:hover {
    color: #c4953c;
  }
  .page-search {
    min-height: 500px;
    padding-bottom: 40px;
  }
  .search-input__wrap {
    display: flex;
    justify-content: space-between;
  }
  .search-input__wrap input {
    flex: 1;
    height: 60px;
    line-height: 60px;
    margin-right: 25px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
  }
  .search-input__wrap strong {
    display: inline-block;
    width: 174px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-image: linear-gradient(255deg, #dbbb6a 0%, #c4953c 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border: solid 1px #e6e6e6;
    color: #fff;
    cursor: pointer;
  }
  .search-info {
    margin: 30px 0 0;
  }
  .search-info span {
    color: #c4953c;
  }
  .search-result__wrap {
    padding-bottom: 70px;
  }
  .search-result__wrap li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .search-result__wrap .search-result__tit {
    margin-top: 10px;
    min-height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .search-result__wrap .search-result__des,
  .search-result__wrap .search-result__info {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.8);
  }
  .search-result__wrap .search-result__des span,
  .search-result__wrap .search-result__info span {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .art-list__wrap {
    margin-top: 0;
    padding: 0 0.4rem 0.1rem;
  }
  .pagelist-swich-btn__wrap {
    display: none;
  }
  .art-date__wrap {
    float: right;
    box-sizing: border-box;
    width: 1.42rem;
    height: 1.1rem;
    padding-top: 0.1rem;
    background: url(../images/line_bg.png) repeat;
    text-align: center;
  }
  .art-date__wrap strong {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.45rem;
    color: #c4953c;
  }
  .art-date__wrap p,
  .art-date__wrap span {
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
  }
  .art-date-ershida__wrap {
    float: right;
    box-sizing: border-box;
    width: 1.42rem;
    height: 1.1rem;
    padding-top: 0.1rem;
    background: url(../images/ershida_line_bg.png) repeat;
    text-align: center;
  }
  .art-date-ershida__wrap strong {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.45rem;
    color: rgb(195, 64, 67);
  }
  .art-date-ershida__wrap p,
  .art-date-ershida__wrap span {
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
  }
  .art-list__style1 .art-pic {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
  }
  .art-list__style1 .art-pic img {
    width: 100%;
    height: auto;
  }
  .art-list__style1 li {
    margin-bottom: 0.4rem;
  }
  .art-list__style1 .art-item {
    width: 100%;
    border: 1px solid #e1e6f0;
    overflow: hidden;
  }
  .art-list__style1 .art-tit__wrap {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 0.36rem 0.3rem;
  }
  .art-list__style1 .art-tit__wrap::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .art-list__style1 .art-tit__wrap .art-tit {
    float: left;
    width: 4rem;
    max-height: 1.2rem;
    overflow: hidden;
    padding-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .art-list__style1 .art-tit__wrap .art-des {
    display: none;
  }
  .art-list__style1 .art-tit__wrap .art-more-link {
    display: none;
  }
  .art-list__style1 .art-tit__wrap .art-more-link-ershida {
    display: none;
  }
  .art-list__style1 .art-tit-cont__wrap {
    float: left;
    width: 4rem;
    padding-top: 0;
  }
  .art-list__loading-msg {
    display: none;
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.3rem;
    color: #666;
  }
  .art-list__pagination-wrap {
    padding-bottom: 0.6rem;
  }
  .art-list__pagination-allnum {
    display: none;
  }
  .pagination {
    float: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .pagination li {
    float: none;
    box-sizing: border-box;
    margin-left: 10px;
    display: none;
  }
  .pagination li:first-child {
    margin: 0;
  }
  .pagination li.active a {
    color: #c4953c;
    border-color: #c4953c;
  }
  .pagination li.disabled {
    opacity: 0.5;
  }
  .pagination li.disabled a:hover {
    color: #333;
    border-color: #d9d9d9;
    cursor: default;
  }
  .pagination li a {
    display: block;
    box-sizing: border-box;
    min-width: 37px;
    padding: 0 5px;
    text-align: center;
    line-height: 37px;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 16px;
  }
  .pagination li a:hover {
    color: #c4953c;
    border-color: #c4953c;
  }
  .pagination li.active, .pagination li.previous, .pagination li.next {
    display: block;
  }
  .pagination-ershida {
    float: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .pagination-ershida li {
    float: none;
    box-sizing: border-box;
    margin-left: 10px;
    display: none;
  }
  .pagination-ershida li:first-child {
    margin: 0;
  }
  .pagination-ershida li.active a {
    color: rgb(195, 64, 67);
    border-color: rgb(195, 64, 67);
  }
  .pagination-ershida li.disabled {
    opacity: 0.5;
  }
  .pagination-ershida li.disabled a:hover {
    color: #333;
    border-color: #d9d9d9;
    cursor: default;
  }
  .pagination-ershida li a {
    display: block;
    box-sizing: border-box;
    min-width: 37px;
    padding: 0 5px;
    text-align: center;
    line-height: 37px;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 16px;
  }
  .pagination-ershida li a:hover {
    color: rgb(195, 64, 67);
    border-color: rgb(195, 64, 67);
  }
  .pagination-ershida li.active, .pagination-ershida li.previous, .pagination-ershida li.next {
    display: block;
  }
  .wrapper-art-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.4rem;
  }
  .wrapper-art-content .art-tit__wrap {
    padding-top: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .wrapper-art-content .art-tit__wrap h1 {
    padding-bottom: 0.2rem;
    min-height: 0.36rem;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
  }
  .art-info__wrap {
    display: flex;
    justify-content: space-between;
    padding: 0.15rem 0;
  }
  .art-info__wrap::after {
    display: none;
  }
  .art-info__wrap div {
    float: none;
    height: 0.4rem;
    color: #111;
    opacity: 0.6;
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .art-info__wrap .art-info__time {
    margin-right: 0;
  }
  .art-info__wrap .art-info__read {
    display: none;
  }
  .art-info__wrap .art-info__font-size span {
    margin-left: 10px;
    cursor: pointer;
  }
  .art-content {
    padding: 0.4rem 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .art-content p {
    font-size: 0.28rem;
    line-height: 2;
    margin-bottom: 18px;
    text-indent: 2em;
    color: #333;
  }
  .art-content p video {
    margin: -2em;
  }
  .art-content span {
    background-color: transparent !important;
  }
  .art-content strong {
    font-weight: bold;
  }
  .art-content img,
  .art-content video {
    max-width: 100%;
  }
  .art-content video {
    margin: -2em;
  }
  .art-content .attachment-item {
    margin-top: 40px;
  }
  .art-content .attachment-item a {
    position: relative;
    display: inline-block;
    min-width: 2rem;
    max-width: 2.5rem;
    overflow: hidden;
    min-height: 18px;
    line-height: 18px;
    font-size: 15px;
    margin-left: 15px;
    padding: 18px 55px;
    border: 1px solid #e1e6f0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    text-indent: 0;
    vertical-align: middle;
  }
  .art-content .attachment-item a::before, .art-content .attachment-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/down.png) 0 0 no-repeat;
  }
  .art-content .attachment-item a::before {
    left: 10px;
    background-position: 0 -40px;
  }
  .art-content .attachment-item a::after {
    right: 10px;
    background-position: 0 0;
  }
  .art-content .attachment-item a:hover {
    border-color: #c4953c;
  }
  .art-content .attachment-item .icon-excel::before {
    background: url(../images/icons/excel.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-img::before {
    background: url(../images/icons/img.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-mp4::before {
    background: url(../images/icons/mp4.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-pdf::before {
    background: url(../images/icons/pdf.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-ppt::before {
    background: url(../images/icons/ppt.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-txt::before {
    background: url(../images/icons/txt.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-url::before {
    background: url(../images/icons/url.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-video::before {
    background: url(../images/icons/video.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-viso::before {
    background: url(../images/icons/viso.png) center center no-repeat;
    background-size: contain;
  }
  .art-content .attachment-item .icon-word::before {
    background: url(../images/icons/word.png) center center no-repeat;
    background-size: contain;
  }
  .art-nav__wrap {
    padding: 0.5rem 0 0.3rem;
  }
  .art-nav__wrap p {
    margin-bottom: 20px;
    font-size: 0.28rem;
  }
  .art-nav__wrap p a {
    color: #333;
    opacity: 0.8;
    word-break: break-all;
  }
  .art-nav__wrap p a:hover {
    color: #c4953c;
  }
  .page-search {
    min-height: 500px;
    padding: 0 0.4rem 0.8rem;
  }
  .search-input__wrap {
    display: flex;
    justify-content: space-between;
  }
  .search-input__wrap input {
    flex: 1;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-right: 25px;
    padding: 0 0.15rem;
    border: 1px solid #e6e6e6;
    font-size: 0.28rem;
  }
  .search-input__wrap strong {
    display: inline-block;
    width: 1.72rem;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    background-image: linear-gradient(255deg, #dbbb6a 0%, #c4953c 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border: solid 1px #e6e6e6;
    color: #fff;
    cursor: pointer;
  }
  .search-info {
    margin: 30px 0 0;
  }
  .search-info span {
    color: #c4953c;
  }
  .search-result__wrap {
    padding-top: 0.4rem;
    padding-bottom: 1rem;
  }
  .search-result__wrap li {
    padding: 0.4rem 0 0.35rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .search-result__wrap .search-result__tit {
    margin-top: 0;
    line-height: 1.5;
    font-size: 0.32rem;
  }
  .search-result__wrap .search-result__des,
  .search-result__wrap .search-result__info {
    margin-top: 0.19rem;
    font-size: 0.24rem;
    line-height: 1.5;
    color: #6e6e6e;
  }
  .search-result__wrap .search-result__des a,
  .search-result__wrap .search-result__info a {
    color: #6e6e6e;
  }
  .search-result__wrap .search-result__des span,
  .search-result__wrap .search-result__info span {
    margin-right: 0.2rem;
  }
  .art-list__style3 {
    padding-bottom: 20px;
  }
  .art-list__style3 li {
    height: auto;
    margin-bottom: 0.65rem;
  }
  .art-list__style3 .art-item {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.45rem 0.35rem;
    border: solid 1px #e1e6f0;
  }
  .art-list__style3 .art-item::after {
    display: none;
  }
  .art-list__style3 .art-date__wrap {
    float: none;
    margin-left: 40px;
  }
  .art-list__style3 .art-date-ershida__wrap {
    float: none;
    margin-left: 40px;
  }
  .art-list__style3 .art-tit {
    float: none;
    box-sizing: border-box;
    width: 4.4rem;
    height: auto;
    max-height: 0.72rem;
    overflow: hidden;
    padding-left: 0;
    line-height: 0.36rem;
    font-size: 0.3rem;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .art-list__style3 .art-more-link-ershida {
    display: none;
  }
  .art-list__style3 .art-more-link {
    display: none;
  }
}

/*# sourceMappingURL=art_list.css.map */
