/* PC */

@media (min-width: 769px) {
  /* 内容区 */
  .main-content {
    padding-bottom: 60px;
  }
  /* 左侧 */
  .left_con {
    float: left;
    width: 860px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #e5e5e5;
  }
  .category {
    display: none;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .category_div {
    width: 670px;
    height: 70px;
    overflow-x: auto;
  }
  .category_div::-webkit-scrollbar {
    display: none;
  }
  .category ul li {
    margin: 0 25px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    float: left;
  }
  .category ul li a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
  }
  .category ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #d9344c;
  }
  .category ul li:hover a {
    color: #d9344c;
  }
  .category ul li:hover a::after {
    transition: all 0.4s ease;
    width: 100%;
  }
  .category ul .cur a, .category ul .cur a:after {
    color: #d9344c;
    width: 100%;
  }
  .xny_news_rSearch {
    position: absolute;
    right: 14px;
    top: 10px;
    overflow: hidden;
  }
  .news_rSearch_input {
    width: 78px;
    height: 32px;
    padding-left: 38px;
    padding-right: 8px;
    line-height: 32px;
    background: #f4f4f4;
    border: 1px solid #dadada;
    color: #393939;
    font-size: 14px;
    margin-top: 8px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news_rSearch_btn {
    position: absolute;
    right: 14px;
    top: 9px;
    width: 50px;
    height: 32px;
    background: url(/images/news/rSearchBg.png) no-repeat center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .active .news_rSearch_input {
    width: 160px;
    padding-left: 6px;
    background-image: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .active .news_rSearch_btn {
    right: -25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news_view {
    padding: 25px 40px;
  }
  .news_view h2 {
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .other {
    margin-top: 5px;
    text-align: center;
    padding-bottom: 20px;
    color: #c9c8cd;
    border-bottom: 1px solid #e5e5e5;
  }
  .other span {
    margin: 0 15px;
  }
  .other .date {
    background: url(/images/news/icon_small.png) no-repeat 0 1px;
    padding-left: 20px;
  }
  .other .num {
    background: url(/images/news/icon_small.png) no-repeat -90px 1px;
    padding-left: 20px;
    margin-left: 30px;
  }
  .information {
    margin-top: 15px;
  }
  .information p {
    text-indent: 2rem;
  }
  .follow {
    margin: 25px 0;
    width: 100%;
    text-align: center;
  }
  .follow img {
    width: 150px;
    height: 150px;
  }
  .follow p {
    padding: 15px 0;
    color: #666;
  }
  /* 上下篇 */
  .xg_prevnext {
    margin-top: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
  }
  .xg_prevnext>span {
    display: inline-block;
    max-width: 50%;
    line-height: 25px;
  }
  .xg_prevnext a {
    color: #666666;
  }
  .xg_prevnext a:hover {
    color: #d9344c;
  }
  .xg_prevnext em {
    color: #000;
    font-weight: 600;
  }
  /* 右侧推荐1 */
  .right_con {
    float: right;
    width: 310px;
  }
  .recommend1 {
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .recommend1 {
    padding: 25px 30px;
  }
  .recommend1>p {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .recommend1 ul li {
    list-style-type: disc;
    padding: 15px 0;
  }
  .recommend1 ul li:nth-child(1) {
    list-style-type: none;
    display: flex;
    padding: 0;
  }
  .recommend1 ul li:nth-child(1) .img_div {
    display: block;
  }
  .recommend1 ul li:nth-child(1) .title_div {
    width: 55%;
    padding-left: 15px;
    line-height: 22px;
  }
  .recommend1 ul li:nth-child(1) a {
    white-space: normal;
  }
  .img_div, .recommend1 ul li:nth-child(1) .view_div {
    width: 45%;
    display: none;
  }
  .recommend1 .view_div {
    font-size: 12px;
    margin-top: 15px;
    color: #c9c8cd;
  }
  .recommend1 .date {
    background: url(/images/news/icon_small.png) no-repeat 0 1px;
    padding-left: 20px;
  }
  .recommend1 .num {
    background: url(/images/news/icon_small.png) no-repeat -90px 1px;
    padding-left: 20px;
    margin-left: 30px;
  }
  .recommend1 .more {
    position: absolute;
    width: 60px;
    right: 0;
    bottom: 0px;
    background: url(/images/news/icon_small.png) no-repeat -254px -489px;
    color: #888;
    display: inline-block;
  }
  .recommend1 .more:hover {
    background-position: -344px -489px;
    color: #d10910;
  }
  .recommend1 ul li a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .recommend1 ul li a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  /* 右侧推荐2 */
  .recommend2 {
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 25px 20px;
  }
  .recommend2>p {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .recommend2 ul li {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .recommend2 ul li:nth-child(1) {
    padding-top: 0;
  }
  .recommend2 .datatime {
    width: 46px;
    height: 46px;
    border: 1px solid #dadada;
    color: #777;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .recommend2 .view_div {
    padding-left: 15px;
    width: 80%;
  }
  .recommend2 .view_div a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .recommend2 .view_div a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  .recommend2 .view_div p {
    margin-top: 5px;
    color: #a8a4a4;
    font-size: 12px;
    white-space: nowrap;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Mobile */

@media (max-width: 768px) {
  /* 内容区 */
  .main-content {
    padding: 0;
  }
  /* 左侧 */
  .left_con {
    width: 100%;
    box-sizing: border-box;
  }
  .category {
    border-bottom: 1px solid #e5e5e5;
  }
  .category_div {
    height: 70px;
    overflow-x: auto;
    background: #FFF;
  }
  .category ul li {
    margin: 0 25px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    float: left;
  }
  .xny_news_rSearch {
    display: none;
  }
  .category ul li a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
  }
  .category ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #d9344c;
  }
  .category ul li:hover a {
    color: #d9344c;
  }
  .category ul li:hover a::after {
    transition: all 0.4s ease;
    width: 100%;
  }
  .category ul .cur a, .category ul .cur a:after {
    color: #d9344c;
    width: 100%;
  }
  .news_view {
    margin-top: 15px;
    padding: 15px 2%;
    background: #FFF;
  }
  .news_view h2 {
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .other {
    margin-top: 5px;
    text-align: center;
    padding-bottom: 15px;
    color: #c9c8cd;
    border-bottom: 1px solid #e5e5e5;
  }
  .other span {
    margin: 0 15px;
  }
  .other .date {
    background: url(/images/news/icon_small.png) no-repeat 0 1px;
    padding-left: 20px;
  }
  .other .num {
    background: url(/images/news/icon_small.png) no-repeat -90px 1px;
    padding-left: 20px;
    margin-left: 30px;
  }
  .information {
    margin-top: 15px;
  }
  .information p {
    text-indent: 2rem;
  }
  .follow {
    margin: 25px 0;
    width: 100%;
    text-align: center;
  }
  .follow img {
    width: 120px;
    height: 120px;
  }
  .follow p {
    padding: 15px 0;
    color: #666;
  }
  /* 上下篇 */
  .xg_prevnext {
    margin-top: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .xg_prevnext>span {
    display: inline-block;
    line-height: 25px;
  }
  .xg_prevnext a {
    color: #666666;
  }
  .xg_prevnext a:hover {
    color: #d9344c;
  }
  .xg_prevnext em {
    color: #000;
  }
  /* 右侧推荐1 */
  .right_con {
    margin-top: 15px;
    width: 100%;
  }
  .recommend1 {
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 15px;
  }
  .recommend1 {
    padding: 25px 25px;
  }
  .recommend1>p {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .recommend1 ul li {
    list-style-type: disc;
    padding: 15px 0;
  }
  .recommend1 ul li:nth-of-type(1) {
    padding-top: 0;
  }
  .img_div {
    width: 45%;
    display: none;
  }
  .recommend1 .view_div {
    font-size: 12px;
    margin-top: 15px;
    color: #c9c8cd;
  }
  .recommend1 .date {
    background: url(/images/news/icon_small.png) no-repeat 0 1px;
    padding-left: 20px;
  }
  .recommend1 .num {
    background: url(/images/news/icon_small.png) no-repeat -90px 1px;
    padding-left: 20px;
    margin-left: 30px;
  }
  .recommend1 .more {
    position: absolute;
    width: 60px;
    right: 0;
    bottom: 0px;
    background: url(/images/news/icon_small.png) no-repeat -254px -489px;
    color: #888;
    display: inline-block;
  }
  .recommend1 .more:hover {
    background-position: -344px -489px;
    color: #d10910;
  }
  .recommend1 ul li a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .recommend1 ul li a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  /* 右侧推荐2 */
  .recommend2 {
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 30px;
    padding: 25px 20px;
  }
  .recommend2>p {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .recommend2 ul li {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .recommend2 ul li:nth-child(1) {
    padding-top: 0;
  }
  .recommend2 .datatime {
    width: 46px;
    height: 46px;
    border: 1px solid #dadada;
    color: #777;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .recommend2 .view_div {
    padding-left: 15px;
    width: 80%;
  }
  .recommend2 .view_div a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .recommend2 .view_div a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  .recommend2 .view_div p {
    margin-top: 5px;
    color: #a8a4a4;
    font-size: 12px;
    white-space: nowrap;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.share {
    margin-top: 30px;
}

.erwmbox {
    position: relative;
    width: 250px;
    height: 250px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

    .erwmbox > p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #444444;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .erwmbox > p,
    .white1, .white2, .white3 {
        position: absolute;
        width: 150px;
        height: 14px;
        background-color: #fff;
    }

.white1 {
    top: 50%;
    left: -81px;
    transform: rotateZ(90deg) translateY(-50%);
}

.white2 {
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.white3 {
    top: 50%;
    right: -71px;
    transform: rotateZ(90deg) translateY(-50%);
}

.sharecen {
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.shplace {
    margin: 20px 0px;
}

.shplace > a {
    width: 47px;
    height: 47px;
    background-color: #f3f3f3;
    border-radius: 50%;
    margin-left: 13px;
}
.f_jc_ac {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 240px) and (max-width: 768px) {
    .information p img {
        float: left;
    }

    .information img {
        width: 100% !important;
        height: auto !important;
    }
}
