@import "base.css";
@media only screen and (min-width: 1680px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 1.5rem;
    animation-name: zoomInLeft;
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 36px;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
    float: right;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 4rem;
    top: 0.4rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 2rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  #main .news_detail .detail_content {
    animation-name: zoomInRight;
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-duration: 2s;
    font-size: 16px;
    color: #797979;
    line-height: 0.4rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 20px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
  }
  #main .change_article .change_right a {
    font-size: 20px;
  }
  #main .change_article .change_right a:hover {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 62px;
    color: #333;
    text-align: center;
    margin-bottom: 0.62rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 1.61rem;
  }
  #main .recommend .reco_content ul {
    display: flex;
    justify-content: space-between;
  }
  #main .recommend .reco_content ul li {
    flex: 1;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .news_detail .release_info h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .news_detail .release_info h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .news_detail .detail_content {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .change_article .change_left a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .change_article .change_left a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .change_article .change_left a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .recommend .reco_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 640px) {
  #main .recommend .reco_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_content ul li span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .recommend .reco_content ul li span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_content ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 1.5rem;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 36px;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
    float: right;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 4rem;
    top: 0.4rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 2rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  #main .news_detail .detail_content {
    animation-name: zoomInRight;
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-duration: 2s;
    font-size: 16px;
    color: #797979;
    line-height: 0.4rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 20px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
  }
  #main .change_article .change_right a {
    font-size: 20px;
  }
  #main .change_article .change_right a:hover {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 62px;
    color: #333;
    text-align: center;
    margin-bottom: 0.62rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 1.61rem;
  }
  #main .recommend .reco_content ul {
    display: flex;
    justify-content: space-between;
  }
  #main .recommend .reco_content ul li {
    flex: 1;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .news_detail .release_info h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .news_detail .release_info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .news_detail .detail_content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .change_article .change_left a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .change_article .change_left a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .change_article .change_left a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .recommend .reco_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 640px) {
  #main .recommend .reco_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_content ul li span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .recommend .reco_content ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_content ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 1.5rem;
    animation-name: zoomInLeft;
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 36px;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
    float: right;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 4rem;
    top: 0.4rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 2rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  #main .news_detail .detail_content {
    animation-name: zoomInRight;
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-duration: 2s;
    font-size: 16px;
    color: #797979;
    line-height: 0.4rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 18px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a:active {
    color: #18a0ae;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
  }
  #main .change_article .change_right a {
    font-size: 16px;
  }
  #main .change_article .change_right a:hover {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 62px;
    color: #333;
    text-align: center;
    margin-bottom: 0.62rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 1.61rem;
  }
  #main .recommend .reco_content ul {
    display: flex;
    justify-content: space-between;
  }
  #main .recommend .reco_content ul li {
    flex: 1;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .news_detail .release_info h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .news_detail .release_info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .news_detail .detail_content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .change_article .change_left a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .change_article .change_left a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .recommend .reco_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 640px) {
  #main .recommend .reco_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_content ul li span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .recommend .reco_content ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_content ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 1.5rem;
    animation-name: zoomInLeft;
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 36px;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
    float: right;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 4rem;
    top: 0.6rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 3rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  #main .news_detail .detail_content {
    animation-name: zoomInRight;
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-duration: 2s;
    font-size: 14px;
    color: #797979;
    line-height: 0.4rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 14px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a.active {
    color: #18a0ae;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
    font-size: 14px;
  }
  #main .change_article .change_right a:hover {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 0.62rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 1.61rem;
  }
  #main .recommend .reco_content ul li {
    float: left;
    width: 32%;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .news_detail .release_info h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .news_detail .release_info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .change_article .change_left a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .change_article .change_right {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .recommend .reco_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .recommend .reco_content ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .recommend .reco_content ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 1.5rem;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 36px;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 4rem;
    top: 0.4rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 2rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  #main .news_detail .detail_content {
    font-size: 14px;
    color: #797979;
    line-height: 0.5rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 14px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a.active {
    color: #18a0ae;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
    font-size: 14px;
  }
  #main .change_article .change_right a {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #main .change_article .change_right a:hover {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 0.62rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 1.61rem;
  }
  #main .recommend .reco_content ul li {
    float: left;
    width: 32%;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 1440px) {
  #main .news_detail .release_info h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 1024px) {
  #main .news_detail .release_info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 767px) {
  #main .change_article .change_left a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 767px) {
  #main .change_article .change_right {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 767px) {
  #main .recommend .reco_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) and only screen and (max-width: 767px) {
  #main .recommend .reco_content ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 1.5rem;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 30px;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
    float: right;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 4rem;
    top: 0.4rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 2rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  #main .news_detail .detail_content {
    font-size: 14px;
    color: #797979;
    line-height: 0.5rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 14px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a.active {
    color: #18a0ae;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
    font-size: 14px;
  }
  #main .change_article .change_right a:hover {
    width: 1.4rem;
    height: 0.45rem;
    display: inline-block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 0.62rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 1.61rem;
  }
  #main .recommend .reco_content ul li {
    float: left;
    width: 32%;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .news_detail .release_info h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .news_detail .release_info h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .change_article .change_left a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .change_article .change_right {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .recommend .reco_title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .recommend .reco_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .recommend .reco_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .recommend .reco_content ul li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .news_detail .release_info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.1rem;
    margin-top: 0.5rem;
  }
  #main .news_detail .release_info h2 {
    float: left;
    font-size: 0.4rem;
    color: #333;
  }
  #main .news_detail .release_info .share_type {
    position: relative;
    float: left;
  }
  #main .news_detail .release_info .share_type .social-share .icon-wechat .wechat-qrcode {
    display: none;
  }
  #main .news_detail .release_info .share_type .help {
    display: none;
  }
  #main .news_detail .release_info .share_type .help p {
    font-size: 12px;
    color: #333;
  }
  #main .news_detail .release_info .share_type .copy_box {
    position: absolute;
    width: 6rem;
    top: 0.7rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 3rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 1.2rem;
  }
  #main .news_detail .detail_content {
    margin-top: 0.3rem;
    font-size: 14px;
    color: #797979;
    line-height: 0.5rem;
    padding: 0.1rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.45rem;
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.33rem 0;
    width: 100%;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left a {
    font-size: 14px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left a.active {
    color: #18a0ae;
  }
  #main .change_article .change_left a:hover {
    color: #18a0ae;
  }
  #main .change_article .change_left .pre_article {
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_right {
    float: right;
  }
  #main .change_article .change_right a {
    font-size: 12px;
  }
  #main .change_article .change_right a:hover {
    width: 1.4rem;
    height: 0.45rem;
    display: inline-block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .recommend .reco_title {
    font-size: 0.4rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  #main .recommend .reco_title::after,
  #main .recommend .reco_title::before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(/img/icon_03.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .recommend .reco_content {
    margin-bottom: 0.5rem;
  }
  #main .recommend .reco_content ul li {
    float: left;
    width: 32%;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .recommend .reco_content ul li:last-child {
    margin-right: 0;
  }
  #main .recommend .reco_content ul li img {
    width: 100%;
    height: 100%;
  }
  #main .recommend .reco_content ul li span {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0.1rem;
    bottom: 0.1rem;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .change_article .change_left a {
    font-size: 12px;
  }
}
<!--ºÄÊ±1758291523.9312Ãë-->