.boxinfo{ width:100%; float:left; padding:20px 0px 50px; }
.inmain{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-start; }

.newsone{ width:100%; height:auto; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding:50px 0px; border-top: 1px solid #717171;}
.newsone:first-child{ border-top:0;}
.newsone a{ width: 100%;  display: flex; flex-direction: row; }
.newsL{ width:46%; display: flex; flex-shrink: 0; order: 1;}
.newsL i{ width:100%; overflow: hidden;}
.newsL i img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;transition:all 0.6s;}
.newsR{ width:54%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;padding:0px 50px; order:2;}
.n-title{ width:100%; height:auto; float:left; padding: 25px 0px 10px; position:relative;}
.n-title h1{ font-size:1.7rem; color:#555555; line-height:1.5; }
.n-info{ width:100%; height:auto; float:left;  }
.n-info p{ width:100%; height:auto; font-size:1rem; color:#555555; line-height:1.8; }
.n-date{ width:100%; height:auto; float:left; font-size:1.25rem; color:#555555; line-height:1.5; padding: 15px 0px;}
.n-btn{ display: flex; flex-direction:row; margin-top:50px;}
.n-btn p{ width:200px; height:50px; font-size:1.1rem; color:#555555; background-color:#d0bc9d; display:flex; justify-content:center; align-items: center; border-radius:60px;}
.newsone a:hover .newsL i img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.newsone a:hover .n-btn p{ background-color: #242424; color: #FFF;}

.pagination-box { width:100%; display:flex; justify-content:center; align-items:center; padding: 30px 0px;}
.pagination { display:flex; justify-content:center; align-items:center; }
.pagination li { margin: 0 5px;}
.pagination li a, 
.pagination li span {display:block;border-radius:4px;cursor: pointer; color:#000;}
.pagination li a.cw{width:32px;height:32px;border-radius:360px;display:flex;justify-content:center;align-items:center;}
.pagination li.active a {background: #d0bc9d;color: white;}
.pagination li.disabled a {color: #ddd;cursor: not-allowed;}
.pagination li a:hover:not(.disabled) {opacity: 0.8}
.pagination li a.cw:hover:not(.disabled) {background: #666;color: white;}

/*-- 新闻详细内容 --*/
.pbom{ padding-bottom:60px; }
.in-newsbox_title { width:100%; padding:30px 0px 15px; font-size:1.4rem; text-align:center; float:left; color:#000;  text-transform: uppercase; }
.in-newsbox_info {width:100%;height:auto;float:left; padding:20px 0px; }
.in-newsbox_info ul{ width:100%; display: flex; flex-direction: row;justify-content:space-between; align-items: center; }
.in-newsbox_info ul li{ font-size:1.05rem; color:#888888;}
.in-newsbox_info span{ font-size:1.05rem; color:#000; padding-right:10px;list-style:none; text-align:center; display:inline-block;}
.in-newsbox_content{float:left; font-size:1.08rem; line-height:1.9; width:100%; color:#000;}
.in-newsbox_content img{ max-width:100%}
.backbtn{ width:100%; height: auto; float: left; text-align: center; display: flex; justify-content: center; align-items: center;}
.backbtn a{ padding: 5px 30px; font-size:1rem; background-color: #323232; color: #ffffff; border-radius: 3px;}
.backbtn a:hover{ background-color:#d0bc9d;}
.prev-next{width:100%;float:left; height:auto; padding: 30px 0px; display: flex; flex-direction: row; justify-content: space-between; align-items:flex-start;}
.prev{ display:flex; flex-direction:column; justify-content:flex-start; }
.next{ display:flex; flex-direction:column; justify-content:flex-end; }
.prev a,.next a{ width:auto; font-size:0.9rem; line-height:1.5; padding:5px 0px; color:#FFF; display:flex; flex-direction:column;align-items: flex-start; }
.next a{ align-items: flex-end; }
.prev p,.next p{font-size:0.9rem; line-height:1.5; padding:5px 15px;color:#FFF; background: #000000; border-radius: 5px; }
.prev span{ font-size:1rem;line-height:1.5; padding:5px; color:#000; }
.next span{ font-size:1rem;line-height:1.5; padding:5px; color:#000; text-align:right; }
.prev a:hover p,.next a:hover p{background-color:#d0bc9d;}
/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
.n-title h1{ font-size:1.3rem; }
.n-date{ font-size:1.15rem; }
.n-btn{  margin-top:35px;}
.n-btn p{ width:150px; height:45px;  }
}
/* xs */
@media (max-width: 767px) {
.boxinfo{padding:10px 0px 60px;}
.newsone{ flex-direction:column; padding:20px 0px;}
.newsone a{ flex-direction:column; }
.newsL{ width:100%;}
.newsR{ width:100%;padding:15px 0px 0px;}
.n-title{ padding:0px; }
.n-title h1{ font-size:1.2rem; padding-top:10px; }
.n-info{ padding:10px 0px; }
.n-date{  font-size:1.2rem; padding: 5px 0px;}
.n-btn{ margin-top:15px;}
.n-btn p{ width:120px; height:35px; font-size:1rem;}
.pagination-box { padding:20px 0px;}
.pagination li { margin: 0 3px;}
.pagination li a.cw{width:30px;height:30px;}
/*-- 新闻详细内容 --*/
.pbom{ padding-bottom:30px; }
.prev-next{padding:20px 0px;}
}

@media (max-width: 480px) {

}

