@import "base.css";
#main {
  font-family: "Source Han Sans";
}
@media only screen and (min-width: 1680px) {
  #main .news_detail .detail_title {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  #main .news_detail .detail_title h2 {
    color: #313134;
    font-size: 24px;
    text-align: center;
  }
  #main .news_detail .release_info {
    height: 0.6rem;
    border-bottom: 1px solid #ccc;
  }
  #main .news_detail .release_info .release_desc {
    float: left;
    font-size: 16px;
    color: #797979;
    line-height: 0.6rem;
  }
  #main .news_detail .release_info .release_desc .release_date_desc::before {
    content: "";
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/clock_03.png) no-repeat center center / 100% 100%;
    margin-right: 0.05rem;
    vertical-align: middle;
  }
  #main .news_detail .release_info .share_type {
    float: right;
    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.6rem;
  }
  #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: 16px;
    color: #797979;
    line-height: 0.32rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.4rem;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img.detail_pic {
    margin: 0.2rem 0;
    width: 100%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left .pre_article {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_left .next_article {
    font-size: 16px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left .next_article:hover {
    color: #18a0ae;
  }
  #main .change_article .change_right {
    float: right;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.3rem 0px 0.3rem 0px;
    background-color: #18a0ae;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  #main .change_article .change_right a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 1.8rem;
  }
  #main .change_article .change_right:hover {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .change_article .change_right:hover a {
    color: #ccc;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .news_detail .detail_title h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1200px) {
  #main .news_detail .detail_title h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .news_detail .detail_title h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_title h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .news_detail .release_info .release_desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info .release_desc {
    font-size: 14px;
  }
}
@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: 1366px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1366px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) {
  #main .news_detail .detail_title {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  #main .news_detail .detail_title h2 {
    color: #313134;
    font-size: 24px;
    text-align: center;
  }
  #main .news_detail .release_info {
    height: 0.6rem;
    border-bottom: 1px solid #ccc;
  }
  #main .news_detail .release_info .release_desc {
    float: left;
    font-size: 16px;
    color: #797979;
    line-height: 0.6rem;
  }
  #main .news_detail .release_info .release_desc .release_date_desc::before {
    content: "";
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/clock_03.png) no-repeat center center / 100% 100%;
    margin-right: 0.05rem;
    vertical-align: middle;
  }
  #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: 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: 16px;
    color: #797979;
    line-height: 0.32rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.4rem;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img.detail_pic {
    margin: 0.2rem 0;
    width: 100%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left .pre_article {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_left .next_article {
    font-size: 16px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left .next_article:hover {
    color: #18a0ae;
  }
  #main .change_article .change_right {
    float: right;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.3rem 0px 0.3rem 0px;
    background-color: #18a0ae;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  #main .change_article .change_right a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 1.8rem;
  }
  #main .change_article .change_right:hover {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .change_article .change_right:hover a {
    color: #ccc;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .news_detail .detail_title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1200px) {
  #main .news_detail .detail_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .news_detail .detail_title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .news_detail .release_info .release_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info .release_desc {
    font-size: 14px;
  }
}
@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: 1366px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1366px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1680px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  #main .news_detail .detail_title {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  #main .news_detail .detail_title h2 {
    color: #313134;
    font-size: 24px;
    text-align: center;
  }
  #main .news_detail .release_info {
    height: 0.6rem;
    border-bottom: 1px solid #ccc;
  }
  #main .news_detail .release_info .release_desc {
    float: left;
    font-size: 14px;
    color: #797979;
    line-height: 0.6rem;
  }
  #main .news_detail .release_info .release_desc .release_date_desc::before {
    content: "";
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/clock_03.png) no-repeat center center / 100% 100%;
    margin-right: 0.05rem;
    vertical-align: middle;
  }
  #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: 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.32rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.4rem;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img.detail_pic {
    margin: 0.2rem 0;
    width: 100%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left .pre_article {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_left .next_article {
    font-size: 16px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left .next_article:hover {
    color: #18a0ae;
  }
  #main .change_article .change_right {
    float: right;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.3rem 0px 0.3rem 0px;
    background-color: #18a0ae;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  #main .change_article .change_right a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 1.8rem;
  }
  #main .change_article .change_right:hover {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .change_article .change_right:hover a {
    color: #ccc;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .news_detail .detail_title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  #main .news_detail .detail_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .news_detail .detail_title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info .release_desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_content {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .news_detail .detail_title {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  #main .news_detail .detail_title h2 {
    color: #313134;
    font-size: 22px;
    text-align: center;
  }
  #main .news_detail .release_info {
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  #main .news_detail .release_info .release_desc {
    float: left;
    font-size: 14px;
    color: #797979;
    line-height: 0.6rem;
  }
  #main .news_detail .release_info .release_desc .release_date_desc::before {
    content: "";
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/clock_03.png) no-repeat center center / 100% 100%;
    margin-right: 0.05rem;
    vertical-align: middle;
  }
  #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: 7rem;
    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: 1.5rem;
  }
  #main .news_detail .detail_content {
    font-size: 14px;
    color: #797979;
    line-height: 0.32rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.4rem;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img.detail_pic {
    margin: 0.2rem 0;
    width: 100%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left .pre_article {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_left .next_article {
    font-size: 16px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left .next_article:hover {
    color: #18a0ae;
  }
  #main .change_article .change_right {
    float: right;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.3rem 0px 0.3rem 0px;
    background-color: #18a0ae;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  #main .change_article .change_right a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 1.8rem;
  }
  #main .change_article .change_right:hover {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .change_article .change_right:hover a {
    color: #ccc;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .news_detail .detail_title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_detail .detail_title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_detail .release_info .release_desc {
    font-size: 12px;
  }
}
@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: 1366px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #main .news_detail .detail_title {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  #main .news_detail .detail_title h2 {
    color: #313134;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.5rem;
  }
  #main .news_detail .release_info {
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  #main .news_detail .release_info .release_desc {
    float: none;
    font-size: 12px;
    color: #797979;
    line-height: 0.6rem;
  }
  #main .news_detail .release_info .release_desc .release_date_desc::before {
    content: "";
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/clock_03.png) no-repeat center center / 100% 100%;
    margin-right: 0.05rem;
    vertical-align: middle;
  }
  #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: 7rem;
    top: 0.8rem;
  }
  #main .news_detail .release_info .share_type .copy_box .search_url {
    border-bottom: 1px solid #ccc;
    height: 0.3rem;
    width: 4rem;
    line-height: 0.3rem;
  }
  #main .news_detail .release_info .share_type .copy_box .copy_btn {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 2rem;
  }
  #main .news_detail .detail_content {
    font-size: 14px;
    color: #797979;
    line-height: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 2s;
  }
  #main .news_detail .detail_content p {
    color: #333;
  }
  #main .news_detail .detail_content img {
    margin: 0.2rem 0;
    width: 100% !important;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .change_article {
    margin-bottom: 0.94rem;
  }
  #main .change_article .change_left {
    float: left;
  }
  #main .change_article .change_left .pre_article {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 0.3rem;
  }
  #main .change_article .change_left .next_article {
    font-size: 16px;
    color: #666;
    display: block;
  }
  #main .change_article .change_left .next_article:hover {
    color: #18a0ae;
  }
  #main .change_article .change_right {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border-radius: 0.3rem 0px 0.3rem 0px;
    background-color: #18a0ae;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.3rem;
  }
  #main .change_article .change_right a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 1.8rem;
  }
  #main .change_article .change_right:hover {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #main .change_article .change_right:hover a {
    color: #ccc;
  }
}
@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: 1366px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .pre_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1366px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .change_article .change_left .next_article {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .change_article .change_right a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .change_article .change_right a {
    font-size: 14px;
  }
}
