.news{
    width: 100%;
    overflow: hidden;
    min-height: 61vh;
}
.news .wrap{
    width: 1200px;
    margin: 203px auto 46px;
}
.news .wrap .title .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.news .wrap .title .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.news .wrap .title .text div {
    display: flex;
    align-items: center;
}

.news .wrap .title .text div a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    top: 8px;
}
.news .wrap .content{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .wrap .content a{
    width: 590px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-left: 2px solid #999999;
    margin: 0 0 14px 0;
    padding: 18px 31px;
    transition: 0.6s;
}
.news .wrap .content a span{
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    margin: 0 0 10px 0;
    display: block;
    transition: 0.6s;
}
.news .wrap .content a p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}
.news .wrap .content a:hover{
    background: #E6E6E6;
    border-left: 2px solid #F7AB00;
}
.news .wrap .content a:hover span,.news .wrap .content a:hover p{
    color: #F7AB00;
}
.news .wrap .common_paging{
    margin: 41px auto 0;
    justify-content: center;
}

.page{
    width: 100%;
    overflow: hidden;
}
.page{
    width: 1200px;
    margin: 229px auto 51px;
}
.page .wrap .title{
    text-align: center;
    padding: 0 0 22px 0;
    margin: 0 0 26px 0;
    border-bottom: 1px solid #E6E6E6;
}
.page .wrap .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 14px 0;
    display: block;
}
.page .wrap .title p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
}
.page .wrap .content p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.page .wrap .go{
    margin: 35px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.page .wrap .go a{
    width: 590px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-left: 2px solid #999999;
    display: flex;
    align-items: center;
    padding: 0 29px;
    transition: 0.6s;
}
.page .wrap .go a p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: block;
    transition: 0.6s;
}
.page .wrap .go a p:nth-child(2) {
    font-size: 18px;
}
.page .wrap .go a:hover {
    border-left: 2px solid #F7AB00;
}
.page .wrap .go a:hover p{
    color: #F7AB00;
}
.page .wrap .go a:nth-child(2){
    text-align: right;
    justify-content: flex-end;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.page{
        margin-top: 180px;
    }
    .page .wrap .title span {
        font-size: 28px;
    }
    .page .wrap .title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .news .wrap .title .text span{
        font-size: 24px;
    }
    .news .wrap .content a{
        padding: 15px 20px;
        height: 80px;
    }
    .news .wrap{
        margin-top: 180px;
    }
    .news .wrap .content{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.page{
        width: 90%;
    }
    .news .wrap{
        width: 90%;
    }
    .news .wrap .content a{
        width: 49%;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width:1024px){
    .page {
        margin-top: 80px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page .wrap .go a{
        width: 49%;
        padding: 0 20px;
        height: 80px;
    }
    .page .wrap .content p img{
        max-width: 100%;
        height: auto;
    }
    .news .wrap{
        margin-top: 80px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .news .wrap .content a span {
        font-size: 16px;
    }
    .news{
        min-height: 80vh;
    }
}

@media screen and (max-width: 820px){
    .page .wrap .title span {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page .wrap .go a p:nth-child(2) {
        font-size: 11px;
    }
    .page .wrap .content p {
        font-size: 14px;
    }
    .page .wrap .go a {
        height: 70px;
    }
    .page .wrap .go a p {
        font-size: 14px;
    }
    .news .wrap .content a{
        width: 100%;
    }
    .news {
        min-height: 90vh;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.page .wrap .go{
        flex-direction: column;
    }
    .page .wrap .go a{
        width: 100%;
    }
    .page .wrap .go a:nth-child(2){
        text-align: left;
        justify-content: start;
        margin-top: 10px;
    }
    .page{
        padding-left: 20px;
        padding-right: 20px;
    }
    .news .wrap{
        padding-left: 20px;
        padding-right:20px;
    }
    .news .wrap .content a p {
        font-size: 14px;
    }
    .news .wrap .title .text span{
        line-height: 24px;
    }
    .news .wrap .title .text div a{
        font-size: 14px;
    }
    .news .wrap .content a span{
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media screen and (max-width: 500px){
    .news .wrap .content a {
        padding: 15px;

    }
}
@media screen and (max-width: 414px){
	.page .wrap .title span {
        font-size: 20px;
    }
    .news .wrap .content a span {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 