body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

.img{
    width: 100%;
    height: 100%;
    display: flex;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    /* overflow-y: scroll; */
    font-size: calc(100vw / 7.5);
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* .main{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem;
} */

.main_common{
    padding-top: .4rem;
}


.news_item{
    width: 100%;
    padding: .4rem 0;
    border-top: 1px solid rgba(175,223,70,0.1);
    /* margin-bottom: 20px; */
}

.news_item:nth-of-type(1){
    border-top: 0;
    padding-top: 0;
}

/* .news_item:nth-of-type(1) .titleName{
    color: #FF2C2C;
}
.news_item:nth-of-type(2) .titleName{
    color: #FF2C2C;
} */


.news_item:nth-last-of-type(1){
    margin-bottom: 0px;
}

.news_item .titleName{
    width: 100%;
    display: block;
    align-items: center;
    margin-bottom: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: none; */
}


.news_item .item_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}

.news_item .item_wrap .item_img{
    width: 3.2rem;
    height: 2.08rem;
    flex-shrink: 0;
    overflow: hidden;
}

.news_item .item_wrap .item_content{
    width: 3.46rem;
    /* height: 1.12rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding-bottom: .04rem; */
}

.news_item .item_wrap .item_content .content_top{

}

.news_item .item_wrap .item_content .content_top .title{
    width: 100%;
    height: .42rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .32rem;
    color: #333333;
    margin-bottom:.2rem;
    line-height: .42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: none;
}

.news_item .item_wrap .item_content .content_top .content{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #999999;
    line-height: .36rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: .32rem; */
}

.news_item .item_wrap .item_content .content_end{
    width: 100%;
    /* height: .36rem; */
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* margin-bottom: .2rem; */
}
.news_item .item_wrap .item_content .other_info{
    width: 100%;
    /* height: .36rem; */
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    margin-bottom: .2rem;
}

.news_item .item_wrap .item_content  .other_info .date{
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #AAAAAA;
    line-height: .36rem;
        
}

.news_item .item_wrap .item_content .content_end .date .date_icon{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: none;
}

.news_item .item_wrap .item_content .content_end .line{
    width: 1px;
    height: 12px;
    background: #D6D6D6;
    transform: scaleX(.5);
    margin: 0 10px;
    display: none;
}

.news_item .item_wrap .item_content .content_end .from{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .32rem;
    display: none
    /* display: none; */
    /* margin-right: 68px; */
 }

.news_item .item_wrap .item_content .content_end .lookBtn{
    /* width: 106px;
    height: 41px;
    border-radius: 4px;
    border: 1px solid #AFDF46;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: 2rem;
    height: .68rem;
    background: #AFDF46;
    border-radius: .12rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #ffffff;
    line-height: .68rem;
    text-align: center;
    /* display: none; */
}



.news_pagination{
    display: flex;
    height: .52rem;
    justify-content: center;
    margin-bottom: .6rem;
}
.news_pagination .first_page{
    width: .81rem;
    height: .52rem;
    box-sizing: border-box;
    border-radius: .04rem;
    border: 1px solid #999999;
    margin-right: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    
    color: #999999;
}

.news_pagination .prev_page,.news_pagination .next_page{
    width: 1.06rem;
    height: .52rem;
    border-radius: .04rem;
    border: 1px solid #FFAE00;
    margin-right: .2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFAE00;
    font-size: .24rem;
    line-height: .28rem;
}

.news_pagination .disabled{
    display: none
}


.news_pagination .pages{
    height: .52rem;
    border-radius: .04rem;
    border: 1px solid #999999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 .24rem;
    margin-right: .2rem;
}

.news_pagination .pages .page{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    font-size: .24rem;
    line-height: .28rem;
    margin-right: .3rem;
}

.news_pagination .pages .page.active{
    color: #FFAE00;
}

.news_pagination .pages .page:nth-last-child(1){
    margin-right: 0;
}










.location{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.location .icon{
    width: 20px;
    height: 20px;
}

.location .normal_txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin: 0 8px;
}

.location .prev_link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.location .now_link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFAE00;
    line-height: 18px;
}


.swiper {
    width: 100%;
    height: 3.75rem;
}

.banner{
    margin-bottom: .6rem;
}


.banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: .16rem;
    height: .16rem;
    background: #F5F5F5;
    opacity: 1;
}

.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .56rem;
    border-radius: .08rem;
    background: #FFAE00;
}


.pagination {
    margin-bottom: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .2rem;
}
.pagination .page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .6rem;
    border: .02rem solid #E6E6E6;
    border-radius: .04rem;
    background-color: #fff;
    font-size: .28rem;
    color: #4D4D4D;
    line-height: 1;
    transition: all 0.2s;
}
.pagination .page-item:active,
.pagination .page-item.active {
    color: white;
    border-color: transparent;
    background-color: #FFAE00;
}
.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 .21rem;
}