/* 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 {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .category_div {
    width: 670px;
    height: auto;
    overflow-x: auto;
  }
  .category_div::-webkit-scrollbar {
    display: none;
  }
  .category ul li {
    margin: 0 8px;
    display: inline-block;
    height: 69px;
    line-height: 69px;
    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_list {
    padding: 25px 40px;
  }
 
  .news_list>ul li {
    display: flex;
    align-content: center;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .new_img {
    width: 220px;
  }
  .new_img img {
    width: 220px;
    height: 130px;
	max-width:220px;
  }
  .new_con {
    padding-left: 35px;
    width: 578px;
    position: relative;
  }
  .new_title {
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .new_title a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 26px;
  }
  .new_title a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  .view {
    font-size: 12px;
    margin-top: 25px;
    color: #c9c8cd;
  }
  .new_con .date {
    background: url(/images/news/icon_small.png) no-repeat 0 1px;
    padding-left: 20px;
  }
  .new_con .num {
    background: url(/images/news/icon_small.png) no-repeat -90px 1px;
    padding-left: 20px;
    margin-left: 30px;
  }
  .new_con .more {
    padding-right: 10px;
    position: absolute;
    width: 75px;
    right: 0;
    bottom: 0px;
    background: url(/images/news/icon_small.png) no-repeat -248px -490px;
    color: #888;
    display: inline-block;
  }
  .new_con .more:hover {
    background-position: -338px -490px;
    color: #d10910;
  }
  .news_introduce {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  /* åˆ†é¡µå™¨ */
  .page-con {
    margin: 30px 0;
  }
  .ListPage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ListPage li {
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    margin: 0 7px;
  }
  .ListPage li a {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 100%;
  }
  .pageNum:hover, .Previous:hover, .Next:hover {
    background: #d9344c;
  }
  .pageNum:hover a, .Previous:hover a, .Next:hover a {
    color: #FFF;
    text-decoration: none;
  }
  .active_page {
    background: #d9344c;
  }
  .active_page a {
    color: #FFF !important;
  }
  .ListPage .total_page, .ListPage .Jump, .ListPage .ellipsis {
    border: none;
    padding: 0;
  }
  .jump_input {
    width: 40px;
    height: 28px;
    outline: none;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .Jump span:nth-of-type(2) {
    margin: 0 5px;
  }
  .jump_btn {
    width: 56px;
    height: 28px;
    outline: none;
    border: 1px solid #e5e5e5;
    background: none;
  }
  /* å³ä¾§æŽ¨è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: auto;
    overflow-x: auto;
    background: #FFF;
  }
  .category ul li {
    margin: 0 5px;
    display: inline-block;
    height: 69px;
    line-height: 69px;
    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_list {
    margin-top: 15px;
    padding: 15px 2%;
    background: #FFF;
  }
  .news_list>ul li {
    display: flex;
    align-content: center;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .new_img {
    width: 200px;
  }
  .new_img img {
    width: 100%;
    height: auto;
  }
  .new_con {
    padding-left: 15px;
    width: 80%;
  }
  .new_title {
    margin-bottom: 0;
    height: 40px;
    overflow: hidden;
  }
  .new_title a {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 600;
  }
  .new_title a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  .news_list .view ,.news_list .more{
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    display: none;
  }
  .news_introduce {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  .news_introduce p {
    font-size: 12px;
  }
  
  .page-con {
    margin: 30px 0;
  }
  .ListPage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ListPage li {
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    margin: 0 7px;
  }
  .ListPage li a {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 100%;
  }
  .pageNum:hover, .Previous:hover, .Next:hover {
    background: #d9344c;
  }
  .pageNum:hover a, .Previous:hover a, .Next:hover a {
    color: #FFF;
    text-decoration: none;
  }
  .active_page {
    background: #d9344c;
  }
  .active_page a {
    color: #FFF !important;
  }
  .ListPage .total_page, .ListPage .Jump, .ListPage .ellipsis {
    border: none;
    padding: 0;
  }
  .jump_input {
    width: 40px;
    height: 28px;
    outline: none;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .Jump span:nth-of-type(2) {
    margin: 0 5px;
  }
  .jump_btn {
    width: 56px;
    height: 28px;
    outline: none;
    border: 1px solid #e5e5e5;
    background: none;
  }
  .btn_more a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
    background: #d9344c;
  }
  
  .right_con {
    margin-top: 15px;
    width: 100%;
  }
  .recommend1 {
    box-sizing: border-box;
    background: #FFF;
    /* border: 1px solid #e5e5e5; */
    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;
  }
  
  .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;
  }
}